summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2016-11-14 21:40:25 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2017-01-11 15:18:00 +0100
commitac42a42e254af5293bad436f332159bc12cc83dd (patch)
tree4633d55e9196e5c7860be8dbc27d3c2ecdfc1942 /drivers
parent429b8fd6163cd1b2ebf056cfd5d7026c40fa8523 (diff)
serial: pxa: use kconfig for serial configuration
Migrate the PXA serial driver to be configured via Kconfig. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> Reviewed-by: Marek Vasut <marex@denx.de> (cherry picked from commit d804a5e1c369e59f23723cd21e1e422b7702a0ac)
Diffstat (limited to 'drivers')
-rw-r--r--drivers/serial/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index 56c024f97a..620dd82d6b 100644
--- a/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -407,4 +407,10 @@ config MSM_SERIAL
for example APQ8016 and MSM8916.
Single baudrate is supported in current implementation (115200).
+config PXA_SERIAL
+ bool "PXA serial port support"
+ help
+ If you have a machine based on a Marvell XScale PXA2xx CPU you
+ can enable its onboard serial ports by enabling this option.
+
endmenu