aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/media/dvb-core
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-03-25 15:01:25 +0100
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-04-14 10:29:05 +0200
commite58be01614ca8640d727ea7cd37f5984e0b57a7a (patch)
treed29d30c3501bd4a8d6f15affc4e0c898d609e43a /drivers/media/dvb-core
parentmedia: add SPDX headers on Kconfig and Makefile files (diff)
downloadwireguard-linux-e58be01614ca8640d727ea7cd37f5984e0b57a7a.tar.xz
wireguard-linux-e58be01614ca8640d727ea7cd37f5984e0b57a7a.zip
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>
Diffstat (limited to 'drivers/media/dvb-core')
-rw-r--r--drivers/media/dvb-core/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb-core/Kconfig b/drivers/media/dvb-core/Kconfig
index 90e038d5ffd9..61f9e1ce99cb 100644
--- a/drivers/media/dvb-core/Kconfig
+++ b/drivers/media/dvb-core/Kconfig
@@ -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.