From e44657ed744d1b4e216d8dda5d528ff0d0a6234e Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Fri, 3 Mar 2023 20:16:28 +0100 Subject: arm: mach-k3: introduce generic board detction kconfig option For non TI boards it is not possible to enable the do_board_detect() call as TI_I2C_BOARD_DETECT is defined in board/ti/common/Kconfig. I want to use do_board_detect() to dectect boards and properties based on some SPI communication with a FPGA. Signed-off-by: Christian Gmeiner Reviewed-by: Tom Rini --- board/ti/common/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'board') diff --git a/board/ti/common/Kconfig b/board/ti/common/Kconfig index 49edd98014a..f03357cc751 100644 --- a/board/ti/common/Kconfig +++ b/board/ti/common/Kconfig @@ -1,5 +1,6 @@ config TI_I2C_BOARD_DETECT bool "Support for Board detection for TI platforms" + select K3_BOARD_DETECT if ARCH_K3 help Support for detection board information on Texas Instrument's Evaluation Boards which have I2C based EEPROM detection -- cgit v1.3.1