diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-28 19:58:05 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-28 19:58:05 +0000 |
commit | 7f64ee6b1f1b9d62a97a5f605ced101aa4fe5f5b (patch) | |
tree | 7d3665908652d8997cb58b560b4b19e509a24c43 /linux/drivers/media/dvb/frontends | |
parent | 6adacf5c9a13c4404bd17bf0e054658b59d8f130 (diff) | |
download | mediapointer-dvb-s2-7f64ee6b1f1b9d62a97a5f605ced101aa4fe5f5b.tar.gz mediapointer-dvb-s2-7f64ee6b1f1b9d62a97a5f605ced101aa4fe5f5b.tar.bz2 |
DVB_DRX397XD: remove FW_LOADER select
From: Adrian Bunk <bunk@kernel.org>
Also for the new DVB_DRX397XD driver the FW_LOADER select and the
corresponding dependency on HOTPLUG can be removed.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/dvb/frontends')
-rw-r--r-- | linux/drivers/media/dvb/frontends/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linux/drivers/media/dvb/frontends/Kconfig b/linux/drivers/media/dvb/frontends/Kconfig index 574dffe91..7dbb4a223 100644 --- a/linux/drivers/media/dvb/frontends/Kconfig +++ b/linux/drivers/media/dvb/frontends/Kconfig @@ -135,9 +135,8 @@ config DVB_CX22702 config DVB_DRX397XD tristate "Micronas DRX3975D/DRX3977D based" - depends on DVB_CORE && I2C && HOTPLUG + depends on DVB_CORE && I2C default m if DVB_FE_CUSTOMISE - select FW_LOADER help A DVB-T tuner module. Say Y when you want to support this frontend. |