Revert "[PATCH] paravirt: Add startup infrastructure for paravirtualization"
[pv_ops_mirror.git] / drivers / media / dvb / dvb-core / Kconfig
blob1990eda10c469a52471495d8c865d7fa6d908985
1 config DVB_CORE
2         tristate "DVB Core Support"
3         depends on DVB
4         select CRC32
5         help
6           DVB core utility functions for device handling, software fallbacks etc.
7           Say Y when you have a DVB card and want to use it. Say Y if your want
8           to build your drivers outside the kernel, but need the DVB core. All
9           in-kernel drivers will select this automatically if needed.
10           If unsure say N.
12 config DVB_CORE_ATTACH
13         bool "Load and attach frontend modules as needed"
14         depends on DVB_CORE
15         depends on MODULES
16         help
17           Remove the static dependency of DVB card drivers on all
18           frontend modules for all possible card variants. Instead,
19           allow the card drivers to only load the frontend modules
20           they require. This saves several KBytes of memory.
22           Note: You will need module-init-tools v3.2 or later for this feature.
24           If unsure say Y.