media: dvb-core: Kconfig: default to use dynamic minors
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 25 Mar 2020 14:01:25 +0000 (15:01 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 14 Apr 2020 08:29:05 +0000 (10:29 +0200)
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>
drivers/media/dvb-core/Kconfig

index 90e038d5ffd90de8864615ffe260a90c2619eab1..61f9e1ce99cb6196e622afcb1bf070b718f076ae 100644 (file)
@@ -19,6 +19,7 @@ config DVB_MAX_ADAPTERS
 config DVB_DYNAMIC_MINORS
        bool "Dynamic DVB minor allocation"
        depends on DVB_CORE
+       default y
        help
          If you say Y here, the DVB subsystem will use dynamic minor
          allocation for any device that uses the DVB major number.