diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-07-01 17:22:00 -0400 |
---|---|---|
committer | Michael Krufky <mkrufky@linuxtv.org> | 2007-07-01 17:22:00 -0400 |
commit | bca4a97d09ff711e1a2c29263821215c9c285a08 (patch) | |
tree | 864585a3c0f69f260aea3a41112ea060158814b7 /COPYING | |
parent | 7ea277dbfe353d78c9e6558e71894608f72bb322 (diff) | |
download | mediapointer-dvb-s2-bca4a97d09ff711e1a2c29263821215c9c285a08.tar.gz mediapointer-dvb-s2-bca4a97d09ff711e1a2c29263821215c9c285a08.tar.bz2 |
TUNER_TEA5761 kconfig fixes
From: Adrian Bunk <bunk@stusta.de>
The following doesn't make much sense:
drivers/media/video/Kconfig:
...
config TUNER_TEA5761
tristate "TEA 5761 radio tuner (EXPERIMENTAL)"
...
drivers/media/video/Makefile:
...
ifneq ($(CONFIG_TUNER_TEA5761),)
tuner-objs += tea5761.o
endif
...
With this setup, TUNER_TEA5761=m is equivalent to TUNER_TEA5761=y.
This patch therefore changes TUNER_TEA5761 to a bool.
The missing dependency on EXPERIMENTAL the prompt text indicates also
gets added by this patch.
Additionally, the Makefile entry can now be written in a more compact way.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions