From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-4317.proton.ch (mail-4317.proton.ch [185.70.43.17]) (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 47DFD13A24A for ; Tue, 27 Feb 2024 12:04:52 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.70.43.17 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709035495; cv=none; b=n1OL4bbBI7icBB1G98vH7Kjw++eviArMMe43RuHA8qzLrnSt9OGpjh7cub9T6+VpFPySLpBX4xa1HkeE4xVwa2f9CVBAVVMocx09+FMRIUpTR7aVZkhXpZ3QKJGVbogyB+8qwE/9uDft3lhl8XU2GaoufucOvO/9j7+aK9UPdqE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709035495; c=relaxed/simple; bh=ucpK68cRYPMU8ItBXF65C5Zys1YQIbkV0cTTU1I/8y0=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=nuF47Xp0c4P1EO9QjumlMzB5xZoFBbeE28pL80joK/s2U0J40RdYAFVLMuZC2o48nXeewxHCs7Z3G2M5eZFq8opRM69oxBvoyBCtLBQFP7J814CR1kyeFm/hyAPZYk/M8YHX+HyDzjGvHVJm64hzE1t3e8fwjiQvLS7Acywalos= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=bluemarch.art; spf=pass smtp.mailfrom=bluemarch.art; dkim=pass (2048-bit key) header.d=bluemarch.art header.i=@bluemarch.art header.b=Phd3rW08; arc=none smtp.client-ip=185.70.43.17 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=bluemarch.art Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bluemarch.art Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bluemarch.art header.i=@bluemarch.art header.b="Phd3rW08" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bluemarch.art; s=protonmail; t=1709035489; x=1709294689; bh=ucpK68cRYPMU8ItBXF65C5Zys1YQIbkV0cTTU1I/8y0=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=Phd3rW08g6sUZC0v3azb8ZBIJAoKzFmduCxAfBTh1YlkCHX0DO1cMvHTmvvBhEjy3 /KzXJyOdmvWpxXXtRHXFDxHfTAwheox4aiIX03kq9KjotSLe6JaBXluBwW+/t6xvAU dlRDKbdy9OtaXuq4wtVuQS1zaKyItbbDbyTcShQ7YnIRDOXE7+1vl/EZXUdoThxImx gB+LrpfGPoTjwkSxKz8nE4OaZnoIdvToO7FKjQZMZm65fAAroj2QxboYpFsgxAC6iJ /9rqiBWUjnygFkbWxukaT6hwwnaUFUd2fUY7On1R6gDJ0z1jdNWUpmyC5rx1TwlMPN AN5VKZ7QmVwuw== Date: Tue, 27 Feb 2024 12:04:30 +0000 To: =?utf-8?Q?Ilpo_J=C3=A4rvinen?= From: Szilard Fabian Cc: LKML , platform-driver-x86@vger.kernel.org, jwoithe@just42.net, Hans de Goede , W_Armin@gmx.de Subject: Re: [PATCH v4] platform/x86/fujitsu-laptop: Add battery charge control support Message-ID: In-Reply-To: References: <20240129163502.161409-2-szfabian@bluemarch.art> <20240129175714.164326-2-szfabian@bluemarch.art> <20240207023031.56805-2-szfabian@bluemarch.art> <20240215203012.228758-2-szfabian@bluemarch.art> <170834440647.4050.13047961348645894978.b4-ty@linux.intel.com> Feedback-ID: 87830438:user:proton Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On Tue, Feb 27, 2024 at 11:18:16AM +0100, Ilpo J=C3=A4rvinen wrote: > Hi, >=20 > Can you please take a look at the two build failures LKP has brought up. > They looked like some depends on and/or select clauses missing from > Kconfig. Hi, Modifying drivers/platform/x86/Kconfig to include `depends on ACPI_BATTERY` in the FUJITSU_LAPTOP config block fixes the problem with gcc. I think this should fix the problem with clang too. I'll post v5 with that change in a moment. Regards, Szilard