Received: by 2002:ac0:a581:0:0:0:0:0 with SMTP id m1-v6csp2999415imm; Sun, 1 Jul 2018 10:01:58 -0700 (PDT) X-Google-Smtp-Source: AAOMgpcWD4pwUYuvSG5Nj8my8p8wtH+qK/77gKVdfehy/Y0tseI0GvhkeLPuzJbl3pZD0aR7BydP X-Received: by 2002:a65:654d:: with SMTP id a13-v6mr4357955pgw.132.1530464518183; Sun, 01 Jul 2018 10:01:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1530464518; cv=none; d=google.com; s=arc-20160816; b=mJjjUnHqvc88XNVdB+ZB1LFJNSYqkYJz+Z3TEuYh6Rpl10KfAd1ooKGJorWxyvuBmR F7fkyWv4eYFbwmhJcMyYBgjcDikFSfYH6v0clbuiS8VZOzG3gCm2OV8rUuXjlkh3XPb3 CM9msbG/DouExFCCc+ByeE8KSebN65RsSRoZsX4iErF+EDdQaIDbRR/E+DcZyoyaEgU4 /7XHEgLNYvt+nGLEG0vs6LNuXm3rQi6e+XD+hl3WmtvprPz/AuyTDGeGBSeCnaY1Z8TM lOObeo/3RYCsLwB22JUINqem0G+3uZXfS2sFoKvP14WOV9XrFbtTeJRc+XAUY4MuRCKj bpuQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=B+2SGjqjlmdHNWiknFYokLQJydRQpVllLYw2FOqH9WY=; b=MlL86qX/BdU1G4mbvncnqNKRUrS6nKorpaMiILErVGl2ucLvbvuqcVqVr0WBwT+l7V B+biyGV1bReGcRVt49Hfd/E5zBG6x6BqbNh+PFbRhZsi9AtiqsbpG2xM7IEHhi4wb97J BEmGDRHdQ90kL1ZZ/mAYePDaPDDC+5lHqHHye3QVVZoi1lv73Q9gOmTEcX5lq8PA5C/n qXPsUVVahqWZ8Ei8jBF505qaTVPTdxxWzSaC+tP3ugXzVOZa2/7LzR1FauZP7ySF1S8Z XLE5vx/KKB19Baz1XPGazT4iFBRMRXQ3LheXt2WcPmrGGBBHy7lNvpDMheI3OE5SCgB2 j+Tg== 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 Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e98-v6si14303348plb.150.2018.07.01.10.01.42; Sun, 01 Jul 2018 10:01:58 -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 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1032379AbeGAQng (ORCPT + 99 others); Sun, 1 Jul 2018 12:43:36 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:37852 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1032370AbeGAQnc (ORCPT ); Sun, 1 Jul 2018 12:43:32 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 90405ACC; Sun, 1 Jul 2018 16:43:31 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Geert Uytterhoeven , Andy Shevchenko , Randy Dunlap , Miguel Ojeda Subject: [PATCH 4.17 117/220] auxdisplay: fix broken menu Date: Sun, 1 Jul 2018 18:22:21 +0200 Message-Id: <20180701160913.246064102@linuxfoundation.org> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180701160908.272447118@linuxfoundation.org> References: <20180701160908.272447118@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.17-stable review patch. If anyone has any objections, please let me know. ------------------ From: Randy Dunlap commit b5b903fba96a4d1771422efd5c713ebb73f7dc82 upstream. Having the CHARLCD Kconfig symbol between "menuconfig AUXDISPLAY" and "if AUXDISPLAY" breaks the AUXDISPLAY submenus, so move the CHARLCD Kconfig symbol near the end of the file so that the menu display is continuous. Also include ARM_CHARLCD inside of the if AUXDISPLAY/endif block. Geert says that it should be there. Fixes: 39f8ea46724e ("auxdisplay: charlcd: Extract character LCD core from misc/panel") Cc: stable@vger.kernel.org # v4.12 Cc: Geert Uytterhoeven Reviewed-by: Andy Shevchenko Signed-off-by: Randy Dunlap Signed-off-by: Miguel Ojeda Signed-off-by: Greg Kroah-Hartman --- drivers/auxdisplay/Kconfig | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) --- a/drivers/auxdisplay/Kconfig +++ b/drivers/auxdisplay/Kconfig @@ -14,9 +14,6 @@ menuconfig AUXDISPLAY If you say N, all options in this submenu will be skipped and disabled. -config CHARLCD - tristate "Character LCD core support" if COMPILE_TEST - if AUXDISPLAY config HD44780 @@ -157,8 +154,6 @@ config HT16K33 Say yes here to add support for Holtek HT16K33, RAM mapping 16*8 LED controller driver with keyscan. -endif # AUXDISPLAY - config ARM_CHARLCD bool "ARM Ltd. Character LCD Driver" depends on PLAT_VERSATILE @@ -169,6 +164,8 @@ config ARM_CHARLCD line and the Linux version on the second line, but that's still useful. +endif # AUXDISPLAY + config PANEL tristate "Parallel port LCD/Keypad Panel support" depends on PARPORT @@ -448,3 +445,6 @@ config PANEL_BOOT_MESSAGE printf()-formatted message is valid with newline and escape codes. endif # PANEL + +config CHARLCD + tristate "Character LCD core support" if COMPILE_TEST