[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210822000450.27329-1-rdunlap@infradead.org>
Date: Sat, 21 Aug 2021 17:04:50 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: linux-kernel@...r.kernel.org
Cc: Randy Dunlap <rdunlap@...radead.org>, Sean Young <sean@...s.org>,
Hans Verkuil <hverkuil-cisco@...all.nl>,
linux-media@...r.kernel.org,
Mauro Carvalho Chehab <mchehab+huawei@...nel.org>
Subject: [PATCH] media: rc and cec: keep all menu entries together
Keep all of the Remote Controller and CEC menu entries grouped
together. This is most relevant to 'make xconfig', where the
entries for "HDMI CEC RC integration" and "Enable CEC error injection
support" are not displayed (presented) anywhere near the other
Remote Controller support options.
By grouping all of these menu entries inside a menu/endmenu block,
they are forced to be kept together.
Fixes: 46d2a3b964dd ("media: place CEC menu before MEDIA_SUPPORT")
Signed-off-by: Randy Dunlap <rdunlap@...radead.org>
Cc: Sean Young <sean@...s.org>
Cc: Hans Verkuil <hverkuil-cisco@...all.nl>
Cc: linux-media@...r.kernel.org
Cc: Mauro Carvalho Chehab <mchehab+huawei@...nel.org>
---
drivers/media/Kconfig | 2 ++
1 file changed, 2 insertions(+)
--- linux-next-20210820.orig/drivers/media/Kconfig
+++ linux-next-20210820/drivers/media/Kconfig
@@ -6,8 +6,10 @@
#
# NOTE: CEC and Remote Controller support should not depend on MEDIA_SUPPORT
#
+menu "Remote Controller and CEC support"
source "drivers/media/rc/Kconfig"
source "drivers/media/cec/Kconfig"
+endmenu
menuconfig MEDIA_SUPPORT
tristate "Multimedia support"
Powered by blists - more mailing lists