Kconfig (10a558374f3751cf4eb55143008975641dfc2cf4) | Kconfig (15f757bb5ab237a123a2d5a8140cece1bc7bb617) |
---|---|
1menu "Customise DVB Frontends" 2 visible if !MEDIA_SUBDRV_AUTOSELECT || COMPILE_TEST 3 4comment "Multistandard (satellite) frontends" 5 depends on DVB_CORE 6 7config DVB_STB0899 8 tristate "STB0899 based" --- 890 unchanged lines hidden (view full) --- 899 900config DVB_HELENE 901 tristate "Sony HELENE Sat/Ter tuner (CXD2858ER)" 902 depends on DVB_CORE && I2C 903 default m if !MEDIA_SUBDRV_AUTOSELECT 904 help 905 Say Y when you want to support this frontend. 906 | 1menu "Customise DVB Frontends" 2 visible if !MEDIA_SUBDRV_AUTOSELECT || COMPILE_TEST 3 4comment "Multistandard (satellite) frontends" 5 depends on DVB_CORE 6 7config DVB_STB0899 8 tristate "STB0899 based" --- 890 unchanged lines hidden (view full) --- 899 900config DVB_HELENE 901 tristate "Sony HELENE Sat/Ter tuner (CXD2858ER)" 902 depends on DVB_CORE && I2C 903 default m if !MEDIA_SUBDRV_AUTOSELECT 904 help 905 Say Y when you want to support this frontend. 906 |
907comment "Common Interface (EN50221) controller drivers" 908 depends on DVB_CORE 909 910config DVB_CXD2099 911 tristate "CXD2099AR Common Interface driver" 912 depends on DVB_CORE && I2C 913 ---help--- 914 A driver for the CI controller currently found mostly on 915 Digital Devices DuoFlex CI (single) addon modules. 916 917 Say Y when you want to support these devices. 918 |
|
907comment "Tools to develop new frontends" 908 909config DVB_DUMMY_FE 910 tristate "Dummy frontend driver" 911 depends on DVB_CORE 912 default n 913endmenu | 919comment "Tools to develop new frontends" 920 921config DVB_DUMMY_FE 922 tristate "Dummy frontend driver" 923 depends on DVB_CORE 924 default n 925endmenu |