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 /include/configs/p2371-2180.h | |
parent | 15bcc62d5382579a65f1c6375fd964301437601c (diff) |
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 'include/configs/p2371-2180.h')
-rw-r--r-- | include/configs/p2371-2180.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/p2371-2180.h b/include/configs/p2371-2180.h index 0dfcdb97e32..46a801d9b69 100644 --- a/include/configs/p2371-2180.h +++ b/include/configs/p2371-2180.h @@ -54,7 +54,6 @@ /* PCI host support */ #define CONFIG_PCI -#define CONFIG_PCI_TEGRA #define CONFIG_PCI_PNP #define CONFIG_CMD_PCI #define CONFIG_CMD_PCI_ENUM |