aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-06-26 21:06:08 -0400
committerTom Rini <trini@konsulko.com>2022-06-26 21:06:08 -0400
commitbfa9306e140c136e43d0efc9574991db46ad8c9e (patch)
treeb492619b4e75d8ca69242444a5eefe4c73c03eb8 /drivers/gpio/Kconfig
parent75967970850a932a2359e167fd9950b01e9b99d3 (diff)
parent47ca7b574faaa514677457e23a7197c47b0b597c (diff)
downloadu-boot-WIP/26Jun2022.zip
u-boot-WIP/26Jun2022.tar.gz
u-boot-WIP/26Jun2022.tar.bz2
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiWIP/26Jun2022
The main attraction are two regressions, plus a fix for a long standing bug: - Fix USB support on boards with a switched VBUS regulator. - Fix failing boot due to env loading on boards without MMC (CHIP). - Fix PSCI CPU_OFF operation on R40 boards. The rest are smaller fixes, and the forgotten DT sync for sun4i boards.
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 149a62f..d7f37f0 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -365,6 +365,7 @@ config SANDBOX_GPIO_COUNT
config SUNXI_GPIO
bool "Allwinner GPIO driver"
depends on ARCH_SUNXI
+ select SPL_STRTO if SPL
help
Support the GPIO device in Allwinner SoCs.