diff options
author | Kory Maincent <kory.maincent@bootlin.com> | 2021-05-04 19:31:25 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-05-13 13:09:09 -0400 |
commit | 0705e25cd05a9772d1ae8de8debd3b424b03b59d (patch) | |
tree | 3456c850b8067d79ecd7bb0955b1125782cb4561 /arch | |
parent | 8c1d44320621f9bc6530e25907664c8de0ffa0ce (diff) | |
download | u-boot-0705e25cd05a9772d1ae8de8debd3b424b03b59d.zip u-boot-0705e25cd05a9772d1ae8de8debd3b424b03b59d.tar.gz u-boot-0705e25cd05a9772d1ae8de8debd3b424b03b59d.tar.bz2 |
am57xx: add support for cape detect functionality
This commit enables using the extension board detection mechanism on
AM57xx based platforms.
Signed-off-by: Kory Maincent <kory.maincent@bootlin.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-omap2/omap5/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap5/Kconfig b/arch/arm/mach-omap2/omap5/Kconfig index a7132da..4c2f990 100644 --- a/arch/arm/mach-omap2/omap5/Kconfig +++ b/arch/arm/mach-omap2/omap5/Kconfig @@ -36,6 +36,7 @@ config TARGET_AM57XX_EVM select CMD_DDR3 select DRA7XX select TI_I2C_BOARD_DETECT + select SUPPORT_EXTENSION_SCAN imply DM_THERMAL imply SCSI imply SPL_THERMAL |