# SPDX-License-Identifier: GPL-2.0-only # # [31mCONFIG_VME[0m configuration. # menuconfig [31mCONFIG_VME_BUS[0m bool "VME bridge support" depends on [31mCONFIG_PCI[0m ---help--- If you say Y here you get support for the [31mCONFIG_VME[0m bridge Framework. if [31mCONFIG_VME_BUS[0m source "drivers/vme/bridges/Kconfig" source "drivers/vme/boards/Kconfig" source "drivers/staging/vme/devices/Kconfig" endif # [31mCONFIG_VME[0m |