1. 9834b90 configs: Re-sync by Tom Rini · Mon Mar 13 13:48:42 2017 -0400
  2. 7328709 cmd, disk: convert CONFIG_PARTITION_UUIDS, CMD_PART and CMD_GPT by Patrick Delaunay · Fri Jan 27 11:00:42 2017 +0100
  3. 21d3bce disk: convert CONFIG_ISO_PARTITION to Kconfig by Patrick Delaunay · Fri Jan 27 11:00:38 2017 +0100
  4. f7e0772 disk: convert CONFIG_DOS_PARTITION to Kconfig by Patrick Delaunay · Fri Jan 27 11:00:37 2017 +0100
  5. 74f09b8 Sync defconfig files by savedefconfig by Masahiro Yamada · Wed Dec 07 22:10:25 2016 +0900
  6. 56a56c3 sunxi: Use the available Kconfig option for AHCI by Jelle van der Waa · Mon Oct 31 21:05:09 2016 +0100
  7. 9e0e277 sunxi: OLinuXino Lime A20 boards: Use 384 MHz DRAM clock by Josh Marshall · Fri Sep 30 15:19:58 2016 +1000
  8. 265c7da dfu: Migrate to Kconfig by Tom Rini · Mon Sep 19 13:31:30 2016 -0400
  9. 8f3c62d A20-OLinuXino-Lime2: Enable USB gadget support by Tom Rini · Mon Sep 19 10:03:32 2016 -0400
  10. 9b53833 Convert CONFIG_SPL_I2C_SUPPORT to Kconfig by Simon Glass · Mon Sep 12 23:18:40 2016 -0600
  11. ffe1976 Kconfig: Move SPL settings into their own file by Simon Glass · Mon Sep 12 23:18:22 2016 -0600
  12. 2c52640 sunxi: Enable a bunch of commands by default on sunxi by Hans de Goede · Sun May 15 13:51:58 2016 +0200
  13. 1d9ac83 configs: Re-sync with cmd/Kconfig by Tom Rini · Sun Apr 24 17:29:26 2016 -0400
  14. 0f2dcb9 configs: Re-sync almost all of cmd/Kconfig by Tom Rini · Fri Apr 22 16:41:25 2016 -0400
  15. f852e73 configs: Re-sync HUSH options by Tom Rini · Thu Apr 21 21:37:19 2016 -0400
  16. c951167 sunxi: Enable CMD_GPIO on all sunxi boards by Hans de Goede · Sun Apr 03 09:41:44 2016 +0200
  17. b2600e0 sunxi: Enable LDO3 and LDO4 at 2.8V on OLinuxIno Lime boards by Hans de Goede · Thu Mar 31 14:38:14 2016 +0200
  18. 8e6e440 sunxi: A20-OLinuXino-Lime2: Force 8211CL to master by Michael Haas · Fri Mar 25 18:22:52 2016 +0100
  19. 48a234a sunxi: Select CONFIG_OF_BOARD_SETUP from arch/arm/Kconfig by Hans de Goede · Tue Mar 22 22:51:52 2016 +0100
  20. e3ee2fb Kconfig: Move CONFIG_FIT and related options to Kconfig by Simon Glass · Mon Feb 22 22:55:43 2016 -0700
  21. 9cce88a sunxi: select SYS_NS16550 from Kconfig by Hans de Goede · Thu Dec 10 11:10:17 2015 +0100
  22. a6cec01 ns16550: move CONFIG_SYS_NS16550 to Kconfig by Thomas Chou · Thu Nov 19 21:48:14 2015 +0800
  23. 3a077cd common: add CMD_GPIO to Kconfig by Thomas Chou · Wed Nov 11 21:39:33 2015 +0800
  24. 70ce2c8 sunxi: Kconfig-ify CONFIG_AXP152_POWER and _AXP209_POWER by Hans de Goede · Wed Sep 30 15:12:30 2015 +0200
  25. 10e8717 sunxi: Update selects in arch/arm/Kconfig for DM conversions by Tom Rini · Tue Jun 30 16:51:15 2015 -0400
  26. 5a9d7f1 Move defaults from config_cmd_default.h to Kconfig by Joe Hershberger · Mon Jun 22 16:15:30 2015 -0500
  27. 17491a8 Move default y configs out of arch/board Kconfig by Joe Hershberger · Mon Jun 22 16:15:29 2015 -0500
  28. 7c44a39 sunxi: Select CONFIG_CMD_NET and CONFIG_CMD_SETEXPR by default by Hans de Goede · Wed Jun 03 20:08:37 2015 +0200
  29. 9c1c43c net: Move the CMD_NET config to defconfigs by Joe Hershberger · Fri May 29 19:46:35 2015 -0500
  30. add5589 Move setexpr to Kconfig by Joe Hershberger · Tue May 05 19:08:13 2015 -0500
  31. a274ded Clean all defconfigs with savedefconfig by Joe Hershberger · Tue May 12 14:46:24 2015 -0500
  32. 0391488 sunxi: Move all boards to the driver-model by Hans de Goede · Wed Apr 15 20:46:48 2015 +0200
  33. 58bf2c0 sunxi: dts: Add a CONFIG_DEFAULT_DEVICE_TREE setting to all sunxi boards by Hans de Goede · Sat Apr 18 23:32:23 2015 +0200
  34. 6e37874 Kconfig: Move CONFIG_DESIGNWARE_ETH to Kconfig by Simon Glass · Sun Apr 05 16:07:34 2015 -0600
  35. 227dbc6 sunxi: A20-OLinuXino-Lime2 USB0 VBUS detect and enable pins by Paul Kocialkowski · Sun Mar 29 11:19:48 2015 +0200
  36. ec9ea8c sunxi: A20-OLinuXino-Lime2 mmc0 card-detect pin by Paul Kocialkowski · Sun Mar 29 11:19:46 2015 +0200
  37. d5f8fee kconfig: remove meaningless prefixes in defconfig files by Masahiro Yamada · Thu Mar 12 13:24:39 2015 +0900
  38. 9e3fbdb sunxi: Remove CONFIG_TARGET_FOO for sun5i and sun7i boards by Hans de Goede · Sun Jan 25 12:15:14 2015 +0100
  39. 72a79d9 sunxi: Convert sun7i boards to use auto dram configuration by Hans de Goede · Wed Jan 21 20:26:03 2015 +0100
  40. 0ea187d sunxi: kconfig: Introduce CONFIG_TARGET_<BOARD> by Ian Campbell · Fri Oct 24 21:20:49 2014 +0100
  41. 4a24a1c sunxi: kconfig: Rename TARGET_SUN[45678]I to MACH_SUN[45678]I. by Ian Campbell · Fri Oct 24 21:20:45 2014 +0100
  42. d8e69e0 sunxi: kconfig: Add top-level ARCH_SUNXI by Ian Campbell · Fri Oct 24 21:20:44 2014 +0100
  43. 32e2b11 sun7i: Add support for Olimex A20-OLinuXino-LIME2 by Iain Paton · Sun Sep 28 14:18:42 2014 +0100