Skip to content

Commit 272ffb9

Browse files
William Breathitt GrayWilliam Breathitt Gray
authored andcommitted
counter: Fix menuconfig "Counter support" submenu entries disappearance
The current placement of the I8254 Kconfig entry results in the disappearance of the "Counter support" submenu items in menuconfig. Move the I8254 above the menuconfig COUNTER entry to restore the intended submenu behavior. Fixes: d428487 ("counter: i8254: Introduce the Intel 8254 interface library module") Reported-by: Jarkko Nikula <[email protected]> Closes: https://lore.kernel.org/all/[email protected]/ Reviewed-by: Randy Dunlap <[email protected]> Tested-by: Jarkko Nikula <[email protected]> Reviewed-by: Jarkko Nikula <[email protected]> Link: https://lore.kernel.org/r/[email protected]/ Signed-off-by: William Breathitt Gray <[email protected]>
1 parent fdf0eaf commit 272ffb9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

drivers/counter/Kconfig

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@
33
# Counter devices
44
#
55

6-
menuconfig COUNTER
7-
tristate "Counter support"
8-
help
9-
This enables counter device support through the Generic Counter
10-
interface. You only need to enable this, if you also want to enable
11-
one or more of the counter device drivers below.
12-
136
config I8254
147
tristate
158
select COUNTER
@@ -25,6 +18,13 @@ config I8254
2518

2619
If built as a module its name will be i8254.
2720

21+
menuconfig COUNTER
22+
tristate "Counter support"
23+
help
24+
This enables counter device support through the Generic Counter
25+
interface. You only need to enable this, if you also want to enable
26+
one or more of the counter device drivers below.
27+
2828
if COUNTER
2929

3030
config 104_QUAD_8

0 commit comments

Comments
 (0)