diff options
author | Johannes Stezenbach <devnull@localhost> | 2004-02-16 19:45:54 +0000 |
---|---|---|
committer | Johannes Stezenbach <devnull@localhost> | 2004-02-16 19:45:54 +0000 |
commit | c153a8456f01a996e3d1cbc5d467e9bd4d9b6437 (patch) | |
tree | 4f892fdf9c2183d6858d350bd09e4ffd8eb7b560 /linux/drivers/media/dvb/frontends/Kconfig | |
parent | 611265039398c47563020473b9e183b006a8dc2c (diff) | |
download | mediapointer-dvb-s2-c153a8456f01a996e3d1cbc5d467e9bd4d9b6437.tar.gz mediapointer-dvb-s2-c153a8456f01a996e3d1cbc5d467e9bd4d9b6437.tar.bz2 |
DVB_TDA1004X and DVB_NXT6000 do not depend on !STANDALONE
(i.e. no compile-time firmware image necessary)
reported by Bernd Bartmann
Diffstat (limited to 'linux/drivers/media/dvb/frontends/Kconfig')
-rw-r--r-- | linux/drivers/media/dvb/frontends/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/dvb/frontends/Kconfig b/linux/drivers/media/dvb/frontends/Kconfig index 006195626..081939635 100644 --- a/linux/drivers/media/dvb/frontends/Kconfig +++ b/linux/drivers/media/dvb/frontends/Kconfig @@ -154,7 +154,7 @@ config DVB_VES1X93 config DVB_TDA1004X tristate "Frontends with external TDA10045H or TDA10046H demodulators (OFDM)" - depends on DVB_CORE && !STANDALONE + depends on DVB_CORE help A DVB-T tuner module. Say Y when you want to support this frontend. @@ -175,7 +175,7 @@ config DVB_TDA1004X_FIRMWARE_FILE config DVB_NXT6000 tristate "Frontends with NxtWave Communications NXT6000 demodulator (OFDM)" - depends on DVB_CORE && !STANDALONE + depends on DVB_CORE help A DVB-T tuner module. Say Y when you want to support this frontend. |