summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2013-12-14 05:55:29 +0100
committerStefano Babic <[email protected]>2014-01-26 12:41:20 +0100
commit147f8fa3c55451949f90624a091c34f433df1d99 (patch)
tree7feeee6aa32e12f2d0f5c840d1768cf4fad6b81d /include
parente9be4292e4f32bcdfb88c19407da281e36447498 (diff)
ARM: mx6: Enable PCIe on Sabrelite
Enable PCI express on MX6 Sabrelite. Signed-off-by: Marek Vasut <[email protected]> Cc: Albert Aribaud <[email protected]> Cc: Eric Nelson <[email protected]> Cc: Fabio Estevam <[email protected]> Cc: Stefano Babic <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/configs/nitrogen6x.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/configs/nitrogen6x.h b/include/configs/nitrogen6x.h
index f4ff5cd1b5c..e6565518cdf 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 */