From: krzk@kernel.org (Krzysztof Kozlowski)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 31/35] ARM: s3c2410_defconfig: Save defconfig
Date: Thu, 8 Jun 2017 18:10:42 +0200 [thread overview]
Message-ID: <20170608161049.12421-31-krzk@kernel.org> (raw)
In-Reply-To: <20170608160836.12196-1-krzk@kernel.org>
Generate new defconfig to get rid of obsolete Kconfig entries:
- S3C_BOOT_ERROR_RESET, SMDK2440_CPU2442 are gone;
- ARM_THUMB is changed to yes (selected by default);
- BINFMT_AOUT cannot be selected anymore;
- rest of entries is being removed by default values;
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
arch/arm/configs/s3c2410_defconfig | 13 -------------
1 file changed, 13 deletions(-)
diff --git a/arch/arm/configs/s3c2410_defconfig b/arch/arm/configs/s3c2410_defconfig
index aacc788f5d55..2afb359f3168 100644
--- a/arch/arm/configs/s3c2410_defconfig
+++ b/arch/arm/configs/s3c2410_defconfig
@@ -11,8 +11,6 @@ CONFIG_PARTITION_ADVANCED=y
CONFIG_BSD_DISKLABEL=y
CONFIG_SOLARIS_X86_PARTITION=y
CONFIG_ARCH_S3C24XX=y
-CONFIG_S3C_BOOT_ERROR_RESET=y
-CONFIG_S3C24XX_PWM=y
CONFIG_CPU_S3C2412=y
CONFIG_CPU_S3C2416=y
CONFIG_CPU_S3C2440=y
@@ -41,16 +39,13 @@ CONFIG_MACH_RX3715=y
CONFIG_ARCH_S3C2440=y
CONFIG_MACH_NEO1973_GTA02=y
CONFIG_MACH_RX1950=y
-CONFIG_SMDK2440_CPU2442=y
CONFIG_MACH_SMDK2443=y
-# CONFIG_ARM_THUMB is not set
CONFIG_S3C_ADC=y
CONFIG_ZBOOT_ROM_TEXT=0x0
CONFIG_ZBOOT_ROM_BSS=0x0
CONFIG_CMDLINE="root=/dev/hda1 ro init=/bin/bash console=ttySAC0"
CONFIG_FPE_NWFPE=y
CONFIG_FPE_NWFPE_XP=y
-CONFIG_BINFMT_AOUT=y
CONFIG_APM_EMULATION=m
CONFIG_NET=y
CONFIG_PACKET=y
@@ -84,9 +79,6 @@ CONFIG_IPV6_TUNNEL=m
CONFIG_NETFILTER=y
CONFIG_NF_CONNTRACK=m
CONFIG_NF_CONNTRACK_EVENTS=y
-CONFIG_NF_CT_PROTO_DCCP=y
-CONFIG_NF_CT_PROTO_SCTP=y
-CONFIG_NF_CT_PROTO_UDPLITE=y
CONFIG_NF_CONNTRACK_AMANDA=m
CONFIG_NF_CONNTRACK_FTP=m
CONFIG_NF_CONNTRACK_H323=m
@@ -179,7 +171,6 @@ CONFIG_BT_BNEP_MC_FILTER=y
CONFIG_BT_BNEP_PROTO_FILTER=y
CONFIG_BT_HIDP=m
CONFIG_BT_HCIUART=m
-CONFIG_BT_HCIUART_H4=y
CONFIG_BT_HCIUART_BCSP=y
CONFIG_BT_HCIUART_LL=y
CONFIG_BT_HCIBCM203X=m
@@ -382,8 +373,6 @@ CONFIG_EXT2_FS_POSIX_ACL=y
CONFIG_EXT2_FS_SECURITY=y
CONFIG_EXT3_FS=y
CONFIG_EXT3_FS_POSIX_ACL=y
-CONFIG_EXT4_FS=m
-CONFIG_EXT4_FS_POSIX_ACL=y
CONFIG_AUTOFS4_FS=m
CONFIG_FUSE_FS=m
CONFIG_ISO9660_FS=y
@@ -401,7 +390,6 @@ CONFIG_CRAMFS=y
CONFIG_SQUASHFS=m
CONFIG_ROMFS_FS=y
CONFIG_NFS_FS=y
-CONFIG_NFS_V3=y
CONFIG_NFS_V3_ACL=y
CONFIG_ROOT_NFS=y
CONFIG_NFSD=m
@@ -452,4 +440,3 @@ CONFIG_DEBUG_KERNEL=y
CONFIG_DEBUG_MUTEXES=y
CONFIG_DEBUG_USER=y
CONFIG_DEBUG_LL=y
-# CONFIG_CRYPTO_ANSI_CPRNG is not set
--
2.9.3
next prev parent reply other threads:[~2017-06-08 16:10 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20170608160836.12196-1-krzk@kernel.org>
2017-06-08 16:10 ` [PATCH 01/35] ARM: defconfig: Cleanup from old Kconfig options Krzysztof Kozlowski
2017-06-09 9:08 ` Liviu Dudau
2017-06-08 16:10 ` [PATCH 02/35] MIPS: " 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 ` [PATCH 25/35] ARM: mini2440_defconfig: Bring back lost (but wanted) options Krzysztof Kozlowski
2017-06-08 16:10 ` [PATCH 26/35] ARM: tct_hammer_defconfig: " Krzysztof Kozlowski
2017-06-08 16:10 ` [PATCH 27/35] ARM: s3c2410_defconfig: " Krzysztof Kozlowski
2017-06-08 16:10 ` [PATCH 28/35] ARM: s3c6400_defconfig: " Krzysztof Kozlowski
2017-06-08 16:10 ` [PATCH 29/35] ARM: s5pv210_defconfig: " Krzysztof Kozlowski
2017-06-08 16:10 ` [PATCH 30/35] ARM: exynos_defconfig: Save defconfig Krzysztof Kozlowski
2017-06-08 16:10 ` Krzysztof Kozlowski [this message]
2017-06-08 16:10 ` [PATCH 32/35] ARM: mini2440_defconfig: " Krzysztof Kozlowski
2017-06-08 16:10 ` [PATCH 33/35] ARM: s3c6400_defconfig: " Krzysztof Kozlowski
2017-06-08 16:10 ` [PATCH 34/35] ARM: s5pv210_defconfig: " Krzysztof Kozlowski
2017-06-08 16:10 ` [PATCH 35/35] ARM: tct_hammer_defconfig: " Krzysztof Kozlowski
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-31-krzk@kernel.org \
--to=krzk@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).