summaryrefslogtreecommitdiff
path: root/drivers/block/Kconfig
diff options
context:
space:
mode:
authorJohan Jonker <[email protected]>2023-10-18 16:00:56 +0200
committerKever Yang <[email protected]>2023-10-24 15:55:17 +0800
commit80201eccaa3b2e5068f0d707682e73bcbee1f149 (patch)
tree7d91ce007d7cbb8b744dcb4ce2d8408fdeb039cb /drivers/block/Kconfig
parent900c303a0296ea862627be0405322327a170f95e (diff)
rockchip: block: add rkmtd class and drivers
Add rkmtd class and drivers to create a virtual block device to transfer Rockchip boot block data to and from NAND with block orientated tools like "ums" and "rockusb". Signed-off-by: Johan Jonker <[email protected]> Reviewed-by: Kever Yang <[email protected]>
Diffstat (limited to 'drivers/block/Kconfig')
-rw-r--r--drivers/block/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig
index 1abea3f10db..048a6caef00 100644
--- a/drivers/block/Kconfig
+++ b/drivers/block/Kconfig
@@ -262,3 +262,10 @@ config SYS_64BIT_LBA
help
Make the block subsystem use 64bit sector addresses, rather than the
default of 32bit.
+
+config RKMTD
+ bool "Rockchip rkmtd virtual block device"
+ help
+ Enable "rkmtd" class and driver to create a virtual block device
+ to transfer Rockchip boot block data to and from NAND with block
+ orientate tools like "ums" and "rockusb".