aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2018-11-29 19:57:22 -0800
committerBin Meng <bmeng.cn@gmail.com>2018-12-10 10:14:34 +0800
commit2677a15e5839ee8f7073192a666348e2e3e5cdcd (patch)
treec74ee33e993dbf415cebd43266ecacbbc4452b51 /arch/x86
parentc641010452a7f651cf77dc0d0f252ef25f1badf0 (diff)
downloadu-boot-2677a15e5839ee8f7073192a666348e2e3e5cdcd.zip
u-boot-2677a15e5839ee8f7073192a666348e2e3e5cdcd.tar.gz
u-boot-2677a15e5839ee8f7073192a666348e2e3e5cdcd.tar.bz2
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>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 8fc9187..e052093 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -729,7 +729,7 @@ config PCIE_ECAM_SIZE
maximum number of PCI buses as defined by the PCI specification.
config I8259_PIC
- bool
+ bool "Enable Intel 8259 compatible interrupt controller"
default y
help
Intel 8259 ISA compatible chipset incorporates two 8259 (master and
@@ -737,7 +737,7 @@ config I8259_PIC
the interrupt correctly.
config APIC
- bool
+ bool "Enable Intel Advanced Programmable Interrupt Controller"
default y
help
The (A)dvanced (P)rogrammable (I)nterrupt (C)ontroller is responsible