summaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-01-22 11:23:35 -0600
committerTom Rini <[email protected]>2025-01-22 11:23:35 -0600
commit2eed5a1ff36217372e19f7513bd07077fc76718a (patch)
treee98aadc2d4d04fc12504d00db17c4edc38bbb59d /cmd/Kconfig
parent380b32f54f4b30f6f9b430c5d73d8b12f90f2918 (diff)
parent599a1f9076d34c29d3683e0f833706478d62d9e0 (diff)
Merge https://source.denx.de/u-boot/custodians/u-boot-snapdragon
The highlights are: * Fixed boot regression due to broken memory parsing * Enable HW RNG and KASLR on all platforms * Add support for Snapdragon X1 Elite hardware (clk/pinctrl) * Add support for QCS9100 ride automotive development platform (clk/ufs) * Add support for PCIe on SM8550, SM8650 and X1E * Implement software debounce for PMIC buttons Additionally, some minor improvements to "ufetch" have been pulled in: * Show CPU architecture (arm/mips/etc) * Make CONFIG_BLK optional * Fix 32-bit support
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 864b6d464ba..2a5a77f0064 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -178,7 +178,6 @@ config CMD_CPU
config CMD_UFETCH
bool "U-Boot fetch"
- depends on BLK
help
Fetch utility for U-Boot (akin to neofetch). Prints information
about U-Boot and the board it is running on in a pleasing format.