From ed78776c3757018e2ca073bf5d6f92c664efbfff Mon Sep 17 00:00:00 2001 From: Michael Hunold Date: Thu, 1 Jan 2004 16:36:52 +0000 Subject: - make drivers select FW_LOADER automatically via Kconfig SELECT option 1) fixes compile error for av7110 when FW_LOADER was not set manually 2) let's the user select TTUSB-DEC when FW_LOADER is not wet manually --- linux/drivers/media/dvb/ttusb-dec/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'linux/drivers/media/dvb/ttusb-dec') diff --git a/linux/drivers/media/dvb/ttusb-dec/Kconfig b/linux/drivers/media/dvb/ttusb-dec/Kconfig index 0251c4f27..90f0c26d9 100644 --- a/linux/drivers/media/dvb/ttusb-dec/Kconfig +++ b/linux/drivers/media/dvb/ttusb-dec/Kconfig @@ -1,6 +1,7 @@ config DVB_TTUSB_DEC tristate "Technotrend/Hauppauge USB DEC devices" - depends on DVB_CORE && USB && FW_LOADER + depends on DVB_CORE && USB + select FW_LOADER help Support for external USB adapters designed by Technotrend and produced by Hauppauge, shipped under the brand name 'DEC2000-t' -- cgit v1.2.3