We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdf0eaf commit 272ffb9Copy full SHA for 272ffb9
drivers/counter/Kconfig
@@ -3,13 +3,6 @@
3
# Counter devices
4
#
5
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
-
13
config I8254
14
tristate
15
select COUNTER
@@ -25,6 +18,13 @@ config I8254
25
18
26
19
If built as a module its name will be i8254.
27
20
21
+menuconfig COUNTER
22
+ tristate "Counter support"
23
+ help
24
+ 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.
+
28
if COUNTER
29
30
config 104_QUAD_8
0 commit comments