summaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorSvyatoslav Ryhel <[email protected]>2023-03-20 21:01:43 +0200
committerTom Rini <[email protected]>2023-03-30 15:09:59 -0400
commita57adacf50d1bc0b5efd85b484a5c52a4c1ebcf1 (patch)
tree1d83c8662883c9c8bafa721abf9463624498ec2d /cmd/Kconfig
parent49b7d69f56d2f0ecb357079708603cf9df0b3699 (diff)
cmd: ums: abort mounting by pressing any key
This patch introduses config which allows interrupt run of usb mass storage with any key. This is especially useful on devices with limited input capabilities like tablets and smatphones which have only gpio keys in direct access. Signed-off-by: Svyatoslav Ryhel <[email protected]> Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 8138ab98eab..8c9b430f99f 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -1552,6 +1552,12 @@ config CMD_USB_MASS_STORAGE
export a block device: U-Boot, the USB device, acts as a simple
external hard drive plugged on the host USB port.
+config CMD_UMS_ABORT_KEYED
+ bool "UMS abort with any key"
+ depends on CMD_USB_MASS_STORAGE
+ help
+ Allow interruption of usb mass storage run with any key pressed.
+
config CMD_PVBLOCK
bool "Xen para-virtualized block device"
depends on XEN