Re: [PATCH] counter: Fix menuconfig "Counter support" submenu entries disappearance

From: Jarkko Nikula
Date: Wed Jun 21 2023 - 03:04:22 EST


On 6/21/23 00:12, William Breathitt Gray wrote:
On Tue, Jun 20, 2023 at 02:00:37PM -0700, Randy Dunlap wrote:
Hi,

On 6/20/23 10:01, William Breathitt Gray wrote:
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: d428487471ba ("counter: i8254: Introduce the Intel 8254 interface library module")
Reported-by: Jarkko Nikula <jarkko.nikula@xxxxxxxxxxxxxxx>
Closes: https://lore.kernel.org/all/32ddaa7b-53a8-d61f-d526-b545bd561337@xxxxxxxxxxxxxxx/
Signed-off-by: William Breathitt Gray <william.gray@xxxxxxxxxx>

Reviewed-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

Thanks, this fixes it.

Tested-by: Jarkko Nikula <jarkko.nikula@xxxxxxxxxxxxxxx>
Reviewed-by: Jarkko Nikula <jarkko.nikula@xxxxxxxxxxxxxxx>