From mboxrd@z Thu Jan 1 00:00:00 1970 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A7E82C4332F for ; Tue, 7 Nov 2023 14:11:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234165AbjKGOLZ (ORCPT ); Tue, 7 Nov 2023 09:11:25 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53170 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234555AbjKGOLT (ORCPT ); Tue, 7 Nov 2023 09:11:19 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E6666D71 for ; Tue, 7 Nov 2023 06:11:16 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 34139C433C8; Tue, 7 Nov 2023 14:11:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1699366276; bh=ipLY44jql33d6wfFrPt7YcOzhZm0V3DcoEWXrrXmYKc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=2uHQ6kMCDh6WjgFy6QERZY/5WiQMGzQzqziHGTwHeetWXhDcG4o1TtdieEgqLg6k2 RmZSrM+THi+9xFO+4MvergHtx5I8zoDyqlCwJh+nTdT084eGu+NiWdiuPFTFJ3SIlf DSORhZvGvgY2NJ6CDCTjfPvk8+fFx2Z7+JENhvN0= Date: Tue, 7 Nov 2023 15:11:13 +0100 From: Greg Kroah-Hartman To: Alexander Usyskin Cc: Lucas De Marchi , Daniele Ceraolo Spurio , Rodrigo Vivi , Tomas Winkler , Vitaly Lubart , intel-xe@lists.freedesktop.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 5/5] mei: pxp: add dependency on Xe driver Message-ID: <2023110700-emptier-retrain-08fd@gregkh> References: <20231107134606.316651-1-alexander.usyskin@intel.com> <20231107134606.316651-6-alexander.usyskin@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231107134606.316651-6-alexander.usyskin@intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 07, 2023 at 03:46:06PM +0200, Alexander Usyskin wrote: > Optionally depend on either i915 or Xe drivers. > > Signed-off-by: Alexander Usyskin > --- > drivers/misc/mei/pxp/Kconfig | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/drivers/misc/mei/pxp/Kconfig b/drivers/misc/mei/pxp/Kconfig > index 4029b96afc04..d9ae5483567f 100644 > --- a/drivers/misc/mei/pxp/Kconfig > +++ b/drivers/misc/mei/pxp/Kconfig > @@ -1,11 +1,10 @@ > - Why this change here? thanks, greg k-h