From patchwork Wed Oct 19 13:32:03 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kory Maincent X-Patchwork-Id: 13011758 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E5841C433FE for ; Wed, 19 Oct 2022 13:33:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=bCNCBt4+P+EjAxwt91SkGp5HuZixiJjBXhE4M1oClk8=; b=i+fVI5lTaNAYLb FMPE8RporKTidRsVXxqzPsBFkp9XNgp6If78bt8pqUB6oqisIPmsJcZUtS7jU1/Yc7Q+j78ChUTXb xqDvMnnJeo3zoQoKM3N4H1X3I7zfWA9uHLEihHbtoRLDH29ZWVUk2LQzDxlnt4+f0Ug3R7sbYttd7 vgqGmn6Y9D+1CEUMeXz1uGSnUrKfL7bkA2Wz+UuxhIBHrhBYMPD4pKCDWWNV+8NbTBE/FOS3EQ+Zn LZz0hGIQX8z+I5EqHGhE97n2pep5tY82TB9O3Wtj3KCDvqNgFdbva9RI6jKRmXlMIKG7ix42GP35d g94FUtIbD/6a1tg2gjKw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ol9BE-0028re-U2; Wed, 19 Oct 2022 13:32:21 +0000 Received: from relay4-d.mail.gandi.net ([217.70.183.196]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ol9BB-0028pQ-Ro for linux-arm-kernel@lists.infradead.org; Wed, 19 Oct 2022 13:32:19 +0000 Received: (Authenticated sender: kory.maincent@bootlin.com) by mail.gandi.net (Postfix) with ESMTPSA id DCB1EE0003; Wed, 19 Oct 2022 13:32:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1666186332; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=wdwS+mYVi4ML2nO4sgk8gy4I60gyxdMdtfIOvOw4A8M=; b=mRC3jaBblrS/3d7wVLzff+gVEY8mZB1VxCJX0reYV7cdh8euk6PcKr3xyL/2XCzC9yrc5o B0e9c9OTs6D2uBZdZxu+gc1jBHwBQHEB8k8xkhIi4uRV4JDJFd8xT9LhY5VURDv7qyuiJD gBZ6bY/eekxq/8VUFn1ywCqoSILNcoOpfIankIthEgB5VfviG559rB5SWZffl/+V9L2DCp FYnu3ofBjkmdh0Tz3mLEoF3iw5PPg556exRQsqHbY5CFtjgkekar1N8f2JY2Cgnl4CT6q1 xpWcc1UWOcPYBw+Wq7Ay31gVLBJ7HLIvm9C+MNhhKxeoU2eK6czqzvWphBJsyg== From: =?utf-8?q?K=C3=B6ry_Maincent?= To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: thomas.petazzoni@bootlin.com, Kory Maincent , Russell King , Arnd Bergmann , Sudeep Holla , Gregory CLEMENT , Krzysztof Kozlowski , Alexandre Ghiti Subject: [PATCH 1/6] arm: configs: spear6xx: Refresh defconfig Date: Wed, 19 Oct 2022 15:32:03 +0200 Message-Id: <20221019133208.319626-2-kory.maincent@bootlin.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221019133208.319626-1-kory.maincent@bootlin.com> References: <20221019133208.319626-1-kory.maincent@bootlin.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221019_063218_235606_F63F10B0 X-CRM114-Status: GOOD ( 11.39 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: Kory Maincent Refresh the defconfig to follow the changes made over the year. I ensure important options have not gone away. I drop the gpio sysfs config as it is useless to keep it alone without CONFIG_EXPERT. Signed-off-by: Kory Maincent --- arch/arm/configs/spear6xx_defconfig | 5 ----- 1 file changed, 5 deletions(-) diff --git a/arch/arm/configs/spear6xx_defconfig b/arch/arm/configs/spear6xx_defconfig index 3d631b1f3cfa..1cf0621d2154 100644 --- a/arch/arm/configs/spear6xx_defconfig +++ b/arch/arm/configs/spear6xx_defconfig @@ -11,7 +11,6 @@ CONFIG_PARTITION_ADVANCED=y CONFIG_BINFMT_MISC=y CONFIG_NET=y CONFIG_MTD=y -CONFIG_MTD_OF_PARTS=y CONFIG_MTD_BLOCK=y CONFIG_MTD_RAW_NAND=y CONFIG_MTD_NAND_FSMC=y @@ -28,19 +27,15 @@ CONFIG_NETDEVICES=y # CONFIG_NET_VENDOR_SMSC is not set CONFIG_STMMAC_ETH=y # CONFIG_WLAN is not set -CONFIG_INPUT_FF_MEMLESS=y -# CONFIG_INPUT_MOUSEDEV_PSAUX is not set # CONFIG_INPUT_KEYBOARD is not set # CONFIG_INPUT_MOUSE is not set # CONFIG_LEGACY_PTYS is not set CONFIG_SERIAL_AMBA_PL011=y CONFIG_SERIAL_AMBA_PL011_CONSOLE=y -CONFIG_RAW_DRIVER=y CONFIG_I2C=y CONFIG_I2C_DESIGNWARE_PLATFORM=y CONFIG_SPI=y CONFIG_SPI_PL022=y -CONFIG_GPIO_SYSFS=y CONFIG_GPIO_PL061=y # CONFIG_HWMON is not set CONFIG_WATCHDOG=y