]> git.baikalelectronics.ru Git - uboot.git/commitdiff
gpio: sunxi: Fix build with CONFIG_SPL_SERIAL=n
authorSamuel Holland <samuel@sholland.org>
Wed, 11 May 2022 00:03:34 +0000 (19:03 -0500)
committerAndre Przywara <andre.przywara@arm.com>
Sun, 26 Jun 2022 10:22:53 +0000 (11:22 +0100)
This driver uses simple_strtol(), so it needs SPL_STRTO. Before commit
62bcde047894f ("disk: Add an option for partitions in SPL"), SPL_STRTO
was always selected indirectly. Now it is not, so select it here.

Signed-off-by: Samuel Holland <samuel@sholland.org>
Reviewed-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
drivers/gpio/Kconfig

index 149a62ffe611ed83a2858807b5a935b34a9ca6e6..d7f37f0471cb0c5412ade6460c8a0e6bc5cb9ed6 100644 (file)
@@ -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.