diff options
author | Marek Vasut <marek.vasut@gmail.com> | 2010-04-26 21:46:07 +0200 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2010-05-11 17:25:03 +0200 |
commit | 052345aec01cbd22285771eee6e08486c07d3bcc (patch) | |
tree | df3b034c4a552f44ddbeffa35c2752f73e4ea370 /arch/arm/mach-pxa/Kconfig | |
parent | 83a4a1022654cbb9dd55fcf7c28807a634db54bc (diff) | |
download | blackbird-op-linux-052345aec01cbd22285771eee6e08486c07d3bcc.tar.gz blackbird-op-linux-052345aec01cbd22285771eee6e08486c07d3bcc.zip |
[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 config MACH_VPAC270 bool "Voipac PXA270" select PXA27x + select HAVE_PATA_PLATFORM help PXA270 based Single Board Computer. |