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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 5105AC432BE for ; Thu, 5 Aug 2021 16:35:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 324B6610FF for ; Thu, 5 Aug 2021 16:35:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231161AbhHEQgC (ORCPT ); Thu, 5 Aug 2021 12:36:02 -0400 Received: from mga12.intel.com ([192.55.52.136]:36587 "EHLO mga12.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229437AbhHEQgB (ORCPT ); Thu, 5 Aug 2021 12:36:01 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10067"; a="193790028" X-IronPort-AV: E=Sophos;i="5.84,296,1620716400"; d="scan'208";a="193790028" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Aug 2021 09:35:46 -0700 X-IronPort-AV: E=Sophos;i="5.84,296,1620716400"; d="scan'208";a="668981689" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by fmsmga006-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Aug 2021 09:35:44 -0700 Received: from andy by smile with local (Exim 4.94.2) (envelope-from ) id 1mBgLK-005WxP-Nt; Thu, 05 Aug 2021 19:35:38 +0300 Date: Thu, 5 Aug 2021 19:35:38 +0300 From: Andy Shevchenko To: Lorenzo Pieralisi Cc: linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, Rob Herring , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Bjorn Helgaas Subject: Re: [PATCH v1 1/2] PCI: dwc: Clean up Kconfig dependencies (PCIE_DW_HOST) Message-ID: References: <20210623140103.47818-1-andriy.shevchenko@linux.intel.com> <20210805135234.GA22410@lpieralisi> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210805135234.GA22410@lpieralisi> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 05, 2021 at 02:52:34PM +0100, Lorenzo Pieralisi wrote: > On Wed, Jun 23, 2021 at 05:01:02PM +0300, Andy Shevchenko wrote: > > First of all, the "depends on" is no-op in the selectable options. > > Second, no need to repeat menu dependencies (PCI). > Define which specific "depends on" you are referring to. I didn't get this because it stands right. It's in general. I can be more specific since it's in align with the code, though. All the rest I agree with. -- With Best Regards, Andy Shevchenko