diff options
author | Alexander Graf <agraf@suse.de> | 2018-01-25 12:05:53 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-28 12:27:36 -0500 |
commit | fa4875942a21555b0837efdb88c9c03c41e2e22f (patch) | |
tree | 644166e312a6c1f32e40c9523de2d74943214d16 /drivers/serial | |
parent | cf2c7784bd73b77f3a4c423d59d38b47fa0504f1 (diff) | |
download | u-boot-fa4875942a21555b0837efdb88c9c03c41e2e22f.tar.gz u-boot-fa4875942a21555b0837efdb88c9c03c41e2e22f.tar.bz2 u-boot-fa4875942a21555b0837efdb88c9c03c41e2e22f.zip |
bcm2835_mu_serial: Convert to Kconfig
Setting config options using headers is deprecated. This patch converts
the BCM2835 Mini-UART to Kconfig.
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'drivers/serial')
-rw-r--r-- | drivers/serial/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 4167683885..72281a7b64 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig @@ -388,6 +388,13 @@ config ATMEL_USART configured in the device tree, and input clock frequency can be got from the clk node. +config BCM283X_MU_SERIAL + bool "Support for BCM283x Mini-UART" + depends on DM_SERIAL && ARCH_BCM283X + default y + help + Select this to enable Mini-UART support on BCM283X family of SoCs. + config BCM6345_SERIAL bool "Support for BCM6345 UART" depends on DM_SERIAL && ARCH_BMIPS |