aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandy Dunlap <[email protected]>2023-01-09 22:48:44 -0800
committerGreg Kroah-Hartman <[email protected]>2023-01-19 17:24:12 +0100
commit28ecbbae9ea459a0504e243668dae7c86eeedf9a (patch)
treece4e635dfa065cd7c63defc57052cd8caa778fda
parent0e656b807d9ee649eca8d075f3c1bb04c16a5bd4 (diff)
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 <[email protected]> Cc: Ian Abbott <[email protected]> Cc: H Hartley Sweeten <[email protected]> Cc: David Schleef <[email protected]> Cc: Shawn Bohrer <[email protected]> Cc: Frank Mori Hess <[email protected]> Cc: Greg Kroah-Hartman <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/comedi/Kconfig2
1 files changed, 1 insertions, 1 deletions
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