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 X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9E4BBC43387 for ; Mon, 31 Dec 2018 20:29:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6E52920828 for ; Mon, 31 Dec 2018 20:29:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727956AbeLaU3a (ORCPT ); Mon, 31 Dec 2018 15:29:30 -0500 Received: from mga14.intel.com ([192.55.52.115]:6760 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727862AbeLaU33 (ORCPT ); Mon, 31 Dec 2018 15:29:29 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Dec 2018 12:29:29 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,424,1539673200"; d="scan'208";a="131971180" Received: from srgujjul-mobl1.amr.corp.intel.com (HELO [10.251.147.157]) ([10.251.147.157]) by fmsmga004.fm.intel.com with ESMTP; 31 Dec 2018 12:29:28 -0800 Subject: Re: [PATCH v4 08/11] ASoC: Intel: atom: Make PCI dependency explicit To: Sinan Kaya , Mark Brown Cc: Linux Next Mailing List , ACPI Devel Mailing List , Liam Girdwood , Jie Yang , Jaroslav Kysela , Takashi Iwai , "moderated list:INTEL ASoC DRIVERS" , open list References: <20181230195612.6657-1-okaya@kernel.org> <20181230195612.6657-9-okaya@kernel.org> <20181231174654.GH1846@sirena.org.uk> <20181231193017.GN1846@sirena.org.uk> From: Pierre-Louis Bossart Message-ID: Date: Mon, 31 Dec 2018 14:29:28 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/31/18 1:35 PM, Sinan Kaya wrote: > On Mon, Dec 31, 2018 at 10:30 PM Mark Brown wrote: >> On Mon, Dec 31, 2018 at 08:52:52PM +0300, Sinan Kaya wrote: >>> On Mon, Dec 31, 2018 at 8:47 PM Mark Brown wrote: >>>> I don't have the cover letter or anything for this series, what's going >>>> on with dependencies? >>> Here is the executive summary: >>> I have a changeset that separates ACPI from PCI on 4.21. CONFIG_ACPI >>> used to select PCI. This is no longer true. >>> You can build an ACPI system without any PCI devices. >> So there's no dependency and I can just apply this? > The plan is to apply this patchset via ACPI tree. Need an Acked-by per patch. Anytime we change the Kconfig settings for audio, we get all kinds of problems with randconfig and 0day/kbuild due to depend/select issues. I'd like to give this a spin first, can you share a link to the entire series? Thanks!