All of lore.kernel.org
 help / color / mirror / Atom feed
From: Krzysztof Kozlowski <krzk@kernel.org>
To: linux-kernel@vger.kernel.org
Cc: Arnd Bergmann <arnd@arndb.de>,
	Krzysztof Kozlowski <krzk@kernel.org>,
	Russell King <linux@armlinux.org.uk>,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH 35/35] ARM: tct_hammer_defconfig: Save defconfig
Date: Thu,  8 Jun 2017 18:10:46 +0200	[thread overview]
Message-ID: <20170608161049.12421-35-krzk@kernel.org> (raw)
In-Reply-To: <20170608160836.12196-1-krzk@kernel.org>

Generate new defconfig to get rid of obsolete Kconfig entries:
 - BUGVERBOSE was changed into DEBUG_BUGVERBOSE and will be enabled by
   default (it is useful);
 - DETECT_SOFTLOCKUP was changed into LOCKUP_DETECTOR;
 - rest of entries is being removed by default values;

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 arch/arm/configs/tct_hammer_defconfig | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/arch/arm/configs/tct_hammer_defconfig b/arch/arm/configs/tct_hammer_defconfig
index 71a2e0fb70f5..d0a9e5dd9135 100644
--- a/arch/arm/configs/tct_hammer_defconfig
+++ b/arch/arm/configs/tct_hammer_defconfig
@@ -7,7 +7,6 @@ CONFIG_SYSFS_DEPRECATED_V2=y
 CONFIG_BLK_DEV_INITRD=y
 CONFIG_EXPERT=y
 # CONFIG_KALLSYMS is not set
-# CONFIG_BUGVERBOSE is not set
 # CONFIG_ELF_CORE is not set
 # CONFIG_SHMEM is not set
 CONFIG_SLOB=y
@@ -34,14 +33,12 @@ CONFIG_MTD_CFI_INTELEXT=y
 CONFIG_MTD_PHYSMAP=y
 CONFIG_BLK_DEV_RAM=y
 CONFIG_BLK_DEV_RAM_SIZE=10240
-# CONFIG_INPUT_MOUSEDEV is not set
 # CONFIG_INPUT_KEYBOARD is not set
 # CONFIG_INPUT_MOUSE is not set
 # CONFIG_SERIO is not set
 # CONFIG_VT_CONSOLE is not set
 # CONFIG_HW_RANDOM is not set
 # CONFIG_HWMON is not set
-# CONFIG_VGA_CONSOLE is not set
 CONFIG_USB=y
 CONFIG_USB_MON=y
 CONFIG_USB_OHCI_HCD=y
@@ -57,7 +54,5 @@ CONFIG_JFFS2_FS=y
 CONFIG_NLS_CODEPAGE_437=y
 CONFIG_NLS_ISO8859_1=y
 # CONFIG_ENABLE_MUST_CHECK is not set
-CONFIG_DEBUG_KERNEL=y
-# CONFIG_DETECT_SOFTLOCKUP is not set
 CONFIG_DEBUG_LL=y
 CONFIG_CRC_CCITT=y
-- 
2.9.3

WARNING: multiple messages have this Message-ID (diff)
From: krzk@kernel.org (Krzysztof Kozlowski)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 35/35] ARM: tct_hammer_defconfig: Save defconfig
Date: Thu,  8 Jun 2017 18:10:46 +0200	[thread overview]
Message-ID: <20170608161049.12421-35-krzk@kernel.org> (raw)
In-Reply-To: <20170608160836.12196-1-krzk@kernel.org>

Generate new defconfig to get rid of obsolete Kconfig entries:
 - BUGVERBOSE was changed into DEBUG_BUGVERBOSE and will be enabled by
   default (it is useful);
 - DETECT_SOFTLOCKUP was changed into LOCKUP_DETECTOR;
 - rest of entries is being removed by default values;

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 arch/arm/configs/tct_hammer_defconfig | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/arch/arm/configs/tct_hammer_defconfig b/arch/arm/configs/tct_hammer_defconfig
index 71a2e0fb70f5..d0a9e5dd9135 100644
--- a/arch/arm/configs/tct_hammer_defconfig
+++ b/arch/arm/configs/tct_hammer_defconfig
@@ -7,7 +7,6 @@ CONFIG_SYSFS_DEPRECATED_V2=y
 CONFIG_BLK_DEV_INITRD=y
 CONFIG_EXPERT=y
 # CONFIG_KALLSYMS is not set
-# CONFIG_BUGVERBOSE is not set
 # CONFIG_ELF_CORE is not set
 # CONFIG_SHMEM is not set
 CONFIG_SLOB=y
@@ -34,14 +33,12 @@ CONFIG_MTD_CFI_INTELEXT=y
 CONFIG_MTD_PHYSMAP=y
 CONFIG_BLK_DEV_RAM=y
 CONFIG_BLK_DEV_RAM_SIZE=10240
-# CONFIG_INPUT_MOUSEDEV is not set
 # CONFIG_INPUT_KEYBOARD is not set
 # CONFIG_INPUT_MOUSE is not set
 # CONFIG_SERIO is not set
 # CONFIG_VT_CONSOLE is not set
 # CONFIG_HW_RANDOM is not set
 # CONFIG_HWMON is not set
-# CONFIG_VGA_CONSOLE is not set
 CONFIG_USB=y
 CONFIG_USB_MON=y
 CONFIG_USB_OHCI_HCD=y
@@ -57,7 +54,5 @@ CONFIG_JFFS2_FS=y
 CONFIG_NLS_CODEPAGE_437=y
 CONFIG_NLS_ISO8859_1=y
 # CONFIG_ENABLE_MUST_CHECK is not set
-CONFIG_DEBUG_KERNEL=y
-# CONFIG_DETECT_SOFTLOCKUP is not set
 CONFIG_DEBUG_LL=y
 CONFIG_CRC_CCITT=y
-- 
2.9.3

  parent reply	other threads:[~2017-06-08 16:16 UTC|newest]

Thread overview: 84+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-08 16:08 [PATCH 00/35] defconfig: Cleanup from old entries Krzysztof Kozlowski
2017-06-08 16:08 ` Krzysztof Kozlowski
2017-06-08 16:10 ` [PATCH 01/35] ARM: defconfig: Cleanup from old Kconfig options Krzysztof Kozlowski
2017-06-08 16:10   ` Krzysztof Kozlowski
2017-06-09  9:08   ` Liviu Dudau
2017-06-09  9:08     ` Liviu Dudau
2017-06-09  9:08     ` Liviu Dudau
2017-06-08 16:10 ` [PATCH 02/35] MIPS: " Krzysztof Kozlowski
2017-06-08 16:10   ` Krzysztof Kozlowski
2017-06-08 16:10 ` [PATCH 03/35] blackfin: " Krzysztof Kozlowski
2017-06-08 16:10 ` [PATCH 04/35] c6x: " Krzysztof Kozlowski
2017-06-08 16:10 ` [PATCH 05/35] m32r: " Krzysztof Kozlowski
2017-06-08 16:10 ` [PATCH 06/35] sh: " Krzysztof Kozlowski
2017-06-08 16:10   ` Krzysztof Kozlowski
2017-06-08 16:10 ` [PATCH 07/35] x86: " Krzysztof Kozlowski
2017-06-08 16:10 ` [PATCH 08/35] cris: " Krzysztof Kozlowski
2017-06-08 16:10 ` [PATCH 09/35] parisc: " Krzysztof Kozlowski
2017-06-08 16:10 ` [PATCH 10/35] sparc: " Krzysztof Kozlowski
2017-06-08 16:10   ` Krzysztof Kozlowski
2017-06-08 18:08   ` David Miller
2017-06-08 18:08     ` David Miller
2017-06-08 16:10 ` [PATCH 11/35] hexagon: " Krzysztof Kozlowski
2017-06-16  0:22   ` Richard Kuo
2017-06-08 16:10 ` [PATCH 12/35] microblaze: " Krzysztof Kozlowski
2017-06-08 16:10 ` [PATCH 13/35] mn10300: " Krzysztof Kozlowski
2017-06-08 16:10 ` [PATCH 14/35] score: " Krzysztof Kozlowski
2017-06-08 16:10 ` [PATCH 15/35] unicore32: " Krzysztof Kozlowski
2017-06-08 16:10 ` [PATCH 16/35] alpha: " Krzysztof Kozlowski
2017-06-08 16:10 ` [PATCH 17/35] ARC: " Krzysztof Kozlowski
2017-06-08 16:10   ` Krzysztof Kozlowski
2017-06-08 16:31   ` Vineet Gupta
2017-06-08 16:31     ` Vineet Gupta
2017-06-08 16:47     ` Krzysztof Kozlowski
2017-06-08 16:47       ` Krzysztof Kozlowski
2017-06-08 16:10 ` [PATCH 18/35] m68k: " Krzysztof Kozlowski
2017-06-08 16:10 ` Krzysztof Kozlowski
2017-06-09  1:11   ` Greg Ungerer
2017-06-09  1:11     ` Greg Ungerer
2017-06-08 16:10 ` [PATCH 19/35] nios2: " Krzysztof Kozlowski
2017-06-08 16:10 ` [PATCH 20/35] openrisc: " Krzysztof Kozlowski
2017-06-10  8:13   ` Stafford Horne
2017-06-10  8:13     ` [OpenRISC] " Stafford Horne
2017-06-10 16:42     ` Krzysztof Kozlowski
2017-06-10 23:35       ` Stafford Horne
2017-06-10 23:35         ` [OpenRISC] " Stafford Horne
2017-06-08 16:10 ` [PATCH 21/35] powerpc: " Krzysztof Kozlowski
2017-06-08 16:10 ` [PATCH 22/35] um: " Krzysztof Kozlowski
2017-06-08 17:09   ` Richard Weinberger
2017-06-08 17:09     ` [uml-devel] " Richard Weinberger
2017-06-08 16:10 ` [PATCH 23/35] tile: " Krzysztof Kozlowski
2017-06-08 16:10 ` [PATCH 24/35] ARM: defconfig: samsung: Re-order entries to match savedefconfig Krzysztof Kozlowski
2017-06-08 16:10   ` Krzysztof Kozlowski
2017-06-08 16:10   ` Krzysztof Kozlowski
2017-06-08 16:10 ` [PATCH 25/35] ARM: mini2440_defconfig: Bring back lost (but wanted) options Krzysztof Kozlowski
2017-06-08 16:10   ` Krzysztof Kozlowski
2017-06-08 16:10 ` [PATCH 26/35] ARM: tct_hammer_defconfig: " Krzysztof Kozlowski
2017-06-08 16:10   ` Krzysztof Kozlowski
2017-06-08 16:10 ` [PATCH 27/35] ARM: s3c2410_defconfig: " Krzysztof Kozlowski
2017-06-08 16:10   ` Krzysztof Kozlowski
2017-06-08 16:10 ` [PATCH 28/35] ARM: s3c6400_defconfig: " Krzysztof Kozlowski
2017-06-08 16:10   ` Krzysztof Kozlowski
2017-06-08 16:10 ` [PATCH 29/35] ARM: s5pv210_defconfig: " Krzysztof Kozlowski
2017-06-08 16:10   ` Krzysztof Kozlowski
2017-06-08 16:10 ` [PATCH 30/35] ARM: exynos_defconfig: Save defconfig Krzysztof Kozlowski
2017-06-08 16:10   ` Krzysztof Kozlowski
2017-06-08 16:10 ` [PATCH 31/35] ARM: s3c2410_defconfig: " Krzysztof Kozlowski
2017-06-08 16:10   ` Krzysztof Kozlowski
2017-06-08 16:10 ` [PATCH 32/35] ARM: mini2440_defconfig: " Krzysztof Kozlowski
2017-06-08 16:10   ` Krzysztof Kozlowski
2017-06-08 16:10 ` [PATCH 33/35] ARM: s3c6400_defconfig: " Krzysztof Kozlowski
2017-06-08 16:10   ` Krzysztof Kozlowski
2017-06-08 16:10 ` [PATCH 34/35] ARM: s5pv210_defconfig: " Krzysztof Kozlowski
2017-06-08 16:10   ` Krzysztof Kozlowski
2017-06-08 16:10 ` Krzysztof Kozlowski [this message]
2017-06-08 16:10   ` [PATCH 35/35] ARM: tct_hammer_defconfig: " Krzysztof Kozlowski
2017-06-09 19:59 ` [PATCH 00/35] defconfig: Cleanup from old entries Arnd Bergmann
2017-06-09 19:59   ` Arnd Bergmann
2017-06-09 19:59   ` Arnd Bergmann
2017-06-10 16:43   ` Krzysztof Kozlowski
2017-06-10 16:43     ` Krzysztof Kozlowski
2017-06-10 16:43     ` Krzysztof Kozlowski
2017-06-12  9:54     ` Arnd Bergmann
2017-06-12  9:54       ` Arnd Bergmann
2017-06-12  9:54       ` Arnd Bergmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170608161049.12421-35-krzk@kernel.org \
    --to=krzk@kernel.org \
    --cc=arnd@arndb.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.