diff options
author | Hans de Goede <hdegoede@redhat.com> | 2014-09-18 21:03:34 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2014-11-25 13:38:46 +0100 |
commit | 86b4909340a272a1a040db61565f639d845b170f (patch) | |
tree | 3b80712cb6a7743f371fcd9cf9f63b05e998a661 /board/sunxi | |
parent | 2d7a084ba0d77b96c3e053492173f3dda364d350 (diff) | |
download | u-boot-imx-86b4909340a272a1a040db61565f639d845b170f.zip u-boot-imx-86b4909340a272a1a040db61565f639d845b170f.tar.gz u-boot-imx-86b4909340a272a1a040db61565f639d845b170f.tar.bz2 |
sunxi: Add usb keyboard Kconfig option
For use together with the hdmi console.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'board/sunxi')
-rw-r--r-- | board/sunxi/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig index 60bc45c..e20ea1b 100644 --- a/board/sunxi/Kconfig +++ b/board/sunxi/Kconfig @@ -222,4 +222,11 @@ config VIDEO 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 |