aboutsummaryrefslogtreecommitdiff
path: root/configs/odroid-c4_defconfig
diff options
context:
space:
mode:
authorAnand Moon <linux.amoon@gmail.com>2020-08-14 06:25:15 +0000
committerNeil Armstrong <narmstrong@baylibre.com>2020-09-10 10:51:36 +0200
commit92f10e61351ddddd730c49c00cdbbd195c838140 (patch)
tree46ed3d8d409dd78bd94bd98db8751611a04be0be /configs/odroid-c4_defconfig
parent3b3c04869774af3e9664c2f7959027b1c7b87abc (diff)
downloadu-boot-92f10e61351ddddd730c49c00cdbbd195c838140.zip
u-boot-92f10e61351ddddd730c49c00cdbbd195c838140.tar.gz
u-boot-92f10e61351ddddd730c49c00cdbbd195c838140.tar.bz2
configs: odroid-c4: update for HDMI output background & USB keyboard
Enable options SYS_WHITE_ON_BLACK to permit HDMI background screen from white to back, also enable USB_KEYBOARD. Signed-off-by: Anand Moon <linux.amoon@gmail.com> Acked-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'configs/odroid-c4_defconfig')
-rw-r--r--configs/odroid-c4_defconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/odroid-c4_defconfig b/configs/odroid-c4_defconfig
index bf79d74..ffaaaab 100644
--- a/configs/odroid-c4_defconfig
+++ b/configs/odroid-c4_defconfig
@@ -49,6 +49,7 @@ CONFIG_USB_XHCI_DWC3=y
CONFIG_USB_DWC3=y
# CONFIG_USB_DWC3_GADGET is not set
CONFIG_USB_DWC3_MESON_G12A=y
+CONFIG_USB_KEYBOARD=y
CONFIG_USB_GADGET=y
CONFIG_USB_GADGET_VENDOR_NUM=0x1b8e
CONFIG_USB_GADGET_PRODUCT_NUM=0xfada
@@ -56,6 +57,9 @@ CONFIG_USB_GADGET_DWC2_OTG=y
CONFIG_USB_GADGET_DWC2_OTG_PHY_BUS_WIDTH_8=y
CONFIG_USB_GADGET_DOWNLOAD=y
CONFIG_DM_VIDEO=y
+# CONFIG_VIDEO_BPP8 is not set
+# CONFIG_VIDEO_BPP16 is not set
+CONFIG_SYS_WHITE_ON_BLACK=y
CONFIG_VIDEO_MESON=y
CONFIG_VIDEO_DT_SIMPLEFB=y
CONFIG_SPLASH_SCREEN=y