summaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/Kconfig
diff options
context:
space:
mode:
authorRadu Pirea <radu.pirea@microchip.com>2018-07-13 19:47:36 +0300
committerLee Jones <lee.jones@linaro.org>2018-09-10 16:12:43 +0100
commitc24d25317a7c6bb3053d4c193b3cf57d1e9a3e4b (patch)
tree40ced431e49100e8956ef26d9d6a5075498efc95 /drivers/tty/serial/Kconfig
parente1892546ff662f5491f707ba8a8a3a3e01a84a80 (diff)
downloadlinux-c24d25317a7c6bb3053d4c193b3cf57d1e9a3e4b.tar.bz2
tty/serial: atmel: Change the driver to work under at91-usart MFD
This patch modifies the place where resources and device tree properties are searched. Signed-off-by: Radu Pirea <radu.pirea@microchip.com> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Acked-by: Richard Genoud <richard.genoud@gmail.com> Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/tty/serial/Kconfig')
-rw-r--r--drivers/tty/serial/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig
index df8bd0c7b97d..32886c304641 100644
--- a/drivers/tty/serial/Kconfig
+++ b/drivers/tty/serial/Kconfig
@@ -118,6 +118,7 @@ config SERIAL_ATMEL
depends on ARCH_AT91 || COMPILE_TEST
select SERIAL_CORE
select SERIAL_MCTRL_GPIO if GPIOLIB
+ select MFD_AT91_USART
help
This enables the driver for the on-chip UARTs of the Atmel
AT91 processors.