1. 72cc538 Rename CONFIG_SYS_TEXT_BASE to CONFIG_TEXT_BASE by Simon Glass · 2 years, 1 month ago
  2. bbdda118c configs: Resync with savedefconfig by Tom Rini · 2 years, 1 month ago
  3. ae17fa3 Convert CONFIG_SYS_CBSIZE to Kconfig by Tom Rini · 2 years, 7 months ago
  4. cbfa139 Convert CONFIG_SYS_PBSIZE to Kconfig by Tom Rini · 2 years, 7 months ago
  5. 324cf14 Kconfig: Change SYS_MALLOC_F_LEN default to 0x2000 by Tom Rini · 2 years, 8 months ago
  6. 9ec2587 at91: Switch to SD_BOOT / CONFIG_NAND_BOOT by Tom Rini · 2 years, 8 months ago
  7. e09aab1 Convert CONFIG_RMII to Kconfig by Tom Rini · 2 years, 8 months ago
  8. e18c355 Convert CONFIG_AT91SAM9260 et al to Kconfig by Tom Rini · 2 years, 9 months ago
  9. 26011a3 Convert CONFIG_NET_RETRY_COUNT to Kconfig by Tom Rini · 2 years, 9 months ago
  10. 1c47c4a Convert CONFIG_BOOTP_MAY_FAIL et al to Kconfig by Tom Rini · 2 years, 9 months ago
  11. 650378b Convert CONFIG_MACB to Kconfig by Tom Rini · 3 years, 1 month ago
  12. e25a03a configs: Resync with savedefconfig by Tom Rini · 3 years, 1 month ago
  13. e065fb1 Convert CONFIG_SYS_MALLOC_LEN to Kconfig by Tom Rini · 3 years, 3 months ago
  14. e1e8544 Convert CONFIG_SKIP_LOWLEVEL_INIT et al to Kconfig by Tom Rini · 3 years, 3 months ago
  15. 0997ee0 Convert CONFIG_SYS_LOAD_ADDR to Kconfig by Tom Rini · 3 years, 3 months ago
  16. f92b6fa configs: Resync with savedefconfig by Tom Rini · 4 years, 2 months ago
  17. 2e262c4 configs: Resync with savedefconfig by Tom Rini · 4 years, 4 months ago
  18. 8461027 configs: Resync with savedefconfig by Tom Rini · 4 years, 4 months ago
  19. f6e6e1a configs: Resync with savedefconfig by Tom Rini · 4 years, 10 months ago
  20. e799f92 configs: Resync with savedefconfig by Tom Rini · 5 years ago
  21. 72d7b8b mtd: ensure MTD/the raw NAND core are compiled when there is a NAND flash by Miquel Raynal · 5 years ago
  22. d093536 mtd: rename CONFIG_NAND -> CONFIG_MTD_RAW_NAND by Miquel Raynal · 5 years ago
  23. ca63e71 env: Add CONFIG_SYS_RELOC_GD_ENV_ADDR symbol by Tom Rini · 5 years ago
  24. ecdb78e configs: Resync with savedefconfig by Tom Rini · 5 years ago
  25. 23b37f9 mtd: nand: raw: Move CONFIG_SYS_NAND_USE_FLASH_BBT to Kconfig by Stefan Roese · 5 years ago
  26. d36b102 Convert CONFIG_ARCH_CPU_INIT to Kconfig by Adam Ford · 5 years ago
  27. 4be229d Convert CONFIG_USE_PREBOOT and CONFIG_PREBOOT to Kconfig by Simon Glass · 5 years ago
  28. 7bd60e6 at91, omap2plus: configs: migrate CONFIG_ENV_ to defconfigs by Markus Klotzbuecher · 6 years ago
  29. 7406032 configs: Resync with savedefconfig by Tom Rini · 6 years ago
  30. 1054176 Convert CONFIG_MISC_INIT_R to Kconfig by Adam Ford · 6 years ago
  31. f226038 configs: Migrate CONFIG_NR_DRAM_BANKS by Tom Rini · 6 years ago
  32. 9c51918 Convert CONFIG_NAND_ATMEL to Kconfig by Adam Ford · 6 years ago
  33. 4e96ff8 Convert CONFIG_SPI to Kconfig by Adam Ford · 7 years ago
  34. e8f8d67 configs: Resync with savedefconfig by Tom Rini · 7 years ago
  35. 1d831b6 spi: atmel: default y if DM_SPI && ARCH_AT91 by Jagan Teki · 7 years ago
  36. 58dbf86 Convert CONFIG_BOOTP_BOOTPATH et al to Kconfig by Adam Ford · 7 years ago
  37. 07edfae configs: Migrate CONFIG_SYS_TEXT_BASE by Tom Rini · 7 years ago
  38. 5ca16b3 cmd: Make CONFIG_CMD_FPGA depend on CONFIG_FPGA by Tuomas Tynkkynen · 7 years ago
  39. 28d56bd cmd: Toggle the default value of CONFIG_CMD_IMLS by Tuomas Tynkkynen · 7 years ago
  40. 5b0b040 configs: Resync with savedefconfig by Tom Rini · 7 years ago
  41. 78873cd configs: Resync with savedefconfig by Tom Rini · 7 years ago
  42. cc2eca0 board: meesc: Update to support DT and DM by Wenyou.Yang@microchip.com · 7 years ago
  43. 00448d2 configs: Migrate CMD_NAND* by Tom Rini · 7 years ago
  44. 73c18b4 Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to Kconfig by Simon Glass · 7 years ago
  45. 9834b90 configs: Re-sync by Tom Rini · 8 years ago
  46. 7a99a87 Convert CONFIG_BOARD_EARLY_INIT_F to Kconfig by Simon Glass · 8 years ago
  47. a5ed4be mmc: complete unfinished move of CONFIG_MMC by Masahiro Yamada · 8 years ago
  48. 0b368b1 common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig option by Heiko Schocher · 8 years ago
  49. 1d9ac83 configs: Re-sync with cmd/Kconfig by Tom Rini · 9 years ago
  50. 0f2dcb9 configs: Re-sync almost all of cmd/Kconfig by Tom Rini · 9 years ago
  51. f852e73 configs: Re-sync HUSH options by Tom Rini · 9 years ago
  52. e3ee2fb Kconfig: Move CONFIG_FIT and related options to Kconfig by Simon Glass · 9 years ago
  53. a66c541 Move CONFIG_OF_LIBFDT to Kconfig by Simon Glass · 9 years ago
  54. 5a9d7f1 Move defaults from config_cmd_default.h to Kconfig by Joe Hershberger · 9 years ago
  55. 9c1c43c net: Move the CMD_NET config to defconfigs by Joe Hershberger · 10 years ago
  56. a274ded Clean all defconfigs with savedefconfig by Joe Hershberger · 10 years ago
  57. af908ee ARM: at91: move board select menu and common settings by Masahiro Yamada · 10 years ago
  58. d3ae678 kconfig: add board Kconfig and defconfig files by Masahiro Yamada · 10 years ago