2009-07-31 16:28:17 +08:00
|
|
|
#
|
|
|
|
# VME configuration.
|
|
|
|
#
|
|
|
|
|
2009-09-12 00:51:31 +08:00
|
|
|
menuconfig VME_BUS
|
2013-12-09 23:54:42 +08:00
|
|
|
bool "VME bridge support"
|
2009-07-31 16:28:17 +08:00
|
|
|
depends on PCI
|
|
|
|
---help---
|
|
|
|
If you say Y here you get support for the VME bridge Framework.
|
|
|
|
|
2009-09-12 00:51:31 +08:00
|
|
|
if VME_BUS
|
2009-07-31 16:28:17 +08:00
|
|
|
|
2012-04-27 03:34:58 +08:00
|
|
|
source "drivers/vme/bridges/Kconfig"
|
2009-07-31 16:28:17 +08:00
|
|
|
|
2012-04-27 03:34:58 +08:00
|
|
|
source "drivers/vme/boards/Kconfig"
|
2009-07-31 16:28:17 +08:00
|
|
|
|
2012-04-27 03:34:58 +08:00
|
|
|
source "drivers/staging/vme/devices/Kconfig"
|
2010-02-16 22:41:51 +08:00
|
|
|
|
2009-07-31 16:28:17 +08:00
|
|
|
endif # VME
|