aboutsummaryrefslogtreecommitdiff
path: root/drivers/counter
diff options
context:
space:
mode:
authorGravatar Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2023-08-04 15:17:29 +0200
committerGravatar Greg Kroah-Hartman <gregkh@linuxfoundation.org> 2023-08-04 15:17:29 +0200
commitec3041b30133f92cfbce783e02239aa0853f8ab3 (patch)
tree84caa49019ea79c65483917b7e6997df3dc9df14 /drivers/counter
parentLinux 6.5-rc4 (diff)
parentcounter: Fix menuconfig "Counter support" submenu entries disappearance (diff)
downloadlinux-ec3041b30133f92cfbce783e02239aa0853f8ab3.tar.gz
linux-ec3041b30133f92cfbce783e02239aa0853f8ab3.tar.bz2
linux-ec3041b30133f92cfbce783e02239aa0853f8ab3.zip
Merge tag 'counter-fixes-for-6.5a' of git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter into char-misc-linus
William writes: First set of Counter fixes for 6.5 In commit d428487471ba ("counter: i8254: Introduce the Intel 8254 interface library module"), the misplacement of the I8254 Kconfig entry results in the "Counter support" submenu items disappearing in menuconfig. A fix is provided to reposition the I8254 Kconfig entry to restore the intended submenu behavior. * tag 'counter-fixes-for-6.5a' of git://git.kernel.org/pub/scm/linux/kernel/git/wbg/counter: counter: Fix menuconfig "Counter support" submenu entries disappearance
Diffstat (limited to 'drivers/counter')
-rw-r--r--drivers/counter/Kconfig14
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/counter/Kconfig b/drivers/counter/Kconfig
index bca21df51168..62962ae84b77 100644
--- a/drivers/counter/Kconfig
+++ b/drivers/counter/Kconfig
@@ -3,13 +3,6 @@
# Counter devices
#
-menuconfig COUNTER
- tristate "Counter support"
- help
- This enables counter device support through the Generic Counter
- interface. You only need to enable this, if you also want to enable
- one or more of the counter device drivers below.
-
config I8254
tristate
select COUNTER
@@ -25,6 +18,13 @@ config I8254
If built as a module its name will be i8254.
+menuconfig COUNTER
+ tristate "Counter support"
+ help
+ This enables counter device support through the Generic Counter
+ interface. You only need to enable this, if you also want to enable
+ one or more of the counter device drivers below.
+
if COUNTER
config 104_QUAD_8