mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-02 07:31:11 +01:00
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>
This commit is contained in:
parent
7992bfbf8d
commit
5ddcc38bee
2 changed files with 6 additions and 0 deletions
|
|
@ -99,6 +99,9 @@
|
|||
#define CONFIG_TEGRA_KEYBOARD
|
||||
#define CONFIG_KEYBOARD
|
||||
|
||||
/* USB keyboard */
|
||||
#define CONFIG_USB_KEYBOARD
|
||||
|
||||
#include "tegra-common-post.h"
|
||||
|
||||
/* NAND support */
|
||||
|
|
|
|||
|
|
@ -75,6 +75,9 @@
|
|||
#define CONFIG_CMD_NET
|
||||
#define CONFIG_CMD_DHCP
|
||||
|
||||
/* USB keyboard */
|
||||
#define CONFIG_USB_KEYBOARD
|
||||
|
||||
#include "tegra-common-post.h"
|
||||
|
||||
#endif /* __CONFIG_H */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue