Files
buildroot/package/ufs-utils/Config.in
Dario Binacchi 5cab9ee224 package/ufs-utils: new package
It's a tool to access UFS (Universal Flash Storage) devices from user
space.

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2025-04-01 21:33:44 +02:00

12 lines
352 B
Plaintext

config BR2_PACKAGE_UFS_UTILS
bool "ufs-utils"
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_1
help
UFS utils is a set of utilities for managing Universal
Flash Storage (UFS) devices.
https://github.com/SanDisk-Open-Source/ufs-utils.git
comment "ufs-utils needs a toolchain w/ headers >= 5.1"
depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_5_1