From d8277a87d0993492b2c09dcd9ccf1ce652d03b9c Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Tue, 2 Feb 2016 05:58:08 -0800 Subject: 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 --- arch/x86/Kconfig | 3 --- 1 file changed, 3 deletions(-) (limited to 'arch/x86/Kconfig') 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 -- cgit v1.2.1