Fix the use of CONFIG_MACH_VR1000, which was missing an
trailing zero from the configuration variable, so never
being shown if only the VR1000 was selected
Signed-off-by: Ben Dooks <[EMAIL PROTECTED]>
--- linux-2.6.11-rc4/drivers/ide/Kconfig 2005-01-04 10:57:49.000000000
+0000
+++ linux-2.6.11-rc4-bjd8/drivers/ide/Kconfig 2005-02-18 10:54:21.000000000
+0000
@@ -812,7 +812,7 @@
config BLK_DEV_IDE_BAST
tristate "Simtec BAST / Thorcom VR1000 IDE support"
- depends on ARM && (ARCH_BAST || MACH_VR100)
+ depends on ARM && (ARCH_BAST || MACH_VR1000)
help
Say Y here if you want to support the onboard IDE channels on the
Simtec BAST or the Thorcom VR1000
--- linux-2.6.11-rc4/drivers/ide/Kconfig 2005-01-04 10:57:49.000000000
+0000
+++ linux-2.6.11-rc4-bjd8/drivers/ide/Kconfig 2005-02-18 10:54:21.000000000
+0000
@@ -812,7 +812,7 @@
config BLK_DEV_IDE_BAST
tristate "Simtec BAST / Thorcom VR1000 IDE support"
- depends on ARM && (ARCH_BAST || MACH_VR100)
+ depends on ARM && (ARCH_BAST || MACH_VR1000)
help
Say Y here if you want to support the onboard IDE channels on the
Simtec BAST or the Thorcom VR1000