diff options
author | Simon Glass <sjg@chromium.org> | 2021-07-10 21:14:27 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-07-28 14:27:54 -0400 |
commit | 89ddb0bfeb6c3ce1b1cd8014a111abac3fb5ad39 (patch) | |
tree | 9c370230d4284895082698324d3df5cb757e86cc /common | |
parent | f2d7a36ec258f49eb80c9d4a0cc6cb7e697f5d6a (diff) | |
download | u-boot-89ddb0bfeb6c3ce1b1cd8014a111abac3fb5ad39.zip u-boot-89ddb0bfeb6c3ce1b1cd8014a111abac3fb5ad39.tar.gz u-boot-89ddb0bfeb6c3ce1b1cd8014a111abac3fb5ad39.tar.bz2 |
Rename SPL_MUSB_NEW_SUPPORT to SPL_MUSB_NEW
Rename this option so that CONFIG_IS_ENABLED can be used with it.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common')
-rw-r--r-- | common/spl/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/spl/Kconfig b/common/spl/Kconfig index 6d44265..016eeac 100644 --- a/common/spl/Kconfig +++ b/common/spl/Kconfig @@ -761,7 +761,7 @@ config SPL_MTD_SUPPORT devices. See SPL_NAND_SUPPORT and SPL_ONENAND_SUPPORT for how to enable specific MTD drivers. -config SPL_MUSB_NEW_SUPPORT +config SPL_MUSB_NEW bool "Support new Mentor Graphics USB" help Enable support for Mentor Graphics USB in SPL. This is a new |