summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2015-12-10 11:10:17 +0100
committerHans de Goede <hdegoede@redhat.com>2015-12-10 15:45:48 +0100
commit6edf6a21798507daa5446eb859b5ea15386985c8 (patch)
tree337d9723f54681d86f22980a837bcdd3b9384c7b /arch
parent086a2509e952ec27ebf9aa9ca4d844f35fd0fe8a (diff)
downloadblackbird-obmc-uboot-6edf6a21798507daa5446eb859b5ea15386985c8.tar.gz
blackbird-obmc-uboot-6edf6a21798507daa5446eb859b5ea15386985c8.zip
sunxi: select SYS_NS16550 from Kconfig
Select SYS_NS16550 from Kconfig instead of setting it in all our defconfig files. Signed-off-by: Hans de Goede <hdegoede@redhat.com>
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 fb9176b8a9..7383975a64 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -524,6 +524,7 @@ config ARCH_SUNXI
select OF_SEPARATE
select SPL_STACK_R if !MACH_SUN9I
select SPL_SYS_MALLOC_SIMPLE if !MACH_SUN9I
+ select SYS_NS16550
select USB
select USB_STORAGE
select USB_KEYBOARD
OpenPOWER on IntegriCloud