summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2015-12-21 20:22:00 +0100
committerHans de Goede <hdegoede@redhat.com>2015-12-21 20:37:52 +0100
commit211d57a45fd1eac5dd338dcacdc9a4b5ee81cc3a (patch)
tree09d2b21fed8c4de879d8ef45c2e8386c5f79b335 /arch
parent5a37a4007afb56955e247d2f0d5f830bc1623363 (diff)
downloadtalos-obmc-uboot-211d57a45fd1eac5dd338dcacdc9a4b5ee81cc3a.tar.gz
talos-obmc-uboot-211d57a45fd1eac5dd338dcacdc9a4b5ee81cc3a.zip
sunxi: Select DM_KEYBOARD
We need to select DM_KEYBOARD now that the usb-kbd code has been converted to this, otherwise usb keyboards do not work. Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 75d6bbcba3..9bd6cf1d80 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -516,8 +516,9 @@ config ARCH_SUNXI
bool "Support sunxi (Allwinner) SoCs"
select CMD_USB
select DM
- select DM_GPIO
select DM_ETH
+ select DM_GPIO
+ select DM_KEYBOARD
select DM_SERIAL
select DM_USB
select OF_CONTROL
OpenPOWER on IntegriCloud