diff options
author | Alexander Graf <agraf@suse.de> | 2018-01-25 12:05:50 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-01-28 12:27:35 -0500 |
commit | 884f901368c153c28778f8e13fbf206fe2b6884f (patch) | |
tree | 4153c3b69c7106cd7e760341fe0cbabbb7d311c2 /arch | |
parent | b31116308c6ebf4fcebacac8c346f603257547e5 (diff) | |
download | u-boot-884f901368c153c28778f8e13fbf206fe2b6884f.zip u-boot-884f901368c153c28778f8e13fbf206fe2b6884f.tar.gz u-boot-884f901368c153c28778f8e13fbf206fe2b6884f.tar.bz2 |
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/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 0b9eb11..f159124 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" |