diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/colibri_t20.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configs/colibri_t20.h b/include/configs/colibri_t20.h index 54ca8c9..b347935 100644 --- a/include/configs/colibri_t20.h +++ b/include/configs/colibri_t20.h @@ -21,6 +21,10 @@ #define CONFIG_MACH_TYPE MACH_TYPE_COLIBRI_T20 +/* I2C */ +#define CONFIG_SYS_I2C_TEGRA +#define CONFIG_CMD_I2C + /* SD/MMC support */ #define CONFIG_MMC #define CONFIG_GENERIC_MMC |