]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/serial/Kconfig
serial: max3107: Abstract out the platform specific bits
[mirror_ubuntu-artful-kernel.git] / drivers / serial / Kconfig
index fd406273cb715348ff3092a4709127488976e73e..c34c217878b374b43fca7defd677d0cfd0ad4b98 100644 (file)
@@ -542,20 +542,29 @@ config SERIAL_S5PV210
        help
          Serial port support for Samsung's S5P Family of SoC's
 
+
+config SERIAL_MAX3100
+       tristate "MAX3100 support"
+       depends on SPI
+       select SERIAL_CORE
+       help
+         MAX3100 chip support
+
 config SERIAL_MAX3107
        tristate "MAX3107 support"
-       depends on SPI && GPIOLIB
+       depends on SPI
        select SERIAL_CORE
-       default y
        help
          MAX3107 chip support
 
-config SERIAL_MAX3100
-       tristate "MAX3100 support"
-       depends on SPI
+config SERIAL_MAX3107_AAVA
+       tristate "MAX3107 AAVA platform support"
+       depends on X86_MRST && SERIAL_MAX3107 && GPIOLIB
        select SERIAL_CORE
        help
-         MAX3100 chip support
+         Support for the MAX3107 chip configuration found on the AAVA
+         platform. Includes the extra initialisation and GPIO support
+         neded for this device.
 
 config SERIAL_DZ
        bool "DECstation DZ serial driver"