diff options
author | Simon Glass <sjg@chromium.org> | 2020-02-06 09:55:02 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2020-02-07 22:46:35 +0800 |
commit | fa78604da83eec4b362d3d2dec5493165071e74f (patch) | |
tree | a826de6ee6cc3a73bd8a779f6c54b53cbee7e220 /arch/x86/cpu/apollolake/Kconfig | |
parent | e85cbe8b34147126cdd5dab09f4c745157f6083c (diff) |
x86: coral: Add I2C and TPM device-tree definitions
Add nodes to the device tree for Cr50 and other available I2C ports. Also
enable the ACPI interrupt driver.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/cpu/apollolake/Kconfig')
-rw-r--r-- | arch/x86/cpu/apollolake/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/cpu/apollolake/Kconfig b/arch/x86/cpu/apollolake/Kconfig index 8a7481555e..942f11f566 100644 --- a/arch/x86/cpu/apollolake/Kconfig +++ b/arch/x86/cpu/apollolake/Kconfig @@ -44,6 +44,7 @@ config INTEL_APOLLOLAKE imply CLK imply CMD_CLK imply CLK_INTEL + imply ACPI_GPE if INTEL_APOLLOLAKE |