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 2B827C432BE for ; Fri, 6 Aug 2021 13:31:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0F21A61052 for ; Fri, 6 Aug 2021 13:31:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344065AbhHFNbh (ORCPT ); Fri, 6 Aug 2021 09:31:37 -0400 Received: from mga06.intel.com ([134.134.136.31]:46349 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244356AbhHFNbg (ORCPT ); Fri, 6 Aug 2021 09:31:36 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10067"; a="275414100" X-IronPort-AV: E=Sophos;i="5.84,300,1620716400"; d="scan'208";a="275414100" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Aug 2021 06:31:19 -0700 X-IronPort-AV: E=Sophos;i="5.84,300,1620716400"; d="scan'208";a="569751876" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 06 Aug 2021 06:31:17 -0700 Received: from andy by smile with local (Exim 4.94.2) (envelope-from ) id 1mBzwN-005qAH-7G; Fri, 06 Aug 2021 16:31:11 +0300 Date: Fri, 6 Aug 2021 16:31:11 +0300 From: Andy Shevchenko To: linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Jonathan Cameron , Lars-Peter Clausen , Benson Leung , Enric Balletbo i Serra , Guenter Roeck , "Jason M ." Subject: Re: [PATCH v1 1/1] iio: cros_ec: Fix Kconfig dependency on CROS_EC_SENSORHUB Message-ID: References: <20210806130227.69473-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210806130227.69473-1-andriy.shevchenko@linux.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 06, 2021 at 04:02:27PM +0300, Andy Shevchenko wrote: > When CONFIG_CROS_EC_SENSORHUB is set to m, the IIO_CROS_EC_SENSORS_CORE > can't be built-in. > BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=213979 Looking again into .config actually puzzles me, there shouldn't be build errors. -- With Best Regards, Andy Shevchenko