M7350/kernel/drivers/vme/Kconfig

20 lines
313 B
Plaintext
Raw Permalink Normal View History

2024-09-09 08:52:07 +00:00
#
# VME configuration.
#
menuconfig VME_BUS
2024-09-09 08:57:42 +00:00
bool "VME bridge support"
2024-09-09 08:52:07 +00:00
depends on PCI
---help---
If you say Y here you get support for the VME bridge Framework.
if VME_BUS
2024-09-09 08:57:42 +00:00
source "drivers/vme/bridges/Kconfig"
2024-09-09 08:52:07 +00:00
2024-09-09 08:57:42 +00:00
source "drivers/vme/boards/Kconfig"
2024-09-09 08:52:07 +00:00
2024-09-09 08:57:42 +00:00
source "drivers/staging/vme/devices/Kconfig"
2024-09-09 08:52:07 +00:00
endif # VME