From patchwork Thu Sep 8 09:47:36 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 75768 Delivered-To: patch@linaro.org Received: by 10.140.106.11 with SMTP id d11csp791112qgf; Thu, 8 Sep 2016 04:28:24 -0700 (PDT) X-Received: by 10.194.135.179 with SMTP id pt19mr52998179wjb.157.1473334104512; Thu, 08 Sep 2016 04:28:24 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id t62si1738333wma.138.2016.09.08.04.28.24; Thu, 08 Sep 2016 04:28:24 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) client-ip=85.214.87.163; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@nifty.com; spf=pass (google.com: best guess record for domain of u-boot-bounces@lists.denx.de designates 85.214.87.163 as permitted sender) smtp.mailfrom=u-boot-bounces@lists.denx.de Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4A84DA76D8; Thu, 8 Sep 2016 13:25:57 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Y8QiWQC4izwF; Thu, 8 Sep 2016 13:25:57 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 67716A76F6; Thu, 8 Sep 2016 13:24:46 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A8E1CA7657 for ; Thu, 8 Sep 2016 11:47:10 +0200 (CEST) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hQsqVVCxebom for ; Thu, 8 Sep 2016 11:46:56 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from conuserg-07.nifty.com (conuserg-07.nifty.com [210.131.2.74]) by theia.denx.de (Postfix) with ESMTPS id 2F8D3A7640 for ; Thu, 8 Sep 2016 11:46:16 +0200 (CEST) Received: from beagle.diag.org (p14092-ipngnfx01kyoto.kyoto.ocn.ne.jp [153.142.97.92]) (authenticated) by conuserg-07.nifty.com with ESMTP id u889jVI7012111; Thu, 8 Sep 2016 18:45:32 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-07.nifty.com u889jVI7012111 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1473327932; bh=1xftYkuLbwpjE/ByZBtKxvxSELxkGvHj5j4CRAfu9B4=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=gmM3nx6tZ/Ygu0rDNFoUbdg6G1IL+J6oFC2XquOLB6nN/cJlKVnagjwNi4ZTdmwAc LRJppd//Rft+i1Yp9KpjdwI2Jj3T1YFrJLHbJ6yT3WVAlAi/JrS/bKTffEPpKrPLJ1 uXaTbnR6Bb6U+idT1nmjlvOdcX6ywisv/pJnF/nn+vdLd8m+QATZFuJSb9qoWzk4yE C0jbjBLrIEopUdSxtBbUdEvtP2//20v1COv2YfAppOAhGvTwn504z4VplJH8g0m7aI PjnOrtVs0mEWPzFaPlD4l3+1QNtURQs0ixDqJBL0zrNC5rgp3L/oO6+WzPhOJ0loi4 kpoPo/cpozn/g== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Thu, 8 Sep 2016 18:47:36 +0900 Message-Id: <1473328056-12555-2-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1473328056-12555-1-git-send-email-yamada.masahiro@socionext.com> References: <1473328056-12555-1-git-send-email-yamada.masahiro@socionext.com> Cc: Marek Vasut , Tom Rini Subject: [U-Boot] [PATCH 2/2] input: specify the default of I8042_KEYB in more correct manner X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.15 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Creating multiple entries of "config FOO" often gives us bad experiences. In this case, we should specify "default X86" as platforms that want this keyboard by default. Signed-off-by: Masahiro Yamada --- arch/x86/Kconfig | 3 --- drivers/input/Kconfig | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) -- 1.9.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 9207549..ac2d598 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -546,9 +546,6 @@ config I8254_TIMER Intel 8254 timer contains three counters which have fixed uses. Include this to have U-Boot set up the timer correctly. -config I8042_KEYB - default y - config SEABIOS bool "Support booting SeaBIOS" help diff --git a/drivers/input/Kconfig b/drivers/input/Kconfig index d560328..b3873c1 100644 --- a/drivers/input/Kconfig +++ b/drivers/input/Kconfig @@ -17,6 +17,7 @@ config CROS_EC_KEYB config I8042_KEYB bool "Enable Intel i8042 keyboard support" depends on DM_KEYBOARD + default X86 help This adds a driver for the i8042 keyboard controller, allowing the keyboard to be used on devices which support this controller. The