From 541d57663f12c33ed8e81143d87143e4f2c885ce Mon Sep 17 00:00:00 2001 From: Ahmed Mansour Date: Fri, 15 Dec 2017 16:01:01 -0500 Subject: 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 Reviewed-by: York Sun --- include/configs/cyrus.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/cyrus.h') diff --git a/include/configs/cyrus.h b/include/configs/cyrus.h index 942fbe2..e413b51 100644 --- a/include/configs/cyrus.h +++ b/include/configs/cyrus.h @@ -316,7 +316,6 @@ #define CONFIG_SYS_PCIE4_IO_SIZE 0x00010000 /* 64k */ /* Qman/Bman */ -#define CONFIG_SYS_DPAA_QBMAN /* Support Q/Bman */ #define CONFIG_SYS_BMAN_NUM_PORTALS 10 #define CONFIG_SYS_BMAN_MEM_BASE 0xf4000000 #ifdef CONFIG_PHYS_64BIT -- cgit v1.1