Kconfig (cf40a76e7d5874bb25f4404eecc58a2e033af885) Kconfig (4021053ed52d57a2a1a3ec8355408fb290a23d9f)
1#
2# Multimedia device configuration
3#
4
5config CEC_CORE
6 tristate
7
8config CEC_NOTIFIER

--- 130 unchanged lines hidden (view full) ---

139
140config DVB_CORE
141 tristate
142 depends on MEDIA_SUPPORT
143 depends on MEDIA_DIGITAL_TV_SUPPORT
144 default y
145 select CRC32
146
1#
2# Multimedia device configuration
3#
4
5config CEC_CORE
6 tristate
7
8config CEC_NOTIFIER

--- 130 unchanged lines hidden (view full) ---

139
140config DVB_CORE
141 tristate
142 depends on MEDIA_SUPPORT
143 depends on MEDIA_DIGITAL_TV_SUPPORT
144 default y
145 select CRC32
146
147config DVB_MMAP
148 bool "Enable DVB memory-mapped API (EXPERIMENTAL)"
149 depends on DVB_CORE
150 default n
151 help
152 This option enables DVB experimental memory-mapped API, with
153 reduces the number of context switches to read DVB buffers, as
154 the buffers can use mmap() syscalls.
155
156 Support for it is experimental. Use with care. If unsure,
157 say N.
158
147config DVB_NET
148 bool "DVB Network Support"
149 default (NET && INET)
150 depends on NET && INET && DVB_CORE
151 help
152 This option enables DVB Network Support which is a part of the DVB
153 standard. It is used, for example, by automatic firmware updates used
154 on Set-Top-Boxes. It can also be used to access the Internet via the

--- 73 unchanged lines hidden ---
159config DVB_NET
160 bool "DVB Network Support"
161 default (NET && INET)
162 depends on NET && INET && DVB_CORE
163 help
164 This option enables DVB Network Support which is a part of the DVB
165 standard. It is used, for example, by automatic firmware updates used
166 on Set-Top-Boxes. It can also be used to access the Internet via the

--- 73 unchanged lines hidden ---