diff options
author | Simon Glass <sjg@chromium.org> | 2020-09-22 12:45:21 -0600 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2020-09-25 11:27:20 +0800 |
commit | 60c0231078add5bb6b6ca79edb5432fe6df69deb (patch) | |
tree | c221a24394c70fabaeb08e67353c7520a6b5e4d2 /configs | |
parent | abb4e42b75cc2df87a154824ad13526198d16caf (diff) | |
download | u-boot-60c0231078add5bb6b6ca79edb5432fe6df69deb.tar.gz |
x86: apl: Generate CPU tables
Add ACPI generation to the APL CPU driver.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/chromebook_coral_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/chromebook_coral_defconfig b/configs/chromebook_coral_defconfig index c9006e2f93..ef4dabbe26 100644 --- a/configs/chromebook_coral_defconfig +++ b/configs/chromebook_coral_defconfig @@ -72,6 +72,7 @@ CONFIG_ENV_OVERWRITE=y CONFIG_REGMAP=y CONFIG_SYSCON=y CONFIG_SPL_OF_TRANSLATE=y +CONFIG_INTEL_ACPIGEN=y CONFIG_CPU=y CONFIG_DM_I2C=y CONFIG_SYS_I2C_DW=y |