]> Git Repo - J-u-boot.git/commit
gpio: fix incorrect depends on for SPL_GPIO_HOG
authorQuentin Schulz <[email protected]>
Tue, 12 Jul 2022 15:44:19 +0000 (17:44 +0200)
committerTom Rini <[email protected]>
Thu, 4 Aug 2022 19:32:20 +0000 (15:32 -0400)
commit5536a5f4ac12f4f14e31c85305c2fc7647d5fc03
treef9486c521be6a0e13d89d86f516e65497446bf85
parent88513fe584466fda2d58c88a7c0bf988346e61d3
gpio: fix incorrect depends on for SPL_GPIO_HOG

Since commit 83061dbd1c89 ("Rename GPIO_SUPPORT to GPIO"),
SPL_GPIO_SUPPORT has been renamed to SPL_GPIO, meaning that SPL_GPIO_HOG
can never be enabled.

Let's fix this by using the proper name for the Kconfig option.

Fixes: 1d99e673c752 ("gpio: Enable hogging support in SPL")
Cc: Quentin Schulz <[email protected]>
Signed-off-by: Quentin Schulz <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
drivers/gpio/Kconfig
This page took 0.034703 seconds and 4 git commands to generate.