X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=include%2Fconfigs%2Fnitrogen6x.h;h=ac517ce25ed8c09ac10c35d07bf58871112cbabc;hp=e44ec88f71b3f05642c87a6f21c1aebdea1cfe21;hb=e7538fee991308c16f76f7eca2517089f2a30ff4;hpb=1feb6e3c9216a34885f24f0df4a02a30dfb35f19 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 */