From 6f9347f3bc839a5c65be0f5392ecc9ee305f88b3 Mon Sep 17 00:00:00 2001 From: Manivannan Sadhasivam Date: Thu, 14 Jun 2018 23:38:38 +0530 Subject: serial: Add Actions Semi OWL UART support This commit adds Actions Semi OWL family UART support. This driver relies on baudrate configured by primary bootloaders. Signed-off-by: Manivannan Sadhasivam Reviewed-by: Simon Glass --- drivers/serial/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'drivers/serial/Kconfig') diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 2940bd05dc..766e5ced03 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig @@ -625,6 +625,14 @@ config MSM_SERIAL for example APQ8016 and MSM8916. Single baudrate is supported in current implementation (115200). +config OWL_SERIAL + bool "Actions Semi OWL UART" + depends on DM_SERIAL && ARCH_OWL + help + If you have a Actions Semi OWL based board and want to use the on-chip + serial port, say Y to this option. If unsure, say N. + Single baudrate is supported in current implementation (115200). + config PXA_SERIAL bool "PXA serial port support" help -- cgit v1.2.3