diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2017-07-30 06:23:28 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2017-08-01 20:17:02 +0800 |
commit | 724368928c889bf754bea176f3e0aea5c1ec01b9 (patch) | |
tree | ea22fe508ea6878e990159713bfac07983d82cc7 /scripts | |
parent | b9342b2cc69b41964ab31d4154913e72cc72c4b7 (diff) | |
download | u-boot-724368928c889bf754bea176f3e0aea5c1ec01b9.tar.gz |
x86: Convert INTEL_ICH6_GPIO to Kconfig
This converts Intel ICH6 GPIO driver to Kconfig, and add it to the
imply list of platform drivers.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'scripts')
-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 3c7e49588f..e630314926 100644 --- a/scripts/config_whitelist.txt +++ b/scripts/config_whitelist.txt @@ -1154,7 +1154,6 @@ CONFIG_INI_MAX_LINE CONFIG_INI_MAX_NAME CONFIG_INI_MAX_SECTION CONFIG_INTEGRITY -CONFIG_INTEL_ICH6_GPIO CONFIG_INTERRUPTS CONFIG_IO CONFIG_IO64 |