diff options
author | Johan Hovold <johan@kernel.org> | 2020-10-27 10:25:02 +0100 |
---|---|---|
committer | Johan Hovold <johan@kernel.org> | 2020-11-04 11:01:49 +0100 |
commit | 7604ce70b8f675582ae68064e125be4f5174dec0 (patch) | |
tree | 3425d7add32c388821eaaa5f7b6e76aa41abde2e /arch/arm/configs/badge4_defconfig | |
parent | USB: serial: keyspan_pda: add write-fifo support (diff) | |
download | linux-7604ce70b8f675582ae68064e125be4f5174dec0.tar.xz linux-7604ce70b8f675582ae68064e125be4f5174dec0.zip |
USB: serial: keyspan_pda: clean up xircom/entrega support
Drop the separate Kconfig symbol for Xircom / Entrega and always include
support in the keyspan_pda driver.
Note that all configs that enabled CONFIG_USB_SERIAL_XIRCOM also enable
CONFIG_USB_SERIAL_KEYSPAN_PDA.
Acked-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
Diffstat (limited to 'arch/arm/configs/badge4_defconfig')
-rw-r--r-- | arch/arm/configs/badge4_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/configs/badge4_defconfig b/arch/arm/configs/badge4_defconfig index ef484c4cfd1a..d9119da65f48 100644 --- a/arch/arm/configs/badge4_defconfig +++ b/arch/arm/configs/badge4_defconfig @@ -89,7 +89,6 @@ CONFIG_USB_SERIAL_KEYSPAN=m CONFIG_USB_SERIAL_MCT_U232=m CONFIG_USB_SERIAL_PL2303=m CONFIG_USB_SERIAL_CYBERJACK=m -CONFIG_USB_SERIAL_XIRCOM=m CONFIG_USB_SERIAL_OMNINET=m CONFIG_EXT2_FS=m CONFIG_EXT3_FS=m |