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