]> git.sur5r.net Git - u-boot/blobdiff - board/sunxi/Kconfig
sunxi: Add usb keyboard Kconfig option
[u-boot] / board / sunxi / Kconfig
index c3f865d2983e89fb8ecc2e25ff6ab1469d8c7a53..e20ea1b13f17de531f961ca1f3ae932e255e8219 100644 (file)
@@ -21,6 +21,8 @@ config MACH_SUN6I
 config MACH_SUN7I
        bool "sun7i (Allwinner A20)"
        select CPU_V7
+       select CPU_V7_HAS_NONSEC
+       select CPU_V7_HAS_VIRT
        select SUPPORT_SPL
 
 config MACH_SUN8I
@@ -213,4 +215,18 @@ config USB2_VBUS_PIN
        ---help---
        See USB1_VBUS_PIN help text.
 
+config VIDEO
+       boolean "Enable graphical uboot console on HDMI"
+       default y
+       ---help---
+       Say Y here to add support for using a cfb console on the HDMI output
+       found on most sunxi devices.
+
+config USB_KEYBOARD
+       boolean "Enable USB keyboard support"
+       default y
+       ---help---
+       Say Y here to add support for using a USB keyboard (typically used
+       in combination with a graphical console on HDMI).
+
 endif