commit | 049c4dc677aa679593e1b2e9f0aa2452843dad5e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Feb 23 05:35:41 2021 -0500 |
committer | Bin Meng <bmeng.cn@gmail.com> | Tue Mar 09 09:42:12 2021 +0800 |
tree | e1a059a8ee696f30051b7a84174bcee02eb15068 | |
parent | 0b823e16b6b9443200faf9a51943642b3937ea99 [diff] |
x86: Move INTEL_ACPIGEN to arch/x86 This option is better placed in the x86 code since it is not generic enough to be in the core code. Move it. Reported-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> [bmeng: fixed a typo in arch/x86/Kconfig] Signed-off-by: Bin Meng <bmeng.cn@gmail.com>