summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vme/Kconfig
blob: 95e67ff93247afd5f95d9e3971620c8918e4959e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# VME configuration.
#

menuconfig VME
	tristate "VME bridge support"
	depends on PCI
	---help---
	  If you say Y here you get support for the VME bridge Framework.

if VME

#source "drivers/staging/vme/bridges/Kconfig"

source "drivers/staging/vme/devices/Kconfig"

endif # VME