diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2020-03-02 07:57:55 +0000 |
---|---|---|
committer | Kever Yang <kever.yang@rock-chips.com> | 2020-03-26 22:58:46 +0800 |
commit | 23cb61761b137f088ef8625a1c4e7d9af2cbd296 (patch) | |
tree | c9902115d58eba5c4a6b074e88a64a67f2849c32 /configs/miqi-rk3288_defconfig | |
parent | 9cec3367087bcdcf6f583e60b95243d0d5e9ae92 (diff) | |
download | u-boot-23cb61761b137f088ef8625a1c4e7d9af2cbd296.tar.gz |
rockchip: Change keyboard input from CrOS EC keyboard to a USB keyboard
These boards aren't ChromeOS devices so won't have a cros-ec-keyb
input as it's the keyboard available via the ChromeOS Embedded
Controller. Update them to use a USB keyboard which would actually
be available. Also enable the usb keyboard option for those devices
that don't have it enabled already.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Reviewed-by: Michael Trimarchi <michael@amarulasolutions.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'configs/miqi-rk3288_defconfig')
-rw-r--r-- | configs/miqi-rk3288_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/miqi-rk3288_defconfig b/configs/miqi-rk3288_defconfig index edba9da31b..e3e205fd54 100644 --- a/configs/miqi-rk3288_defconfig +++ b/configs/miqi-rk3288_defconfig @@ -75,6 +75,7 @@ CONFIG_USB_GADGET_DWC2_OTG=y CONFIG_USB_HOST_ETHER=y CONFIG_USB_ETHER_ASIX=y CONFIG_USB_ETHER_SMSC95XX=y +CONFIG_USB_KEYBOARD=y CONFIG_DM_VIDEO=y # CONFIG_VIDEO_BPP8 is not set CONFIG_DISPLAY=y |