diff options
author | Robert Schwebel <robert@schwebel.de> | 2008-01-08 02:52:04 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-01-28 08:13:24 -0500 |
commit | 2e927b76267a57a44c018ffcc64cde5fedde1fcf (patch) | |
tree | d699d4ad166ca93e2edfb44007774d26beab4c80 /arch/arm/mach-pxa/Kconfig | |
parent | 4f15a98025c2e71be85c80adecc14b82770cd865 (diff) |
[ARM] 4747/1: pcm027: support for pcm990 baseboard for phyCORE-PXA270
This patch adds baseboard support for the phyCORE-PXA270 development
kit (aka PCM-990).
This example shows how to use some phyCORE-PXA270 CPU module features
on a baseboard in a standard manner. It could be used as a starting
point for custom baseboard development.
V2:
After comments by Eric Miao:
- IRQ chained handler fixed
- video/graphic support moved to separate patch
- ifdef/endif hell reduced ;-)
V3:
After comments by Russell King
- initialise the mmci platform data statically
V4:
After comments by Russell King
- wrong return value in pcm990_mci_init() fixed
Signed-off-by: Juergen Beisert <j.beisert@pengutronix.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-pxa/Kconfig')
-rw-r--r-- | arch/arm/mach-pxa/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index 958303c100b0..e5b7063ed818 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -130,6 +130,15 @@ config MACH_PCM027 | |||
130 | 130 | ||
131 | endchoice | 131 | endchoice |
132 | 132 | ||
133 | choice | ||
134 | prompt "Used baseboard" | ||
135 | depends on MACH_PCM027 | ||
136 | |||
137 | config MACH_PCM990_BASEBOARD | ||
138 | bool "PHYTEC PCM-990 development board" | ||
139 | |||
140 | endchoice | ||
141 | |||
133 | if PXA_SHARPSL | 142 | if PXA_SHARPSL |
134 | 143 | ||
135 | choice | 144 | choice |