Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751198Ab3JQFqy (ORCPT ); Thu, 17 Oct 2013 01:46:54 -0400 Received: from mail-qe0-f41.google.com ([209.85.128.41]:59148 "EHLO mail-qe0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750725Ab3JQFqx (ORCPT ); Thu, 17 Oct 2013 01:46:53 -0400 MIME-Version: 1.0 In-Reply-To: <1381786919-31286-1-git-send-email-tim.kryger@linaro.org> References: <1381786919-31286-1-git-send-email-tim.kryger@linaro.org> Date: Wed, 16 Oct 2013 22:46:52 -0700 Message-ID: Subject: Re: [PATCH] ARM: bcm_defconfig: Run "make savedefconfig" From: Christian Daudt To: Tim Kryger Cc: bcm-kernel-feedback-list@broadcom.com, "linux-arm-kernel@lists.infradead.org" , linux-kernel@vger.kernel.org, Linaro Patches Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2249 Lines: 73 On Mon, Oct 14, 2013 at 2:41 PM, Tim Kryger wrote: > Several of the options in bcm_defconfig have gotten out of date so > regenerate it with "make savedefconfig" to keep things fresh. > > Signed-off-by: Tim Kryger > Reviewed-by: Matt Porter > --- > arch/arm/configs/bcm_defconfig | 10 ++-------- > 1 file changed, 2 insertions(+), 8 deletions(-) > > diff --git a/arch/arm/configs/bcm_defconfig b/arch/arm/configs/bcm_defconfig > index efb0132..3a138af 100644 > --- a/arch/arm/configs/bcm_defconfig > +++ b/arch/arm/configs/bcm_defconfig > @@ -1,4 +1,3 @@ > -CONFIG_EXPERIMENTAL=y > # CONFIG_LOCALVERSION_AUTO is not set > # CONFIG_SWAP is not set > CONFIG_SYSVIPC=y > @@ -25,11 +24,8 @@ CONFIG_MODULES=y > CONFIG_MODULE_UNLOAD=y > # CONFIG_BLK_DEV_BSG is not set > CONFIG_PARTITION_ADVANCED=y > -CONFIG_EFI_PARTITION=y > CONFIG_ARCH_BCM=y > -CONFIG_ARCH_BCM_MOBILE=y > CONFIG_ARM_THUMBEE=y > -CONFIG_ARM_ERRATA_743622=y > CONFIG_PREEMPT=y > CONFIG_AEABI=y > # CONFIG_OABI_COMPAT is not set > @@ -51,7 +47,6 @@ CONFIG_UNIX_DIAG=y > CONFIG_NET_KEY=y > CONFIG_INET=y > CONFIG_IP_MULTICAST=y > -CONFIG_ARPD=y > CONFIG_SYN_COOKIES=y > CONFIG_TCP_MD5SIG=y > CONFIG_IPV6=y > @@ -96,7 +91,6 @@ CONFIG_MMC_UNSAFE_RESUME=y > CONFIG_MMC_BLOCK_MINORS=32 > CONFIG_MMC_TEST=y > CONFIG_MMC_SDHCI=y > -CONFIG_MMC_SDHCI_PLTFM=y > CONFIG_MMC_SDHCI_BCM_KONA=y > CONFIG_NEW_LEDS=y > CONFIG_LEDS_CLASS=y > @@ -118,12 +112,12 @@ CONFIG_CONFIGFS_FS=y > CONFIG_NLS_CODEPAGE_437=y > CONFIG_NLS_ISO8859_1=y > CONFIG_PRINTK_TIME=y > -CONFIG_MAGIC_SYSRQ=y > +CONFIG_DEBUG_INFO=y > CONFIG_DEBUG_FS=y > +CONFIG_MAGIC_SYSRQ=y > CONFIG_DETECT_HUNG_TASK=y > CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=110 > CONFIG_BOOTPARAM_HUNG_TASK_PANIC=y > -CONFIG_DEBUG_INFO=y > # CONFIG_FTRACE is not set > CONFIG_CRC_CCITT=y > CONFIG_CRC_T10DIF=y > -- Reviewed-by: Christian Daudt Applied to armsoc/for-3.13/soc thanks, csd -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/