diff options
author | Roger Quadros <rogerq@ti.com> | 2017-03-13 15:04:31 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-03-20 17:57:15 -0400 |
commit | 66e04fb503baa67a444401e8562ebace48800b97 (patch) | |
tree | 3901a792b93407a1312555595e844eda113b21ab /board/ti/ks2_evm | |
parent | fcb185244b700a7289e5c30d075fccf81099a253 (diff) |
ARM: Use Kconfig for board EEPROM's I2C bus and chip address
In stead of defining the board EEPROM address in the board headers
let's define them in the board config files and make them
configurable by Kconfig.
Signed-off-by: Roger Quadros <rogerq@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'board/ti/ks2_evm')
-rw-r--r-- | board/ti/ks2_evm/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/ti/ks2_evm/Kconfig b/board/ti/ks2_evm/Kconfig index c0568ec50c..9477f5336b 100644 --- a/board/ti/ks2_evm/Kconfig +++ b/board/ti/ks2_evm/Kconfig @@ -49,3 +49,5 @@ config SYS_CONFIG_NAME default "k2g_evm" endif + +source "board/ti/common/Kconfig" |