diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2010-04-26 15:46:07 -0400 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2010-05-11 11:25:03 -0400 |
commit | 052345aec01cbd22285771eee6e08486c07d3bcc (patch) | |
tree | df3b034c4a552f44ddbeffa35c2752f73e4ea370 /arch/arm/mach-pxa/Kconfig | |
parent | 83a4a1022654cbb9dd55fcf7c28807a634db54bc (diff) |
[ARM] pxa/vpac270: add ide support
This patch adds support for the on-board IDE channel. I tested this with a CDROM
connected over 2.5-3.5 IDE reduction with external power supplied to the CDROM.
This was not tested with the Voipac 270-HDD-000 (official Voipac HDD module),
but I expect no problems.
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig index e4a0452e0e2d..3b51741a4810 100644 --- a/arch/arm/mach-pxa/Kconfig +++ b/arch/arm/mach-pxa/Kconfig | |||
@@ -252,6 +252,7 @@ config MACH_COLIBRI320 | |||
252 | config MACH_VPAC270 | 252 | config MACH_VPAC270 |
253 | bool "Voipac PXA270" | 253 | bool "Voipac PXA270" |
254 | select PXA27x | 254 | select PXA27x |
255 | select HAVE_PATA_PLATFORM | ||
255 | help | 256 | help |
256 | PXA270 based Single Board Computer. | 257 | PXA270 based Single Board Computer. |
257 | 258 | ||