aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/Kconfig
diff options
context:
space:
mode:
authorMarek Vasut <marek.vasut@gmail.com>2010-08-11 19:18:38 -0400
committerEric Miao <eric.y.miao@gmail.com>2010-12-20 10:07:40 -0500
commit9b6956f45132f9bf696e9f6c2e457bdfa8e08721 (patch)
tree6b617e542192080d4c7b06cad15668a4453b59da /arch/arm/mach-pxa/Kconfig
parent960c0acaabf603e39b121ae5c0580aaca6f8aa7b (diff)
ARM: pxa: Push Colibri evalboard MFP into module files
This change -- pushing the MFP configuration back into Module files -- is necessary because some evalboards can be used with multiple modules, where MFP differs from module to module. Therefore MFP isn't board-specific, but module-specific and the module should preconfigure itself for the board. (And there is also the C preprocesor limitation and conflicting #define-s) Signed-off-by: Marek Vasut <marek.vasut@gmail.com> Acked-by: Daniel Mack <daniel@caiaq.de> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
-rw-r--r--arch/arm/mach-pxa/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig
index e912b2c8881e..4c31e3dee70f 100644
--- a/arch/arm/mach-pxa/Kconfig
+++ b/arch/arm/mach-pxa/Kconfig
@@ -236,10 +236,6 @@ config MACH_COLIBRI
236 bool "Toradex Colibri PXA270" 236 bool "Toradex Colibri PXA270"
237 select PXA27x 237 select PXA27x
238 238
239config MACH_COLIBRI_PXA270_EVALBOARD
240 bool "Toradex Colibri Evaluation Carrier Board support (PXA270)"
241 depends on MACH_COLIBRI
242
243config MACH_COLIBRI_PXA270_INCOME 239config MACH_COLIBRI_PXA270_INCOME
244 bool "Income s.r.o. PXA270 SBC" 240 bool "Income s.r.o. PXA270 SBC"
245 depends on MACH_COLIBRI 241 depends on MACH_COLIBRI
@@ -257,6 +253,10 @@ config MACH_COLIBRI320
257 select PXA3xx 253 select PXA3xx
258 select CPU_PXA320 254 select CPU_PXA320
259 255
256config MACH_COLIBRI_PXA270_EVALBOARD
257 bool "Toradex Colibri Evaluation Carrier Board support"
258 depends on MACH_COLIBRI || MACH_COLIBRI300 || MACH_COLIBRI320
259
260config MACH_VPAC270 260config MACH_VPAC270
261 bool "Voipac PXA270" 261 bool "Voipac PXA270"
262 select PXA27x 262 select PXA27x