diff options
author | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2014-02-19 12:04:45 +0100 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2014-02-19 12:04:45 +0100 |
commit | e7538fee991308c16f76f7eca2517089f2a30ff4 (patch) | |
tree | 13530e6f549f997d680eaaba087bdb32f68989b6 /include/configs/nitrogen6x.h | |
parent | 1feb6e3c9216a34885f24f0df4a02a30dfb35f19 (diff) | |
parent | da781c60e5d55904d77931fcb63f25e65e2228be (diff) |
Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'
Diffstat (limited to 'include/configs/nitrogen6x.h')
-rw-r--r-- | include/configs/nitrogen6x.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h index e44ec88f71..ac517ce25e 100644 --- a/include/configs/nitrogen6x.h +++ b/include/configs/nitrogen6x.h @@ -352,4 +352,15 @@ #define CONFIG_SUPPORT_RAW_INITRD #define CONFIG_CMD_FS_GENERIC +/* + * PCI express + */ +#define CONFIG_CMD_PCI +#ifdef CONFIG_CMD_PCI +#define CONFIG_PCI +#define CONFIG_PCI_PNP +#define CONFIG_PCI_SCAN_SHOW +#define CONFIG_PCIE_IMX +#endif + #endif /* __CONFIG_H */ |