diff options
author | Marc Zyngier <maz@misterjones.org> | 2009-11-14 07:39:13 -0500 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2009-12-13 08:42:58 -0500 |
commit | c2de1c382933fd9ef0a3db13b6747115e1e32c56 (patch) | |
tree | d9e0fa251d376fb7d5f9906952bf02f2f31570e0 /arch/arm/mach-pxa/Kconfig | |
parent | e491a11c77a4ed93ec14cc052b1f048bddc9e99a (diff) |
[ARM] pxa/zeus: make Viper pcmcia support more generic to support Zeus
The Arcom Zeus CF slot requires the same kind of support as the Viper.
To avoid code duplication, introduce a platform device that abstracts
the differences.
This also allows for the removal of the ugly export of viper_cf_rst().
Signed-off-by: Marc Zyngier <maz@misterjones.org>
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/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index fc553e896b1b..e6d8e10ae5d1 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -63,6 +63,7 @@ config ARCH_VIPER | |||
63 | select HAVE_PWM | 63 | select HAVE_PWM |
64 | select PXA_HAVE_BOARD_IRQS | 64 | select PXA_HAVE_BOARD_IRQS |
65 | select PXA_HAVE_ISA_IRQS | 65 | select PXA_HAVE_ISA_IRQS |
66 | select ARCOM_PCMCIA | ||
66 | 67 | ||
67 | config MACH_ARCOM_ZEUS | 68 | config MACH_ARCOM_ZEUS |
68 | bool "Arcom/Eurotech ZEUS SBC" | 69 | bool "Arcom/Eurotech ZEUS SBC" |
@@ -70,6 +71,7 @@ config MACH_ARCOM_ZEUS | |||
70 | select ISA | 71 | select ISA |
71 | select PXA_HAVE_BOARD_IRQS | 72 | select PXA_HAVE_BOARD_IRQS |
72 | select PXA_HAVE_ISA_IRQS | 73 | select PXA_HAVE_ISA_IRQS |
74 | select ARCOM_PCMCIA | ||
73 | 75 | ||
74 | config MACH_BALLOON3 | 76 | config MACH_BALLOON3 |
75 | bool "Balloon 3 board" | 77 | bool "Balloon 3 board" |
@@ -186,6 +188,11 @@ config MACH_TRIZEPS_ANY | |||
186 | 188 | ||
187 | endchoice | 189 | endchoice |
188 | 190 | ||
191 | config ARCOM_PCMCIA | ||
192 | bool | ||
193 | help | ||
194 | Generic option for Arcom Viper/Zeus PCMCIA | ||
195 | |||
189 | config TRIZEPS_PCMCIA | 196 | config TRIZEPS_PCMCIA |
190 | bool | 197 | bool |
191 | help | 198 | help |