summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vme/Kconfig
diff options
context:
space:
mode:
authorGreg Kroah-Hartman2009-09-11 18:51:31 +0200
committerGreg Kroah-Hartman2009-09-15 21:02:11 +0200
commit51be97961fc74de75e9e30a7339804afb77c7b1e (patch)
treeb4a8ff5f98df6d81cb86640e6e57505e7c7ab9cd /drivers/staging/vme/Kconfig
parentStaging: vme: Separate the list of TODOs from the API documentation (diff)
downloadkernel-qcow2-linux-51be97961fc74de75e9e30a7339804afb77c7b1e.tar.gz
kernel-qcow2-linux-51be97961fc74de75e9e30a7339804afb77c7b1e.tar.xz
kernel-qcow2-linux-51be97961fc74de75e9e30a7339804afb77c7b1e.zip
Staging: vme: change to VME_BUS
Turns out the m68k arch already has a CONFIG_VME, so use CONFIG_VME_BUS instead. Thanks to Geet Uytterhoeven for pointing this out. Cc: Geert Uytterhoeven <geert@linux-m68k.org> Cc: Martyn Welch <martyn.welch@gefanuc.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/vme/Kconfig')
-rw-r--r--drivers/staging/vme/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/vme/Kconfig b/drivers/staging/vme/Kconfig
index e030805269c5..ae628a58b0c6 100644
--- a/drivers/staging/vme/Kconfig
+++ b/drivers/staging/vme/Kconfig
@@ -2,13 +2,13 @@
# VME configuration.
#
-menuconfig VME
+menuconfig VME_BUS
tristate "VME bridge support"
depends on PCI
---help---
If you say Y here you get support for the VME bridge Framework.
-if VME
+if VME_BUS
source "drivers/staging/vme/bridges/Kconfig"