counter: fix dependency references for config MICROCHIP_TCB_CAPTURE
authorLukas Bulwahn <lukas.bulwahn@gmail.com>
Wed, 18 Jan 2023 07:46:59 +0000 (08:46 +0100)
committerWilliam Breathitt Gray <william.gray@linaro.org>
Wed, 18 Jan 2023 14:59:58 +0000 (09:59 -0500)
commit01f714ee022ecb2667ca8ba909138b1af4cfff2c
tree52588dfb9ec7b301c4a097b7eafe3926831810b1
parentdfeef15e73ca22455c1dd51c0ebc477145081630
counter: fix dependency references for config MICROCHIP_TCB_CAPTURE

Commit dfeef15e73ca ("counter: microchip-tcp-capture: Add appropriate arch
deps for TCP driver") intends to add appropriate dependencies for the
config MICROCHIP_TCB_CAPTURE. It however prefixes the intended configs with
CONFIG, but in Kconfig files in contrast to source files, the configs are
referenced to without prefixing them with CONFIG.

Fix the dependency references due to this minor misconception.

Fixes: dfeef15e73ca ("counter: microchip-tcp-capture: Add appropriate arch deps for TCP driver")
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Link: https://lore.kernel.org/r/20230118074659.5909-1-lukas.bulwahn@gmail.com/
Signed-off-by: William Breathitt Gray <william.gray@linaro.org>
drivers/counter/Kconfig