]> git.ipfire.org Git - thirdparty/u-boot.git/commit
x86: kconfig: Allow board defconfig file to disable 8259 and APIC
authorBin Meng <bmeng.cn@gmail.com>
Fri, 30 Nov 2018 03:57:22 +0000 (19:57 -0800)
committerBin Meng <bmeng.cn@gmail.com>
Mon, 10 Dec 2018 02:14:34 +0000 (10:14 +0800)
commit2677a15e5839ee8f7073192a666348e2e3e5cdcd
treec74ee33e993dbf415cebd43266ecacbbc4452b51
parentc641010452a7f651cf77dc0d0f252ef25f1badf0
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>
arch/x86/Kconfig