commit | cda8aab71de38479b4e0fc088e92630a1f7ce3d6 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Thu Nov 29 19:57:22 2018 -0800 |
committer | Bin Meng <bmeng.cn@gmail.com> | Mon Dec 10 10:14:34 2018 +0800 |
tree | c74ee33e993dbf415cebd43266ecacbbc4452b51 | |
parent | 465c710cd4d40fed9fa3625d1e7635c55840a1a0 [diff] |
x86: kconfig: Allow board defconfig file to disable 8259 and APIC At present the Kconfig options (CONFIG_I8259_PIC and CONFIG_APIC) do not include a prompt message, which makes it impossible to be disabled from a board defconfig file. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>