summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorAlexander Graf <[email protected]>2018-01-25 12:05:50 +0100
committerTom Rini <[email protected]>2018-01-28 12:27:35 -0500
commit884f901368c153c28778f8e13fbf206fe2b6884f (patch)
tree4153c3b69c7106cd7e760341fe0cbabbb7d311c2 /arch
parentb31116308c6ebf4fcebacac8c346f603257547e5 (diff)
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 <[email protected]>
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 0b9eb11ef3c..f1591248c72 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"