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 /scripts/config_whitelist.txt | |
parent | 0824384bfb392898b0e8edf2b9fc6555a8dd6702 (diff) |
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 'scripts/config_whitelist.txt')
-rw-r--r-- | scripts/config_whitelist.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/config_whitelist.txt b/scripts/config_whitelist.txt index 2c9cfb450d..62bd882411 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -1832,7 +1832,6 @@ CONFIG_STV0991 CONFIG_STV0991_HZ CONFIG_STV0991_HZ_CLOCK CONFIG_ST_SMI -CONFIG_SUNXI_GPIO CONFIG_SUNXI_MAX_FB_SIZE CONFIG_SUVD3 CONFIG_SXNI855T |