summaryrefslogtreecommitdiff
path: root/configs/edison_defconfig
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2020-01-10 00:12:35 +0300
committerBin Meng <bmeng.cn@gmail.com>2020-02-03 20:19:27 +0300
commitb58d85363ff5bcd4293387e9e18e12e1add69e4a (patch)
treee4bd734cdf5a3144c3d136fb4b9da506b1dcb7fd /configs/edison_defconfig
parent42fddfc9d8551de51e6220e8119d418af9851f94 (diff)
downloadu-boot-b58d85363ff5bcd4293387e9e18e12e1add69e4a.tar.xz
x86: edison: Switch to ACPI mode
SFI is quite poor and useless resource provider. Moreover it makes hard to develop and extend functionality in the Linux kernel. Enable a necessary minimum to use ACPI on Intel Edison. Linux kernel have been prepared for this change since v5.4, where the last crucial driver, i.e. for Basin Cove PMIC, has been submitted. Note, that stock image won't suffer by this change since it doesn't have ACPI enabled on the kernel level. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'configs/edison_defconfig')
-rw-r--r--configs/edison_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/edison_defconfig b/configs/edison_defconfig
index 124f0f628f..58707d619a 100644
--- a/configs/edison_defconfig
+++ b/configs/edison_defconfig
@@ -6,6 +6,7 @@ CONFIG_NR_DRAM_BANKS=3
CONFIG_VENDOR_INTEL=y
CONFIG_TARGET_EDISON=y
CONFIG_SMP=y
+CONFIG_GENERATE_ACPI_TABLE=y
CONFIG_BOARD_EARLY_INIT_R=y
CONFIG_LAST_STAGE_INIT=y
CONFIG_HUSH_PARSER=y