commit | 284cb9cb95a0a8f34882b18133ba426b8c8e6898 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Jul 10 21:14:31 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 28 14:29:37 2021 -0400 |
tree | 552502c014328c74e0ddab23a878a58c8a1c0a4b | |
parent | 035939ee7119fc39c2e1cbaab44e1502fd37d504 [diff] [blame] |
Rename DRIVERS_MISC_SUPPORT to DRIVERS_MISC Rename these options so that CONFIG_IS_ENABLED can be used with them. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/cmd/Kconfig b/cmd/Kconfig index f1bcf9e..ffef3cc 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig
@@ -167,7 +167,7 @@ config SPL_CMD_TLV_EEPROM bool "tlv_eeprom for SPL" depends on SPL_I2C_EEPROM - select SPL_DRIVERS_MISC_SUPPORT + select SPL_DRIVERS_MISC help Read system EEPROM data block in ONIE Tlvinfo format from SPL.