summaryrefslogtreecommitdiffstats
path: root/include/configs/x86-common.h
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 /include/configs/x86-common.h
parentda3fe247591e17dead357f05f69124c54aa13a01 (diff)
downloadtalos-obmc-uboot-1eb39a509354ae3c199c739bfb2d3a0d442e2cac.tar.gz
talos-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 'include/configs/x86-common.h')
-rw-r--r--include/configs/x86-common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/x86-common.h b/include/configs/x86-common.h
index 58d2f427de..ab9fa0b082 100644
--- a/include/configs/x86-common.h
+++ b/include/configs/x86-common.h
@@ -155,8 +155,6 @@
*/
#define CONFIG_SYS_X86_TSC_TIMER
-#define CONFIG_I8259_PIC
-#define CONFIG_I8254_TIMER
#define CONFIG_SYS_STACK_SIZE (32 * 1024)
#define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_TEXT_BASE
OpenPOWER on IntegriCloud