]> git.baikalelectronics.ru Git - uboot.git/commit
gpio: fix incorrect depends on for SPL_GPIO_HOG
authorQuentin Schulz <quentin.schulz@theobroma-systems.com>
Tue, 12 Jul 2022 15:44:19 +0000 (17:44 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 4 Aug 2022 19:32:20 +0000 (15:32 -0400)
commitc59e8bd00d234b3c692d595dbfa58bf3bdd11ff3
treef9486c521be6a0e13d89d86f516e65497446bf85
parentedf5a3e3130e9a432a097ee54d68c128cf1f8327
gpio: fix incorrect depends on for SPL_GPIO_HOG

Since commit 3a8e0b9ed6fa ("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: 191a8a9f6df2 ("gpio: Enable hogging support in SPL")
Cc: Quentin Schulz <foss+uboot@0leil.net>
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/gpio/Kconfig