]> git.dujemihanovic.xyz Git - u-boot.git/commit
Kconfig: Centralize prompting for SYS_CONFIG_NAME
authorTom Rini <trini@konsulko.com>
Mon, 22 Jan 2024 22:39:20 +0000 (17:39 -0500)
committerTom Rini <trini@konsulko.com>
Tue, 27 Feb 2024 19:18:54 +0000 (14:18 -0500)
commit3dd1486800d3aa0cff114a34d7dc1cdc3f47c172
treead3ad10466de3f7746f33d25148a5b81aebf9a6b
parent770afff24aa56d7d992682fbad396e5b7f0a969e
Kconfig: Centralize prompting for SYS_CONFIG_NAME

Generally speaking, we do not prompt for this value and define it in the
board specific Kconfig file. There are some valid use cases however
today where we do prompt for this value, so instead of having this be
done in a number of locations, do this at the top-level location only.

This removes the question from a number of other locations and makes it
consistent that when we do set the value directly, we always do it the
same way. We don't need to specify the type, it's always string.

Signed-off-by: Tom Rini <trini@konsulko.com>
33 files changed:
arch/Kconfig
arch/arm/mach-mediatek/Kconfig
arch/arm/mach-meson/Kconfig
arch/arm/mach-versal-net/Kconfig
arch/arm/mach-versal/Kconfig
arch/arm/mach-zynq/Kconfig
arch/arm/mach-zynqmp-r5/Kconfig
arch/arm/mach-zynqmp/Kconfig
arch/mips/mach-mtmips/mt7620/Kconfig
arch/mips/mach-mtmips/mt7621/Kconfig
arch/mips/mach-mtmips/mt7628/Kconfig
arch/nios2/Kconfig
board/Marvell/octeon_ebb7304/Kconfig
board/Marvell/octeon_nic23/Kconfig
board/cadence/xtfpga/Kconfig
board/cavium/thunderx/Kconfig
board/freescale/imxrt1020-evk/Kconfig
board/freescale/imxrt1050-evk/Kconfig
board/freescale/imxrt1170-evk/Kconfig
board/kontron/sl-mx6ul/Kconfig
board/kontron/sl-mx8mm/Kconfig
board/samsung/starqltechn/Kconfig
board/sielaff/imx6dl-sielaff/Kconfig
board/st/stih410-b2260/Kconfig
board/st/stm32f429-discovery/Kconfig
board/st/stm32f429-evaluation/Kconfig
board/st/stm32f469-discovery/Kconfig
board/st/stm32f746-disco/Kconfig
board/st/stm32h743-disco/Kconfig
board/st/stm32h743-eval/Kconfig
board/st/stm32h750-art-pi/Kconfig
board/sysam/amcore/Kconfig
board/xilinx/microblaze-generic/Kconfig