tty: ar933x_uart: use the clk API to get the uart clock
[deliverable/linux.git] / drivers / tty / serial / Kconfig
index 5e3d68917ffed2529c3cd0181d40d7ae95f8ebcd..3c598e3e7156a98104fd26d5add327aa1bc5dd6b 100644 (file)
@@ -277,7 +277,7 @@ config SERIAL_TEGRA
        select SERIAL_CORE
        help
          Support for the on-chip UARTs on the NVIDIA Tegra series SOCs
-         providing /dev/ttyHS0, 1, 2, 3 and 4 (note, some machines may not
+         providing /dev/ttyTHS0, 1, 2, 3 and 4 (note, some machines may not
          provide all of these ports, depending on how the serial port
          are enabled). This driver uses the APB DMA to achieve higher baudrate
          and better performance.
@@ -291,13 +291,13 @@ config SERIAL_MAX3100
 
 config SERIAL_MAX310X
        bool "MAX310X support"
-       depends on SPI
+       depends on SPI_MASTER
        select SERIAL_CORE
-       select REGMAP_SPI if SPI
+       select REGMAP_SPI if SPI_MASTER
        default n
        help
          This selects support for an advanced UART from Maxim (Dallas).
-         Supported ICs are MAX3107, MAX3108.
+         Supported ICs are MAX3107, MAX3108, MAX3109, MAX14830.
          Each IC contains 128 words each of receive and transmit FIFO
          that can be controlled through I2C or high-speed SPI.
 
@@ -1402,7 +1402,7 @@ config SERIAL_XILINX_PS_UART_CONSOLE
 
 config SERIAL_AR933X
        bool "AR933X serial port support"
-       depends on SOC_AR933X
+       depends on HAVE_CLK && SOC_AR933X
        select SERIAL_CORE
        help
          If you have an Atheros AR933X SOC based board and want to use the
@@ -1424,8 +1424,8 @@ config SERIAL_AR933X_NR_UARTS
          to support.
 
 config SERIAL_EFM32_UART
-       tristate "EFM32 UART/USART port."
-       depends on ARCH_EFM32
+       tristate "EFM32 UART/USART port"
+       depends on ARM && (ARCH_EFM32 || COMPILE_TEST)
        select SERIAL_CORE
        help
          This driver support the USART and UART ports on
@@ -1497,6 +1497,22 @@ config SERIAL_FSL_LPUART_CONSOLE
          If you have enabled the lpuart serial port on the Freescale SoCs,
          you can make it the console by answering Y to this option.
 
+config SERIAL_ST_ASC
+       tristate "ST ASC serial port support"
+       select SERIAL_CORE
+       help
+         This driver is for the on-chip Asychronous Serial Controller on
+         STMicroelectronics STi SoCs.
+         ASC is embedded in ST COMMS IP block. It supports Rx & Tx functionality.
+         It support all industry standard baud rates.
+
+         If unsure, say N.
+
+config SERIAL_ST_ASC_CONSOLE
+       bool "Support for console on ST ASC"
+       depends on SERIAL_ST_ASC=y
+       select SERIAL_CORE_CONSOLE
+
 endmenu
 
 endif # TTY
This page took 0.038373 seconds and 5 git commands to generate.