UPSTREAM: Convert CONFIG_MTD_PARTITIONS et al to KconfigThis converts the following to Kconfig: CONFIG_MTD_PARTITIONS CONFIG_MTD_DEVICESigned-off-by: Adam Ford <aford173@gmail.com>Change-I
UPSTREAM: Convert CONFIG_MTD_PARTITIONS et al to KconfigThis converts the following to Kconfig: CONFIG_MTD_PARTITIONS CONFIG_MTD_DEVICESigned-off-by: Adam Ford <aford173@gmail.com>Change-Id: I90c45c7716965009c00d18a19f5491f19b1ab8b3Signed-off-by: Jon Lin <jon.lin@rock-chips.com>(cherry picked from commit 9c5b00973bceb7c0192bd6b03672d69b092700b4)
show more ...
include/configs: drop default definitions of CONFIG_SYS_PBSIZENow that the fallback value of CONFIG_SYS_PBSIZE ininclude/config_fallbacks.h has been adjusted, remove its definitionfrom a large nu
include/configs: drop default definitions of CONFIG_SYS_PBSIZENow that the fallback value of CONFIG_SYS_PBSIZE ininclude/config_fallbacks.h has been adjusted, remove its definitionfrom a large number of board configuration files.Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>Reviewed-by: Tom Rini <trini@konsulko.com>
Convert CONFIG_BCH to KconfigThis converts the following to Kconfig: CONFIG_BCHSigned-off-by: Adam Ford <aford173@gmail.com>Reviewed-by: Tom Rini <trini@konsulko.com>
common: Move CONFIG_BOOTARGS to KconfigAlso introduce CONFIG_USE_BOOTARGS option so we can control ifCONFIG_BOOTARGS defined at all.Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>[tri
common: Move CONFIG_BOOTARGS to KconfigAlso introduce CONFIG_USE_BOOTARGS option so we can control ifCONFIG_BOOTARGS defined at all.Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>[trini: Resync r8a779[56]_ulcb, various ls10xx targets]Signed-off-by: Tom Rini <trini@konsulko.com>
Convert CONFIG_CMD_PCI to KconfigThis converts the following to Kconfig: CONFIG_CMD_PCISigned-off-by: Simon Glass <sjg@chromium.org>Reviewed-by: Bin Meng <bmeng.cn@gmail.com>Reviewed-by: Phi
Convert CONFIG_CMD_PCI to KconfigThis converts the following to Kconfig: CONFIG_CMD_PCISigned-off-by: Simon Glass <sjg@chromium.org>Reviewed-by: Bin Meng <bmeng.cn@gmail.com>Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
configs: Finish migration of PHY_GIGEReviewed-by: Joe Hershberger <joe.hershberger@ni.com>Signed-off-by: Tom Rini <trini@konsulko.com>
Move PHYLIB to KconfigSigned-off-by: Alexandru Gagniuc <alex.g@adaptrum.com>Acked-by: Joe Hershberger <joe.hershberger@ni.com>
configs: Migrate CMD_NAND*Migrate all remaining instances of CMD_NAND, CMD_NAND_TRIMFFSCMD_NAND_LOCK_UNLOCK and CMD_NAND_TORTURE from the headers into thedefconfig files.Tested-by: Adam Ford <a
configs: Migrate CMD_NAND*Migrate all remaining instances of CMD_NAND, CMD_NAND_TRIMFFSCMD_NAND_LOCK_UNLOCK and CMD_NAND_TORTURE from the headers into thedefconfig files.Tested-by: Adam Ford <aford173@gmail.com>Signed-off-by: Tom Rini <trini@konsulko.com>Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Convert CONFIG_ENV_IS_IN_SPI_FLASH to KconfigThis converts the following to Kconfig: CONFIG_ENV_IS_IN_SPI_FLASHSigned-off-by: Simon Glass <sjg@chromium.org>
Convert CONFIG_ENV_IS_IN_EEPROM to KconfigThis converts the following to Kconfig: CONFIG_ENV_IS_IN_EEPROMSigned-off-by: Simon Glass <sjg@chromium.org>
Convert CONFIG_ENV_IS_IN_FLASH to KconfigThis converts the following to Kconfig: CONFIG_ENV_IS_IN_FLASHSigned-off-by: Simon Glass <sjg@chromium.org>
Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to KconfigThis converts the following to Kconfig: CONFIG_ENV_IS_IN_MMC CONFIG_ENV_IS_IN_NAND CONFIG_ENV_IS_IN_UBI CONFIG_ENV_IS_NOWHERE
Convert CONFIG_ENV_IS_IN_MMC/NAND/UBI and NOWHERE to KconfigThis converts the following to Kconfig: CONFIG_ENV_IS_IN_MMC CONFIG_ENV_IS_IN_NAND CONFIG_ENV_IS_IN_UBI CONFIG_ENV_IS_NOWHEREIn fact this already exists for sunxi as a 'choice' config. However notall the choices are available in Kconfig yet so we cannot use that. Itwould lead to more than one option being set.In addition, one purpose of this series is to allow the environment to bestored in more than one place. So the existing choice is converted to anormal config allowing each option to be set independently.There are not many opportunities for Kconfig updates to reduce the size ofthis patch. This was tested with ./tools/moveconfig.py -i CONFIG_ENV_IS_IN_MMCAnd then manual updates. This is because for CHAIN_OF_TRUST boards theycan only have ENV_IS_NOWHERE set, so we enforce that via Kconfig logicnow.Signed-off-by: Simon Glass <sjg@chromium.org>Signed-off-by: Tom Rini <trini@konsulko.com>
configs: Migrate RBTREE, LZO, CMD_MTDPARTS, CMD_UBI and CMD_UBIFSThe above CONFIG options are in Kconfig, and now have correct depends andinter-dependencies. Migrate these to configs/ from includ
configs: Migrate RBTREE, LZO, CMD_MTDPARTS, CMD_UBI and CMD_UBIFSThe above CONFIG options are in Kconfig, and now have correct depends andinter-dependencies. Migrate these to configs/ from include/configs/. In thecase of CMD_UBIFS also change it to be a default y if CMD_UBI.Signed-off-by: Tom Rini <trini@konsulko.com>
Convert CONFIG_CMD_JFFS2 to KconfigThis converts the following to Kconfig: CONFIG_CMD_JFFS2Signed-off-by: Simon Glass <sjg@chromium.org>
Convert CONFIG_CMD_IMMAP to KconfigThis converts the following to Kconfig: CONFIG_CMD_IMMAPAlso move this command out of the cmd/ directory since it isPowerPC-specific.Signed-off-by: Simon
Convert CONFIG_CMD_IMMAP to KconfigThis converts the following to Kconfig: CONFIG_CMD_IMMAPAlso move this command out of the cmd/ directory since it isPowerPC-specific.Signed-off-by: Simon Glass <sjg@chromium.org>
Convert CONFIG_CMD_ERRATA to KconfigThis converts the following to Kconfig: CONFIG_CMD_ERRATASigned-off-by: Simon Glass <sjg@chromium.org>Reviewed-by: Tom Rini <trini@konsulko.com>
Convert CONFIG_CMD_EEPROM et al to KconfigThis converts the following to Kconfig: CONFIG_CMD_EEPROM CONFIG_CMD_EEPROM_LAYOUT CONFIG_EEPROM_LAYOUT_HELP_STRINGSigned-off-by: Simon Glass <s
Convert CONFIG_CMD_EEPROM et al to KconfigThis converts the following to Kconfig: CONFIG_CMD_EEPROM CONFIG_CMD_EEPROM_LAYOUT CONFIG_EEPROM_LAYOUT_HELP_STRINGSigned-off-by: Simon Glass <sjg@chromium.org>Reviewed-by: Tom Rini <trini@konsulko.com>[trini: Rework Kconfig logic slightly, define EEPROM location on TI evalplatforms]Signed-off-by: Tom Rini <trini@konsulko.com>
Drop digital thermometer and thermostat (DTT) driversThis subsystem is quite old. It has been replaced with a driver-modelversion (UCLASS_THERMAL). Boards are free to convert to that if required,
Drop digital thermometer and thermostat (DTT) driversThis subsystem is quite old. It has been replaced with a driver-modelversion (UCLASS_THERMAL). Boards are free to convert to that if required,but here is a removal patch that could be applied in the meantime.Signed-off-by: Simon Glass <sjg@chromium.org>Reviewed-by: Heiko Schocher <hs@denx.de>Reviewed-by: Tom Rini <trini@konsulko.com>
Convert CONFIG_CMD_DIAG to KconfigThis converts the following to Kconfig: CONFIG_CMD_DIAGSigned-off-by: Simon Glass <sjg@chromium.org>[trini: imply CMD_DIAG on some keymile configs]Signed-of
Convert CONFIG_CMD_DIAG to KconfigThis converts the following to Kconfig: CONFIG_CMD_DIAGSigned-off-by: Simon Glass <sjg@chromium.org>[trini: imply CMD_DIAG on some keymile configs]Signed-off-by: Tom Rini <trini@konsulko.com>
Kconfig: Drop CONFIG_CMD_DEFAULTENV_VARSThis option does not exist in U-Boot. Drop it.Signed-off-by: Simon Glass <sjg@chromium.org>
fs: Convert CONFIG_CMD_CRAMFS to KconfigThis converts the following to Kconfig: CONFIG_CMD_CRAMFSSigned-off-by: Simon Glass <sjg@chromium.org>[trini: imply CMD_CRAMFS for keymile]Signed-off-
fs: Convert CONFIG_CMD_CRAMFS to KconfigThis converts the following to Kconfig: CONFIG_CMD_CRAMFSSigned-off-by: Simon Glass <sjg@chromium.org>[trini: imply CMD_CRAMFS for keymile]Signed-off-by: Tom Rini <trini@konsulko.com>
Kconfig: Migrate CONFIG_BAUDRATEMove this in to Kconfig with a default of 115200.Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>[trini: Run moveconfig.py, reword commit sl
Kconfig: Migrate CONFIG_BAUDRATEMove this in to Kconfig with a default of 115200.Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>[trini: Run moveconfig.py, reword commit slightly]Signed-off-by: Tom Rini <trini@konsulko.com>
flash: complete CONFIG_SYS_NO_FLASH move with renamingWe repeated partial moves for CONFIG_SYS_NO_FLASH, but this isnot completed. Finish this work by the tool.During this move, let's rename it
flash: complete CONFIG_SYS_NO_FLASH move with renamingWe repeated partial moves for CONFIG_SYS_NO_FLASH, but this isnot completed. Finish this work by the tool.During this move, let's rename it to CONFIG_MTD_NOR_FLASH.Actually, we have more instances of "#ifndef CONFIG_SYS_NO_FLASH"than those of "#ifdef CONFIG_SYS_NO_FLASH". Flipping the logic willmake the code more readable. Besides, negative meaning symbols donot fit in obj-$(CONFIG_...) style Makefiles.This commit was created as follows:[1] Edit "default n" to "default y" in the config entry in common/Kconfig.[2] Run "tools/moveconfig.py -y -r HEAD SYS_NO_FLASH"[3] Rename the instances in defconfigs by the following: find . -path './configs/*_defconfig' | xargs sed -i \ -e '/CONFIG_SYS_NO_FLASH=y/d' \ -e 's/# CONFIG_SYS_NO_FLASH is not set/CONFIG_MTD_NOR_FLASH=y/'[4] Change the conditionals by the following: find . -name '*.[ch]' | xargs sed -i \ -e 's/ifndef CONFIG_SYS_NO_FLASH/ifdef CONFIG_MTD_NOR_FLASH/' \ -e 's/ifdef CONFIG_SYS_NO_FLASH/ifndef CONFIG_MTD_NOR_FLASH/' \ -e 's/!defined(CONFIG_SYS_NO_FLASH)/defined(CONFIG_MTD_NOR_FLASH)/' \ -e 's/defined(CONFIG_SYS_NO_FLASH)/!defined(CONFIG_MTD_NOR_FLASH)/'[5] Modify the following manually - Rename the rest of instances - Remove the description from README - Create the new Kconfig entry in drivers/mtd/Kconfig - Remove the old Kconfig entry from common/Kconfig - Remove the garbage comments from include/configs/*.hSigned-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Merge git://git.denx.de/u-boot-fsl-qoriqSigned-off-by: Tom Rini <trini@konsulko.com>Conflicts: configs/ls1046aqds_defconfig configs/ls1046aqds_nand_defconfig configs/ls1046aqds_qspi_defconfig
Merge git://git.denx.de/u-boot-fsl-qoriqSigned-off-by: Tom Rini <trini@konsulko.com>Conflicts: configs/ls1046aqds_defconfig configs/ls1046aqds_nand_defconfig configs/ls1046aqds_qspi_defconfig configs/ls1046aqds_sdcard_ifc_defconfig configs/ls1046aqds_sdcard_qspi_defconfig configs/ls1046ardb_emmc_defconfig configs/ls1046ardb_qspi_defconfig configs/ls1046ardb_sdcard_defconfig
arch: powerpc: Move CONFIG_FSL_ELBC to KconfigEnable ELBC from Kconfig.Signed-off-by: Prabhakar Kushwaha <prabhakar.kushwaha@nxp.com>Reviewed-by: York Sun <york.sun@nxp.com>
12345678