aboutsummaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2024-06-07 10:48:41 -0600
committerTom Rini <trini@konsulko.com>2024-06-07 10:48:41 -0600
commit77ba281c91c3578c835d11c0f2fe2cac6fa1d658 (patch)
treedbf0ff8a3b764fce3a7da1cbae20750d9d65d6af /cmd/Kconfig
parent227be29df37545f74243a98c12a4a33c4160e3cd (diff)
parent57a9e8d86fde5732f77577adf52dcb62fcdc068a (diff)
downloadu-boot-77ba281c91c3578c835d11c0f2fe2cac6fa1d658.zip
u-boot-77ba281c91c3578c835d11c0f2fe2cac6fa1d658.tar.gz
u-boot-77ba281c91c3578c835d11c0f2fe2cac6fa1d658.tar.bz2
Merge patch series "'eeprom' command improvements"
Marek BehĂșn <kabel@kernel.org> says: This series contains improvements for the 'eeprom' command: - refactors - fixes - improvements - ability to use driver model EEPROMs (uclass UCLASS_I2C_EEPROM) - more flexible EEPROM layout support It should not cause any behavior change for any existing board. This series is a dependency for some DDR issue fixes for Turris Omnia. I will be sending that one separately. github PR link (with CI): https://github.com/u-boot/u-boot/pull/540 - there is a failure for test.py for sandbox sandbox_clang but it seems unrelated to these changes
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig9
1 files changed, 8 insertions, 1 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index c06fec3..ff0f594 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -804,9 +804,16 @@ config CMD_EEPROM_LAYOUT
types of eeprom fields. Can be used for defining
custom layouts.
+config EEPROM_LAYOUT_VERSIONS
+ bool "Support specifying eeprom layout version"
+ depends on CMD_EEPROM_LAYOUT
+ help
+ Support specifying eeprom layout version in the 'eeprom' command
+ via the -l option.
+
config EEPROM_LAYOUT_HELP_STRING
string "Tells user what layout names are supported"
- depends on CMD_EEPROM_LAYOUT
+ depends on EEPROM_LAYOUT_VERSIONS
default "<not defined>"
help
Help printed with the LAYOUT VERSIONS part of the 'eeprom'