summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-11-20 03:27:02 (GMT)
committerSimon Glass <sjg@chromium.org>2015-12-01 13:26:36 (GMT)
commite81ca88451cf4b692fede0b9c2e3444e4b61e139 (patch)
tree5ccc57a7d9df9bb2be2cb8899701b7ccf7b95db8 /arch/arm/mach-tegra/Kconfig
parentf9260336d0eb3e41ced18f6408e90a32c8825f6c (diff)
downloadu-boot-fsl-qoriq-e81ca88451cf4b692fede0b9c2e3444e4b61e139.tar.xz
dm: tegra: pci: Convert tegra boards to driver model for PCI
Adjust the Tegra PCI driver to support driver model and move all boards over at the same time. This can make use of some generic driver model code, such as the range-decoding logic. Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/Kconfig')
-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 75b9208..8db0708 100644
--- a/arch/arm/mach-tegra/Kconfig
+++ b/arch/arm/mach-tegra/Kconfig
@@ -6,6 +6,7 @@ config TEGRA_COMMON
select DM_GPIO
select DM_I2C
select DM_KEYBOARD
+ select DM_PCI
select DM_SERIAL
select DM_SPI
select DM_SPI_FLASH