summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/dvb-core/Kconfig
blob: ea925e5c06c49e54766c588c162fb66220a6c692 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
config DVB_CORE
	tristate "DVB Core Support"
	depends on DVB
	help
	  DVB core utility functions for device handling, software fallbacks etc.

	  Say Y when you have a DVB card and want to use it. If unsure say N.

config DVB_DEVFS_ONLY
       bool "devfs only"
       depends on DVB_CORE=y && DEVFS_FS
       help
	 If you rely completly on devfs, you can drop support for the old
	 major/minor device scheme. This omits some really awkward lines of
	 code and saves some space in your kernel image.

	 But as always: If unsure say N.