From 211d57a45fd1eac5dd338dcacdc9a4b5ee81cc3a Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Mon, 21 Dec 2015 20:22:00 +0100 Subject: 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 --- arch/arm/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'arch/arm/Kconfig') 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 -- cgit v1.2.1