diff options
author | Calvin Johnson <calvin.johnson@nxp.com> | 2018-03-08 15:30:35 +0530 |
---|---|---|
committer | Joe Hershberger <joe.hershberger@ni.com> | 2018-03-22 15:05:31 -0500 |
commit | a802d1e2684a30d01bde657ebf55c2b5eca1d712 (patch) | |
tree | 69b967465153070f5c5c648615d526ed8ed6e240 /configs/ls1012aqds_qspi_defconfig | |
parent | ac0ba47b9cce15280883c7f196dc9a9a3297afb4 (diff) | |
download | u-boot-a802d1e2684a30d01bde657ebf55c2b5eca1d712.tar.gz |
configs: ls1012a: add pfe configuration for LS1012A
Add configurations for PFE.
Signed-off-by: Calvin Johnson <calvin.johnson@nxp.com>
Signed-off-by: Anjaneyulu Jagarlmudi <anji.jagarlmudi@nxp.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'configs/ls1012aqds_qspi_defconfig')
-rw-r--r-- | configs/ls1012aqds_qspi_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/ls1012aqds_qspi_defconfig b/configs/ls1012aqds_qspi_defconfig index 9fdf3330ae..25470cb5fd 100644 --- a/configs/ls1012aqds_qspi_defconfig +++ b/configs/ls1012aqds_qspi_defconfig @@ -36,8 +36,10 @@ CONFIG_SCSI_AHCI=y CONFIG_DM_MMC=y CONFIG_DM_SPI_FLASH=y CONFIG_SPI_FLASH=y +CONFIG_DM_ETH=y CONFIG_NETDEVICES=y CONFIG_E1000=y +CONFIG_FSL_PFE=y CONFIG_PCI=y CONFIG_DM_PCI=y CONFIG_DM_PCI_COMPAT=y |