[linux-yocto] [PATCH 15/19] meta: dca: remove explicit TX_DISABLE settings

Saul Wold sgw at linux.intel.com
Fri May 8 08:35:11 PDT 2015


From: Bruce Ashfield <bruce.ashfield at windriver.com>

The config options: CONFIG_ASYNC_TX_DISABLE_PQ_VAL_DMA=y and
CONFIG_ASYNC_TX_DISABLE_XOR_VAL_DMA=y are only selectable by other
Kconfig options, and are no longer used in the code base.

So to avoid a configuration mismatch warning during the build, we
drop these unused options.

Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>
---
 meta/cfg/kernel-cache/features/dca/dca.cfg | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/cfg/kernel-cache/features/dca/dca.cfg b/meta/cfg/kernel-cache/features/dca/dca.cfg
index f1591aa..6bc77f1 100644
--- a/meta/cfg/kernel-cache/features/dca/dca.cfg
+++ b/meta/cfg/kernel-cache/features/dca/dca.cfg
@@ -1,4 +1,2 @@
 CONFIG_INTEL_IOATDMA=m
-CONFIG_ASYNC_TX_DISABLE_PQ_VAL_DMA=y
-CONFIG_ASYNC_TX_DISABLE_XOR_VAL_DMA=y
 CONFIG_DCA=m
-- 
2.1.0



More information about the linux-yocto mailing list