18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 28c2ecf20Sopenharmony_ci# Analog TV tuners, auto-loaded via tuner.ko 38c2ecf20Sopenharmony_ciconfig MEDIA_TUNER 48c2ecf20Sopenharmony_ci tristate 58c2ecf20Sopenharmony_ci depends on (MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT || MEDIA_RADIO_SUPPORT || MEDIA_SDR_SUPPORT) && I2C 68c2ecf20Sopenharmony_ci default y 78c2ecf20Sopenharmony_ci select MEDIA_TUNER_XC2028 if MEDIA_SUBDRV_AUTOSELECT 88c2ecf20Sopenharmony_ci select MEDIA_TUNER_XC5000 if MEDIA_SUBDRV_AUTOSELECT 98c2ecf20Sopenharmony_ci select MEDIA_TUNER_XC4000 if MEDIA_SUBDRV_AUTOSELECT 108c2ecf20Sopenharmony_ci select MEDIA_TUNER_MT20XX if MEDIA_SUBDRV_AUTOSELECT 118c2ecf20Sopenharmony_ci select MEDIA_TUNER_TDA8290 if MEDIA_SUBDRV_AUTOSELECT 128c2ecf20Sopenharmony_ci select MEDIA_TUNER_TEA5761 if MEDIA_SUBDRV_AUTOSELECT && MEDIA_RADIO_SUPPORT 138c2ecf20Sopenharmony_ci select MEDIA_TUNER_TEA5767 if MEDIA_SUBDRV_AUTOSELECT && MEDIA_RADIO_SUPPORT 148c2ecf20Sopenharmony_ci select MEDIA_TUNER_SIMPLE if MEDIA_SUBDRV_AUTOSELECT 158c2ecf20Sopenharmony_ci select MEDIA_TUNER_TDA9887 if MEDIA_SUBDRV_AUTOSELECT 168c2ecf20Sopenharmony_ci select MEDIA_TUNER_MC44S803 if MEDIA_SUBDRV_AUTOSELECT 178c2ecf20Sopenharmony_ci 188c2ecf20Sopenharmony_cicomment "Tuner drivers auto-selected by 'Autoselect ancillary drivers'" 198c2ecf20Sopenharmony_ci depends on MEDIA_HIDE_ANCILLARY_SUBDRV 208c2ecf20Sopenharmony_ci depends on MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT || MEDIA_RADIO_SUPPORT || MEDIA_SDR_SUPPORT 218c2ecf20Sopenharmony_ci 228c2ecf20Sopenharmony_cimenu "Customize TV tuners" 238c2ecf20Sopenharmony_ci visible if !MEDIA_HIDE_ANCILLARY_SUBDRV 248c2ecf20Sopenharmony_ci depends on MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT || MEDIA_RADIO_SUPPORT || MEDIA_SDR_SUPPORT 258c2ecf20Sopenharmony_ci 268c2ecf20Sopenharmony_ciconfig MEDIA_TUNER_SIMPLE 278c2ecf20Sopenharmony_ci tristate "Simple tuner support" 288c2ecf20Sopenharmony_ci depends on MEDIA_SUPPORT && I2C 298c2ecf20Sopenharmony_ci select MEDIA_TUNER_TDA9887 308c2ecf20Sopenharmony_ci default m if !MEDIA_SUBDRV_AUTOSELECT 318c2ecf20Sopenharmony_ci help 328c2ecf20Sopenharmony_ci Say Y here to include support for various simple tuners. 338c2ecf20Sopenharmony_ci 348c2ecf20Sopenharmony_ciconfig MEDIA_TUNER_TDA18250 358c2ecf20Sopenharmony_ci tristate "NXP TDA18250 silicon tuner" 368c2ecf20Sopenharmony_ci depends on MEDIA_SUPPORT && I2C 378c2ecf20Sopenharmony_ci default m if !MEDIA_SUBDRV_AUTOSELECT 388c2ecf20Sopenharmony_ci help 398c2ecf20Sopenharmony_ci Say Y here to include support for TDA18250 tuner. 408c2ecf20Sopenharmony_ci 418c2ecf20Sopenharmony_ciconfig MEDIA_TUNER_TDA8290 428c2ecf20Sopenharmony_ci tristate "TDA 8290/8295 + 8275(a)/18271 tuner combo" 438c2ecf20Sopenharmony_ci depends on MEDIA_SUPPORT && I2C 448c2ecf20Sopenharmony_ci select MEDIA_TUNER_TDA827X 458c2ecf20Sopenharmony_ci select MEDIA_TUNER_TDA18271 468c2ecf20Sopenharmony_ci default m if !MEDIA_SUBDRV_AUTOSELECT 478c2ecf20Sopenharmony_ci help 488c2ecf20Sopenharmony_ci Say Y here to include support for Philips TDA8290+8275(a) tuner. 498c2ecf20Sopenharmony_ci 508c2ecf20Sopenharmony_ciconfig MEDIA_TUNER_TDA827X 518c2ecf20Sopenharmony_ci tristate "Philips TDA827X silicon tuner" 528c2ecf20Sopenharmony_ci depends on MEDIA_SUPPORT && I2C 538c2ecf20Sopenharmony_ci default m if !MEDIA_SUBDRV_AUTOSELECT 548c2ecf20Sopenharmony_ci help 558c2ecf20Sopenharmony_ci A DVB-T silicon tuner module. Say Y when you want to support this tuner. 568c2ecf20Sopenharmony_ci 578c2ecf20Sopenharmony_ciconfig MEDIA_TUNER_TDA18271 588c2ecf20Sopenharmony_ci tristate "NXP TDA18271 silicon tuner" 598c2ecf20Sopenharmony_ci depends on MEDIA_SUPPORT && I2C 608c2ecf20Sopenharmony_ci default m if !MEDIA_SUBDRV_AUTOSELECT 618c2ecf20Sopenharmony_ci help 628c2ecf20Sopenharmony_ci A silicon tuner module. Say Y when you want to support this tuner. 638c2ecf20Sopenharmony_ci 648c2ecf20Sopenharmony_ciconfig MEDIA_TUNER_TDA9887 658c2ecf20Sopenharmony_ci tristate "TDA 9885/6/7 analog IF demodulator" 668c2ecf20Sopenharmony_ci depends on MEDIA_SUPPORT && I2C 678c2ecf20Sopenharmony_ci default m if !MEDIA_SUBDRV_AUTOSELECT 688c2ecf20Sopenharmony_ci help 698c2ecf20Sopenharmony_ci Say Y here to include support for Philips TDA9885/6/7 708c2ecf20Sopenharmony_ci analog IF demodulator. 718c2ecf20Sopenharmony_ci 728c2ecf20Sopenharmony_ciconfig MEDIA_TUNER_TEA5761 738c2ecf20Sopenharmony_ci tristate "TEA 5761 radio tuner" 748c2ecf20Sopenharmony_ci depends on MEDIA_SUPPORT && I2C 758c2ecf20Sopenharmony_ci default m if !MEDIA_SUBDRV_AUTOSELECT 768c2ecf20Sopenharmony_ci help 778c2ecf20Sopenharmony_ci Say Y here to include support for the Philips TEA5761 radio tuner. 788c2ecf20Sopenharmony_ci 798c2ecf20Sopenharmony_ciconfig MEDIA_TUNER_TEA5767 808c2ecf20Sopenharmony_ci tristate "TEA 5767 radio tuner" 818c2ecf20Sopenharmony_ci depends on MEDIA_SUPPORT && I2C 828c2ecf20Sopenharmony_ci default m if !MEDIA_SUBDRV_AUTOSELECT 838c2ecf20Sopenharmony_ci help 848c2ecf20Sopenharmony_ci Say Y here to include support for the Philips TEA5767 radio tuner. 858c2ecf20Sopenharmony_ci 868c2ecf20Sopenharmony_ciconfig MEDIA_TUNER_MSI001 878c2ecf20Sopenharmony_ci tristate "Mirics MSi001" 888c2ecf20Sopenharmony_ci depends on MEDIA_SUPPORT && SPI && VIDEO_V4L2 898c2ecf20Sopenharmony_ci default m if !MEDIA_SUBDRV_AUTOSELECT 908c2ecf20Sopenharmony_ci help 918c2ecf20Sopenharmony_ci Mirics MSi001 silicon tuner driver. 928c2ecf20Sopenharmony_ci 938c2ecf20Sopenharmony_ciconfig MEDIA_TUNER_MT20XX 948c2ecf20Sopenharmony_ci tristate "Microtune 2032 / 2050 tuners" 958c2ecf20Sopenharmony_ci depends on MEDIA_SUPPORT && I2C 968c2ecf20Sopenharmony_ci default m if !MEDIA_SUBDRV_AUTOSELECT 978c2ecf20Sopenharmony_ci help 988c2ecf20Sopenharmony_ci Say Y here to include support for the MT2032 / MT2050 tuner. 998c2ecf20Sopenharmony_ci 1008c2ecf20Sopenharmony_ciconfig MEDIA_TUNER_MT2060 1018c2ecf20Sopenharmony_ci tristate "Microtune MT2060 silicon IF tuner" 1028c2ecf20Sopenharmony_ci depends on MEDIA_SUPPORT && I2C 1038c2ecf20Sopenharmony_ci default m if !MEDIA_SUBDRV_AUTOSELECT 1048c2ecf20Sopenharmony_ci help 1058c2ecf20Sopenharmony_ci A driver for the silicon IF tuner MT2060 from Microtune. 1068c2ecf20Sopenharmony_ci 1078c2ecf20Sopenharmony_ciconfig MEDIA_TUNER_MT2063 1088c2ecf20Sopenharmony_ci tristate "Microtune MT2063 silicon IF tuner" 1098c2ecf20Sopenharmony_ci depends on MEDIA_SUPPORT && I2C 1108c2ecf20Sopenharmony_ci default m if !MEDIA_SUBDRV_AUTOSELECT 1118c2ecf20Sopenharmony_ci help 1128c2ecf20Sopenharmony_ci A driver for the silicon IF tuner MT2063 from Microtune. 1138c2ecf20Sopenharmony_ci 1148c2ecf20Sopenharmony_ciconfig MEDIA_TUNER_MT2266 1158c2ecf20Sopenharmony_ci tristate "Microtune MT2266 silicon tuner" 1168c2ecf20Sopenharmony_ci depends on MEDIA_SUPPORT && I2C 1178c2ecf20Sopenharmony_ci default m if !MEDIA_SUBDRV_AUTOSELECT 1188c2ecf20Sopenharmony_ci help 1198c2ecf20Sopenharmony_ci A driver for the silicon baseband tuner MT2266 from Microtune. 1208c2ecf20Sopenharmony_ci 1218c2ecf20Sopenharmony_ciconfig MEDIA_TUNER_MT2131 1228c2ecf20Sopenharmony_ci tristate "Microtune MT2131 silicon tuner" 1238c2ecf20Sopenharmony_ci depends on MEDIA_SUPPORT && I2C 1248c2ecf20Sopenharmony_ci default m if !MEDIA_SUBDRV_AUTOSELECT 1258c2ecf20Sopenharmony_ci help 1268c2ecf20Sopenharmony_ci A driver for the silicon baseband tuner MT2131 from Microtune. 1278c2ecf20Sopenharmony_ci 1288c2ecf20Sopenharmony_ciconfig MEDIA_TUNER_QT1010 1298c2ecf20Sopenharmony_ci tristate "Quantek QT1010 silicon tuner" 1308c2ecf20Sopenharmony_ci depends on MEDIA_SUPPORT && I2C 1318c2ecf20Sopenharmony_ci default m if !MEDIA_SUBDRV_AUTOSELECT 1328c2ecf20Sopenharmony_ci help 1338c2ecf20Sopenharmony_ci A driver for the silicon tuner QT1010 from Quantek. 1348c2ecf20Sopenharmony_ci 1358c2ecf20Sopenharmony_ciconfig MEDIA_TUNER_XC2028 1368c2ecf20Sopenharmony_ci tristate "XCeive xc2028/xc3028 tuners" 1378c2ecf20Sopenharmony_ci depends on MEDIA_SUPPORT && I2C 1388c2ecf20Sopenharmony_ci default m if !MEDIA_SUBDRV_AUTOSELECT 1398c2ecf20Sopenharmony_ci help 1408c2ecf20Sopenharmony_ci Say Y here to include support for the xc2028/xc3028 tuners. 1418c2ecf20Sopenharmony_ci 1428c2ecf20Sopenharmony_ciconfig MEDIA_TUNER_XC5000 1438c2ecf20Sopenharmony_ci tristate "Xceive XC5000 silicon tuner" 1448c2ecf20Sopenharmony_ci depends on MEDIA_SUPPORT && I2C 1458c2ecf20Sopenharmony_ci default m if !MEDIA_SUBDRV_AUTOSELECT 1468c2ecf20Sopenharmony_ci help 1478c2ecf20Sopenharmony_ci A driver for the silicon tuner XC5000 from Xceive. 1488c2ecf20Sopenharmony_ci This device is only used inside a SiP called together with a 1498c2ecf20Sopenharmony_ci demodulator for now. 1508c2ecf20Sopenharmony_ci 1518c2ecf20Sopenharmony_ciconfig MEDIA_TUNER_XC4000 1528c2ecf20Sopenharmony_ci tristate "Xceive XC4000 silicon tuner" 1538c2ecf20Sopenharmony_ci depends on MEDIA_SUPPORT && I2C 1548c2ecf20Sopenharmony_ci default m if !MEDIA_SUBDRV_AUTOSELECT 1558c2ecf20Sopenharmony_ci help 1568c2ecf20Sopenharmony_ci A driver for the silicon tuner XC4000 from Xceive. 1578c2ecf20Sopenharmony_ci This device is only used inside a SiP called together with a 1588c2ecf20Sopenharmony_ci demodulator for now. 1598c2ecf20Sopenharmony_ci 1608c2ecf20Sopenharmony_ciconfig MEDIA_TUNER_MXL5005S 1618c2ecf20Sopenharmony_ci tristate "MaxLinear MSL5005S silicon tuner" 1628c2ecf20Sopenharmony_ci depends on MEDIA_SUPPORT && I2C 1638c2ecf20Sopenharmony_ci default m if !MEDIA_SUBDRV_AUTOSELECT 1648c2ecf20Sopenharmony_ci help 1658c2ecf20Sopenharmony_ci A driver for the silicon tuner MXL5005S from MaxLinear. 1668c2ecf20Sopenharmony_ci 1678c2ecf20Sopenharmony_ciconfig MEDIA_TUNER_MXL5007T 1688c2ecf20Sopenharmony_ci tristate "MaxLinear MxL5007T silicon tuner" 1698c2ecf20Sopenharmony_ci depends on MEDIA_SUPPORT && I2C 1708c2ecf20Sopenharmony_ci default m if !MEDIA_SUBDRV_AUTOSELECT 1718c2ecf20Sopenharmony_ci help 1728c2ecf20Sopenharmony_ci A driver for the silicon tuner MxL5007T from MaxLinear. 1738c2ecf20Sopenharmony_ci 1748c2ecf20Sopenharmony_ciconfig MEDIA_TUNER_MC44S803 1758c2ecf20Sopenharmony_ci tristate "Freescale MC44S803 Low Power CMOS Broadband tuners" 1768c2ecf20Sopenharmony_ci depends on MEDIA_SUPPORT && I2C 1778c2ecf20Sopenharmony_ci default m if !MEDIA_SUBDRV_AUTOSELECT 1788c2ecf20Sopenharmony_ci help 1798c2ecf20Sopenharmony_ci Say Y here to support the Freescale MC44S803 based tuners 1808c2ecf20Sopenharmony_ci 1818c2ecf20Sopenharmony_ciconfig MEDIA_TUNER_MAX2165 1828c2ecf20Sopenharmony_ci tristate "Maxim MAX2165 silicon tuner" 1838c2ecf20Sopenharmony_ci depends on MEDIA_SUPPORT && I2C 1848c2ecf20Sopenharmony_ci default m if !MEDIA_SUBDRV_AUTOSELECT 1858c2ecf20Sopenharmony_ci help 1868c2ecf20Sopenharmony_ci A driver for the silicon tuner MAX2165 from Maxim. 1878c2ecf20Sopenharmony_ci 1888c2ecf20Sopenharmony_ciconfig MEDIA_TUNER_TDA18218 1898c2ecf20Sopenharmony_ci tristate "NXP TDA18218 silicon tuner" 1908c2ecf20Sopenharmony_ci depends on MEDIA_SUPPORT && I2C 1918c2ecf20Sopenharmony_ci default m if !MEDIA_SUBDRV_AUTOSELECT 1928c2ecf20Sopenharmony_ci help 1938c2ecf20Sopenharmony_ci NXP TDA18218 silicon tuner driver. 1948c2ecf20Sopenharmony_ci 1958c2ecf20Sopenharmony_ciconfig MEDIA_TUNER_FC0011 1968c2ecf20Sopenharmony_ci tristate "Fitipower FC0011 silicon tuner" 1978c2ecf20Sopenharmony_ci depends on MEDIA_SUPPORT && I2C 1988c2ecf20Sopenharmony_ci default m if !MEDIA_SUBDRV_AUTOSELECT 1998c2ecf20Sopenharmony_ci help 2008c2ecf20Sopenharmony_ci Fitipower FC0011 silicon tuner driver. 2018c2ecf20Sopenharmony_ci 2028c2ecf20Sopenharmony_ciconfig MEDIA_TUNER_FC0012 2038c2ecf20Sopenharmony_ci tristate "Fitipower FC0012 silicon tuner" 2048c2ecf20Sopenharmony_ci depends on MEDIA_SUPPORT && I2C 2058c2ecf20Sopenharmony_ci default m if !MEDIA_SUBDRV_AUTOSELECT 2068c2ecf20Sopenharmony_ci help 2078c2ecf20Sopenharmony_ci Fitipower FC0012 silicon tuner driver. 2088c2ecf20Sopenharmony_ci 2098c2ecf20Sopenharmony_ciconfig MEDIA_TUNER_FC0013 2108c2ecf20Sopenharmony_ci tristate "Fitipower FC0013 silicon tuner" 2118c2ecf20Sopenharmony_ci depends on MEDIA_SUPPORT && I2C 2128c2ecf20Sopenharmony_ci default m if !MEDIA_SUBDRV_AUTOSELECT 2138c2ecf20Sopenharmony_ci help 2148c2ecf20Sopenharmony_ci Fitipower FC0013 silicon tuner driver. 2158c2ecf20Sopenharmony_ci 2168c2ecf20Sopenharmony_ciconfig MEDIA_TUNER_TDA18212 2178c2ecf20Sopenharmony_ci tristate "NXP TDA18212 silicon tuner" 2188c2ecf20Sopenharmony_ci depends on MEDIA_SUPPORT && I2C 2198c2ecf20Sopenharmony_ci select REGMAP_I2C 2208c2ecf20Sopenharmony_ci default m if !MEDIA_SUBDRV_AUTOSELECT 2218c2ecf20Sopenharmony_ci help 2228c2ecf20Sopenharmony_ci NXP TDA18212 silicon tuner driver. 2238c2ecf20Sopenharmony_ci 2248c2ecf20Sopenharmony_ciconfig MEDIA_TUNER_E4000 2258c2ecf20Sopenharmony_ci tristate "Elonics E4000 silicon tuner" 2268c2ecf20Sopenharmony_ci depends on MEDIA_SUPPORT && I2C && VIDEO_V4L2 2278c2ecf20Sopenharmony_ci select REGMAP_I2C 2288c2ecf20Sopenharmony_ci default m if !MEDIA_SUBDRV_AUTOSELECT 2298c2ecf20Sopenharmony_ci help 2308c2ecf20Sopenharmony_ci Elonics E4000 silicon tuner driver. 2318c2ecf20Sopenharmony_ci 2328c2ecf20Sopenharmony_ciconfig MEDIA_TUNER_FC2580 2338c2ecf20Sopenharmony_ci tristate "FCI FC2580 silicon tuner" 2348c2ecf20Sopenharmony_ci depends on MEDIA_SUPPORT && I2C && VIDEO_V4L2 2358c2ecf20Sopenharmony_ci select REGMAP_I2C 2368c2ecf20Sopenharmony_ci default m if !MEDIA_SUBDRV_AUTOSELECT 2378c2ecf20Sopenharmony_ci help 2388c2ecf20Sopenharmony_ci FCI FC2580 silicon tuner driver. 2398c2ecf20Sopenharmony_ci 2408c2ecf20Sopenharmony_ciconfig MEDIA_TUNER_M88RS6000T 2418c2ecf20Sopenharmony_ci tristate "Montage M88RS6000 internal tuner" 2428c2ecf20Sopenharmony_ci depends on MEDIA_SUPPORT && I2C 2438c2ecf20Sopenharmony_ci select REGMAP_I2C 2448c2ecf20Sopenharmony_ci default m if !MEDIA_SUBDRV_AUTOSELECT 2458c2ecf20Sopenharmony_ci help 2468c2ecf20Sopenharmony_ci Montage M88RS6000 internal tuner. 2478c2ecf20Sopenharmony_ci 2488c2ecf20Sopenharmony_ciconfig MEDIA_TUNER_TUA9001 2498c2ecf20Sopenharmony_ci tristate "Infineon TUA9001 silicon tuner" 2508c2ecf20Sopenharmony_ci depends on MEDIA_SUPPORT && I2C 2518c2ecf20Sopenharmony_ci select REGMAP_I2C 2528c2ecf20Sopenharmony_ci default m if !MEDIA_SUBDRV_AUTOSELECT 2538c2ecf20Sopenharmony_ci help 2548c2ecf20Sopenharmony_ci Infineon TUA 9001 silicon tuner driver. 2558c2ecf20Sopenharmony_ci 2568c2ecf20Sopenharmony_ciconfig MEDIA_TUNER_SI2157 2578c2ecf20Sopenharmony_ci tristate "Silicon Labs Si2157 silicon tuner" 2588c2ecf20Sopenharmony_ci depends on MEDIA_SUPPORT && I2C 2598c2ecf20Sopenharmony_ci default m if !MEDIA_SUBDRV_AUTOSELECT 2608c2ecf20Sopenharmony_ci help 2618c2ecf20Sopenharmony_ci Silicon Labs Si2157 silicon tuner driver. 2628c2ecf20Sopenharmony_ci 2638c2ecf20Sopenharmony_ciconfig MEDIA_TUNER_IT913X 2648c2ecf20Sopenharmony_ci tristate "ITE Tech IT913x silicon tuner" 2658c2ecf20Sopenharmony_ci depends on MEDIA_SUPPORT && I2C 2668c2ecf20Sopenharmony_ci select REGMAP_I2C 2678c2ecf20Sopenharmony_ci default m if !MEDIA_SUBDRV_AUTOSELECT 2688c2ecf20Sopenharmony_ci help 2698c2ecf20Sopenharmony_ci ITE Tech IT913x silicon tuner driver. 2708c2ecf20Sopenharmony_ci 2718c2ecf20Sopenharmony_ciconfig MEDIA_TUNER_R820T 2728c2ecf20Sopenharmony_ci tristate "Rafael Micro R820T silicon tuner" 2738c2ecf20Sopenharmony_ci depends on MEDIA_SUPPORT && I2C 2748c2ecf20Sopenharmony_ci default m if !MEDIA_SUBDRV_AUTOSELECT 2758c2ecf20Sopenharmony_ci select BITREVERSE 2768c2ecf20Sopenharmony_ci help 2778c2ecf20Sopenharmony_ci Rafael Micro R820T silicon tuner driver. 2788c2ecf20Sopenharmony_ci 2798c2ecf20Sopenharmony_ciconfig MEDIA_TUNER_MXL301RF 2808c2ecf20Sopenharmony_ci tristate "MaxLinear MxL301RF tuner" 2818c2ecf20Sopenharmony_ci depends on MEDIA_SUPPORT && I2C 2828c2ecf20Sopenharmony_ci default m if !MEDIA_SUBDRV_AUTOSELECT 2838c2ecf20Sopenharmony_ci help 2848c2ecf20Sopenharmony_ci MaxLinear MxL301RF OFDM tuner driver. 2858c2ecf20Sopenharmony_ci 2868c2ecf20Sopenharmony_ciconfig MEDIA_TUNER_QM1D1C0042 2878c2ecf20Sopenharmony_ci tristate "Sharp QM1D1C0042 tuner" 2888c2ecf20Sopenharmony_ci depends on MEDIA_SUPPORT && I2C 2898c2ecf20Sopenharmony_ci default m if !MEDIA_SUBDRV_AUTOSELECT 2908c2ecf20Sopenharmony_ci help 2918c2ecf20Sopenharmony_ci Sharp QM1D1C0042 trellis coded 8PSK tuner driver. 2928c2ecf20Sopenharmony_ci 2938c2ecf20Sopenharmony_ciconfig MEDIA_TUNER_QM1D1B0004 2948c2ecf20Sopenharmony_ci tristate "Sharp QM1D1B0004 tuner" 2958c2ecf20Sopenharmony_ci depends on MEDIA_SUPPORT && I2C 2968c2ecf20Sopenharmony_ci default m if !MEDIA_SUBDRV_AUTOSELECT 2978c2ecf20Sopenharmony_ci help 2988c2ecf20Sopenharmony_ci Sharp QM1D1B0004 ISDB-S tuner driver. 2998c2ecf20Sopenharmony_ciendmenu 300