diff options
author | Radu Pirea <radu.pirea@microchip.com> | 2018-07-13 18:47:36 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2018-09-10 17:12:43 +0200 |
commit | c24d25317a7c6bb3053d4c193b3cf57d1e9a3e4b (patch) | |
tree | 40ced431e49100e8956ef26d9d6a5075498efc95 /drivers/tty/serial/Kconfig | |
parent | spi: at91-usart: Add driver for at91-usart as SPI (diff) | |
download | linux-c24d25317a7c6bb3053d4c193b3cf57d1e9a3e4b.tar.xz linux-c24d25317a7c6bb3053d4c193b3cf57d1e9a3e4b.zip |
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/Kconfig | 1 |
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. |