From patchwork Thu Aug 18 13:57:11 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnd Bergmann X-Patchwork-Id: 12947189 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 0BFC1C00140 for ; Thu, 18 Aug 2022 14:12:28 +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:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=MGFek/T17dzlemxqh6JoPpzjX9mo93u5KjNeGyiQJXE=; b=zvN0bEYyVjJ+Ee Y2yXBR73XskodtrnMXzR0piAjusI5W4snKCyKu3UltJfEhVsQxI/kJb7MEF4Po22APwssheQ3q8YF 5KNwOju41D4EGJ2gMI+j1KtLfqOyN+1btQHt7ZE1R2U++lyWoAMvjXTaXuowG0fEuJvhsbXYQ4XWn la6fQOJJyL7EzFu5qfIdKXVnkV0kGmL+4ndkvVboVdqWJGT3HSYauxgHE4lcDmKmpUFzrp6Lu2FJG TTdXMbIaf9FTQwZp1mfGh6apKdi8CqszMXpDVwThOMwlH0PedCq+PNCuW1sklsKSaQyMF2TMryJg2 D8YpKQGW4w+zoCd2JMIA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oOgEn-005tiv-GD; Thu, 18 Aug 2022 14:11:10 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oOg1q-005mOW-B4 for linux-arm-kernel@lists.infradead.org; Thu, 18 Aug 2022 13:57:47 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 0769361615; Thu, 18 Aug 2022 13:57:45 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E040AC433D6; Thu, 18 Aug 2022 13:57:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1660831064; bh=HBT8UfINrkT5T200Yu/aNfJNdsPZUX+YPlGqDdCW4NA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=oaR/c/HAatwuM2WHxeGTpn0/b1UVTWtFZBCVknQzn3Va1MEU2pk9LQYgC2p7ox0kj 9TQ7B6aoPlS8IjBN9MTg/O7DDkJO2XWWGRdEIpbwVP6+iyXvkn+qvxlrTNeMl7ELQg jfOfircT/b9MRnlcWH/iHxMtmn2p4j4JK8g3zi+px7LWqwt9s/E6TLvG9joAeyUBpi tFdDNwy1FiUkMdXtGu7X008qFnUzZyt5Pg5LwAnss9OF9tLBZIjDFJVlOCrl0ciFc0 dq0V8Tz3yn/YAIKjnaL8xyF3OP0Aj5v6i/rsxTied7RR70D9KPpgaW2PufzapqpjA7 9beUusldN0Dbw== From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org, Linus Walleij Subject: [PATCH 02/11] ARM: defconfig: clean up multi_v4t and multi_v5 configs Date: Thu, 18 Aug 2022 15:57:11 +0200 Message-Id: <20220818135737.3143895-1-arnd@kernel.org> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20220818135522.3143514-1-arnd@kernel.org> References: <20220818135522.3143514-1-arnd@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220818_065746_541966_0CFEFD94 X-CRM114-Status: GOOD ( 12.53 ) 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: , Cc: Anders Roxell , Arnd Bergmann , Andre Przywara , Gregory CLEMENT , Douglas Anderson , Krzysztof Kozlowski , Mark Brown , Sudeep Holla , linux-kernel@vger.kernel.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: Arnd Bergmann Integrator now selects the regulators and versatile selects the reset driver, so the correspondig options can be dropped from the defconfig files. Fixes: d2854bbe5f5c ("ARM: integrator: Add some Kconfig selections") Fixes: 1c6e288da6cc ("ARM: versatile: move restart to the device tree") Signed-off-by: Arnd Bergmann Reviewed-by: Linus Walleij --- arch/arm/configs/multi_v4t_defconfig | 2 -- arch/arm/configs/multi_v5_defconfig | 1 - 2 files changed, 3 deletions(-) diff --git a/arch/arm/configs/multi_v4t_defconfig b/arch/arm/configs/multi_v4t_defconfig index 6c3e45b71ab5..e2fd822f741a 100644 --- a/arch/arm/configs/multi_v4t_defconfig +++ b/arch/arm/configs/multi_v4t_defconfig @@ -71,8 +71,6 @@ CONFIG_POWER_RESET_SYSCON_POWEROFF=y CONFIG_WATCHDOG=y CONFIG_GPIO_WATCHDOG=y CONFIG_AT91RM9200_WATCHDOG=y -CONFIG_REGULATOR=y -CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_REGULATOR_GPIO=y CONFIG_FB=y CONFIG_FB_CLPS711X=y diff --git a/arch/arm/configs/multi_v5_defconfig b/arch/arm/configs/multi_v5_defconfig index 5f3ed81228b0..a65f32a78885 100644 --- a/arch/arm/configs/multi_v5_defconfig +++ b/arch/arm/configs/multi_v5_defconfig @@ -149,7 +149,6 @@ CONFIG_SPI_SUN6I=y CONFIG_GPIO_ASPEED=m CONFIG_GPIO_ASPEED_SGPIO=y CONFIG_GPIO_MXC=y -CONFIG_POWER_RESET=y CONFIG_POWER_RESET_GPIO=y CONFIG_POWER_RESET_QNAP=y CONFIG_SENSORS_ADT7475=y From patchwork Thu Aug 18 13:57:12 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnd Bergmann X-Patchwork-Id: 12947190 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 90C81C00140 for ; Thu, 18 Aug 2022 14:13:41 +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=tD7t+8mkk4R/QSckPGV3j6ltmXiyW4Dh1u1x6b5tmPQ=; b=vuanM5L7tjVy/u z06HN1HB4NlB4pqtjrnjNLCxoKN4mXdxnZrDlcYU+nqnDLHKInA+5Fi3GWrW1KbAr49vew/HsRiCt 0DJxtrqwRhIbZiHNGCFDQtSfXV8WVILo3SSzWC5+Do8IF2jQeVFWBk2/2zOc1tqJUl9fEJEgjtRs+ kPihiVADtdoDPKIeaz4QbpIOK4EWcycVOvYr6jq4s+IqiZcCvzOFeSL8uzzJiuzC2JDShg4lpUqZL lGydZ//itJVepKkSXioSH9VranAZ9xtbRqxUBzb9I07NnvtvrxETdot2NVLdGS3pBvwhVjt4SaByr Rvi3a1zk1N+348TcRO4A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oOgFy-005uHx-8e; Thu, 18 Aug 2022 14:12:23 +0000 Received: from ams.source.kernel.org ([2604:1380:4601:e00::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oOg21-005mTz-4h for linux-arm-kernel@lists.infradead.org; Thu, 18 Aug 2022 13:57:58 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id BE9CAB82175; Thu, 18 Aug 2022 13:57:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A6497C433C1; Thu, 18 Aug 2022 13:57:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1660831074; bh=CjHA+Zh75d5rWqfjbpWtK92dqJGzZIO1E1GyDNKRaaM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=V/0u8jaUB0Z3wK9a9YliLIj4Mq4YHp549umNwYgvzlFYCcbqRQwuqTlAGXFGrcEvA iqNB4WgUCPX8995eVBFx1cGoGcT2aaHhuqVyfejAMe+vf5Z8pLkm8K9LFp1tlECjfg 96kqKlJJ1K3RxtFKbWa5DIVsdSDYopY41tlRfCi5I2Vhq8CbJdaPuOSXIsYmZt1N+f ZfR5TXU6zAJENYlATYTw1Rz948sy/Ym0xjDc93+IcxKGuu4vakF0v/fWwU+EvdQhHL XIVzsQvQKflUmCy0SK6mK+q3V+Bc6OnCLgbKGZQ9tF92CQ2/5+KWaMZl4vbgjJrVO+ 3pk4MoFYtx7dg== From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org, =?utf-8?q?=C5=81ukasz_Stelmach?= , Krzysztof Kozlowski Cc: Arnd Bergmann , Joel Stanley , Florian Fainelli , Thierry Reding , Dmitry Osipenko , Mark Brown , William Zhang , Stephan Gerhold , Michael Walle , Krzysztof Kozlowski , linux-kernel@vger.kernel.org Subject: [PATCH 03/11] ARM: defconfig: drop CONFIG_NET_VENDOR_ASIX=y Date: Thu, 18 Aug 2022 15:57:12 +0200 Message-Id: <20220818135737.3143895-2-arnd@kernel.org> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20220818135737.3143895-1-arnd@kernel.org> References: <20220818135522.3143514-1-arnd@kernel.org> <20220818135737.3143895-1-arnd@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220818_065757_363102_10AA90C2 X-CRM114-Status: GOOD ( 12.24 ) 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: Arnd Bergmann This option is 'default y' and has always been this way, the line was added in error. Fixes: dfe21dcabac0 ("ARM: defconfig: Enable ax88796c driver for Exynos boards") Signed-off-by: Arnd Bergmann --- arch/arm/configs/multi_v7_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 7ac539231a90..ecf743b3409d 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -254,7 +254,6 @@ CONFIG_SATA_HIGHBANK=y CONFIG_SATA_MV=y CONFIG_SATA_RCAR=y CONFIG_NETDEVICES=y -CONFIG_NET_VENDOR_ASIX=y CONFIG_VIRTIO_NET=y CONFIG_B53_SPI_DRIVER=m CONFIG_B53_MDIO_DRIVER=m From patchwork Thu Aug 18 13:57:13 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnd Bergmann X-Patchwork-Id: 12947191 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 05DADC00140 for ; Thu, 18 Aug 2022 14:14:45 +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=tqnN3CQLkgjSDDDyRF/cMBEonOsFTyX5s6RCnI5LjQU=; b=nID97pG0hbl4+a D6nQXzu5yG4LdV5Qh2oTTfkfDobOZ2b9b85B6nQHxLH+q0Cgp10HiofE4rgGEF4g+rzEBwS68Do4F eXKfg1Xb5SYy2Cfr5FqBF6/KyUTBVhMLXT1ImO6cJbamOOZn7itR0ncdNy5ILrTBCe8CBh+1881t2 OoZ5RsGRSuUzU41ZCAAQoDADUbSqE8FcU632623bU4lXIkgf6H9Cc0MkcT91C33eUDLqwejB/+G+d byFN8H49W3XWrAyWFAskphiX0H3KVT95r/8au3yyFU+/87HW4S1+oTYCYYhGdWmdDjUzKjOg9dT0D kk41nITJsDzVbd+7OiFg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oOgGy-005uox-Ry; Thu, 18 Aug 2022 14:13:26 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oOg2B-005mYq-J8 for linux-arm-kernel@lists.infradead.org; Thu, 18 Aug 2022 13:58:08 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id D4AB2616E8; Thu, 18 Aug 2022 13:58:06 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6F8E1C433C1; Thu, 18 Aug 2022 13:58:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1660831086; bh=AdTKGhR3ZoSq3QjtGA2FJAdfGi00v8hiRPln1cuwBGI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=HKIinNsrHytow9Dx2L2W+cW4VJxiYbHQ3FsnCJxNa5P/g03TAe/3LVDUXhMVyw5RC QTga7hlm4tduUdWJTAOVSnHDzGDWHJ8uHztAxmHYmBtmhKdmsSSEiYCp8IYqfCcQyV vpsgH6lZFVIxwdRVtf5hnCyXrF7uFKESO6zqRgQJX7eq9bXQp6YETRWfdO1jJhi5Ur cXIDZQWZJSUIfuSTXZ+eWm3eBfgIfAFdNLhusxedfD/hL4gw5/jhPGm3yCXuERVCIA KHX8xAwa5G+4fYG0VoBKN3tVDU05aVar+Y9dbBfnJ0YUCA+ZXPoyMzhRgAua9wzPeL zoobriewRCBDw== From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org, Tony Lindgren Cc: Arnd Bergmann , Russell King , Joel Stanley , Florian Fainelli , Thierry Reding , Dmitry Osipenko , Mark Brown , William Zhang , Stephan Gerhold , Michael Walle , Sudeep Holla , Gregory CLEMENT , Adam Ford , Merlijn Wajer , Douglas Anderson , linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org Subject: [PATCH 04/11] ARM: defconfig: drop CONFIG_SERIAL_OMAP references Date: Thu, 18 Aug 2022 15:57:13 +0200 Message-Id: <20220818135737.3143895-3-arnd@kernel.org> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20220818135737.3143895-1-arnd@kernel.org> References: <20220818135522.3143514-1-arnd@kernel.org> <20220818135737.3143895-1-arnd@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220818_065807_710976_E77EE277 X-CRM114-Status: GOOD ( 12.72 ) 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: Arnd Bergmann This driver is mutually exclusive with the new 8250_OMAP driver, so 'make defconfig' turns it off already. Drop the reference now. Fixes: 077e1cde78c3 ("ARM: omap2plus_defconfig: Enable 8250_OMAP") Fixes: f98d45145e6a ("ARM: multi_v7_defconfig: Enable 8250-omap serial driver and use it by default") Signed-off-by: Arnd Bergmann Acked-by: Tony Lindgren --- arch/arm/configs/multi_v7_defconfig | 2 -- arch/arm/configs/omap2plus_defconfig | 2 -- 2 files changed, 4 deletions(-) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index ecf743b3409d..4cfe795981c8 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -377,8 +377,6 @@ CONFIG_SERIAL_MSM=y CONFIG_SERIAL_MSM_CONSOLE=y CONFIG_SERIAL_VT8500=y CONFIG_SERIAL_VT8500_CONSOLE=y -CONFIG_SERIAL_OMAP=y -CONFIG_SERIAL_OMAP_CONSOLE=y CONFIG_SERIAL_BCM63XX=y CONFIG_SERIAL_BCM63XX_CONSOLE=y CONFIG_SERIAL_XILINX_PS_UART=y diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index e273365838cb..89cda0877c52 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -419,8 +419,6 @@ CONFIG_SERIAL_8250_DETECT_IRQ=y CONFIG_SERIAL_8250_RSA=y CONFIG_SERIAL_8250_OMAP=y CONFIG_SERIAL_OF_PLATFORM=y -CONFIG_SERIAL_OMAP=y -CONFIG_SERIAL_OMAP_CONSOLE=y CONFIG_SERIAL_DEV_BUS=y CONFIG_I2C_CHARDEV=y CONFIG_SPI=y From patchwork Thu Aug 18 13:57:14 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnd Bergmann X-Patchwork-Id: 12947192 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 5CD4FC00140 for ; Thu, 18 Aug 2022 14:16:18 +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=bxgipuWOxmefd03MTW8AbrAFFfTfGVMVKhJnMz3PB4I=; b=DbMQ3nQrOnnPru sYzEky83dOPLQCJVIC84YoaET0bgseOUJo4N1+jhpfcQ3G7SM8ZpMaYnoRSHabMDuNBet5siAI7tf M22qKZT2I4IDKgdysvwNLTt5OXRevymBtX5XUw6E0eZNHgz8ljWU73hqim+f+wu76QdD6noHJk38R asQKT/hnucjGacgGnv4Tp4OXGmIaSL1tyJF/ndlf/acAQmjEosE6Kp/vvIjzIL1ViHrv3AoVEZp4i DS5WmZa5NXaGowVNqJZjwvb4WeyBLwi95Udt9hbOD6FSpye9YO1SnmN9w/Ndb9rySr3Z9Q0ItEB+8 4EwZOCGkbLK4EiSaeoVQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oOgIZ-005vdd-QI; Thu, 18 Aug 2022 14:15:04 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oOg2K-005mfI-PB for linux-arm-kernel@lists.infradead.org; Thu, 18 Aug 2022 13:58:18 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 3EA49616FC; Thu, 18 Aug 2022 13:58:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E9F6DC433D6; Thu, 18 Aug 2022 13:58:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1660831095; bh=q0OPuQbcdF1V1h6hlvy81uFHSyeXfFNwWV6JIbldMtU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=IGw3uF1/SlW1blcN279Rxu0Cmdkojc/zhtVEjDGFiS+VFcpEkdHLgAfmnO7pgiV76 ItZ0qe5C8bmSFjb3SspNPbm1optPk+BIaN73vIzx8l+C9imaVnEm3j88le+2PZ8siq 0mPTKJNA+RkuvXAKv/mqSfzW03H8SJlAN9yfN+39JQMWXo4laoM5SGF1M6eYizey8U 7wLk/wtkvcXbaJsVBUE+RbkBVI9zGv4MMdT9QLwobh/2wQ5RD994dBXWn5YLL6IFbr zfqP+RKn9TNuMt8hVj7G9JZkhHVfVvPXWjP2POhWXgYu4142A0yWEzfbKlUo4Wz3ZX Q8CdPyWQHHQxg== From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org, Laurent Pinchart , Randy Dunlap , Arnd Bergmann Cc: Russell King , Joel Stanley , Florian Fainelli , Thierry Reding , Dmitry Osipenko , Mark Brown , Stephan Gerhold , Michael Walle , linux-kernel@vger.kernel.org Subject: [PATCH 05/11] ARM: defconfig: drop CONFIG_DRM_RCAR_LVDS Date: Thu, 18 Aug 2022 15:57:14 +0200 Message-Id: <20220818135737.3143895-4-arnd@kernel.org> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20220818135737.3143895-1-arnd@kernel.org> References: <20220818135522.3143514-1-arnd@kernel.org> <20220818135737.3143895-1-arnd@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220818_065816_968684_3068810B X-CRM114-Status: GOOD ( 12.29 ) 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: Arnd Bergmann This is now a hidden symbol, so just drop the defconfig line. Fixes: 42d95d1b3a9c ("drm/rcar: stop using 'imply' for dependencies") Signed-off-by: Arnd Bergmann --- arch/arm/configs/multi_v7_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 4cfe795981c8..b3669cf855b3 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -713,7 +713,6 @@ CONFIG_ROCKCHIP_DW_MIPI_DSI=y CONFIG_ROCKCHIP_INNO_HDMI=y CONFIG_DRM_ATMEL_HLCDC=m CONFIG_DRM_RCAR_DU=m -CONFIG_DRM_RCAR_LVDS=y CONFIG_DRM_SUN4I=m CONFIG_DRM_MSM=m CONFIG_DRM_FSL_DCU=m From patchwork Thu Aug 18 13:57:15 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnd Bergmann X-Patchwork-Id: 12947198 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 DD21EC00140 for ; Thu, 18 Aug 2022 14:17:24 +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:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=lPB3/QRniz94IOVP7igELeTgSHp1sH/MM3GJq2KcEcs=; b=Mug9baW/IBuqoR 3jVkgc1FiGmMTrSDc9vyr+CXONO3D50tBBhLRzDQdarQntwua9FFFBDpqv1f6jcTN6xNoSWU6N8le oK/VPyOwQssEpKEMgT7oAJDIH0HdZx5CNTIrp5uV4GVRgoOaOQI5YN8/ZNL7Escsv0KU9YqWf2+pm A+9h2eYEYSuS80NgdzfJYFNz1iy4BvwG1ZsfbEMdIStuVZlnekrlpQhEp3w316LgPLI4KSSP9cOVI S5oFLubQ36yVLAnNPM3/TDDOmVSOOD/Ip+hB1nTzJAnBXQ2uO3I27/+bYNNxxTbUtkfkAoKkqtdCG ZsPScUkTGCZAB7GLNg2A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oOgJd-005wHf-9K; Thu, 18 Aug 2022 14:16:09 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oOg32-005n71-Ne for linux-arm-kernel@lists.infradead.org; Thu, 18 Aug 2022 13:59:02 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 1E1B0B821A8; Thu, 18 Aug 2022 13:58:59 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C83D8C433C1; Thu, 18 Aug 2022 13:58:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1660831137; bh=b8vt69Qw477yM8JIOVSGHYEMcdgBcpySmH+QDCFvREI=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=muoubQR1vF3zI+qMAoLPrSRs/OGngZZcUC/I2h0qUVoxX3jGQq6Tt2unaA20wpQR3 oq7OU5/MJxa98aD/+npZmPZt0eOPeUx0wxEyv3ueqr7ZC+9yq0eQiAEH+2r0CWnLBg BDeeVB1UsmpLI2rylEKG6mR1AG3xedJpdxVjCsJA8q/4yeup8LEehdwvIAB4AHhtmq ynasq1+AdOU2IcR+O74ErhRKMxgV4L5slBfWOu433t+xFvQf4Ex7Q4jYqFLSfNIFFr EBSXZ0vksPBaI8+klXRRUFfmTdKsDrgp/Rgp1DXaLIK3Asme3RPvWUH1FEMXS0Q18N nedEQcd+JW6Fw== From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org, Tony Lindgren , Vladimir Oltean , Richard Cochran , Jacob Keller , Shannon Nelson , Arnd Bergmann Subject: [PATCH 06/11] ARM: defconfig: drop CONFIG_PTP_1588_CLOCK=y Date: Thu, 18 Aug 2022 15:57:15 +0200 Message-Id: <20220818135737.3143895-5-arnd@kernel.org> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20220818135737.3143895-1-arnd@kernel.org> References: <20220818135522.3143514-1-arnd@kernel.org> <20220818135737.3143895-1-arnd@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220818_065901_018857_0499EAC2 X-CRM114-Status: GOOD ( 11.59 ) 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: , Cc: Florian Fainelli , William Zhang , Gregory CLEMENT , linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, Chuck Lever , Mark Brown , Joel Stanley , Sudeep Holla , Jakub Kicinski , Dmitry Osipenko , Thierry Reding Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: Arnd Bergmann PTP support is now enabled by default for configurations with ethernet support, so drop the redundant entries in defconfig files. Fixes: e5f31552674e ("ethernet: fix PTP_1588_CLOCK dependencies") Signed-off-by: Arnd Bergmann Acked-by: Richard Cochran --- arch/arm/configs/keystone_defconfig | 1 - arch/arm/configs/multi_v7_defconfig | 1 - arch/arm/configs/omap2plus_defconfig | 1 - 3 files changed, 3 deletions(-) diff --git a/arch/arm/configs/keystone_defconfig b/arch/arm/configs/keystone_defconfig index 97f958d55019..4a5b9adbf2a1 100644 --- a/arch/arm/configs/keystone_defconfig +++ b/arch/arm/configs/keystone_defconfig @@ -152,7 +152,6 @@ CONFIG_SPI=y CONFIG_SPI_CADENCE_QUADSPI=y CONFIG_SPI_DAVINCI=y CONFIG_SPI_SPIDEV=y -CONFIG_PTP_1588_CLOCK=y CONFIG_PINCTRL_SINGLE=y CONFIG_GPIOLIB=y CONFIG_GPIO_SYSFS=y diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index b3669cf855b3..a523591798cb 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -462,7 +462,6 @@ CONFIG_SPI_TEGRA20_SLINK=y CONFIG_SPI_XILINX=y CONFIG_SPI_SPIDEV=y CONFIG_SPMI=y -CONFIG_PTP_1588_CLOCK=y CONFIG_PINCTRL_AS3722=y CONFIG_PINCTRL_MICROCHIP_SGPIO=y CONFIG_PINCTRL_OCELOT=y diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index 89cda0877c52..39c89576ab2b 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -428,7 +428,6 @@ CONFIG_SPI_TI_QSPI=m CONFIG_HSI=m CONFIG_OMAP_SSI=m CONFIG_SSI_PROTOCOL=m -CONFIG_PTP_1588_CLOCK=y CONFIG_PINCTRL_SINGLE=y CONFIG_DEBUG_GPIO=y CONFIG_GPIO_SYSFS=y From patchwork Thu Aug 18 13:57:16 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnd Bergmann X-Patchwork-Id: 12947199 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 32916C00140 for ; Thu, 18 Aug 2022 14:18: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=TKH7+kvQWDjKNGIpEvPfMTpWueZzLCbkGKzrNy6bPz8=; b=P4kVCe3qzawBIg suM+M3BwbZt0B9BBqWfZD4KA3R/WmQY0y/6bSA0JxhWrukM6GD0QhkS/Ldxm5qi+jqPi5SUlIieHf 4Q7Gc+O7chCgMnjfkTAMkWh3QNLSv6n6NYP6Ahb9849VW5FcJF9gzXV2TK9dJ7mQRcIp0oRdubt8K taLECD+y56KLX25Y4sd64nXBdHv6219eL9KNkSYXxOKW7LpiFm16ddNEN865HyvJ7x9dFYbdingxd V+IIQlm60D9PyqUpVzxrg7iiyTU0nlaUY9I1GdQeD5PyZD0/+nCkpx94m6c6Fm9RPMRjkRwqQTJWu kJVPG1k4aftUbmTKT/OQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oOgKb-005wqF-6W; Thu, 18 Aug 2022 14:17:10 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oOg3I-005nHW-HH for linux-arm-kernel@lists.infradead.org; Thu, 18 Aug 2022 13:59:17 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id E70AF6170D; Thu, 18 Aug 2022 13:59:15 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 09CC0C433C1; Thu, 18 Aug 2022 13:59:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1660831154; bh=aP1ptNyZxtG+IPw9K9Bt251TMJeD93XzJpicwNZTdj4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=deuWW5nhPbIFLtFxztp9eGnVVbMbDaYfYV+2cToF7JKoX669pHYKjeRQSXu8n0504 uY+DsRtfbJAt8+pXKQ7I4PtexPzOO3KSC6fJwAhEEORSmkJd2v2BMIO2OdLnkqyc0L DusrA8dfxsp6RPBa7mA3ieL9tskwZyCRuMqg3KkeQRlRB1AuIH5ePGdY/nC2TcAMlr kbn8zeVjKKpf7zeJpt2aTODTCMp5p/cjA4keiOdo1rc8SsLSc6a87YvnVaz49S2z0h q1cFfjOl6FihlY8SZFlBMEK0ZLhi26pEKVRz1CH9/TTPe3F9Ou7YrXt3sz7Bht3A9W BZ/Ts3fgJ8+KQ== From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org, Arnd Bergmann , Fabio Estevam , Mark Brown Cc: Joel Stanley , Florian Fainelli , Dmitry Osipenko , Thierry Reding , William Zhang , Stephan Gerhold , Michael Walle , linux-kernel@vger.kernel.org Subject: [PATCH 07/11] ARM: defconfig: drop CONFIG_SND_SOC_FSL_SAI Date: Thu, 18 Aug 2022 15:57:16 +0200 Message-Id: <20220818135737.3143895-6-arnd@kernel.org> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20220818135737.3143895-1-arnd@kernel.org> References: <20220818135522.3143514-1-arnd@kernel.org> <20220818135737.3143895-1-arnd@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220818_065916_645364_FAC0E47A X-CRM114-Status: GOOD ( 11.47 ) 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: Arnd Bergmann This is selected by CONFIG_SND_SOC_FSL_ASOC_CARD=m, so the extra line is redundant. Fixes: 212e3b6b8734 ("ARM: configs: Enable more audio support for i.MX") Signed-off-by: Arnd Bergmann --- arch/arm/configs/multi_v7_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index a523591798cb..7af627a816ec 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -778,7 +778,6 @@ CONFIG_SND_ATMEL_SOC_I2S=m CONFIG_SND_BCM2835_SOC_I2S=m CONFIG_SND_IMX_SOC=m CONFIG_SND_SOC_FSL_ASOC_CARD=m -CONFIG_SND_SOC_FSL_SAI=m CONFIG_SND_PXA_SOC_SSP=m CONFIG_SND_MMP_SOC_SSPA=m CONFIG_SND_PXA910_SOC=m From patchwork Thu Aug 18 13:57:17 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnd Bergmann X-Patchwork-Id: 12947200 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 D9729C00140 for ; Thu, 18 Aug 2022 14:19:00 +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=hxj1aaBXppKVswGgRtC0nHguAX2FalKe7YFohBgbw8A=; b=Reg9hE3lz+SS8M W4nE1tDIjTLU4JK+nT9iRrpyo5lEGJMc30Ze2btvJ+Bj6+1PbprSVZHHTX4FdzvowscqNGyQIplsw pMlSXUIRj9dVrfhTgS90Kmda4+JCdVD026QPjFiBwp58PymUfZwjgFAHLb0SP9DjrYkX6cDIx4CoB BVphqu+OKtx8rXYLh1ORHf6VuVUP/SKZ84TY6PcxXapvHerzibVy3kSt3bnZEJKxV5v6TnRK+CVMt EOSb9onJzIEpE4zjKeGVkUXFKtvfihvoI9hKewsd+tQKjaNaRr1hv9iotk9evIr4vjJlrUT4W+pUA NvwZfnh3mqtjvqoZ0GUQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oOgLJ-005xIG-Mw; Thu, 18 Aug 2022 14:17:54 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oOg3V-005nQf-5X for linux-arm-kernel@lists.infradead.org; Thu, 18 Aug 2022 13:59:30 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id B1F05616EE; Thu, 18 Aug 2022 13:59:28 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6C4C0C433D6; Thu, 18 Aug 2022 13:59:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1660831168; bh=CvCMjUhgH6SQD7umKHx0hiqdTWdv48oIqBYz55B+L8M=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=YvDhCHraOuVcUqNPhoObFj77htHApll8jKkqpEhYGwbkb1cKEDcut57HeXkC3XAku CGtj3kbTcN87FlIUvT2qzoacupRkux6aKl5LnPx5TgZrObNL+OFDTTAb7EXMNHX53c 4SpoM+b0VCUBPa6Ng4N0RMBZpAp/CdphFsiAgnk0AtewDnjj97uFLEgOn4d9Mdfxqy w68V8aKeRZ3so10twkA2yynOC3R/emSiPxPCGLt31jSW9ioevYEbiRGbau7A/jpWIO IRSX5YWKfgv9pTe3SfEBQ3iQmF8HMx12LZdsGE+3RKxxQNYLFBYVxJucY28BGTOKRm PfeP4kpPJcshQ== From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org, Greg Kroah-Hartman , Fabio Estevam , Peter Chen Cc: Arnd Bergmann , Joel Stanley , Florian Fainelli , Thierry Reding , Dmitry Osipenko , Mark Brown , Stephan Gerhold , Michael Walle , linux-kernel@vger.kernel.org Subject: [PATCH 08/11] ARM: defconfig: drop CONFIG_USB_FSL_USB2 Date: Thu, 18 Aug 2022 15:57:17 +0200 Message-Id: <20220818135737.3143895-7-arnd@kernel.org> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20220818135737.3143895-1-arnd@kernel.org> References: <20220818135522.3143514-1-arnd@kernel.org> <20220818135737.3143895-1-arnd@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220818_065929_293194_6BFC93AB X-CRM114-Status: GOOD ( 12.56 ) 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: Arnd Bergmann USB_FSL_USB2 is no longer available for Arm platforms and was replaced by the chipidea driver. Fixes: a390bef7db1f ("usb: gadget: fsl_mxc_udc: Remove the driver") Signed-off-by: Arnd Bergmann Acked-by: Greg Kroah-Hartman --- arch/arm/configs/multi_v7_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 7af627a816ec..1cb293adecb1 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -869,7 +869,6 @@ CONFIG_USB_GPIO_VBUS=y CONFIG_USB_ISP1301=y CONFIG_USB_MXS_PHY=y CONFIG_USB_GADGET=y -CONFIG_USB_FSL_USB2=y CONFIG_USB_RENESAS_USBHS_UDC=m CONFIG_USB_ASPEED_VHUB=m CONFIG_USB_CONFIGFS=m From patchwork Thu Aug 18 13:57:18 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnd Bergmann X-Patchwork-Id: 12947201 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 C012EC00140 for ; Thu, 18 Aug 2022 14:19:38 +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=nR19njSle/FEWOvHmM6lIDHP9CIjcMj0Z78VVQGa1sU=; b=Bo+DBb3B17E6z4 9Hvx6LSidS2TKNMz6iH5FvgRjI+Sj3WakFz1GsYRYO4MeMxDZNyH89jsQCyoSUMJ5msAVTQvmRfkV RniTL1UzNkhRbHw5AkaJDI09t2GQT/MCdvhjXf08pe2QuoYzVITFzqCo1VVKg7UX+yG6WALxHIMCO 1J5Id+PMUjrexBteTrcPfOVwScvxi8Qa2cQaejO/2Y+Kwm1dEySR/KJw0JOs5n1lv+xFDeGNKrLMk OewSRKxcAJ3+POFv+y0FGzVwkHO9HSFmnVk7ZvnE3G1F1WnVImDKHK4GvKdtR/AQz+B0D6O2ASLFc lY32jCILml6rB+Sy04+g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oOgLu-005xdL-Lg; Thu, 18 Aug 2022 14:18:32 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oOg3f-005nWh-1o for linux-arm-kernel@lists.infradead.org; Thu, 18 Aug 2022 13:59:40 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 7F00761707; Thu, 18 Aug 2022 13:59:38 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 39477C433D7; Thu, 18 Aug 2022 13:59:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1660831177; bh=61Oba51zV0nz21GhypXJPC6ussrVhCNLSAtE5ZokxfM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=MQQiY+Bll8/yQiSgFoXQPf8mrQUjOYpAAV27QhJkFOYor14FNXpbr/bcstC9ZvMC+ 7aIESd7aScEu5+l0t1LtiVSkdZa89FxAuxqZ+9llSfI2GyNx1tJZmsd4wzGjL/V0ks ODzFK8FCx9mM6trysHTP95BRAL/jnlhKr6hw81MTbTVq7R18efui8jP0hfSH7AH0XU EUGhSrLrXcU9p757GGbHiIJ838IbBRBEkZ18MDGBgN2VHozm52LFIju4oUksQuKukp k7ay8MI9uQotdgK7/NMdoNtFEVx721fPZ3j8osHdwRcS5HgC1ULy/OfANK2wk/9+lp sBsibwa0j64xw== From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org, Nicolas Ferre , Claudiu Beznea Cc: Arnd Bergmann , Joel Stanley , Florian Fainelli , Thierry Reding , Dmitry Osipenko , Mark Brown , William Zhang , Stephan Gerhold , Michael Walle , linux-kernel@vger.kernel.org Subject: [PATCH 09/11] ARM: defconfig: drop CONFIG_MICROCHIP_PIT64B Date: Thu, 18 Aug 2022 15:57:18 +0200 Message-Id: <20220818135737.3143895-8-arnd@kernel.org> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20220818135737.3143895-1-arnd@kernel.org> References: <20220818135522.3143514-1-arnd@kernel.org> <20220818135737.3143895-1-arnd@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220818_065939_180466_7F012826 X-CRM114-Status: GOOD ( 11.72 ) 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: Arnd Bergmann This is now default-enabled when CONFIG_SOC_SAMA7 is used, so the defconfig entry can be dropped. Fixes: f611af4c3bfa ("ARM: at91: Kconfig: implement PIT64B selection") Signed-off-by: Arnd Bergmann Acked-by: Claudiu Beznea --- arch/arm/configs/multi_v7_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 1cb293adecb1..2b564defe33e 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -1044,7 +1044,6 @@ CONFIG_MSM_MMCC_8960=y CONFIG_MSM_MMCC_8974=y CONFIG_HWSPINLOCK=y CONFIG_HWSPINLOCK_QCOM=y -CONFIG_MICROCHIP_PIT64B=y CONFIG_BCM2835_MBOX=y CONFIG_QCOM_APCS_IPC=y CONFIG_QCOM_IPCC=y From patchwork Thu Aug 18 13:57:19 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnd Bergmann X-Patchwork-Id: 12947202 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 46309C00140 for ; Thu, 18 Aug 2022 14:20:21 +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=DLP6MdNLXaQz0upWM95tlvErhDMP0padec0zKWkqO6s=; b=woO/Cgx1MnTOqi t4wF2pR7li9QlrRlIyGbpHiMlJfV/02HcB93E597JDeTVCJuX3A8tStEBOXgEzGYePhE6iQ/A4TWH pbk4Q5tej53zWsXPsrHc05HlNJIrVKjSp59qxkknX67HSNYR0Pat9IZTdyYg1TbVkB+XSs/galtY6 RE/durCcVoSFQZrytdIClS3mjLTqXQYioiOIANUrUZtxF1Wsfcmgs+EsTiffHnaWjlQG3Niz/3HG/ qajD5wAtT3GVcNEmR7vMwT65mQzV8hAyGxBcNjEvzOxTWB/wKK2MbPtvE9VzWxAxGM/NsUyrNpVSI y48hXlgQGvBvXMYu+M1w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oOgMZ-005y3K-L8; Thu, 18 Aug 2022 14:19:12 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oOg3p-005ndr-Mt for linux-arm-kernel@lists.infradead.org; Thu, 18 Aug 2022 13:59:51 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 446A46171C; Thu, 18 Aug 2022 13:59:49 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6A3B9C433C1; Thu, 18 Aug 2022 13:59:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1660831188; bh=iZdCvpq6klP65xsk0NEvlBhn7btsT3f1Nqu32XzvKvM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=o4b8FqCOfvm2yUHXDxTpD75aPTrN0e7BoWekb33I0YqDfpbxT+rP2YO2qAIKyl5rx xnZi8LGk4DRbjLjtbgMA0bDajwYphTDFsXu8jP+QhynNakUOIcaRT6UY1BxaHG22Tb /sD8iwWxiIco9hygUnv/JXCXMzvxlGGQCwJr0XI1exbMBoh7ySUlLq74hboW5STu4l 9/SHDqSOh8knREx27AZPRZJYbnOgPzZ3diuME/bPfNler5yBWSXHrp2sQoFxd/l29v vP3AGbvsuFlDFRegFCODBFuv1E4gFdHpA866IENqHaXkSldDb27n9SpoOBob2rOSfl N+AH0+ijyIOoA== From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org, Arnd Bergmann , Mark Brown Cc: Joel Stanley , Florian Fainelli , Dmitry Osipenko , Thierry Reding , William Zhang , Stephan Gerhold , Michael Walle , linux-kernel@vger.kernel.org Subject: [PATCH 10/11] ARM: defconfig: fix CONFIG_SND_SOC_AC97_CODEC name Date: Thu, 18 Aug 2022 15:57:19 +0200 Message-Id: <20220818135737.3143895-9-arnd@kernel.org> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20220818135737.3143895-1-arnd@kernel.org> References: <20220818135522.3143514-1-arnd@kernel.org> <20220818135737.3143895-1-arnd@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220818_065949_833251_6C8C5589 X-CRM114-Status: GOOD ( 13.76 ) 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: Arnd Bergmann The CONFIG_SND_SOC_AC97 symbol was recently enabled but does not actually exist. From the patch description, I assume that this was meant to be CONFIG_SND_SOC_AC97_CODEC, which is used in imx_v6_v7_defconfig. Fixes: 2cc1cd26e913 ("ARM: configs: Enable ASoC AC'97 glue") Signed-off-by: Arnd Bergmann --- arch/arm/configs/multi_v7_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 2b564defe33e..af79b21e2000 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -814,7 +814,7 @@ CONFIG_SND_SOC_TEGRA_TRIMSLICE=m CONFIG_SND_SOC_TEGRA_ALC5632=m CONFIG_SND_SOC_TEGRA_MAX98090=m CONFIG_SND_SOC_DAVINCI_MCASP=m -CONFIG_SND_SOC_AC97=m +CONFIG_SND_SOC_AC97_CODEC=m CONFIG_SND_SOC_AK4642=m CONFIG_SND_SOC_CPCAP=m CONFIG_SND_SOC_CS42L51_I2C=m From patchwork Thu Aug 18 13:57:20 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnd Bergmann X-Patchwork-Id: 12947203 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 05E2CC00140 for ; Thu, 18 Aug 2022 14:21:04 +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=HcJofsBXR2MQm+zjGJmYngU1jYinNQsJjiTV5+9jNvQ=; b=f6InW7/aUIH+9Y 4Ves6W46xIRiHlwwU2UaYALtbGmSGOKdteL+NtM2f586nl0d5jQeBbmeBEokD1dgkngoaUeOzphLy joxURaB2kXpvJYBGAqAUSKUtRQ1A6OM9quNoxOX4CqggDIl6UwMbRWX7hWZRk7LOGhUEwSba3QR7K lvV6scwBeDxEnjvhsYmpHVgR3coNd9L8vASDsnfc+CLieL0rxtxdZtYjfDv89KmNebdRIuwuSTLIz PN08SD99q+fCDebRHsFjm2qJpK8RrMQAEaGxMcyn71M8Uhpf/CnRYNuHun6XSzekdIc7cKJ//2ohg a2GIJjVokgY9NadgCi3w==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oOgNC-005yNe-9o; Thu, 18 Aug 2022 14:19:51 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oOg40-005nk4-6t for linux-arm-kernel@lists.infradead.org; Thu, 18 Aug 2022 14:00:01 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id BB8EF616D6; Thu, 18 Aug 2022 13:59:59 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CC1BCC433C1; Thu, 18 Aug 2022 13:59:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1660831199; bh=GXZIItypEHjQWFs8f6Waz69s/m0DTcToAM/9CwRqUN8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=RVXozCtzXhgUvTEJmptj3ciD8Y3SvvJPtLtFjqJrlWq+NEDwuaNBfuLEayPrc42CN yyCJibjvmPhDzJ05Jun4jCorRHUE3+mhdzJD2z1p4ZLQAKM6w2EaUwumVBoAAD370q 6PI5Hgal/UJZIvctJuuhDH2p7c7Kun3gkrdewZX9ZSsgK76a/lfPbL6s4JuPB5OlVT Rh0OdOHBBo2jLas0MLN5j37p61NXafVpYLQ+Xf2F7qBv44m/lQMX9z34hHfIripXPq WdbHZySdEhh5IijqL8mGmd5mLoGmqFlIwCumbIJwGUE40qIH5bkpfbJY8pDG/WcIr1 TYK5uVG5htO2g== From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org, Bin Liu , Greg Kroah-Hartman , Arnd Bergmann , Stefan Wahren , Felipe Balbi , Tony Lindgren Cc: Randy Dunlap , Conor Dooley , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 11/11] musb: fix USB_MUSB_TUSB6010 dependency Date: Thu, 18 Aug 2022 15:57:20 +0200 Message-Id: <20220818135737.3143895-10-arnd@kernel.org> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20220818135737.3143895-1-arnd@kernel.org> References: <20220818135522.3143514-1-arnd@kernel.org> <20220818135737.3143895-1-arnd@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220818_070000_395216_8B81FC30 X-CRM114-Status: GOOD ( 16.00 ) 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: Arnd Bergmann Turning on NOP_USB_XCEIV as builtin broke the TUSB6010 driver because of an older issue with the depencency. It is not necessary to forbid NOP_USB_XCEIV=y in combination with USB_MUSB_HDRC=m, but only the reverse, which causes the link failure from the original Kconfig change. Use the correct dependency to still allow NOP_USB_XCEIV=n or NOP_USB_XCEIV=y but forbid NOP_USB_XCEIV=m when USB_MUSB_HDRC=m to fix the multi_v7_defconfig for tusb. Fixes: ab37a7a890c1 ("ARM: multi_v7_defconfig: Make NOP_USB_XCEIV driver built-in") Fixes: c0442479652b ("usb: musb: Fix randconfig build issues for Kconfig options") Signed-off-by: Arnd Bergmann Reviewed-by: Greg Kroah-Hartman --- drivers/usb/musb/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/musb/Kconfig b/drivers/usb/musb/Kconfig index f906dfd360d3..6c8f7763e75e 100644 --- a/drivers/usb/musb/Kconfig +++ b/drivers/usb/musb/Kconfig @@ -86,7 +86,7 @@ config USB_MUSB_TUSB6010 tristate "TUSB6010" depends on HAS_IOMEM depends on ARCH_OMAP2PLUS || COMPILE_TEST - depends on NOP_USB_XCEIV = USB_MUSB_HDRC # both built-in or both modules + depends on NOP_USB_XCEIV!=m || USB_MUSB_HDRC=m config USB_MUSB_OMAP2PLUS tristate "OMAP2430 and onwards"