From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sinan Kaya Subject: Re: [PATCH v5 05/11] platform/x86: intel_pmc: Make PCI dependency explicit Date: Fri, 4 Jan 2019 10:07:18 -0500 Message-ID: <3d6835d2-5064-630f-4e54-49a64bffc58b@kernel.org> References: <20190102181038.4418-1-okaya@kernel.org> <20190102181038.4418-6-okaya@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Andy Shevchenko , Kuppuswamy Sathyanarayanan , "Krogerus, Heikki" Cc: linux-next , ACPI Devel Maling List , Darren Hart , Andy Shevchenko , Platform Driver , Linux Kernel Mailing List List-Id: linux-acpi@vger.kernel.org On 1/4/2019 9:20 AM, Andy Shevchenko wrote: > Unfortunately, this is not how it should be fixed. > > First of all, we (Heikki, Sathya, me — all in Cc list) that this > driver should be refactored and unified with intel_scu_ipc. > Then, it has two drivers inside and PCI is just a glue for it which is > optional. Thus, needs to be split accordingly. OK. Two questions: 1. How should I change this now? 2. Can you change the Kconfig accordingly after you merge the two drivers? I'm focused on the build failure at this moment.