diff options
author | Tom Rini <trini@konsulko.com> | 2023-11-27 16:19:09 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-11-27 16:19:09 -0500 |
commit | d6e052c6151e89d34af2f6337c5cded1b12dfdb8 (patch) | |
tree | 45a1233a7c2276127184f23d7fec929799e7eee1 /cmd/Kconfig | |
parent | 129d6a0d87b7f19b85dc0a007f7050ce973fd019 (diff) | |
parent | 3555c92583c2c778a7b252bc6951be49fc21d22c (diff) | |
download | u-boot-d6e052c6151e89d34af2f6337c5cded1b12dfdb8.zip u-boot-d6e052c6151e89d34af2f6337c5cded1b12dfdb8.tar.gz u-boot-d6e052c6151e89d34af2f6337c5cded1b12dfdb8.tar.bz2 |
Merge patch series "ufs: Add a PCI UFS controller support"WIP/27Nov2023-next
To quote the author:
This adds a PCI UFS controller support and enables the support on
QEMU RISC-V for testing.
Requiring QEMU v8.2+.
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r-- | cmd/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index 4569c06..7418c20 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1520,7 +1520,7 @@ config CMD_TSI148 Turndra tsi148 device. See the command help for full details. config CMD_UFS - bool "Enable UFS - Universal Flash Subsystem commands" + bool "ufs - Universal Flash Storage commands" depends on UFS help "This provides commands to initialise and configure universal flash |