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 /arch/x86/cpu/quark/Kconfig | |
parent | b9342b2cc69b41964ab31d4154913e72cc72c4b7 (diff) |
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 'arch/x86/cpu/quark/Kconfig')
-rw-r--r-- | arch/x86/cpu/quark/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/cpu/quark/Kconfig b/arch/x86/cpu/quark/Kconfig index ce0c454a13..7ec46e95ef 100644 --- a/arch/x86/cpu/quark/Kconfig +++ b/arch/x86/cpu/quark/Kconfig @@ -13,6 +13,7 @@ config INTEL_QUARK imply ENV_IS_IN_SPI_FLASH imply ETH_DESIGNWARE imply ICH_SPI + imply INTEL_ICH6_GPIO imply MMC imply MMC_PCI imply MMC_SDHCI |