Skip to content

Commit a4ec431

Browse files
author
William Breathitt Gray
committed
counter: 104-quad-8: Remove reference in Kconfig to 25-bit counter value
Support for 25-bit counter values was removed in commit 4aa3b75 ("counter: 104-quad-8: Fix race condition between FLAG and CNTR reads"). Adjust the Kconfig description of CONFIG_104_QUAD_8 to remove reference of 25-bit counter values. Link: https://lore.kernel.org/r/20230410134516.102886-1-william.gray@linaro.org/ Signed-off-by: William Breathitt Gray <william.gray@linaro.org>
1 parent ac9a786 commit a4ec431

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/counter/Kconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ config 104_QUAD_8
2121
encoder counter/interface device family (104-QUAD-8, 104-QUAD-4).
2222

2323
A counter's respective error flag may be cleared by performing a write
24-
operation on the respective count value attribute. Although the
25-
104-QUAD-8 counters have a 25-bit range, only the lower 24 bits may be
26-
set, either directly or via the counter's preset attribute.
24+
operation on the respective count value attribute. The 104-QUAD-8
25+
counters may be set either directly or via the counter's preset
26+
attribute.
2727

2828
The base port addresses for the devices may be configured via the base
2929
array module parameter. The interrupt line numbers for the devices may

0 commit comments

Comments
 (0)