Explorar o código

tegra: Enable USB keyboard

Enable USB keyboard for seaboard and ventana

Signed-off-by: Allen Martin <amartin@nvidia.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Tested-by: Stephen Warren <swarren@nvidia.com>
Allen Martin %!s(int64=12) %!d(string=hai) anos
pai
achega
5ddcc38bee
Modificáronse 2 ficheiros con 6 adicións e 0 borrados
  1. 3 0
      include/configs/seaboard.h
  2. 3 0
      include/configs/ventana.h

+ 3 - 0
include/configs/seaboard.h

@@ -99,6 +99,9 @@
 #define CONFIG_TEGRA_KEYBOARD
 #define CONFIG_TEGRA_KEYBOARD
 #define CONFIG_KEYBOARD
 #define CONFIG_KEYBOARD
 
 
+/* USB keyboard */
+#define CONFIG_USB_KEYBOARD
+
 #include "tegra-common-post.h"
 #include "tegra-common-post.h"
 
 
 /* NAND support */
 /* NAND support */

+ 3 - 0
include/configs/ventana.h

@@ -75,6 +75,9 @@
 #define CONFIG_CMD_NET
 #define CONFIG_CMD_NET
 #define CONFIG_CMD_DHCP
 #define CONFIG_CMD_DHCP
 
 
+/* USB keyboard */
+#define CONFIG_USB_KEYBOARD
+
 #include "tegra-common-post.h"
 #include "tegra-common-post.h"
 
 
 #endif /* __CONFIG_H */
 #endif /* __CONFIG_H */