diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2019-02-20 12:17:26 +0000 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2019-02-20 09:01:44 -0700 |
commit | 02253d4d12667b99dc7538b0427353a8c8221514 (patch) | |
tree | c10b734f750d518db31f8b951c9d32ecedff7e14 /configs/cardhu_defconfig | |
parent | f16e3115f3b601f121798070b97224b8234d71b7 (diff) | |
download | u-boot-02253d4d12667b99dc7538b0427353a8c8221514.tar.gz |
Kconfig: tegra: Migrate SYS_I2C_TEGRA
Migrate SYS_I2C_TEGRA from headers to Kconfig
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Cc: Tom Warren <twarren@nvidia.com>
Cc: Stephen Warren <swarren@nvidia.com>
Cc: Heiko Schocher <hs@denx.de>
Cc: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Cc: Peter.Chubb@data61.csiro.au
Cc: Lucas Stach <dev@lynxeye.de>
Cc: Stefan Agner <stefan.agner@toradex.com>
Cc: Alban Bedel <alban.bedel@avionic-design.de>
Cc: Allen Martin <amartin@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'configs/cardhu_defconfig')
-rw-r--r-- | configs/cardhu_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/cardhu_defconfig b/configs/cardhu_defconfig index be55728e6f..0c49dfb2f2 100644 --- a/configs/cardhu_defconfig +++ b/configs/cardhu_defconfig @@ -23,6 +23,7 @@ CONFIG_CMD_EXT4_WRITE=y # CONFIG_SPL_DOS_PARTITION is not set # CONFIG_SPL_EFI_PARTITION is not set CONFIG_DEFAULT_DEVICE_TREE="tegra30-cardhu" +CONFIG_SYS_I2C_TEGRA=y CONFIG_SPL_DM=y CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_WINBOND=y |