From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.zeus03.de (zeus03.de [194.117.254.33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 38BE31FE444 for ; Sun, 3 Aug 2025 20:40:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=194.117.254.33 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754253610; cv=none; b=EQl7yjdh58pms5mKz28BMld9JrhTGb/khMmiJ1kVJb/cZyb4vYM1FRJ/Nz319S4XtTkvylDmjrnNoTfo9nV2u4L+fK7sXT2OlX6CH2t2k8R110jW2j3PsO7KFuunIAK8ouDo9zjqYmMevZ137bLzMtSvGlb+MtwmF5ytZ6jyaE0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754253610; c=relaxed/simple; bh=tzLH/YUExqTegN4sI56xlZ8maB8KzJUjpOhBuVYG1JA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=IB8Xr7mAj/eXim/5AQZNr+fhqVjVzsrRp4GEoXVqviq3FI5Fc8AU62PNm81vktEHzFPzCLyIKIilvDExzsXvTfc59KTqNRJmzN5y4G+KMDtbRLC+NSwUn0o7d7snUBuvn6sF4TYGSKl9CUBLAlD5ut4jX8BcQY8aGYMa6cyCkWc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com; spf=pass smtp.mailfrom=sang-engineering.com; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b=KKRVs//S; arc=none smtp.client-ip=194.117.254.33 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=sang-engineering.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=sang-engineering.com header.i=@sang-engineering.com header.b="KKRVs//S" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= sang-engineering.com; h=date:from:to:cc:subject:message-id :references:mime-version:content-type:in-reply-to; s=k1; bh=5vm0 SxJu7Lne/9TVu7ssZXea18OLLC2K5dYsygJBt9M=; b=KKRVs//S+sQ92DcZ4KMq u8nsdEZ9MfJ8tF9+2mIEnMKa16OXkFhageH6Q3dusOQHzpClzDFxFhQ6DqxKIqyK Uf3NBHVB0NKgalwxkup9TG+R7v+ahB5EFSvjt8WEnHBdbEx3SmTO6JltOg3rUBQV kx30VnagDoDnl085prpZDQkQPhnx3BeetweZr9+itITcepP1ErvhOlEutMUVlCMu oG5ZgggbyNfeSyrs5j7AHZYstpvrNGAfHGIR7jUIcMYCfycsPBiiImpXM45eWsM9 un0A3l69l+xmhVFCkT05XjGxeQNA+OXeTC4vAwJOBCeZl7ifxDL/zHPzY62FsRnj qA== Received: (qmail 1644961 invoked from network); 3 Aug 2025 22:40:01 +0200 Received: by mail.zeus03.de with UTF8SMTPSA (TLS_AES_256_GCM_SHA384 encrypted, authenticated); 3 Aug 2025 22:40:01 +0200 X-UD-Smtp-Session: l3s3148p1@0xPE/ns7QIoujntd Date: Sun, 3 Aug 2025 22:40:01 +0200 From: Wolfram Sang To: Sven Peter Cc: Janne Grunau , Alyssa Rosenzweig , Neal Gompa , Ulf Hansson , Michael Turquette , Stephen Boyd , Srinivas Kandagatla , Andi Shyti , "Rafael J. Wysocki" , Viresh Kumar , Joerg Roedel , Will Deacon , Robin Murphy , Dmitry Torokhov , Vinod Koul , Martin =?utf-8?Q?Povi=C5=A1er?= , Liam Girdwood , Mark Brown , Jaroslav Kysela , Takashi Iwai , Arnd Bergmann , asahi@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-i2c@vger.kernel.org, iommu@lists.linux.dev, linux-input@vger.kernel.org, dmaengine@vger.kernel.org, linux-sound@vger.kernel.org Subject: Re: [PATCH 05/11] i2c: apple: Drop default ARCH_APPLE in Kconfig Message-ID: References: <20250612-apple-kconfig-defconfig-v1-0-0e6f9cb512c1@kernel.org> <20250612-apple-kconfig-defconfig-v1-5-0e6f9cb512c1@kernel.org> Precedence: bulk X-Mailing-List: linux-input@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250612-apple-kconfig-defconfig-v1-5-0e6f9cb512c1@kernel.org> On Thu, Jun 12, 2025 at 09:11:29PM +0000, Sven Peter wrote: > When the first driver for Apple Silicon was upstreamed we accidentally > included `default ARCH_APPLE` in its Kconfig which then spread to almost > every subsequent driver. As soon as ARCH_APPLE is set to y this will > pull in many drivers as built-ins which is not what we want. > Thus, drop `default ARCH_APPLE` from Kconfig. > > Signed-off-by: Sven Peter Applied to for-next (for 6.17 mergewindow), thanks!