summaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2016-02-02 05:58:08 -0800
committerBin Meng <bmeng.cn@gmail.com>2016-02-05 12:47:24 +0800
commitd8277a87d0993492b2c09dcd9ccf1ce652d03b9c (patch)
tree938f2fccbb39f0c5f84766b8fe8d7e5c332f0148 /arch/x86/Kconfig
parent308143effe3079cc997b9b512460930506f09141 (diff)
downloadtalos-obmc-uboot-d8277a87d0993492b2c09dcd9ccf1ce652d03b9c.tar.gz
talos-obmc-uboot-d8277a87d0993492b2c09dcd9ccf1ce652d03b9c.zip
x86: Disable DM_PCI_COMPAT
Now that all x86 codes have been converted to use proper DM PCI APIs, it's time to disable the legacy compatible layer. Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index a995e32bb9..49e173c820 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -93,9 +93,6 @@ config SYS_X86_START16
depends on X86_RESET_VECTOR
default 0xfffff800
-config DM_PCI_COMPAT
- default y # Until we finish moving over to the new API
-
config BOARD_ROMSIZE_KB_512
bool
config BOARD_ROMSIZE_KB_1024
OpenPOWER on IntegriCloud