diff options
author | Simon Glass <sjg@chromium.org> | 2015-11-19 20:26:55 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-12-01 06:26:36 -0700 |
commit | fde7e18938d84950979beccb4b2b279efb19c4bd (patch) | |
tree | cbe749b405bf36864844704e92ef0d635f7bdfa4 /configs/apalis_t30_defconfig | |
parent | 15bcc62d5382579a65f1c6375fd964301437601c (diff) | |
download | u-boot-fde7e18938d84950979beccb4b2b279efb19c4bd.tar.gz u-boot-fde7e18938d84950979beccb4b2b279efb19c4bd.tar.bz2 u-boot-fde7e18938d84950979beccb4b2b279efb19c4bd.zip |
dm: tegra: pci: Move CONFIG_PCI_TEGRA to Kconfig
Move this option to Kconfig and fix up all users.
Signed-off-by: Simon Glass <sjg@chromium.org>
Tested-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'configs/apalis_t30_defconfig')
-rw-r--r-- | configs/apalis_t30_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/apalis_t30_defconfig b/configs/apalis_t30_defconfig index 8abf98ab40..f939bdb95d 100644 --- a/configs/apalis_t30_defconfig +++ b/configs/apalis_t30_defconfig @@ -13,6 +13,7 @@ CONFIG_CMD_GPIO=y # CONFIG_CMD_NFS is not set CONFIG_NETDEVICES=y CONFIG_E1000=y +CONFIG_PCI_TEGRA=y CONFIG_SYS_NS16550=y CONFIG_USB=y CONFIG_DM_USB=y |