Blame view

kernel/linux-rt-4.4.41/drivers/media/pci/mantis/Kconfig 1.22 KB
5113f6f70   김현기   kernel add
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
  config MANTIS_CORE
  	tristate "Mantis/Hopper PCI bridge based devices"
  	depends on PCI && I2C && INPUT && RC_CORE
  
  	help
  	  Support for PCI cards based on the Mantis and Hopper PCi bridge.
  
  	  Say Y if you own such a device and want to use it.
  
  config DVB_MANTIS
  	tristate "MANTIS based cards"
  	depends on MANTIS_CORE && DVB_CORE && PCI && I2C
  	select DVB_MB86A16 if MEDIA_SUBDRV_AUTOSELECT
  	select DVB_ZL10353 if MEDIA_SUBDRV_AUTOSELECT
  	select DVB_STV0299 if MEDIA_SUBDRV_AUTOSELECT
  	select DVB_LNBP21 if MEDIA_SUBDRV_AUTOSELECT
  	select DVB_STB0899 if MEDIA_SUBDRV_AUTOSELECT
  	select DVB_STB6100 if MEDIA_SUBDRV_AUTOSELECT
  	select DVB_TDA665x if MEDIA_SUBDRV_AUTOSELECT
  	select DVB_TDA10021 if MEDIA_SUBDRV_AUTOSELECT
  	select DVB_TDA10023 if MEDIA_SUBDRV_AUTOSELECT
  	select DVB_PLL
  	help
  	  Support for PCI cards based on the Mantis PCI bridge.
  	  Say Y when you have a Mantis based DVB card and want to use it.
  
  	  If unsure say N.
  
  config DVB_HOPPER
  	tristate "HOPPER based cards"
  	depends on MANTIS_CORE && DVB_CORE && PCI && I2C
  	select DVB_ZL10353 if MEDIA_SUBDRV_AUTOSELECT
  	select DVB_PLL
  	help
  	  Support for PCI cards based on the Hopper  PCI bridge.
  	  Say Y when you have a Hopper based DVB card and want to use it.
  
  	  If unsure say N