]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
tegra: Enable keyboard for Seaboard
authorSimon Glass <sjg@chromium.org>
Tue, 17 Apr 2012 09:01:37 +0000 (09:01 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Tue, 15 May 2012 06:31:40 +0000 (08:31 +0200)
This enables the standard keyboard on Seaboard.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
include/configs/seaboard.h

index 7e7c38ea852da9b322632572122674631e121d18..46d42281b78d2ee3c53acd503addbfa453e26afa 100644 (file)
 #define CONFIG_USB_STORAGE
 #define CONFIG_CMD_USB
 
+/* Enable keyboard */
+#define CONFIG_TEGRA2_KEYBOARD
+#define CONFIG_KEYBOARD
+
+#undef TEGRA2_DEVICE_SETTINGS
+#define TEGRA2_DEVICE_SETTINGS "stdin=serial,tegra-kbc\0" \
+                                       "stdout=serial\0" \
+                                       "stderr=serial\0"
 #endif /* __CONFIG_H */