aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-zynqmp/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-01-22 17:39:20 -0500
committerTom Rini <trini@konsulko.com>2024-02-27 14:18:54 -0500
commit3dd1486800d3aa0cff114a34d7dc1cdc3f47c172 (patch)
treead3ad10466de3f7746f33d25148a5b81aebf9a6b /arch/arm/mach-zynqmp/Kconfig
parent770afff24aa56d7d992682fbad396e5b7f0a969e (diff)
downloadu-boot-3dd1486800d3aa0cff114a34d7dc1cdc3f47c172.zip
u-boot-3dd1486800d3aa0cff114a34d7dc1cdc3f47c172.tar.gz
u-boot-3dd1486800d3aa0cff114a34d7dc1cdc3f47c172.tar.bz2
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>
Diffstat (limited to 'arch/arm/mach-zynqmp/Kconfig')
-rw-r--r--arch/arm/mach-zynqmp/Kconfig8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/mach-zynqmp/Kconfig b/arch/arm/mach-zynqmp/Kconfig
index 7e7c87d..6a7be0b 100644
--- a/arch/arm/mach-zynqmp/Kconfig
+++ b/arch/arm/mach-zynqmp/Kconfig
@@ -35,14 +35,6 @@ config SYS_VENDOR
config SYS_SOC
default "zynqmp"
-config SYS_CONFIG_NAME
- string "Board configuration name"
- default "xilinx_zynqmp"
- help
- This option contains information about board configuration name.
- Based on this option include/configs/<CONFIG_SYS_CONFIG_NAME>.h header
- will be used for board configuration.
-
config SYS_MEM_RSVD_FOR_MMU
bool "Reserve memory for MMU Table"
help