First set of Counter fixes for 6.5
In commitd428487471
("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. -----BEGIN PGP SIGNATURE----- iHUEABYKAB0WIQSNN83d4NIlKPjon7a1SFbKvhIjKwUCZJoKsAAKCRC1SFbKvhIj K3JGAQDIzr7hWxQhcTm5/H7A/Vg5InFetpKOUXSMh1yIhc7veQD/XQ7tt7qocpLz h69UcZGkbtEj7sGK/LY8jCL5mV77cQQ= =0QaM -----END PGP SIGNATURE----- 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 commitd428487471
("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
This commit is contained in:
Коммит
ec3041b301
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче