Received: by 2002:a25:c205:0:0:0:0:0 with SMTP id s5csp5455186ybf; Thu, 5 Mar 2020 01:02:31 -0800 (PST) X-Google-Smtp-Source: ADFU+vuzhhhPHjOiMicQWplPFlrUlqjofAUmmzM5BIVueFCHFIl50Y05Fal6UPENN8LYDSXkQFUF X-Received: by 2002:a05:6808:aac:: with SMTP id r12mr4957570oij.59.1583398951430; Thu, 05 Mar 2020 01:02:31 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1583398951; cv=none; d=google.com; s=arc-20160816; b=V0DI/4hq39TROPAbPyanpq9e0Hz6sUxJom99mtE35lI4wyiVgetzm2mYYUN2g8G2VU ryMc0DPIGcejlSIExR6ViI+yFlixay0WzPzRh7MxRAogoEI46iSilgsGUDv36pr3xR/m 87dKFoWW3PYZPSh81ermEGl8pAj/I1y8JcCysracNuod4puQ+3SPBZNSuL9IaPQZ9lV2 egw5n2Io2Irfimb2Pk02i4gSeAe2d14YxRHRgDdQebQ7vlCFlr4dlyEz2q4plkaXqnv8 lS3oQSY6RYlOxY+OuRb7PZCtHC0z5aTcVe1L4BZQ77+2JlckJ0ZhExnZKLz5k9FnLy0U BswA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:from:references:to:subject; bh=E97s+X3sKF8SRm554l7Bi0+d8rCOPXUPkVXp3Xz1Ddc=; b=deEjrnHYPLkBSZv0tSgWlZKh2yMtpfRbNz6wzvb2MWhQqyquqv4Yqvq8fcPs/o6ZTR vA5PkJFDxGGT64synTLD78P1Dl1B5Gm16uxfQhCEkoAj/GsNNVkQOLVgxP2sFWMkQRS3 VfGY4TL8CLk24rcZRnAfVDxYfh+dTgQBZJ/gQB3ZmXjW0bQYcgJ6KMuoqPzczdDOklrx bkZLXq1806ponzvtWKc2GMbHR1tLcaVuxOQ06njJxIhyPkigzsrAqo5O/yhZNO4RynoI 0Vkub2iSaBffheQlfC26NVLNpowaDzKtZUQRwEEMAApxy0DDmHbaXuo2q4H765TsECEM 6PwA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id t18si3363038otd.269.2020.03.05.01.02.16; Thu, 05 Mar 2020 01:02:31 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726378AbgCEJA0 (ORCPT + 99 others); Thu, 5 Mar 2020 04:00:26 -0500 Received: from bhuna.collabora.co.uk ([46.235.227.227]:51182 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725866AbgCEJA0 (ORCPT ); Thu, 5 Mar 2020 04:00:26 -0500 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: eballetbo) with ESMTPSA id CFD51283C93 Subject: Re: chrome platform Kconfig typo To: Randy Dunlap , LKML , Benson Leung References: From: Enric Balletbo i Serra Message-ID: Date: Thu, 5 Mar 2020 10:00:21 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Randy, On 5/3/20 8:11, Randy Dunlap wrote: > > from drivers/platform/chrome/Kconfig: > > config MFD_CROS_EC > tristate "Platform support for Chrome hardware (transitional)" > select CHROME_PLATFORMS > select CROS_EC > select CONFIG_MFD_CROS_EC_DEV <<<<<<<<<<<<<<<<<<<<<< drop the /CONFIG_/ <<<<<<<<<<<<<< Thanks for the report I'll send a patch. Our plan was remove this config at some point and that makes me think if this transitional config was ever useful, seems there is still a defconfig using it, though, so we can't remove yet. > depends on X86 || ARM || ARM64 || COMPILE_TEST > help > This is a transitional Kconfig option and will be removed after > everyone enables the parts individually. > >