diff options
author | Andre Przywara <andre.przywara@arm.com> | 2019-06-23 15:09:46 +0100 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2019-07-16 17:13:15 +0530 |
commit | 10cfbaabc159e475861229d9b5e95b3d96168215 (patch) | |
tree | 693b563c50d5f9674f6db83a3bb9d5fc93d42f88 /arch/arm | |
parent | 0824384bfb392898b0e8edf2b9fc6555a8dd6702 (diff) | |
download | u-boot-10cfbaabc159e475861229d9b5e95b3d96168215.tar.gz u-boot-10cfbaabc159e475861229d9b5e95b3d96168215.tar.xz u-boot-10cfbaabc159e475861229d9b5e95b3d96168215.zip |
sunxi: move SUNXI_GPIO to Kconfig
Probably for no particular reason SUNXI_GPIO was still defined the "old
way", in header files only.
Introduce SUNXI_GPIO to the Kconfig file in drivers/gpio to remove
another line from our dreadful config_whitelist.txt.
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Tested-by: Corentin Labbe <clabbe.montjoie@gmail.com> # Pine-H64
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 8754197725..60c4a07a32 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -936,6 +936,7 @@ config ARCH_SUNXI select SPL_STACK_R if SPL select SPL_SYS_MALLOC_SIMPLE if SPL select SPL_SYS_THUMB_BUILD if !ARM64 + select SUNXI_GPIO select SYS_NS16550 select SYS_THUMB_BUILD if !ARM64 select USB if DISTRO_DEFAULTS |