]> git.ipfire.org Git - thirdparty/u-boot.git/commit
board: ti: Fix CAPE_EEPROM_BUS_NUM Kconfig dependency
authorKory Maincent (TI.com) <kory.maincent@bootlin.com>
Thu, 30 Oct 2025 16:44:56 +0000 (17:44 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 3 Nov 2025 16:02:38 +0000 (10:02 -0600)
commit5b68f58a0883a897e44e8356061103784e49d046
tree208409349eb239536496d0b6f414b193238edc5e
parent4c9d907eef08f9c23c8136f4e957e2e5ed8028c2
board: ti: Fix CAPE_EEPROM_BUS_NUM Kconfig dependency

The CAPE_EEPROM_BUS_NUM configuration option was incorrectly depending
on CMD_EXTENSION, which represents the extension board command. However,
the cape scan functionality can be built and used independently of the
command interface through the SUPPORT_EXTENSION_SCAN option.

Change the dependency from CMD_EXTENSION to SUPPORT_EXTENSION_SCAN to
properly reflect that the I2C bus configuration is needed for the cape
scan function itself, not specifically for the command.

Signed-off-by: Kory Maincent (TI.com) <kory.maincent@bootlin.com>
board/ti/common/Kconfig