From af27382e2d6f7b4966e6932c9820939259498c1b Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Wed, 26 Oct 2016 17:15:37 -0400 Subject: drivers/pci/Kconfig: Add PCI Add 'PCI' as a menu option and migrate all existing users. Signed-off-by: Tom Rini Acked-by: Stephen Warren --- arch/arm/mach-tegra/Kconfig | 2 -- arch/sandbox/Kconfig | 7 ------- 2 files changed, 9 deletions(-) (limited to 'arch') diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig index 316feba..5bdbc70 100644 --- a/arch/arm/mach-tegra/Kconfig +++ b/arch/arm/mach-tegra/Kconfig @@ -29,8 +29,6 @@ config TEGRA_COMMON select DM_I2C select DM_KEYBOARD select DM_MMC - select DM_PCI - select DM_PCI_COMPAT select DM_PWM select DM_RESET select DM_SERIAL diff --git a/arch/sandbox/Kconfig b/arch/sandbox/Kconfig index c931c0b..f7a6e1a 100644 --- a/arch/sandbox/Kconfig +++ b/arch/sandbox/Kconfig @@ -18,11 +18,4 @@ config SYS_CONFIG_NAME default "sandbox_spl" if SANDBOX_SPL default "sandbox" if !SANDBOX_SPL -config PCI - bool "PCI support" - help - Enable support for PCI (Peripheral Interconnect Bus), a type of bus - used on some devices to allow the CPU to communicate with its - peripherals. - endmenu -- cgit v1.1