diff options
author | Ahmed Mansour <ahmed.mansour@nxp.com> | 2017-12-15 16:01:01 -0500 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2018-01-10 12:28:58 -0800 |
commit | 541d57663f12c33ed8e81143d87143e4f2c885ce (patch) | |
tree | c473ecbe3def0bb71604c77fae7effc8287487e5 /configs | |
parent | 44262327aa288b111a41ce067bed235759db4c1c (diff) | |
download | u-boot-541d57663f12c33ed8e81143d87143e4f2c885ce.tar.gz |
configs: Move SYS_DPAA_QBMAN to Kconfig
The CONFIG_SYS_DPAA_QBMAN define is used by DPAA1 freescale SOCs to
add device tree fixups that allow deep sleep in Linux. The define was
placed in header files included by a number of boards, but was not
explicitly documented in any of the Kconfigs. A description was added
to the drivers/networking menuconfig and default selection for
current SOCs that have this part
Signed-off-by: Ahmed Mansour <ahmed.mansour@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/T1024QDS_DDR4_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/T1024QDS_DDR4_defconfig b/configs/T1024QDS_DDR4_defconfig index b8e083cb25..4a09a5ce57 100644 --- a/configs/T1024QDS_DDR4_defconfig +++ b/configs/T1024QDS_DDR4_defconfig @@ -34,6 +34,7 @@ CONFIG_SPI_FLASH_EON=y CONFIG_SPI_FLASH_STMICRO=y CONFIG_SPI_FLASH_SST=y CONFIG_PHYLIB=y +CONFIG_NETDEVICES=y CONFIG_SYS_NS16550=y CONFIG_FSL_ESPI=y CONFIG_USB=y |