Skip to content

Commit e58be01

Browse files
committed
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 <[email protected]>
1 parent 76c34a8 commit e58be01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/media/dvb-core/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ config DVB_MAX_ADAPTERS
1919
config DVB_DYNAMIC_MINORS
2020
bool "Dynamic DVB minor allocation"
2121
depends on DVB_CORE
22+
default y
2223
help
2324
If you say Y here, the DVB subsystem will use dynamic minor
2425
allocation for any device that uses the DVB major number.

0 commit comments

Comments
 (0)