summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mxs/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-10-17 08:10:23 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-10-17 08:10:23 +0200
commit0ccd23cd6464df9beda649d8bed9785e7cd1aa93 (patch)
tree2690097f65d75857bc81753134be2ea320115f51 /arch/arm/mach-mxs/Kconfig
parent41be2a023dc9b8e4a790ca129b72cfa9e58be865 (diff)
parent6c4ae8c5d30efd56cacaa8bd2e0dd6623e0b06c1 (diff)
downloadbarebox-0ccd23cd6464df9beda649d8bed9785e7cd1aa93.tar.gz
barebox-0ccd23cd6464df9beda649d8bed9785e7cd1aa93.tar.xz
Merge branch 'for-next/mxs'
Diffstat (limited to 'arch/arm/mach-mxs/Kconfig')
-rw-r--r--arch/arm/mach-mxs/Kconfig14
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/arm/mach-mxs/Kconfig b/arch/arm/mach-mxs/Kconfig
index fed7b524de..b3a7c6259c 100644
--- a/arch/arm/mach-mxs/Kconfig
+++ b/arch/arm/mach-mxs/Kconfig
@@ -29,9 +29,6 @@ endchoice
if ARCH_IMX23
-choice
- prompt "i.MX23 Board Type"
-
config MACH_MX23EVK
bool "mx23-evk"
help
@@ -45,36 +42,27 @@ config MACH_CHUMBY
config MACH_IMX233_OLINUXINO
bool "Olimex.ltd imx223-olinuxino"
- select HAVE_PBL_MULTI_IMAGES
help
Say Y here if you are using the imx233-olinuxino
-endchoice
-
endif
if ARCH_IMX28
-choice
- prompt "i.MX28 Board Type"
-
config MACH_TX28
bool "KARO tx28"
- select HAVE_PBL_MULTI_IMAGES
help
Say Y here if you are using the KARO TX28 CPU module.
config MACH_MX28EVK
bool "mx28-evk"
select MXS_OCOTP
- select HAVE_PBL_MULTI_IMAGES
help
Say Y here if you are using the Freescale i.MX28-EVK board
config MACH_DUCKBILL
bool "Duckbill"
select MXS_OCOTP
- select HAVE_PBL_MULTI_IMAGES
help
Say Y here if you are using the I2SE Duckbill board
@@ -86,8 +74,6 @@ config MACH_CFA10036
help
Say Y here if you are using the Crystalfontz CFA-10036 module
-endchoice
-
endif
menu "i.MX specific settings"