Received: by 2002:ac0:a581:0:0:0:0:0 with SMTP id m1-v6csp3665593imm; Mon, 2 Jul 2018 03:25:41 -0700 (PDT) X-Google-Smtp-Source: AAOMgpc6s7jLhAnF7PfMh3TGV44EOGQURl3PWDOL8pPpa3ODKFumiqIETJZmqAuAUAcOJAZ+SGoW X-Received: by 2002:a17:902:da4:: with SMTP id 33-v6mr16660551plv.193.1530527141704; Mon, 02 Jul 2018 03:25:41 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1530527141; cv=none; d=google.com; s=arc-20160816; b=vPxZwtktAtO3+j/YD5W4tvetrDiP8loVp7mFjVhlLmdyB5hfCTEFamc5HiWqnNF0SU 32y5aWPgDVoUvmDsoNym71mvvcscMBe1YkBPnCp8hIzsROPTOFBqfAS+MojYlZsdWPYa y9aXv3ZEelWFVqA18BuxVkX35P/9Qbgb23zUwxQp41dQZym44yvzvlqXGI+j5TAahLkE egEHER6Xolw2cDa/7RvYNtADGptqy8FdJLii/dxEsLtKLQhardJv+HGoCSmvfpvSSx9P 8l4DEt1w0rHCtvRXtd5TXo5yLRL+Rim1jn1wJKpNuTRsM/9BK8TLEYM0X0B/68mkQHL+ pluA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=EC357uwvdfU+EN0krqlF5rAojUaKMNq/7EXLLUDS0CI=; b=EsP9mZCNHE7fFonKTSUUZDTrX0e1jMAf0uz0BDC5WSeDDpAdNH8o3bN0Yv4+JaPwUa XoKrNDi94hxFxIZ7pSdL9uGk62/ZLr0Y2nXa8JLeBtODa7PD5YKq5GeAb9RZ3a7QoF4S qbUbiQJn0Q8JH6HJwN0P6oeHOhHlGUHSN66NYw5L61yr05OYkD6tG8ABvLoCF5F4Z2RR 9ZACDe8PYs8fmYWl5zX1DUURAoBEMH4aprYhb+NVKXKwSaM2EcStFx8sfWft60nvEm0u 2SvQMmq5aywvfoUUgYkpMTTnRRiHRzRPiCYTcWRZ7OPiH8ukfrFiR5joStKx0eRM1sr1 XsqQ== 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 d16-v6si15574509pll.197.2018.07.02.03.25.27; Mon, 02 Jul 2018 03:25:41 -0700 (PDT) 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 S965569AbeGBKXU (ORCPT + 99 others); Mon, 2 Jul 2018 06:23:20 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:53864 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965470AbeGBKWR (ORCPT ); Mon, 2 Jul 2018 06:22:17 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: eballetbo) with ESMTPSA id 06604289A7C From: Enric Balletbo i Serra To: Russell King , Kukjin Kim , Krzysztof Kozlowski , Catalin Marinas , Will Deacon , Lee Jones , Benson Leung , Olof Johansson Cc: Gwendal Grignou , linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, Dmitry Torokhov , kernel@collabora.com, Guenter Roeck , linux-arm-kernel@lists.infradead.org, Arnd Bergmann , Chen Zhong , linux-input@vger.kernel.org Subject: [PATCH 3/3] Input: keyboard: Fix ChromeOS EC keyboard help message. Date: Mon, 2 Jul 2018 12:22:01 +0200 Message-Id: <20180702102201.13461-4-enric.balletbo@collabora.com> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180702102201.13461-1-enric.balletbo@collabora.com> References: <20180702102201.13461-1-enric.balletbo@collabora.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The cros-ec I2C and SPI transport drivers have been moved from MFD subsystem to platform/chrome, at the same time, the config symbol has been renamed and lost the MFD_ prefix So, update the help message accordingly. Signed-off-by: Enric Balletbo i Serra --- drivers/input/keyboard/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/input/keyboard/Kconfig b/drivers/input/keyboard/Kconfig index 6bd97ffee761..4713957b0cbb 100644 --- a/drivers/input/keyboard/Kconfig +++ b/drivers/input/keyboard/Kconfig @@ -721,7 +721,7 @@ config KEYBOARD_CROS_EC help Say Y here to enable the matrix keyboard used by ChromeOS devices and implemented on the ChromeOS EC. You must enable one bus option - (MFD_CROS_EC_I2C or MFD_CROS_EC_SPI) to use this. + (CROS_EC_I2C or CROS_EC_SPI) to use this. To compile this driver as a module, choose M here: the module will be called cros_ec_keyb. -- 2.18.0