From: Randy Dunlap Date: Tue, 10 Jan 2023 06:48:44 +0000 (-0800) Subject: comedi: use menuconfig for main Comedi menu X-Git-Tag: v6.6.7~3435^2~74 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=28ecbbae9ea459a0504e243668dae7c86eeedf9a;p=platform%2Fkernel%2Flinux-starfive.git comedi: use menuconfig for main Comedi menu Bring the Comedi menu in line with most other device drivers by using "menuconfig" instead of "config" for the top-level entry. This also fixes a menu presentation issue with xconfig. Fixes: ed9eccbe8970 ("Staging: add comedi core") Signed-off-by: Randy Dunlap Cc: Ian Abbott Cc: H Hartley Sweeten Cc: David Schleef Cc: Shawn Bohrer Cc: Frank Mori Hess Cc: Greg Kroah-Hartman Link: https://lore.kernel.org/r/20230110064844.18533-1-rdunlap@infradead.org Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/comedi/Kconfig b/drivers/comedi/Kconfig index 3cb61fa2c5c3..9af280735cba 100644 --- a/drivers/comedi/Kconfig +++ b/drivers/comedi/Kconfig @@ -1,5 +1,5 @@ # SPDX-License-Identifier: GPL-2.0 -config COMEDI +menuconfig COMEDI tristate "Data acquisition support (comedi)" help Enable support for a wide range of data acquisition devices