diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-29 20:38:46 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-04-29 17:41:38 -0400 |
commit | 149ef72deeba57078216c9fa678baff392295853 (patch) | |
tree | 038cf488b424094b0dbe05a63a9cbb28f87eaaec /drivers/media/common/tuners/Kconfig | |
parent | f1784354f774e1fa4863fc6382296ef6ede26dc5 (diff) |
Rename common tuner Kconfig names to use the same
namespace for all of them.
Diffstat (limited to 'drivers/media/common/tuners/Kconfig')
-rw-r--r-- | drivers/media/common/tuners/Kconfig | 78 |
1 files changed, 39 insertions, 39 deletions
diff --git a/drivers/media/common/tuners/Kconfig b/drivers/media/common/tuners/Kconfig index e6926e9fa332..7b379e1ce01b 100644 --- a/drivers/media/common/tuners/Kconfig +++ b/drivers/media/common/tuners/Kconfig | |||
@@ -1,4 +1,4 @@ | |||
1 | config DVB_CORE_ATTACH | 1 | config MEDIA_ATTACH |
2 | bool "Load and attach frontend driver modules as needed" | 2 | bool "Load and attach frontend driver modules as needed" |
3 | depends on DVB_CORE | 3 | depends on DVB_CORE |
4 | depends on MODULES | 4 | depends on MODULES |
@@ -12,22 +12,22 @@ config DVB_CORE_ATTACH | |||
12 | 12 | ||
13 | If unsure say Y. | 13 | If unsure say Y. |
14 | 14 | ||
15 | config VIDEO_TUNER | 15 | config MEDIA_TUNER |
16 | tristate | 16 | tristate |
17 | default DVB_CORE || VIDEO_DEV | 17 | default DVB_CORE || VIDEO_DEV |
18 | depends on DVB_CORE || VIDEO_DEV | 18 | depends on DVB_CORE || VIDEO_DEV |
19 | select TUNER_XC2028 if !VIDEO_TUNER_CUSTOMIZE | 19 | select MEDIA_TUNER_XC2028 if !MEDIA_TUNER_CUSTOMIZE |
20 | select DVB_TUNER_XC5000 if !VIDEO_TUNER_CUSTOMIZE | 20 | select MEDIA_TUNER_XC5000 if !MEDIA_TUNER_CUSTOMIZE |
21 | select TUNER_MT20XX if !VIDEO_TUNER_CUSTOMIZE | 21 | select MEDIA_TUNER_MT20XX if !MEDIA_TUNER_CUSTOMIZE |
22 | select TUNER_TDA8290 if !VIDEO_TUNER_CUSTOMIZE | 22 | select MEDIA_TUNER_TDA8290 if !MEDIA_TUNER_CUSTOMIZE |
23 | select TUNER_TEA5761 if !VIDEO_TUNER_CUSTOMIZE | 23 | select MEDIA_TUNER_TEA5761 if !MEDIA_TUNER_CUSTOMIZE |
24 | select TUNER_TEA5767 if !VIDEO_TUNER_CUSTOMIZE | 24 | select MEDIA_TUNER_TEA5767 if !MEDIA_TUNER_CUSTOMIZE |
25 | select TUNER_SIMPLE if !VIDEO_TUNER_CUSTOMIZE | 25 | select MEDIA_TUNER_SIMPLE if !MEDIA_TUNER_CUSTOMIZE |
26 | select TUNER_TDA9887 if !VIDEO_TUNER_CUSTOMIZE | 26 | select MEDIA_TUNER_TDA9887 if !MEDIA_TUNER_CUSTOMIZE |
27 | 27 | ||
28 | menuconfig VIDEO_TUNER_CUSTOMIZE | 28 | menuconfig MEDIA_TUNER_CUSTOMIZE |
29 | bool "Customize analog and hybrid tuner modules to build" | 29 | bool "Customize analog and hybrid tuner modules to build" |
30 | depends on VIDEO_TUNER | 30 | depends on MEDIA_TUNER |
31 | help | 31 | help |
32 | This allows the user to deselect tuner drivers unnecessary | 32 | This allows the user to deselect tuner drivers unnecessary |
33 | for their hardware from the build. Use this option with care | 33 | for their hardware from the build. Use this option with care |
@@ -37,104 +37,104 @@ menuconfig VIDEO_TUNER_CUSTOMIZE | |||
37 | 37 | ||
38 | If unsure say N. | 38 | If unsure say N. |
39 | 39 | ||
40 | if VIDEO_TUNER_CUSTOMIZE | 40 | if MEDIA_TUNER_CUSTOMIZE |
41 | 41 | ||
42 | config TUNER_SIMPLE | 42 | config MEDIA_TUNER_SIMPLE |
43 | tristate "Simple tuner support" | 43 | tristate "Simple tuner support" |
44 | depends on I2C | 44 | depends on I2C |
45 | select TUNER_TDA9887 | 45 | select MEDIA_TUNER_TDA9887 |
46 | default m if VIDEO_TUNER_CUSTOMIZE | 46 | default m if MEDIA_TUNER_CUSTOMIZE |
47 | help | 47 | help |
48 | Say Y here to include support for various simple tuners. | 48 | Say Y here to include support for various simple tuners. |
49 | 49 | ||
50 | config TUNER_TDA8290 | 50 | config MEDIA_TUNER_TDA8290 |
51 | tristate "TDA 8290/8295 + 8275(a)/18271 tuner combo" | 51 | tristate "TDA 8290/8295 + 8275(a)/18271 tuner combo" |
52 | depends on I2C | 52 | depends on I2C |
53 | select DVB_TDA827X | 53 | select MEDIA_TUNER_TDA827X |
54 | select DVB_TDA18271 | 54 | select MEDIA_TUNER_TDA18271 |
55 | default m if VIDEO_TUNER_CUSTOMIZE | 55 | default m if MEDIA_TUNER_CUSTOMIZE |
56 | help | 56 | help |
57 | Say Y here to include support for Philips TDA8290+8275(a) tuner. | 57 | Say Y here to include support for Philips TDA8290+8275(a) tuner. |
58 | 58 | ||
59 | config DVB_TDA827X | 59 | config MEDIA_TUNER_TDA827X |
60 | tristate "Philips TDA827X silicon tuner" | 60 | tristate "Philips TDA827X silicon tuner" |
61 | depends on DVB_CORE && I2C | 61 | depends on DVB_CORE && I2C |
62 | default m if DVB_FE_CUSTOMISE | 62 | default m if DVB_FE_CUSTOMISE |
63 | help | 63 | help |
64 | A DVB-T silicon tuner module. Say Y when you want to support this tuner. | 64 | A DVB-T silicon tuner module. Say Y when you want to support this tuner. |
65 | 65 | ||
66 | config DVB_TDA18271 | 66 | config MEDIA_TUNER_TDA18271 |
67 | tristate "NXP TDA18271 silicon tuner" | 67 | tristate "NXP TDA18271 silicon tuner" |
68 | depends on I2C | 68 | depends on I2C |
69 | default m if DVB_FE_CUSTOMISE | 69 | default m if DVB_FE_CUSTOMISE |
70 | help | 70 | help |
71 | A silicon tuner module. Say Y when you want to support this tuner. | 71 | A silicon tuner module. Say Y when you want to support this tuner. |
72 | 72 | ||
73 | config TUNER_TDA9887 | 73 | config MEDIA_TUNER_TDA9887 |
74 | tristate "TDA 9885/6/7 analog IF demodulator" | 74 | tristate "TDA 9885/6/7 analog IF demodulator" |
75 | depends on I2C | 75 | depends on I2C |
76 | default m if VIDEO_TUNER_CUSTOMIZE | 76 | default m if MEDIA_TUNER_CUSTOMIZE |
77 | help | 77 | help |
78 | Say Y here to include support for Philips TDA9885/6/7 | 78 | Say Y here to include support for Philips TDA9885/6/7 |
79 | analog IF demodulator. | 79 | analog IF demodulator. |
80 | 80 | ||
81 | config TUNER_TEA5761 | 81 | config MEDIA_TUNER_TEA5761 |
82 | tristate "TEA 5761 radio tuner (EXPERIMENTAL)" | 82 | tristate "TEA 5761 radio tuner (EXPERIMENTAL)" |
83 | depends on I2C && EXPERIMENTAL | 83 | depends on I2C && EXPERIMENTAL |
84 | default m if VIDEO_TUNER_CUSTOMIZE | 84 | default m if MEDIA_TUNER_CUSTOMIZE |
85 | help | 85 | help |
86 | Say Y here to include support for the Philips TEA5761 radio tuner. | 86 | Say Y here to include support for the Philips TEA5761 radio tuner. |
87 | 87 | ||
88 | config TUNER_TEA5767 | 88 | config MEDIA_TUNER_TEA5767 |
89 | tristate "TEA 5767 radio tuner" | 89 | tristate "TEA 5767 radio tuner" |
90 | depends on I2C | 90 | depends on I2C |
91 | default m if VIDEO_TUNER_CUSTOMIZE | 91 | default m if MEDIA_TUNER_CUSTOMIZE |
92 | help | 92 | help |
93 | Say Y here to include support for the Philips TEA5767 radio tuner. | 93 | Say Y here to include support for the Philips TEA5767 radio tuner. |
94 | 94 | ||
95 | config TUNER_MT20XX | 95 | config MEDIA_TUNER_MT20XX |
96 | tristate "Microtune 2032 / 2050 tuners" | 96 | tristate "Microtune 2032 / 2050 tuners" |
97 | depends on I2C | 97 | depends on I2C |
98 | default m if VIDEO_TUNER_CUSTOMIZE | 98 | default m if MEDIA_TUNER_CUSTOMIZE |
99 | help | 99 | help |
100 | Say Y here to include support for the MT2032 / MT2050 tuner. | 100 | Say Y here to include support for the MT2032 / MT2050 tuner. |
101 | 101 | ||
102 | config DVB_TUNER_MT2060 | 102 | config MEDIA_TUNER_MT2060 |
103 | tristate "Microtune MT2060 silicon IF tuner" | 103 | tristate "Microtune MT2060 silicon IF tuner" |
104 | depends on I2C | 104 | depends on I2C |
105 | default m if DVB_FE_CUSTOMISE | 105 | default m if DVB_FE_CUSTOMISE |
106 | help | 106 | help |
107 | A driver for the silicon IF tuner MT2060 from Microtune. | 107 | A driver for the silicon IF tuner MT2060 from Microtune. |
108 | 108 | ||
109 | config DVB_TUNER_MT2266 | 109 | config MEDIA_TUNER_MT2266 |
110 | tristate "Microtune MT2266 silicon tuner" | 110 | tristate "Microtune MT2266 silicon tuner" |
111 | depends on I2C | 111 | depends on I2C |
112 | default m if DVB_FE_CUSTOMISE | 112 | default m if DVB_FE_CUSTOMISE |
113 | help | 113 | help |
114 | A driver for the silicon baseband tuner MT2266 from Microtune. | 114 | A driver for the silicon baseband tuner MT2266 from Microtune. |
115 | 115 | ||
116 | config DVB_TUNER_MT2131 | 116 | config MEDIA_TUNER_MT2131 |
117 | tristate "Microtune MT2131 silicon tuner" | 117 | tristate "Microtune MT2131 silicon tuner" |
118 | depends on I2C | 118 | depends on I2C |
119 | default m if DVB_FE_CUSTOMISE | 119 | default m if DVB_FE_CUSTOMISE |
120 | help | 120 | help |
121 | A driver for the silicon baseband tuner MT2131 from Microtune. | 121 | A driver for the silicon baseband tuner MT2131 from Microtune. |
122 | 122 | ||
123 | config DVB_TUNER_QT1010 | 123 | config MEDIA_TUNER_QT1010 |
124 | tristate "Quantek QT1010 silicon tuner" | 124 | tristate "Quantek QT1010 silicon tuner" |
125 | depends on DVB_CORE && I2C | 125 | depends on DVB_CORE && I2C |
126 | default m if DVB_FE_CUSTOMISE | 126 | default m if DVB_FE_CUSTOMISE |
127 | help | 127 | help |
128 | A driver for the silicon tuner QT1010 from Quantek. | 128 | A driver for the silicon tuner QT1010 from Quantek. |
129 | 129 | ||
130 | config TUNER_XC2028 | 130 | config MEDIA_TUNER_XC2028 |
131 | tristate "XCeive xc2028/xc3028 tuners" | 131 | tristate "XCeive xc2028/xc3028 tuners" |
132 | depends on I2C && FW_LOADER | 132 | depends on I2C && FW_LOADER |
133 | default m if VIDEO_TUNER_CUSTOMIZE | 133 | default m if MEDIA_TUNER_CUSTOMIZE |
134 | help | 134 | help |
135 | Say Y here to include support for the xc2028/xc3028 tuners. | 135 | Say Y here to include support for the xc2028/xc3028 tuners. |
136 | 136 | ||
137 | config DVB_TUNER_XC5000 | 137 | config MEDIA_TUNER_XC5000 |
138 | tristate "Xceive XC5000 silicon tuner" | 138 | tristate "Xceive XC5000 silicon tuner" |
139 | depends on I2C | 139 | depends on I2C |
140 | default m if DVB_FE_CUSTOMISE | 140 | default m if DVB_FE_CUSTOMISE |
@@ -143,4 +143,4 @@ config DVB_TUNER_XC5000 | |||
143 | This device is only used inside a SiP called togther with a | 143 | This device is only used inside a SiP called togther with a |
144 | demodulator for now. | 144 | demodulator for now. |
145 | 145 | ||
146 | endif # VIDEO_TUNER_CUSTOMIZE | 146 | endif # MEDIA_TUNER_CUSTOMIZE |