mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-26 22:52:18 +00:00
b3b9d7ca32
Enable the EC and keyboard, using the SPI bus. The EC driver requires a particular format and a deactivation delay. Also U-Boot does not support interrupts. For now, adjust the device tree to comply. At some point we should tidy this up to support interrupts and make tegra and exynos use the same setup. Signed-off-by: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Warren <twarren@nvidia.com>
13 lines
282 B
Text
13 lines
282 B
Text
CONFIG_ARM=y
|
|
CONFIG_TEGRA=y
|
|
CONFIG_TEGRA124=y
|
|
CONFIG_TARGET_NYAN_BIG=y
|
|
CONFIG_DEFAULT_DEVICE_TREE="tegra124-nyan-big"
|
|
CONFIG_CMD_NET=y
|
|
CONFIG_DISPLAY_PORT=y
|
|
CONFIG_VIDEO_TEGRA124=y
|
|
CONFIG_DM_CROS_EC=y
|
|
CONFIG_CROS_EC=y
|
|
CONFIG_CROS_EC_SPI=y
|
|
CONFIG_CROS_EC_KEYB=y
|
|
CONFIG_CMD_CROS_EC=y
|