From patchwork Thu Sep 8 09:47:35 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 75769 Delivered-To: patch@linaro.org Received: by 10.140.106.11 with SMTP id d11csp791206qgf; Thu, 8 Sep 2016 04:28:37 -0700 (PDT) X-Received: by 10.194.179.163 with SMTP id dh3mr44101158wjc.73.1473334117664; Thu, 08 Sep 2016 04:28:37 -0700 (PDT) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id bu7si40292287wjc.65.2016.09.08.04.28.37; Thu, 08 Sep 2016 04:28:37 -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 4CB92A75E6; Thu, 8 Sep 2016 13:26:01 +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 F-UHKZk3OO2x; Thu, 8 Sep 2016 13:26:01 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 7101AA7706; Thu, 8 Sep 2016 13:24:53 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 8E69EA7640 for ; Thu, 8 Sep 2016 11:47:20 +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 yegU9V5Ixfvh for ; Thu, 8 Sep 2016 11:46:55 +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 B51DCA763F 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 u889jVI6012111; Thu, 8 Sep 2016 18:45:31 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-07.nifty.com u889jVI6012111 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1473327932; bh=sbHa3B7ol+qtBuWPq74ifW0GREVnm7i165QQ6Sxd6hI=; h=From:To:Cc:Subject:Date:From; b=dMhFOlEXqB5jmZISIof9cKrj4MpX1G/NRLjmBC7G9GWERp9fRzgT4ACGOThPxew3W RNwrbn9BP4oiZKIurh3YMkfZ1EyKFOHkStWPfUCNhYnc73T+b4+wyuf6W+olX/bHD4 V32tXCpIm96PXaQwEVOK9Ej/0PsXwimOjG6MXjaDnx4iuxqfO7SPTKY7qBZDUOFSoO MMK/oeZVQgqC95XCadYy6d+zVTV3FRq3rhJ0jIB96T9jygBMeDDDajX2QwN5UQjvG7 ynUu84E3XlBTOvJzZCwmsQHOFTknmuJkI/2GL5Pd5K2rYRPofsMfpVvW4MiLICJ2zI V0arbjy59HT8g== X-Nifty-SrcIP: [153.142.97.92] From: Masahiro Yamada To: u-boot@lists.denx.de Date: Thu, 8 Sep 2016 18:47:35 +0900 Message-Id: <1473328056-12555-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 1.9.1 Cc: Tom Rini , "angelo@sysam.it" , Chris Zankel Subject: [U-Boot] [PATCH 1/2] sandbox, x86: select DM_KEYBOARD instead of default y entry 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" Once we migrate to DM-based drivers, we cannot go back to legacy ones, i.e. config options like DM_* are not user-configurable. Make SANDBOX and X86 select DM_KEYBOARD like other platforms do. Signed-off-by: Masahiro Yamada --- arch/Kconfig | 2 ++ arch/sandbox/Kconfig | 3 --- arch/x86/Kconfig | 3 --- 3 files changed, 2 insertions(+), 6 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/Kconfig b/arch/Kconfig index d718a68..ffc7b45 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -62,6 +62,7 @@ config SANDBOX bool "Sandbox" select SUPPORT_OF_CONTROL select DM + select DM_KEYBOARD select DM_SPI_FLASH select DM_SERIAL select DM_I2C @@ -83,6 +84,7 @@ config X86 select HAVE_PRIVATE_LIBGCC select SUPPORT_OF_CONTROL select DM + select DM_KEYBOARD select DM_SERIAL select DM_GPIO select DM_SPI diff --git a/arch/sandbox/Kconfig b/arch/sandbox/Kconfig index d4c1ee0..c931c0b 100644 --- a/arch/sandbox/Kconfig +++ b/arch/sandbox/Kconfig @@ -25,7 +25,4 @@ config PCI used on some devices to allow the CPU to communicate with its peripherals. -config DM_KEYBOARD - default y - endmenu diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 5193ee7..9207549 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -549,9 +549,6 @@ config I8254_TIMER config I8042_KEYB default y -config DM_KEYBOARD - default y - config SEABIOS bool "Support booting SeaBIOS" help