summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-11-27 02:51:30 (GMT)
committerSimon Glass <sjg@chromium.org>2015-12-01 13:26:38 (GMT)
commit3ba5f74a541f77bfb6904e684e2cf0bfad005106 (patch)
treea588534a7daa80436f5e617ecc4ebc6050071f43 /arch/arm/mach-tegra
parentcab24b3407189a120066b82da2376679bf203eae (diff)
downloadu-boot-3ba5f74a541f77bfb6904e684e2cf0bfad005106.tar.xz
dm: pci: Disable PCI compatibility functions by default
We eventually need to drop the compatibility functions for driver model. As a first step, create a configuration option to enable them and hide them when the option is disabled. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/arm/mach-tegra')
-rw-r--r--arch/arm/mach-tegra/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig
index 8db0708..fbfb204 100644
--- a/arch/arm/mach-tegra/Kconfig
+++ b/arch/arm/mach-tegra/Kconfig
@@ -7,6 +7,7 @@ config TEGRA_COMMON
select DM_I2C
select DM_KEYBOARD
select DM_PCI
+ select DM_PCI_COMPAT
select DM_SERIAL
select DM_SPI
select DM_SPI_FLASH