All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
To: Linux Media Mailing List <linux-media@vger.kernel.org>
Cc: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Subject: [PATCH 1/4] media: dvb-core: Kconfig: default to use dynamic minors
Date: Wed, 25 Mar 2020 17:03:54 +0100	[thread overview]
Message-ID: <630569cfba15fb7c35eb5092c1eebb8467b33908.1585151701.git.mchehab+huawei@kernel.org> (raw)
In-Reply-To: <cover.1585151701.git.mchehab+huawei@kernel.org>

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 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/media/dvb-core/Kconfig b/drivers/media/dvb-core/Kconfig
index 0f8e53692b86..6ffac618417b 100644
--- a/drivers/media/dvb-core/Kconfig
+++ b/drivers/media/dvb-core/Kconfig
@@ -45,6 +45,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.
-- 
2.25.1


  reply	other threads:[~2020-03-25 16:04 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-25 16:03 [PATCH 0/4] media Kconfig reorg - part 2 Mauro Carvalho Chehab
2020-03-25 16:03 ` Mauro Carvalho Chehab
2020-03-25 16:03 ` Mauro Carvalho Chehab
2020-03-25 16:03 ` Mauro Carvalho Chehab [this message]
2020-03-25 16:03 ` [PATCH 2/4] media: Kconfig files: use select for V4L2 subdevs and MC Mauro Carvalho Chehab
2020-03-25 16:03   ` Mauro Carvalho Chehab
2020-03-25 16:03   ` Mauro Carvalho Chehab
2020-03-25 16:03 ` [PATCH 3/4] media: i2c/Kconfig: reorganize items there Mauro Carvalho Chehab
2020-03-25 16:03 ` [PATCH 4/4] media: Kconfig: don't use visible for device type select Mauro Carvalho Chehab
2020-03-25 19:36 ` [PATCH 0/4] media Kconfig reorg - part 2 Helen Koike
2020-03-25 19:36   ` Helen Koike
2020-03-25 19:36   ` Helen Koike
2020-03-25 21:38   ` Mauro Carvalho Chehab
2020-03-25 21:38     ` Mauro Carvalho Chehab
2020-03-25 21:38     ` Mauro Carvalho Chehab
2020-03-25 22:13     ` Laurent Pinchart
2020-03-25 22:13       ` Laurent Pinchart
2020-03-25 22:13       ` Laurent Pinchart
2020-03-26  8:28       ` Mauro Carvalho Chehab
2020-03-26  8:28         ` Mauro Carvalho Chehab
2020-03-26  8:28         ` Mauro Carvalho Chehab
2020-03-26 10:13         ` Laurent Pinchart
2020-03-26 10:13           ` Laurent Pinchart
2020-03-26 10:13           ` Laurent Pinchart
2020-03-26 12:51           ` Mauro Carvalho Chehab
2020-03-26 12:51             ` Mauro Carvalho Chehab
2020-03-26 12:51             ` Mauro Carvalho Chehab
2020-03-26 16:07   ` Mauro Carvalho Chehab
2020-04-01 10:59   ` Dan Carpenter
2020-04-01 10:59     ` Dan Carpenter
2020-04-01 10:59     ` Dan Carpenter
2020-04-02  9:27     ` Mauro Carvalho Chehab
2020-04-02  9:27       ` Mauro Carvalho Chehab
2020-04-02  9:27       ` Mauro Carvalho Chehab

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=630569cfba15fb7c35eb5092c1eebb8467b33908.1585151701.git.mchehab+huawei@kernel.org \
    --to=mchehab+huawei@kernel.org \
    --cc=linux-media@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.