summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorAlexander Graf <agraf@suse.de>2018-01-25 14:05:50 +0300
committerTom Rini <trini@konsulko.com>2018-01-28 20:27:35 +0300
commit884f901368c153c28778f8e13fbf206fe2b6884f (patch)
tree4153c3b69c7106cd7e760341fe0cbabbb7d311c2 /arch
parentb31116308c6ebf4fcebacac8c346f603257547e5 (diff)
downloadu-boot-884f901368c153c28778f8e13fbf206fe2b6884f.tar.xz
pl010: Convert CONFIG_PL010_SERIAL to Kconfig
We want to use Kconfig logic to depend on whether pl01x devices are built in, so let's convert their inclusion selection to Kconfig. This round goes to pl010. Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 0b9eb11ef3..f1591248c7 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -348,6 +348,7 @@ config ARCH_AT91
config TARGET_EDB93XX
bool "Support edb93xx"
select CPU_ARM920T
+ select PL010_SERIAL
config TARGET_ASPENITE
bool "Support aspenite"