Commit 147f8fa3c55451949f90624a091c34f433df1d99

Authored by Marek Vasut
Committed by Stefano Babic
1 parent e9be4292e4

ARM: mx6: Enable PCIe on Sabrelite

Enable PCI express on MX6 Sabrelite.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Cc: Eric Nelson <eric.nelson@boundarydevices.com>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
Cc: Stefano Babic <sbabic@denx.de>

Showing 1 changed file with 11 additions and 0 deletions Side-by-side Diff

include/configs/nitrogen6x.h
... ... @@ -352,5 +352,16 @@
352 352 #define CONFIG_SUPPORT_RAW_INITRD
353 353 #define CONFIG_CMD_FS_GENERIC
354 354  
  355 +/*
  356 + * PCI express
  357 + */
  358 +#define CONFIG_CMD_PCI
  359 +#ifdef CONFIG_CMD_PCI
  360 +#define CONFIG_PCI
  361 +#define CONFIG_PCI_PNP
  362 +#define CONFIG_PCI_SCAN_SHOW
  363 +#define CONFIG_PCIE_IMX
  364 +#endif
  365 +
355 366 #endif /* __CONFIG_H */