summaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2015-10-22 19:13:31 -0700
committerBin Meng <bmeng.cn@gmail.com>2015-11-13 06:46:19 -0800
commit1eb39a509354ae3c199c739bfb2d3a0d442e2cac (patch)
tree75fee9217ccc7dbb99b4a37c54e544e15da904dd /arch/x86
parentda3fe247591e17dead357f05f69124c54aa13a01 (diff)
downloadblackbird-obmc-uboot-1eb39a509354ae3c199c739bfb2d3a0d442e2cac.tar.gz
blackbird-obmc-uboot-1eb39a509354ae3c199c739bfb2d3a0d442e2cac.zip
x86: Move CONFIG_8259_PIC and CONFIG_8254_TIMER to Kconfig
Add Kconfig options for 8259 and 8254. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index f92082d476..8914be34e6 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -420,6 +420,21 @@ config PCIE_ECAM_SIZE
so a default 0x10000000 size covers all of the 256 buses which is the
maximum number of PCI buses as defined by the PCI specification.
+config I8259_PIC
+ bool
+ default y
+ help
+ Intel 8259 ISA compatible chipset incorporates two 8259 (master and
+ slave) interrupt controllers. Include this to have U-Boot set up
+ the interrupt correctly.
+
+config I8254_TIMER
+ bool
+ default y
+ help
+ Intel 8254 timer contains three counters which have fixed uses.
+ Include this to have U-Boot set up the timer correctly.
+
source "arch/x86/lib/efi/Kconfig"
endmenu
OpenPOWER on IntegriCloud