mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 06:30:39 +00:00
tegra: Enable keyboard for Seaboard
This enables the standard keyboard on Seaboard. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com>
This commit is contained in:
parent
4120c271c3
commit
2cacf516df
1 changed files with 8 additions and 0 deletions
|
@ -100,4 +100,12 @@
|
|||
#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 */
|
||||
|
|
Loading…
Reference in a new issue