diff options
Diffstat (limited to 'include/configs/P4080DS.h')
-rw-r--r-- | include/configs/P4080DS.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/P4080DS.h b/include/configs/P4080DS.h index 49f7c534d88..4a2e47513d6 100644 --- a/include/configs/P4080DS.h +++ b/include/configs/P4080DS.h @@ -27,6 +27,11 @@ #define CONFIG_PHYS_64BIT #define CONFIG_PPC_P4080 +#define CONFIG_FSL_NGPIXIS /* use common ngPIXIS code */ + +#define CONFIG_MMC +#define CONFIG_PCIE3 + #define CONFIG_ICS307_REFCLK_HZ 33333000 /* ICS307 ref clk freq */ #include "corenet_ds.h" |