
On 12/11/2017 03:02 PM, Ahmed Mansour wrote:
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
Changes in v3: None Changes in v2: None
drivers/net/Kconfig | 22 ++++++++++++++++++++++ include/configs/B4860QDS.h | 1 - include/configs/P1023RDB.h | 1 - include/configs/P2041RDB.h | 1 - include/configs/T102xQDS.h | 1 - include/configs/T102xRDB.h | 1 - include/configs/T1040QDS.h | 1 - include/configs/T104xRDB.h | 1 - include/configs/T208xQDS.h | 1 - include/configs/T208xRDB.h | 1 - include/configs/T4240QDS.h | 1 - include/configs/T4240RDB.h | 1 - include/configs/corenet_ds.h | 1 - include/configs/cyrus.h | 1 - include/configs/ls1043a_common.h | 2 -- include/configs/ls1046a_common.h | 4 ---- 16 files changed, 22 insertions(+), 19 deletions(-)
Ahmed,
You may have missed some header files. This patch causes compiling problems for many boards, including B4420QDS_NAND B4420QDS T4160QDS_NAND T4160QDS T4160RDB T4160QDS_SDCARD T1024QDS_DDR4 B4420QDS_SPIFLASH T4160QDS_SECURE_BOOT. Please fix.
York