ext4l: Plumb in the Kconfig
Update Kconfig options so that CONFIG_EXT4L can be enabled. Signed-off-by: Simon Glass <simon.glass@canonical.com>
This commit is contained in:
@@ -2787,20 +2787,20 @@ config CMD_EROFS
|
||||
|
||||
config CMD_EXT2
|
||||
bool "ext2 command support"
|
||||
select FS_EXT4
|
||||
select FS_EXT4 if !FS_EXT4L
|
||||
help
|
||||
Enables EXT2 FS command
|
||||
|
||||
config CMD_EXT4
|
||||
bool "ext4 command support"
|
||||
select FS_EXT4
|
||||
select FS_EXT4 if !FS_EXT4L
|
||||
help
|
||||
Enables EXT4 FS command
|
||||
|
||||
config CMD_EXT4_WRITE
|
||||
depends on CMD_EXT4
|
||||
depends on CMD_EXT4 || FS_EXT4L
|
||||
bool "ext4 write command support"
|
||||
select EXT4_WRITE
|
||||
select EXT4_WRITE if !FS_EXT4L
|
||||
help
|
||||
Enables EXT4 FS write command
|
||||
|
||||
|
||||
Reference in New Issue
Block a user