From patchwork Sat Feb 11 03:39:53 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Masahiro Yamada X-Patchwork-Id: 93813 Delivered-To: patch@linaro.org Received: by 10.140.20.99 with SMTP id 90csp168606qgi; Fri, 10 Feb 2017 19:40:59 -0800 (PST) X-Received: by 10.28.109.218 with SMTP id b87mr9613414wmi.52.1486784459121; Fri, 10 Feb 2017 19:40:59 -0800 (PST) Return-Path: Received: from theia.denx.de (theia.denx.de. [85.214.87.163]) by mx.google.com with ESMTP id u27si4616121wru.142.2017.02.10.19.40.58; Fri, 10 Feb 2017 19:40:59 -0800 (PST) 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 B96164B65C; Sat, 11 Feb 2017 04:40:56 +0100 (CET) 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 mJGV-wETyGRM; Sat, 11 Feb 2017 04:40:56 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 365B94B64E; Sat, 11 Feb 2017 04:40:56 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id B73E24B656 for ; Sat, 11 Feb 2017 04:40:37 +0100 (CET) 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 88UmthsEa0hI for ; Sat, 11 Feb 2017 04:40:37 +0100 (CET) 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-11.nifty.com (conuserg-11.nifty.com [210.131.2.78]) by theia.denx.de (Postfix) with ESMTPS id 09FA54B64C for ; Sat, 11 Feb 2017 04:40:35 +0100 (CET) Received: from grover.sesame (FL1-111-169-71-157.osk.mesh.ad.jp [111.169.71.157]) (authenticated) by conuserg-11.nifty.com with ESMTP id v1B3dvE0016777; Sat, 11 Feb 2017 12:40:01 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conuserg-11.nifty.com v1B3dvE0016777 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1486784401; bh=8pdbm9ilr6uFEfMFzeh6xuaU7xnrGECw7R5LRA1Pqjk=; h=From:To:Cc:Subject:Date:From; b=2qvKoZysP2vF8oAtBcf8TAGmqOrBGt3qZO1dJAicIbemumHduLZJBOz+wD1QYYWTG L8jUUpT6wNqf41pe/yA0Oay9S8UdPsCCDzYA5PNulfgZ9bDulBxey4tkEV6VIo2Wbq dSPTxL/hsssm6Vq3eWUpEhtnSPABND0od/WhY5RoXtTxaN/Ix1gEacCVFr11959meJ zhlBRkX5oCLQ4GD73FPJrGZna4WxtxcN/uaRcmUJXB+mBliiVGIVfNPXkbr3xrT0OD Vg/ahGsLhSmHEhTJB3fls64ggz3Nop6cZmq53ajsbtn/AgTjLa4aePetqr1+lYAX5h +gKGlOg1IXnsQ== X-Nifty-SrcIP: [111.169.71.157] From: Masahiro Yamada To: Tom Rini , u-boot@lists.denx.de Date: Sat, 11 Feb 2017 12:39:53 +0900 Message-Id: <1486784395-19609-1-git-send-email-yamada.masahiro@socionext.com> X-Mailer: git-send-email 2.7.4 Subject: [U-Boot] [PATCH 0/2] kconfig resync with Linux 4.10 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" I tested the new keyword "imply", and it worked. Masahiro Yamada (2): kconfig: re-sync with Linux 4.10 i2c: sandbox: remove code snippet from Kconfig help drivers/i2c/Kconfig | 23 +- scripts/kconfig/Makefile | 92 +- scripts/kconfig/conf.c | 7 +- scripts/kconfig/confdata.c | 19 +- scripts/kconfig/expr.c | 278 +++--- scripts/kconfig/expr.h | 6 +- scripts/kconfig/menu.c | 57 +- scripts/kconfig/merge_config.sh | 22 +- scripts/kconfig/nconf.c | 2 + scripts/kconfig/nconf.gui.c | 15 +- scripts/kconfig/qconf.cc | 705 ++++++++------- scripts/kconfig/qconf.h | 150 ++-- scripts/kconfig/streamline_config.pl | 46 +- scripts/kconfig/symbol.c | 90 +- scripts/kconfig/zconf.gperf | 2 + scripts/kconfig/zconf.hash.c_shipped | 68 +- scripts/kconfig/zconf.l | 21 +- scripts/kconfig/zconf.lex.c_shipped | 333 ++++--- scripts/kconfig/zconf.tab.c_shipped | 1631 ++++++++++++++++------------------ scripts/kconfig/zconf.y | 25 +- 20 files changed, 1931 insertions(+), 1661 deletions(-) -- 2.7.4 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot