ec8f24b7fa
Add SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any form These files fall under the project license, GPL v2 only. The resulting SPDX license identifier is: GPL-2.0-only Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
21 lines
353 B
Plaintext
21 lines
353 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
# VME configuration.
|
|
#
|
|
|
|
menuconfig VME_BUS
|
|
bool "VME bridge support"
|
|
depends on PCI
|
|
---help---
|
|
If you say Y here you get support for the VME bridge Framework.
|
|
|
|
if VME_BUS
|
|
|
|
source "drivers/vme/bridges/Kconfig"
|
|
|
|
source "drivers/vme/boards/Kconfig"
|
|
|
|
source "drivers/staging/vme/devices/Kconfig"
|
|
|
|
endif # VME
|