summaryrefslogtreecommitdiff
path: root/drivers/serial
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2016-11-14 20:40:25 (GMT)
committerMarek Vasut <marex@denx.de>2016-11-23 12:53:20 (GMT)
commitd804a5e1c369e59f23723cd21e1e422b7702a0ac (patch)
treeb9e7e30941edd6870812d9525089d312974f274b /drivers/serial
parent543bd27353d2c5679057fe09aa2d02259687ff32 (diff)
downloadu-boot-fsl-qoriq-d804a5e1c369e59f23723cd21e1e422b7702a0ac.tar.xz
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>
Diffstat (limited to 'drivers/serial')
-rw-r--r--drivers/serial/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index 56c024f..620dd82 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