diff options
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r-- | drivers/serial/Kconfig | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index fd406273cb71..c34c217878b3 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig | |||
@@ -542,20 +542,29 @@ config SERIAL_S5PV210 | |||
542 | help | 542 | help |
543 | Serial port support for Samsung's S5P Family of SoC's | 543 | Serial port support for Samsung's S5P Family of SoC's |
544 | 544 | ||
545 | |||
546 | config SERIAL_MAX3100 | ||
547 | tristate "MAX3100 support" | ||
548 | depends on SPI | ||
549 | select SERIAL_CORE | ||
550 | help | ||
551 | MAX3100 chip support | ||
552 | |||
545 | config SERIAL_MAX3107 | 553 | config SERIAL_MAX3107 |
546 | tristate "MAX3107 support" | 554 | tristate "MAX3107 support" |
547 | depends on SPI && GPIOLIB | 555 | depends on SPI |
548 | select SERIAL_CORE | 556 | select SERIAL_CORE |
549 | default y | ||
550 | help | 557 | help |
551 | MAX3107 chip support | 558 | MAX3107 chip support |
552 | 559 | ||
553 | config SERIAL_MAX3100 | 560 | config SERIAL_MAX3107_AAVA |
554 | tristate "MAX3100 support" | 561 | tristate "MAX3107 AAVA platform support" |
555 | depends on SPI | 562 | depends on X86_MRST && SERIAL_MAX3107 && GPIOLIB |
556 | select SERIAL_CORE | 563 | select SERIAL_CORE |
557 | help | 564 | help |
558 | MAX3100 chip support | 565 | Support for the MAX3107 chip configuration found on the AAVA |
566 | platform. Includes the extra initialisation and GPIO support | ||
567 | neded for this device. | ||
559 | 568 | ||
560 | config SERIAL_DZ | 569 | config SERIAL_DZ |
561 | bool "DECstation DZ serial driver" | 570 | bool "DECstation DZ serial driver" |