diff options
Diffstat (limited to 'drivers/media/dvb/Kconfig')
-rw-r--r-- | drivers/media/dvb/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/dvb/Kconfig b/drivers/media/dvb/Kconfig index 8bc1445bd33b..5858744e70de 100644 --- a/drivers/media/dvb/Kconfig +++ b/drivers/media/dvb/Kconfig | |||
@@ -35,6 +35,10 @@ comment "Supported Pluto2 Adapters" | |||
35 | depends on DVB_CORE && PCI && I2C | 35 | depends on DVB_CORE && PCI && I2C |
36 | source "drivers/media/dvb/pluto2/Kconfig" | 36 | source "drivers/media/dvb/pluto2/Kconfig" |
37 | 37 | ||
38 | comment "Supported SDMC DM1105 Adapters" | ||
39 | depends on DVB_CORE && PCI && I2C | ||
40 | source "drivers/media/dvb/dm1105/Kconfig" | ||
41 | |||
38 | comment "Supported DVB Frontends" | 42 | comment "Supported DVB Frontends" |
39 | depends on DVB_CORE | 43 | depends on DVB_CORE |
40 | source "drivers/media/dvb/frontends/Kconfig" | 44 | source "drivers/media/dvb/frontends/Kconfig" |