arm: Clean up MACH_TYPE_xxx usage after re-sync of mach-typesWith the latest mach-types values we have many instances where we nolonger need to define a value and a few cases where the name (but n
arm: Clean up MACH_TYPE_xxx usage after re-sync of mach-typesWith the latest mach-types values we have many instances where we nolonger need to define a value and a few cases where the name (but notvalue) have changed slightly.Signed-off-by: Tom Rini <trini@konsulko.com>
show more ...
disk: convert CONFIG_DOS_PARTITION to KconfigSigned-off-by: Patrick Delaunay <patrick.delaunay@st.com>Signed-off-by: Patrick Delaunay <patrick.delaunay73@gmail.com>
Convert CONFIG_ARCH_MISC_INIT to KconfigThis converts the following to Kconfig: CONFIG_ARCH_MISC_INITSigned-off-by: Simon Glass <sjg@chromium.org>
Convert CONFIG_BOARD_EARLY_INIT_F to KconfigThis converts the following to Kconfig: CONFIG_BOARD_EARLY_INIT_FSigned-off-by: Simon Glass <sjg@chromium.org>
config: Move CONFIG_BOARD_LATE_INIT to defconfigsCc: Tom Rini <trini@konsulko.com>Signed-off-by: Jagan Teki <jagan@openedev.com>
ddr: fsl: Merge macro CONFIG_NUM_DDR_CONTROLLERS and CONFIG_SYS_NUM_DDR_CTRLSThese two macros are used for the same thing, the total number of DDRcontrollers for a given SoC. Use SYS_NUM_DDR_CTRLS
ddr: fsl: Merge macro CONFIG_NUM_DDR_CONTROLLERS and CONFIG_SYS_NUM_DDR_CTRLSThese two macros are used for the same thing, the total number of DDRcontrollers for a given SoC. Use SYS_NUM_DDR_CTRLS in Kconfig andmerge existing usage.Signed-off-by: York Sun <york.sun@nxp.com>
fsl_ddr: Move DDR config options to driver KconfigCreate driver/ddr/fsl/Kconfig and move existing options. Clean upexisting macros.Signed-off-by: York Sun <york.sun@nxp.com>[trini: Migrate sbc8
fsl_ddr: Move DDR config options to driver KconfigCreate driver/ddr/fsl/Kconfig and move existing options. Clean upexisting macros.Signed-off-by: York Sun <york.sun@nxp.com>[trini: Migrate sbc8641d, xpedite537x and MPC8536DS, run a moveconfig.py -s]Signed-off-by: Tom Rini <trini@konsulko.com>
powerpc: E500: Move CONFIG_E500 and CONFIG_E500MC to KconfigUse Kconfig option for E500 and E500MC macros.Signed-off-by: York Sun <york.sun@nxp.com>
powerpc: mpc85xx: Move CONFIG_FSL_LAW to KconfigSome header files have this macro defined conditionally andredefined unconditionally. Remove all existing definitions.Signed-off-by: York Sun <yor
powerpc: mpc85xx: Move CONFIG_FSL_LAW to KconfigSome header files have this macro defined conditionally andredefined unconditionally. Remove all existing definitions.Signed-off-by: York Sun <york.sun@nxp.com>
powerpc: P2041: Remove macro CONFIG_PPC_P2041Replace CONFIG_PPC_P2041 with ARCH_P2041 in Kconfig and clean upexisting macros.Signed-off-by: York Sun <york.sun@nxp.com>
pci: Move CONFIG_PCI_PNP to KconfigIntroduce CONFIG_PCI_PNP in Kconfig and move over boards' defconfigto use that.Signed-off-by: Bin Meng <bmeng.cn@gmail.com>Reviewed-by: Tom Rini <trini@konsul
pci: Move CONFIG_PCI_PNP to KconfigIntroduce CONFIG_PCI_PNP in Kconfig and move over boards' defconfigto use that.Signed-off-by: Bin Meng <bmeng.cn@gmail.com>Reviewed-by: Tom Rini <trini@konsulko.com>[trini: Re-generate configs and include/configs/ changes]Signed-off-by: Tom Rini <trini@konsulko.com>
drivers/pci/Kconfig: Add PCIAdd 'PCI' as a menu option and migrate all existing users.Signed-off-by: Tom Rini <trini@konsulko.com>Acked-by: Stephen Warren <swarren@nvidia.com>
video: Drop CONFIG_CONSOLE_INFO_QUIETThis is not used in U-Boot. Drop it.Signed-off-by: Simon Glass <sjg@chromium.org>Reviewed-by: Tom Rini <trini@konsulko.com>
common: Add DISPLAY_BOARDINFOCreate a Kconfig entry for DISPLAY_BOARDINFO and make it be the defaultin certain architectures. Migrate all config files.Signed-off-by: Lokesh Vutla <lokeshvutla@t
common: Add DISPLAY_BOARDINFOCreate a Kconfig entry for DISPLAY_BOARDINFO and make it be the defaultin certain architectures. Migrate all config files.Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>Signed-off-by: Tom Rini <trini@konsulko.com>
common/Kconfig: Add DISPLAY_CPUINFOCreate a Kconfig entry for DISPLAY_CPUINFO and make it be the defaultin certain architectures. Migrate all config files.Signed-off-by: Lokesh Vutla <lokeshvut
common/Kconfig: Add DISPLAY_CPUINFOCreate a Kconfig entry for DISPLAY_CPUINFO and make it be the defaultin certain architectures. Migrate all config files.Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>Signed-off-by: Tom Rini <trini@konsulko.com>
kconfig: introduce kconfig for UBImove the UBI config options into Kconfig.Signed-off-by: Heiko Schocher <hs@denx.de>Reviewed-by: Simon Glass <sjg@chromium.org>Reviewed-by: Andrew F. Davis <afd
kconfig: introduce kconfig for UBImove the UBI config options into Kconfig.Signed-off-by: Heiko Schocher <hs@denx.de>Reviewed-by: Simon Glass <sjg@chromium.org>Reviewed-by: Andrew F. Davis <afd@ti.com>Reviewed by: Evgeni Dobrev <evgeni at studio-punkt.com>
common, kconfig: move VERSION_VARIABLE to Kconfigmove VERSION_VARIABLE from board config file into aKconfig option.Signed-off-by: Heiko Schocher <hs@denx.de>
treewide: move CONFIG_PHYS_64BIT to KconfigWe need to ensure that CONFIG_PHYS_64BIT is configured via Kconfig sothat it is always available to the build system. Otherwise we can runinto cases wh
treewide: move CONFIG_PHYS_64BIT to KconfigWe need to ensure that CONFIG_PHYS_64BIT is configured via Kconfig sothat it is always available to the build system. Otherwise we can runinto cases where we have inconsistent sizes of certain attributes.Ravi Babu reported offset mismatch of struct dwc3 across files sincecommit 95ebc253e6d4 ("types.h: move and redefine resource_size_t").Since the commit, resource_addr_t points to phys_addr_t, whose sizeis dependent on CONFIG_PHYS_64BIT for ARM architecture.I tried my best to use "select" where possible (for example, ARMv8architecture) because I think this kind of option is generally user-unconfigurable. However, I see some of PowerPC boards have 36BITdefconfigs as well as 32BIT ones. I moved CONFIG_PHYS_64BIT to thedefconfigs for such boards.CONFIG_36BIT is no longer referenced, so all of the defines wereremoved from CONFIG_SYS_EXTRA_OPTIONS.Fixes: 95ebc253e6d4 ("types.h: move and redefine resource_size_t")Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>Reported-by: Ravi Babu <ravibabu@ti.com>Acked-by: Stefan Roese <sr@denx.de>Reviewed-by: Tom Rini <trini@konsulko.com>Reviewed-by: York Sun <york.sun@nxp.com>
powerpc: mpc85xx: kmp204x: Fix compiling error for usb errataCommit 9262367 moves USB errata workaround into a C file. Thiscauses compiling error for kmcoge4 and kmlion1. To enable theerrata work
powerpc: mpc85xx: kmp204x: Fix compiling error for usb errataCommit 9262367 moves USB errata workaround into a C file. Thiscauses compiling error for kmcoge4 and kmlion1. To enable theerrata workaround, define CONFIG_USB_EHCI_FSL in common header.Signed-off-by: York Sun <york.sun@nxp.com>Cc: Marek Vasut <marex@denx.de>Cc: Ed Swarthout <Ed.Swarthout@nxp.com>Cc: Sriram Dash <sriram.dash@nxp.com>Fixes: 92623672f9d3 ("fsl: usb: make errata function common for PPC and ARM")
common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig optionmove CONFIG_BOOTDELAY into a Kconfig option. Used for thispurpose the moveconfig.py tool in tools.Signed-off-by: Heiko Schocher <hs@
common: bootdelay: move CONFIG_BOOTDELAY into a Kconfig optionmove CONFIG_BOOTDELAY into a Kconfig option. Used for thispurpose the moveconfig.py tool in tools.Signed-off-by: Heiko Schocher <hs@denx.de>Reviewed-by: Tom Rini <trini@konsulko.com>Acked-by: Viresh Kumar <viresh.kumar@linaro.org>Acked-by: Igor Grinberg <grinberg@compulab.co.il>
include/configs: Numerous typo fixes: "controler" -> "controller".Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
configs: Re-sync with cmd/KconfigUpdate the config.h and defconfig files for the commands that 8e3c036converted over to KconfigSigned-off-by: Tom Rini <trini@konsulko.com>
configs: Re-sync almost all of cmd/KconfigThis syncs up the current cmd/Kconfig and include/configs/ files with theonly exception being CMD_NAND. Due to how we have used this historicallywe need
configs: Re-sync almost all of cmd/KconfigThis syncs up the current cmd/Kconfig and include/configs/ files with theonly exception being CMD_NAND. Due to how we have used this historicallywe need to take further care here when converting.Signed-off-by: Tom Rini <trini@konsulko.com>
configs: Re-sync HUSH optionsMove all cases of CONFIG_SYS_HUSH_PARSER out of the config.h files. Removeall cases of CONFIG_SYS_PROMPT_HUSH_PS2 as everyone uses the default.Signed-off-by: Tom Ri
configs: Re-sync HUSH optionsMove all cases of CONFIG_SYS_HUSH_PARSER out of the config.h files. Removeall cases of CONFIG_SYS_PROMPT_HUSH_PS2 as everyone uses the default.Signed-off-by: Tom Rini <trini@konsulko.com>
Merge git://git.denx.de/u-boot-dm
12345678