From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Thu, 14 Dec 2017 01:38:06 +0000 Subject: [U-Boot] [PATCH v3 2/2] Move SYS_DPAA_QBMAN to Kconfig References: <1513033301-6902-1-git-send-email-ahmed.mansour@nxp.com> <1513033301-6902-3-git-send-email-ahmed.mansour@nxp.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 > > --- > > 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