diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2016-05-25 19:19:12 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2016-05-30 10:21:12 +0800 |
commit | e6ddb6b0135949e67bf5face7bdff522e493e1e2 (patch) | |
tree | f9b65ad5e3ad6eed193e6a190d40c27e6c9e9a63 /configs/galileo_defconfig | |
parent | 7ee371063f3cf779740bb35e0c31dc04fc132e9b (diff) |
x86: galileo: Enable ACPI table generation
Enable ACPI table generation by creating a DSDT table.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/galileo_defconfig')
-rw-r--r-- | configs/galileo_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/galileo_defconfig b/configs/galileo_defconfig index f8d3c3b8abc..080c2ed50d6 100644 --- a/configs/galileo_defconfig +++ b/configs/galileo_defconfig @@ -5,6 +5,7 @@ CONFIG_TARGET_GALILEO=y CONFIG_ENABLE_MRC_CACHE=y CONFIG_GENERATE_PIRQ_TABLE=y CONFIG_GENERATE_MP_TABLE=y +CONFIG_GENERATE_ACPI_TABLE=y CONFIG_FIT=y CONFIG_BOOTSTAGE=y CONFIG_BOOTSTAGE_REPORT=y |