commit | cae1ae845ee454f0b9e140170dab88e95cb263a9 | [log] [tgz] |
---|---|---|
author | Christian Gmeiner <christian.gmeiner@gmail.com> | Fri Mar 03 20:16:28 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Mar 29 13:30:28 2023 -0400 |
tree | 753f34778ad565dce3b6c1026302e87aa12ad5cf | |
parent | 03f05bb025ebb6f2339f01f27297f59c3d2b192f [diff] |
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 <christian.gmeiner@gmail.com> Reviewed-by: Tom Rini <trini@konsulko.com>