diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-07-03 06:24:37 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-07-03 11:51:27 -0400 |
commit | b7a12d1923f12aa00a68347a3ad97c43ecf55667 (patch) | |
tree | f16dc7cdb87c9eec83bc58b7136a5942e6adc0a3 /arch/arm/mach-s3c2410/Kconfig | |
parent | dd1086f43dc7205b451ae95e37d4813a9c28611d (diff) |
[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/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c2410/Kconfig | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c2410/Kconfig b/arch/arm/mach-s3c2410/Kconfig index cd3dc0834b3b..69689701acfc 100644 --- a/arch/arm/mach-s3c2410/Kconfig +++ b/arch/arm/mach-s3c2410/Kconfig | |||
@@ -37,6 +37,12 @@ config S3C2410_CLOCK | |||
37 | help | 37 | help |
38 | Clock code for the S3C2410, and similar processors | 38 | Clock code for the S3C2410, and similar processors |
39 | 39 | ||
40 | config MACH_BAST_IDE | ||
41 | bool | ||
42 | select HAVE_PATA_PLATFORM | ||
43 | help | ||
44 | Internal node for machines with an BAST style IDE | ||
45 | interface | ||
40 | 46 | ||
41 | menu "S3C2410 Machines" | 47 | menu "S3C2410 Machines" |
42 | 48 | ||
@@ -70,6 +76,7 @@ config ARCH_BAST | |||
70 | bool "Simtec Electronics BAST (EB2410ITX)" | 76 | bool "Simtec Electronics BAST (EB2410ITX)" |
71 | select CPU_S3C2410 | 77 | select CPU_S3C2410 |
72 | select PM_SIMTEC if PM | 78 | select PM_SIMTEC if PM |
79 | select MACH_BAST_IDE | ||
73 | select ISA | 80 | select ISA |
74 | help | 81 | help |
75 | Say Y here if you are using the Simtec Electronics EB2410ITX | 82 | Say Y here if you are using the Simtec Electronics EB2410ITX |
@@ -107,6 +114,7 @@ config MACH_TCT_HAMMER | |||
107 | config MACH_VR1000 | 114 | config MACH_VR1000 |
108 | bool "Thorcom VR1000" | 115 | bool "Thorcom VR1000" |
109 | select PM_SIMTEC if PM | 116 | select PM_SIMTEC if PM |
117 | select MACH_BAST_IDE | ||
110 | select CPU_S3C2410 | 118 | select CPU_S3C2410 |
111 | help | 119 | help |
112 | Say Y here if you are using the Thorcom VR1000 board. | 120 | Say Y here if you are using the Thorcom VR1000 board. |
@@ -118,4 +126,3 @@ config MACH_QT2410 | |||
118 | Say Y here if you are using the Armzone QT2410 | 126 | Say Y here if you are using the Armzone QT2410 |
119 | 127 | ||
120 | endmenu | 128 | endmenu |
121 | |||