commit | e0450ec28f533b8fc2eac70914d8cc1d2a9bb2c3 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Mon Nov 04 17:05:24 2019 -0600 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 07 18:39:18 2019 -0500 |
tree | 2d904462c17aab25292a606eb2500e345dffb40d | |
parent | d499a8d91032d53bcb4c990953d8c5758ba902b3 [diff] |
Kconfig: ti: Make board detect EEPROM addresses depend BOARD_DETECT There is an option to enable the board detection for TI platforms. If this is option is not set, there is no reason to set the EEPROM bus address or chip address. This patch makes both EEPROM_BUS_ADDRESS and EEPROM_CHIP_ADDRESS depend on TI_I2C_BOARD_DETECT. Signed-off-by: Adam Ford <aford173@gmail.com>