diff options
| author | Simon Glass <[email protected]> | 2016-09-12 23:18:37 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-09-16 17:27:09 -0400 |
| commit | 75eba2c45e2f15b63bcffade687088fbcec4129c (patch) | |
| tree | bf8dc4a46e3a2e8984e4606848fa9f118dd54e1f /arch/arm/cpu | |
| parent | 2e6260462b5e4014169ad5b52b0931ea82649c7f (diff) | |
Convert CONFIG_SPL_EXT_SUPPORT to Kconfig
Move this option to Kconfig and tidy up existing uses.
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'arch/arm/cpu')
| -rw-r--r-- | arch/arm/cpu/armv7/am33xx/Kconfig | 4 | ||||
| -rw-r--r-- | arch/arm/cpu/armv7/omap3/Kconfig | 3 | ||||
| -rw-r--r-- | arch/arm/cpu/armv7/omap4/Kconfig | 3 | ||||
| -rw-r--r-- | arch/arm/cpu/armv7/omap5/Kconfig | 3 |
4 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/am33xx/Kconfig b/arch/arm/cpu/armv7/am33xx/Kconfig index dc51e9b6978..efbc219ab3b 100644 --- a/arch/arm/cpu/armv7/am33xx/Kconfig +++ b/arch/arm/cpu/armv7/am33xx/Kconfig @@ -1,4 +1,8 @@ if AM43XX + +config SPL_EXT_SUPPORT + default y + config TARGET_AM43XX_EVM bool "Support am43xx_evm" select TI_I2C_BOARD_DETECT diff --git a/arch/arm/cpu/armv7/omap3/Kconfig b/arch/arm/cpu/armv7/omap3/Kconfig index 99a25f9ff37..85ea1406252 100644 --- a/arch/arm/cpu/armv7/omap3/Kconfig +++ b/arch/arm/cpu/armv7/omap3/Kconfig @@ -1,5 +1,8 @@ if OMAP34XX +config SPL_EXT_SUPPORT + default y + choice prompt "OMAP3 board select" optional diff --git a/arch/arm/cpu/armv7/omap4/Kconfig b/arch/arm/cpu/armv7/omap4/Kconfig index 49adb8ec5be..6a05625bf7a 100644 --- a/arch/arm/cpu/armv7/omap4/Kconfig +++ b/arch/arm/cpu/armv7/omap4/Kconfig @@ -1,5 +1,8 @@ if OMAP44XX +config SPL_EXT_SUPPORT + default y + choice prompt "OMAP4 board select" optional diff --git a/arch/arm/cpu/armv7/omap5/Kconfig b/arch/arm/cpu/armv7/omap5/Kconfig index a8600b102e7..5460d7a9862 100644 --- a/arch/arm/cpu/armv7/omap5/Kconfig +++ b/arch/arm/cpu/armv7/omap5/Kconfig @@ -1,5 +1,8 @@ if OMAP54XX +config SPL_EXT_SUPPORT + default y + choice prompt "OMAP5 board select" optional |
