All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] kconfig resync with Linux 4.10
@ 2017-02-11  3:39 Masahiro Yamada
  2017-02-11  3:39 ` [U-Boot] [PATCH 1/2] kconfig: re-sync " Masahiro Yamada
  2017-02-11  3:39 ` [U-Boot] [PATCH 2/2] i2c: sandbox: remove code snippet from Kconfig help Masahiro Yamada
  0 siblings, 2 replies; 6+ messages in thread
From: Masahiro Yamada @ 2017-02-11  3:39 UTC (permalink / raw)
  To: 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-02-13 12:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-11  3:39 [U-Boot] [PATCH 0/2] kconfig resync with Linux 4.10 Masahiro Yamada
2017-02-11  3:39 ` [U-Boot] [PATCH 1/2] kconfig: re-sync " Masahiro Yamada
2017-02-13 12:19   ` Tom Rini
2017-02-11  3:39 ` [U-Boot] [PATCH 2/2] i2c: sandbox: remove code snippet from Kconfig help Masahiro Yamada
2017-02-13  7:57   ` Heiko Schocher
2017-02-13 12:19   ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.