commit | 9cce88a4bdb3505e29496f19196380141dd7e1b2 | [log] [tgz] |
---|---|---|
author | Hans de Goede <hdegoede@redhat.com> | Thu Dec 10 11:10:17 2015 +0100 |
committer | Hans de Goede <hdegoede@redhat.com> | Thu Dec 10 15:45:48 2015 +0100 |
tree | 337d9723f54681d86f22980a837bcdd3b9384c7b | |
parent | 50dd21e6d84aac9778a94d8757461826e8a967de [diff] [blame] |
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>
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index fb9176b..7383975 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig
@@ -524,6 +524,7 @@ 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