From patchwork Sun Nov 19 01:41:05 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 10064973 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 3F1F06023A for ; Sun, 19 Nov 2017 01:41:10 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 24A3429576 for ; Sun, 19 Nov 2017 01:41:10 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 07DBC29577; Sun, 19 Nov 2017 01:41:10 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id D370929575 for ; Sun, 19 Nov 2017 01:41:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750744AbdKSBlH (ORCPT ); Sat, 18 Nov 2017 20:41:07 -0500 Received: from bombadil.infradead.org ([65.50.211.133]:47502 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750732AbdKSBlG (ORCPT ); Sat, 18 Nov 2017 20:41:06 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20170209; h=Content-Transfer-Encoding: Content-Type:MIME-Version:Date:Message-ID:Subject:From:To:Sender:Reply-To:Cc: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=+kIhVyp7FaMbrwKWZmZMVW41Nyg5kxhYjFBWGNxEi/w=; b=MjUI2P9VD9VilxtZPZwvTC0Ys EU/6ZNbOIrHBY4Y0FvSue5jcORRYlTXiWwHBg9D/ezJ3+E1/WQ0HWvXC8DuT6FsSnVAMhoXyva0z1 bxL5iybrSA5M7ByXO5JJ1pZMBxTQVjnwiXInupazy+m+I/ll6UdmLnCmGxkbltNtdxQuECmd5eoUn STxC4r9ZipFeh2a/2pjeOreXCHYtO6hJLRqgjhWRNTLFm+PqOZbev7bvHQ7CGowbvrjYKx/2B7cYm 3PoFenuuGJf9kymR5yM5z4L0nKDATiWPX2zPie0gbni/STKzmbdDe7pYYLXaiG66xRQsVo6OgIU1/ wvALa9qIw==; Received: from static-50-53-52-16.bvtn.or.frontiernet.net ([50.53.52.16] helo=midway.dunlap) by bombadil.infradead.org with esmtpsa (Exim 4.87 #1 (Red Hat Linux)) id 1eGEbZ-00010Z-UF; Sun, 19 Nov 2017 01:41:05 +0000 To: Linux Fbdev development list , Bartlomiej Zolnierkiewicz From: Randy Dunlap Subject: [PATCH] fb: intelfb: fix Kconfig symbol info in help text Message-ID: Date: Sat, 18 Nov 2017 17:41:05 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 Content-Language: en-US Sender: linux-fbdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fbdev@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Randy Dunlap Fix Kconfig symbol typo; it should be FB_INTEL. Signed-off-by: Randy Dunlap --- drivers/video/fbdev/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- lnx-414.orig/drivers/video/fbdev/Kconfig +++ lnx-414/drivers/video/fbdev/Kconfig @@ -1197,7 +1197,7 @@ config FB_INTEL 830M/845G/852GM/855GM/865G/915G/915GM/945G/945GM/965G/965GM chipsets. Say Y if you have and plan to use such a board. - To make FB_INTELFB=Y work you need to say AGP_INTEL=y too. + To make FB_INTEL=Y work you need to say AGP_INTEL=y too. To compile this driver as a module, choose M here: the module will be called intelfb.