[opensuse-kernel] [PATCH] config: Refresh armv7hl to 4.4.12
Also refresh vanilla config. --- Now, kernel-vanilla fails at silentoldconfig, so lets rerun run_oldconfig.sh config/armv7hl/default | 2 +- config/armv7hl/lpae | 2 +- config/armv7hl/vanilla | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/config/armv7hl/default b/config/armv7hl/default index dc97bbe..c8da9dd 100644 --- a/config/armv7hl/default +++ b/config/armv7hl/default @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm 4.4.11 Kernel Configuration +# Linux/arm 4.4.12 Kernel Configuration # CONFIG_ARM=y CONFIG_ARM_HAS_SG_CHAIN=y diff --git a/config/armv7hl/lpae b/config/armv7hl/lpae index 0a94bc1..ab7653d 100644 --- a/config/armv7hl/lpae +++ b/config/armv7hl/lpae @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm 4.4.11 Kernel Configuration +# Linux/arm 4.4.12 Kernel Configuration # CONFIG_ARM=y CONFIG_ARM_HAS_SG_CHAIN=y diff --git a/config/armv7hl/vanilla b/config/armv7hl/vanilla index 27916d4..8a333fd 100644 --- a/config/armv7hl/vanilla +++ b/config/armv7hl/vanilla @@ -1,5 +1,5 @@ -CONFIG_LOCALVERSION="-vanilla" -CONFIG_SATA_RCAR=m CONFIG_DM_CACHE_MQ=m -CONFIG_MFD_TPS65218=m -CONFIG_REGULATOR_TPS65218=m +CONFIG_LOCALVERSION="-vanilla" +# CONFIG_SATA_RCAR is not set +CONFIG_MODULES=y +# CONFIG_MODULE_SIG is not set -- 2.1.4 -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-kernel+owner@opensuse.org
On 6/3/16 4:36 PM, Matwey V. Kornilov wrote:
Also refresh vanilla config.
diff --git a/config/armv7hl/vanilla b/config/armv7hl/vanilla index 27916d4..8a333fd 100644 --- a/config/armv7hl/vanilla +++ b/config/armv7hl/vanilla @@ -1,5 +1,5 @@ -CONFIG_LOCALVERSION="-vanilla" -CONFIG_SATA_RCAR=m CONFIG_DM_CACHE_MQ=m -CONFIG_MFD_TPS65218=m -CONFIG_REGULATOR_TPS65218=m +CONFIG_LOCALVERSION="-vanilla" +# CONFIG_SATA_RCAR is not set +CONFIG_MODULES=y +# CONFIG_MODULE_SIG is not set
One of the nice things about the vanilla config fragment is that you can see how the vanilla config differs from default:
-CONFIG_SATA_RCAR=m CONFIG_DM_CACHE_MQ=m -CONFIG_MFD_TPS65218=m -CONFIG_REGULATOR_TPS65218=m +# CONFIG_SATA_RCAR is not set
Is there a reason these are different? -Jeff -- Jeff Mahoney SUSE Labs
participants (2)
-
Jeff Mahoney
-
Matwey V. Kornilov