Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

media: dvb-core: Kconfig: default to use dynamic minors

All modern Linux distributions nowadays use udev or some
alternative (like systemd). So, it makes sense to change
the default to use dynamic minors.

Please notice that this default doesn't enable any code.
It just changes the dvb-core behavior.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>

+1
+1
drivers/media/dvb-core/Kconfig
··· 19 19 config DVB_DYNAMIC_MINORS 20 20 bool "Dynamic DVB minor allocation" 21 21 depends on DVB_CORE 22 + default y 22 23 help 23 24 If you say Y here, the DVB subsystem will use dynamic minor 24 25 allocation for any device that uses the DVB major number.