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>
This commit is contained in:
parent
5a37a4007a
commit
211d57a45f
|
|
@ -516,8 +516,9 @@ config ARCH_SUNXI
|
||||||
bool "Support sunxi (Allwinner) SoCs"
|
bool "Support sunxi (Allwinner) SoCs"
|
||||||
select CMD_USB
|
select CMD_USB
|
||||||
select DM
|
select DM
|
||||||
select DM_GPIO
|
|
||||||
select DM_ETH
|
select DM_ETH
|
||||||
|
select DM_GPIO
|
||||||
|
select DM_KEYBOARD
|
||||||
select DM_SERIAL
|
select DM_SERIAL
|
||||||
select DM_USB
|
select DM_USB
|
||||||
select OF_CONTROL
|
select OF_CONTROL
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue