summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/mx6/Kconfig
diff options
context:
space:
mode:
authorPeng Fan <van.freenix@gmail.com>2016-03-03 15:56:01 +0800
committerStefano Babic <sbabic@denx.de>2016-03-26 14:16:12 +0100
commit9131c18cfa23c1eae8d77b6fcfa2f5e16698d949 (patch)
tree1d437209d604e7b775d89e5a206ad63abde07c52 /arch/arm/cpu/armv7/mx6/Kconfig
parenta7f480d92df8a7e525a4b619b09f40f73222647f (diff)
downloadtalos-obmc-uboot-9131c18cfa23c1eae8d77b6fcfa2f5e16698d949.tar.gz
talos-obmc-uboot-9131c18cfa23c1eae8d77b6fcfa2f5e16698d949.zip
imx: mx6sx: move MX6SX to Kconfig entry
If including MX6SX in CONFIG_SYS_EXTRA_OPTIONS, CONFIG_ROM_UNIFIED_SECTIONS will not effect.So move MX6SX to Kconfig entry from CONFIG_SYS_EXTRA_OPTIONS to "select MX6SX" to boards using i.MX6 SoloX. Signed-off-by: Peng Fan <van.freenix@gmail.com> Cc: Stefano Babic <sbabic@denx.de> Cc: Fabio Estevam <fabio.estevam@nxp.com> Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Diffstat (limited to 'arch/arm/cpu/armv7/mx6/Kconfig')
-rw-r--r--arch/arm/cpu/armv7/mx6/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/mx6/Kconfig b/arch/arm/cpu/armv7/mx6/Kconfig
index 31b1175c1c..1bcd399093 100644
--- a/arch/arm/cpu/armv7/mx6/Kconfig
+++ b/arch/arm/cpu/armv7/mx6/Kconfig
@@ -104,12 +104,14 @@ config TARGET_MX6SLEVK
config TARGET_MX6SXSABRESD
bool "mx6sxsabresd"
+ select MX6SX
select SUPPORT_SPL
select DM
select DM_THERMAL
config TARGET_MX6SXSABREAUTO
bool "mx6sxsabreauto"
+ select MX6SX
select DM
select DM_THERMAL
OpenPOWER on IntegriCloud