
26 Oct
2023
26 Oct
'23
2:47 p.m.
On Thu, Oct 26, 2023 at 02:30:52PM +0900, AKASHI Takahiro wrote:
This option is necessary to compile any way.
Signed-off-by: AKASHI Takahiro takahiro.akashi@linaro.org
drivers/block/Kconfig | 1 + 1 file changed, 1 insertion(+)
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig index 048a6caef00f..5cda21551043 100644 --- a/drivers/block/Kconfig +++ b/drivers/block/Kconfig @@ -265,6 +265,7 @@ config SYS_64BIT_LBA
config RKMTD bool "Rockchip rkmtd virtual block device"
- imply RANDOM_UUID help Enable "rkmtd" class and driver to create a virtual block device to transfer Rockchip boot block data to and from NAND with block
Since it's necessary to compile it should be select not imply here, thanks.
--
Tom