diff options
author | Marc Zyngier <marc.zyngier@altran.com> | 2008-08-14 11:20:31 -0400 |
---|---|---|
committer | Marc Zyngier <maz@young-lust.wild-wind.fr.eu.org> | 2008-09-09 11:41:46 -0400 |
commit | 352699a3d7ccb027e0139a7a67931e7907af6249 (patch) | |
tree | aa8c9e763d50ac736c37c238318cedd4361ed605 /arch/arm/mach-pxa/Kconfig | |
parent | fb683f1627745e937ef199edd3428ac4b2ef1e08 (diff) |
Basic support for the Arcom/Eurotech Viper SBC.
Signed-off-by: Marc Zyngier <marc.zyngier@altran.com>
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 b0417122d4e4..3ed5b2642c25 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -119,6 +119,15 @@ config MACH_TOSA | |||
119 | select PXA25x | 119 | select PXA25x |
120 | select PXA_HAVE_BOARD_IRQS | 120 | select PXA_HAVE_BOARD_IRQS |
121 | 121 | ||
122 | config ARCH_VIPER | ||
123 | bool "Arcom/Eurotech VIPER SBC" | ||
124 | select PXA25x | ||
125 | select ISA | ||
126 | select I2C_GPIO | ||
127 | select HAVE_PWM | ||
128 | select PXA_HAVE_BOARD_IRQS | ||
129 | select PXA_HAVE_ISA_IRQS | ||
130 | |||
122 | config ARCH_PXA_ESERIES | 131 | config ARCH_PXA_ESERIES |
123 | bool "PXA based Toshiba e-series PDAs" | 132 | bool "PXA based Toshiba e-series PDAs" |
124 | select PXA25x | 133 | select PXA25x |