
The patch set is aimed to transferring several config options from the old config.h configuration style to the new Kconfig framework and also move some of the existing (in Kconfig) ones from config.h style to the defconfig style in the ti-omap land.
It is based on the 7d31c6a (Merge git://git.denx.de/u-boot-pxa) commit upstream.
Igor Grinberg (10): configs: remove remnants of CONFIG_SYS_NAND_QUIET_TEST Kconfig: fix typo in CONFIG_FIT description Kconfig: add CONFIG_BOOTDELAY Kconfig: add CONFIG_CMD_BOOTZ ti: omap3: config: remove 1 from boolean define ti: omap/am: move CONFIG_HUSH_PARSER to defconfig ti: omap/am: move CONFIG_CMD_BOOTZ to defconfig ti: omap/am: move CONFIG_CMD_NAND to defconfig ti: omap/am: move CONFIG_CMD_I2C to defconfig ti: omap/am: move CONFIG_BOOTDELAY to defconfig
Kconfig | 2 +- common/Kconfig | 23 +++++++++++++++++++++++ configs/am335x_baltos_defconfig | 6 ++++++ configs/am335x_evm_defconfig | 6 ++++++ configs/am335x_evm_nor_defconfig | 6 ++++++ configs/am335x_evm_norboot_defconfig | 5 +++++ configs/am335x_evm_spiboot_defconfig | 5 +++++ configs/am335x_evm_usbspl_defconfig | 6 ++++++ configs/am335x_gp_evm_defconfig | 4 ++++ configs/am335x_igep0033_defconfig | 6 ++++++ configs/am43xx_evm_defconfig | 6 ++++++ configs/am43xx_evm_ethboot_defconfig | 6 ++++++ configs/am43xx_evm_qspiboot_defconfig | 5 +++++ configs/am43xx_evm_usbhost_boot_defconfig | 6 ++++++ configs/beagle_x15_defconfig | 5 +++++ configs/birdland_bav335a_defconfig | 5 +++++ configs/birdland_bav335b_defconfig | 5 +++++ configs/cairo_defconfig | 6 ++++++ configs/cm_t335_defconfig | 6 ++++++ configs/cm_t35_defconfig | 8 +++++++- configs/cm_t43_defconfig | 8 +++++++- configs/cm_t54_defconfig | 5 +++++ configs/devkit8000_defconfig | 5 +++++ configs/dra72_evm_defconfig | 5 +++++ configs/dra7xx_evm_defconfig | 5 +++++ configs/dra7xx_evm_qspiboot_defconfig | 5 +++++ configs/dra7xx_evm_uart3_defconfig | 5 +++++ configs/draco_defconfig | 1 + configs/duovero_defconfig | 5 +++++ configs/igep0020_defconfig | 5 +++++ configs/igep0020_nand_defconfig | 6 ++++++ configs/igep0030_defconfig | 5 +++++ configs/igep0030_nand_defconfig | 6 ++++++ configs/igep0032_defconfig | 5 +++++ configs/k2e_evm_defconfig | 7 ++++++- configs/k2hk_evm_defconfig | 7 ++++++- configs/k2l_evm_defconfig | 7 ++++++- configs/omap3_beagle_defconfig | 6 ++++++ configs/omap3_overo_defconfig | 6 ++++++ configs/omap3_pandora_defconfig | 6 ++++++ configs/omap3_zoom1_defconfig | 6 ++++++ configs/omap4_panda_defconfig | 5 +++++ configs/omap4_sdp4430_defconfig | 5 +++++ configs/omap5_uevm_defconfig | 5 +++++ configs/pcm051_rev1_defconfig | 5 +++++ configs/pcm051_rev3_defconfig | 5 +++++ configs/pengwyn_defconfig | 6 ++++++ configs/pepper_defconfig | 5 +++++ configs/pxm2_defconfig | 1 + configs/rastaban_defconfig | 1 + configs/rut_defconfig | 1 + configs/thuban_defconfig | 1 + include/config_distro_defaults.h | 6 ++++++ include/configs/PMC440.h | 1 - include/configs/alpr.h | 1 - include/configs/cm_t35.h | 6 ------ include/configs/cm_t3517.h | 1 - include/configs/cm_t43.h | 1 - include/configs/cm_t54.h | 3 --- include/configs/devkit8000.h | 1 - include/configs/omap3_beagle.h | 1 - include/configs/omap3_cairo.h | 4 ---- include/configs/omap3_logic.h | 1 - include/configs/omap3_overo.h | 1 - include/configs/spear-common.h | 1 - include/configs/tao3530.h | 1 - include/configs/ti_armv7_common.h | 8 -------- include/configs/ti_armv7_omap.h | 1 - include/configs/ti_omap3_common.h | 2 +- include/configs/xpedite517x.h | 1 - include/configs/xpedite537x.h | 1 - include/configs/xpedite550x.h | 1 - 72 files changed, 284 insertions(+), 42 deletions(-)