mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-22 13:22:49 +00:00
V4L/DVB (7768): reorganize some DVB-S Kconfig items
There are some DVB-S tuners together with DVB-S tags, while others together with tuners. Better to have all of them together. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
7c91f0624a
commit
df7aaaf3a7
@ -15,13 +15,6 @@ config DVB_FE_CUSTOMISE
|
|||||||
comment "DVB-S (satellite) frontends"
|
comment "DVB-S (satellite) frontends"
|
||||||
depends on DVB_CORE
|
depends on DVB_CORE
|
||||||
|
|
||||||
config DVB_STV0299
|
|
||||||
tristate "ST STV0299 based"
|
|
||||||
depends on DVB_CORE && I2C
|
|
||||||
default m if DVB_FE_CUSTOMISE
|
|
||||||
help
|
|
||||||
A DVB-S tuner module. Say Y when you want to support this frontend.
|
|
||||||
|
|
||||||
config DVB_CX24110
|
config DVB_CX24110
|
||||||
tristate "Conexant CX24110 based"
|
tristate "Conexant CX24110 based"
|
||||||
depends on DVB_CORE && I2C
|
depends on DVB_CORE && I2C
|
||||||
@ -36,13 +29,6 @@ config DVB_CX24123
|
|||||||
help
|
help
|
||||||
A DVB-S tuner module. Say Y when you want to support this frontend.
|
A DVB-S tuner module. Say Y when you want to support this frontend.
|
||||||
|
|
||||||
config DVB_TDA8083
|
|
||||||
tristate "Philips TDA8083 based"
|
|
||||||
depends on DVB_CORE && I2C
|
|
||||||
default m if DVB_FE_CUSTOMISE
|
|
||||||
help
|
|
||||||
A DVB-S tuner module. Say Y when you want to support this frontend.
|
|
||||||
|
|
||||||
config DVB_MT312
|
config DVB_MT312
|
||||||
tristate "Zarlink VP310/MT312 based"
|
tristate "Zarlink VP310/MT312 based"
|
||||||
depends on DVB_CORE && I2C
|
depends on DVB_CORE && I2C
|
||||||
@ -50,13 +36,6 @@ config DVB_MT312
|
|||||||
help
|
help
|
||||||
A DVB-S tuner module. Say Y when you want to support this frontend.
|
A DVB-S tuner module. Say Y when you want to support this frontend.
|
||||||
|
|
||||||
config DVB_VES1X93
|
|
||||||
tristate "VLSI VES1893 or VES1993 based"
|
|
||||||
depends on DVB_CORE && I2C
|
|
||||||
default m if DVB_FE_CUSTOMISE
|
|
||||||
help
|
|
||||||
A DVB-S tuner module. Say Y when you want to support this frontend.
|
|
||||||
|
|
||||||
config DVB_S5H1420
|
config DVB_S5H1420
|
||||||
tristate "Samsung S5H1420 based"
|
tristate "Samsung S5H1420 based"
|
||||||
depends on DVB_CORE && I2C
|
depends on DVB_CORE && I2C
|
||||||
@ -64,6 +43,20 @@ config DVB_S5H1420
|
|||||||
help
|
help
|
||||||
A DVB-S tuner module. Say Y when you want to support this frontend.
|
A DVB-S tuner module. Say Y when you want to support this frontend.
|
||||||
|
|
||||||
|
config DVB_STV0299
|
||||||
|
tristate "ST STV0299 based"
|
||||||
|
depends on DVB_CORE && I2C
|
||||||
|
default m if DVB_FE_CUSTOMISE
|
||||||
|
help
|
||||||
|
A DVB-S tuner module. Say Y when you want to support this frontend.
|
||||||
|
|
||||||
|
config DVB_TDA8083
|
||||||
|
tristate "Philips TDA8083 based"
|
||||||
|
depends on DVB_CORE && I2C
|
||||||
|
default m if DVB_FE_CUSTOMISE
|
||||||
|
help
|
||||||
|
A DVB-S tuner module. Say Y when you want to support this frontend.
|
||||||
|
|
||||||
config DVB_TDA10086
|
config DVB_TDA10086
|
||||||
tristate "Philips TDA10086 based"
|
tristate "Philips TDA10086 based"
|
||||||
depends on DVB_CORE && I2C
|
depends on DVB_CORE && I2C
|
||||||
@ -71,6 +64,34 @@ config DVB_TDA10086
|
|||||||
help
|
help
|
||||||
A DVB-S tuner module. Say Y when you want to support this frontend.
|
A DVB-S tuner module. Say Y when you want to support this frontend.
|
||||||
|
|
||||||
|
config DVB_VES1X93
|
||||||
|
tristate "VLSI VES1893 or VES1993 based"
|
||||||
|
depends on DVB_CORE && I2C
|
||||||
|
default m if DVB_FE_CUSTOMISE
|
||||||
|
help
|
||||||
|
A DVB-S tuner module. Say Y when you want to support this frontend.
|
||||||
|
|
||||||
|
config DVB_TUNER_ITD1000
|
||||||
|
tristate "Integrant ITD1000 Zero IF tuner for DVB-S/DSS"
|
||||||
|
depends on DVB_CORE && I2C
|
||||||
|
default m if DVB_FE_CUSTOMISE
|
||||||
|
help
|
||||||
|
A DVB-S tuner module. Say Y when you want to support this frontend.
|
||||||
|
|
||||||
|
config DVB_TDA826X
|
||||||
|
tristate "Philips TDA826X silicon tuner"
|
||||||
|
depends on DVB_CORE && I2C
|
||||||
|
default m if DVB_FE_CUSTOMISE
|
||||||
|
help
|
||||||
|
A DVB-S silicon tuner module. Say Y when you want to support this tuner.
|
||||||
|
|
||||||
|
config DVB_TUA6100
|
||||||
|
tristate "Infineon TUA6100 PLL"
|
||||||
|
depends on DVB_CORE && I2C
|
||||||
|
default m if DVB_FE_CUSTOMISE
|
||||||
|
help
|
||||||
|
A DVB-S PLL chip.
|
||||||
|
|
||||||
comment "DVB-T (terrestrial) frontends"
|
comment "DVB-T (terrestrial) frontends"
|
||||||
depends on DVB_CORE
|
depends on DVB_CORE
|
||||||
|
|
||||||
@ -326,13 +347,6 @@ config DVB_PLL
|
|||||||
This module drives a number of tuners based on PLL chips with a
|
This module drives a number of tuners based on PLL chips with a
|
||||||
common I2C interface. Say Y when you want to support these tuners.
|
common I2C interface. Say Y when you want to support these tuners.
|
||||||
|
|
||||||
config DVB_TDA826X
|
|
||||||
tristate "Philips TDA826X silicon tuner"
|
|
||||||
depends on DVB_CORE && I2C
|
|
||||||
default m if DVB_FE_CUSTOMISE
|
|
||||||
help
|
|
||||||
A DVB-S silicon tuner module. Say Y when you want to support this tuner.
|
|
||||||
|
|
||||||
config DVB_TUNER_QT1010
|
config DVB_TUNER_QT1010
|
||||||
tristate "Quantek QT1010 silicon tuner"
|
tristate "Quantek QT1010 silicon tuner"
|
||||||
depends on DVB_CORE && I2C
|
depends on DVB_CORE && I2C
|
||||||
@ -370,12 +384,7 @@ config DVB_TUNER_DIB0070
|
|||||||
This device is only used inside a SiP called togther with a
|
This device is only used inside a SiP called togther with a
|
||||||
demodulator for now.
|
demodulator for now.
|
||||||
|
|
||||||
config DVB_TUNER_ITD1000
|
comment "SEC control devices for DVB-S"
|
||||||
tristate "Integrant ITD1000 Zero IF tuner for DVB-S/DSS"
|
|
||||||
depends on DVB_CORE && I2C
|
|
||||||
default m if DVB_FE_CUSTOMISE
|
|
||||||
|
|
||||||
comment "Miscellaneous devices"
|
|
||||||
depends on DVB_CORE
|
depends on DVB_CORE
|
||||||
|
|
||||||
config DVB_LNBP21
|
config DVB_LNBP21
|
||||||
@ -399,11 +408,4 @@ config DVB_ISL6421
|
|||||||
help
|
help
|
||||||
An SEC control chip.
|
An SEC control chip.
|
||||||
|
|
||||||
config DVB_TUA6100
|
|
||||||
tristate "TUA6100 PLL"
|
|
||||||
depends on DVB_CORE && I2C
|
|
||||||
default m if DVB_FE_CUSTOMISE
|
|
||||||
help
|
|
||||||
A DVBS PLL chip.
|
|
||||||
|
|
||||||
endmenu
|
endmenu
|
||||||
|
Loading…
x
Reference in New Issue
Block a user