
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>
27 lines
554 B
Plaintext
27 lines
554 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config MT76_CORE
|
|
tristate
|
|
|
|
config MT76_LEDS
|
|
bool
|
|
depends on MT76_CORE
|
|
depends on LEDS_CLASS=y || MT76_CORE=LEDS_CLASS
|
|
default y
|
|
|
|
config MT76_USB
|
|
tristate
|
|
depends on MT76_CORE
|
|
|
|
config MT76x02_LIB
|
|
tristate
|
|
select MT76_CORE
|
|
|
|
config MT76x02_USB
|
|
tristate
|
|
select MT76_USB
|
|
|
|
source "drivers/net/wireless/mediatek/mt76/mt76x0/Kconfig"
|
|
source "drivers/net/wireless/mediatek/mt76/mt76x2/Kconfig"
|
|
source "drivers/net/wireless/mediatek/mt76/mt7603/Kconfig"
|
|
source "drivers/net/wireless/mediatek/mt76/mt7615/Kconfig"
|