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