diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-07-03 11:24:37 +0100 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-07-03 16:51:27 +0100 |
commit | b7a12d1923f12aa00a68347a3ad97c43ecf55667 (patch) | |
tree | f16dc7cdb87c9eec83bc58b7136a5942e6adc0a3 /arch/arm/mach-s3c2410/Makefile | |
parent | dd1086f43dc7205b451ae95e37d4813a9c28611d (diff) | |
download | kernel-crypto-b7a12d1923f12aa00a68347a3ad97c43ecf55667.tar.gz kernel-crypto-b7a12d1923f12aa00a68347a3ad97c43ecf55667.tar.xz kernel-crypto-b7a12d1923f12aa00a68347a3ad97c43ecf55667.zip |
[ARM] BAST/VR1000: Move to using ata_platform (libata)
Use the pata_platform driver to provide the IDE port
drivers on the Simntec BAST and Thorcom VR1000 machines
as a precursor to removing drivers/ide/arm/bast-ide.c
This will mean that the system will need SCSI and SCSI disc
support as a minimum, and any references to hdX will be
changed to sdX.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c2410/Makefile')
-rw-r--r-- | arch/arm/mach-s3c2410/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/Makefile b/arch/arm/mach-s3c2410/Makefile index cabc13ce09e..8a4055dc858 100644 --- a/arch/arm/mach-s3c2410/Makefile +++ b/arch/arm/mach-s3c2410/Makefile @@ -30,3 +30,7 @@ obj-$(CONFIG_BAST_PC104_IRQ) += bast-irq.o obj-$(CONFIG_MACH_TCT_HAMMER) += mach-tct_hammer.o obj-$(CONFIG_MACH_VR1000) += mach-vr1000.o usb-simtec.o obj-$(CONFIG_MACH_QT2410) += mach-qt2410.o + +# machine additions + +obj-$(CONFIG_MACH_BAST_IDE) += bast-ide.o |