···144144 default y145145 select CRC32146146147147+config DVB_MMAP148148+ bool "Enable DVB memory-mapped API (EXPERIMENTAL)"149149+ depends on DVB_CORE150150+ default n151151+ help152152+ This option enables DVB experimental memory-mapped API, with153153+ reduces the number of context switches to read DVB buffers, as154154+ the buffers can use mmap() syscalls.155155+156156+ Support for it is experimental. Use with care. If unsure,157157+ say N.158158+147159config DVB_NET148160 bool "DVB Network Support"149161 default (NET && INET)