diff options
| author | Nishanth Menon <[email protected]> | 2016-02-24 12:30:55 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-03-14 19:18:33 -0400 |
| commit | 770e68c0a37fded897d4bdda661614fc81cb33d2 (patch) | |
| tree | fef53e28a81a981ba9843240fed768cae6008236 /arch | |
| parent | 0bea813d0018303610ec487314003c21f0116a21 (diff) | |
ti: AM335x: Use generic EEPROM detection logic
Use the generic EEPROM detection logic instead of duplicating the AM
eeprom logic.
Signed-off-by: Nishanth Menon <[email protected]>
Signed-off-by: Steven Kipisz <[email protected]>
Signed-off-by: Lokesh Vutla <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 6e5544f9d76..3d2928d66ff 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -368,6 +368,7 @@ config TARGET_AM335X_EVM select DM select DM_SERIAL select DM_GPIO + select TI_I2C_BOARD_DETECT config TARGET_AM335X_SL50 bool "Support am335x_sl50" |
