[opensuse-kernel] [PATCH] config: armv7hl: temporarly disable KEYSTONE_NAVIGATOR_QMSS
From: "Matwey V. Kornilov" <matwey.kornilov@gmail.com> KEYSTONE_NAVIGATOR_QMSS leads to the following module depenedncy cycle. Disable it until it will be fixed in upstream. [24907s] depmod: ERROR: Found 2 modules in dependency cycles! [24907s] depmod: ERROR: Cycle detected: knav_qmss_queue -> knav_qmss_acc -> knav_qmss_queue Signed-off-by: Matwey V. Kornilov <matwey.kornilov@gmail.com> --- config/armv7hl/default | 2 +- config/armv7hl/lpae | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/armv7hl/default b/config/armv7hl/default index 6972e72..1b590ea 100644 --- a/config/armv7hl/default +++ b/config/armv7hl/default @@ -6375,7 +6375,7 @@ CONFIG_GS_FPGABOOT=m # CONFIG_QCOM_GSBI=m CONFIG_SOC_TI=y -CONFIG_KEYSTONE_NAVIGATOR_QMSS=m +# CONFIG_KEYSTONE_NAVIGATOR_QMSS is not set CONFIG_KEYSTONE_NAVIGATOR_DMA=m CONFIG_CLKDEV_LOOKUP=y CONFIG_HAVE_CLK_PREPARE=y diff --git a/config/armv7hl/lpae b/config/armv7hl/lpae index 150a95c..77871c8 100644 --- a/config/armv7hl/lpae +++ b/config/armv7hl/lpae @@ -5965,7 +5965,7 @@ CONFIG_DGAP=m # CONFIG_QCOM_GSBI=m CONFIG_SOC_TI=y -CONFIG_KEYSTONE_NAVIGATOR_QMSS=m +# CONFIG_KEYSTONE_NAVIGATOR_QMSS is not set CONFIG_KEYSTONE_NAVIGATOR_DMA=m CONFIG_CLKDEV_LOOKUP=y CONFIG_HAVE_CLK_PREPARE=y -- 2.1.2 -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
Am 03.11.2014 um 16:27 schrieb matwey.kornilov@gmail.com:
From: "Matwey V. Kornilov" <matwey.kornilov@gmail.com>
KEYSTONE_NAVIGATOR_QMSS leads to the following module depenedncy cycle. Disable it until it will be fixed in upstream.
[24907s] depmod: ERROR: Found 2 modules in dependency cycles! [24907s] depmod: ERROR: Cycle detected: knav_qmss_queue -> knav_qmss_acc -> knav_qmss_queue
Signed-off-by: Matwey V. Kornilov <matwey.kornilov@gmail.com> --- config/armv7hl/default | 2 +- config/armv7hl/lpae | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Thanks, applied! Regards, Andreas -- SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany GF: Jeff Hawn, Jennifer Guild, Felix Imendörffer; HRB 21284 AG Nürnberg -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
participants (2)
-
Andreas Färber
-
matwey.kornilov@gmail.com