mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-26 20:35:24 +07:00
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>
19 lines
539 B
Plaintext
19 lines
539 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config VIDEO_SAA7164
|
|
tristate "NXP SAA7164 support"
|
|
depends on DVB_CORE && VIDEO_DEV && PCI && I2C
|
|
select I2C_ALGOBIT
|
|
select FW_LOADER
|
|
select VIDEO_TUNER
|
|
select VIDEO_TVEEPROM
|
|
select DVB_TDA10048 if MEDIA_SUBDRV_AUTOSELECT
|
|
select DVB_S5H1411 if MEDIA_SUBDRV_AUTOSELECT
|
|
select MEDIA_TUNER_TDA18271 if MEDIA_SUBDRV_AUTOSELECT
|
|
help
|
|
This is a video4linux driver for NXP SAA7164 based
|
|
TV cards.
|
|
|
|
To compile this driver as a module, choose M here: the
|
|
module will be called saa7164
|
|
|