commit | babc9f17ecd3cf0562a93c26267bcb399faac5f9 | [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 | 3cde0e9111e772fd6155700519cc7a5312f20fa0 [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>