From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 456391A0BE0 for ; Thu, 2 Apr 2026 20:16:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775160972; cv=none; b=YVsMGSaanoFRUm6d9V0BikdIbeGrmiTyojQG0EeIJHh1KxBgHKQ/Wqeh0vKAmz2kAcBA0WyX+4jonWG1vPQjS1Ac4mRWb/wLuHkWP67mR+Av7bpkn0kJaGycu3lC2kVfO0xV3Vr6XGiGEiJS9zpI0KRPOOcRAuIlwM6cpY8+UXE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775160972; c=relaxed/simple; bh=UDf5S0/eqXCSush/2QWvIcoWCzUaIiWdlvm1anNpGTA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=JnOOUkNfnMrUC85BLe9QRsPLxWwyg2xaueusH7nbkOQM5iWuXUVvlufYbENvpCWzzmCwwKTJ71bCTSG7muFrJdBu/EM5Fm8VmzuJlABtF5S7HUs8+xis8fJF2C+cTaWzicQAv0Q/7c3vG+X1FlkF001yiO/3fYyc5Hivzefr3y0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=A19SlO8u; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="A19SlO8u" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 04294C116C6; Thu, 2 Apr 2026 20:16:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1775160972; bh=UDf5S0/eqXCSush/2QWvIcoWCzUaIiWdlvm1anNpGTA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=A19SlO8us1fnFLpujzh7Sbk0kauk/8jeAl0m0AgC4+/Cbsp5c4KvB+Y3pje5uD0TX 9NPStWxzROR1wCqis7H61FsYovYfwZDKDIih+iKST9Q4rTKYi5Aa0GIMDBVowdFd8H 1fUu7/8HX3WUajfKtxIqKhspoMACcR6gAQ6UoBjqj+Qd/tHqqgm8wW6MkSW6nkMRLw RPpGECMdRN5uQMIm77aCEMms7RFXlG4jb2t4y7QyMB/A/EjsqbzOZsReE24sUQMNMu t5fxvV6D5vOdKlM7hFXy1/5YMplFSIyduqGTnxwSJHu0qW9x9V/MbJepHDnpePyCgg 5mKiOZFNvXEaA== Date: Thu, 2 Apr 2026 15:16:10 -0500 From: Rob Herring To: Jean Delvare Cc: dri-devel@lists.freedesktop.org, Tomeu Vizoso , Oded Gabbay , linux-kernel@vger.kernel.org Subject: Re: [PATCH] accel: ethosu: Add hardware dependency hint Message-ID: <20260402201610.GB966967-robh@kernel.org> References: <20260401122323.6127a77c@endymion> 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=us-ascii Content-Disposition: inline In-Reply-To: <20260401122323.6127a77c@endymion> On Wed, Apr 01, 2026 at 12:23:23PM +0200, Jean Delvare wrote: > The Ethos-U NPU is only available on ARM systems, so add a hardware > dependency hint to prevent this driver from being needlessly > included in kernels built for other architectures. > > Signed-off-by: Jean Delvare > --- > drivers/accel/ethosu/Kconfig | 1 + > 1 file changed, 1 insertion(+) Applied, thanks. Rob