Commit 52853a2e authored by Ben Dooks's avatar Ben Dooks Committed by Bartlomiej Zolnierkiewicz

[ide] Kconfig for VR1000 machine driver selection

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: default avatarBen Dooks <ben-linux@fluff.org>
Signed-off-by: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
parent edfde7e8
...@@ -812,7 +812,7 @@ config BLK_DEV_IDE_RAPIDE ...@@ -812,7 +812,7 @@ config BLK_DEV_IDE_RAPIDE
config BLK_DEV_IDE_BAST config BLK_DEV_IDE_BAST
tristate "Simtec BAST / Thorcom VR1000 IDE support" tristate "Simtec BAST / Thorcom VR1000 IDE support"
depends on ARM && (ARCH_BAST || MACH_VR100) depends on ARM && (ARCH_BAST || MACH_VR1000)
help help
Say Y here if you want to support the onboard IDE channels on the Say Y here if you want to support the onboard IDE channels on the
Simtec BAST or the Thorcom VR1000 Simtec BAST or the Thorcom VR1000
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment