mirror of
https://github.com/linux-sunxi/u-boot-sunxi.git
synced 2024-02-12 11:16:03 +08:00
fs: Migrate ext4 to Kconfig
Migrate the following symbols to Kconfig: CONFIG_FS_EXT4 CONFIG_EXT4_WRITE The definitions in config_fallbacks.h can now be expressed in Kconfig. Signed-off-by: Tuomas Tynkkynen <tuomas@tuxera.com>
This commit is contained in:

committed by
Tom Rini

parent
6574864df8
commit
3d22bae57f
@ -1367,17 +1367,20 @@ config CMD_CRAMFS
|
||||
|
||||
config CMD_EXT2
|
||||
bool "ext2 command support"
|
||||
select FS_EXT4
|
||||
help
|
||||
Enables EXT2 FS command
|
||||
|
||||
config CMD_EXT4
|
||||
bool "ext4 command support"
|
||||
select FS_EXT4
|
||||
help
|
||||
Enables EXT4 FS command
|
||||
|
||||
config CMD_EXT4_WRITE
|
||||
depends on CMD_EXT4
|
||||
bool "ext4 write command support"
|
||||
select EXT4_WRITE
|
||||
help
|
||||
Enables EXT4 FS write command
|
||||
|
||||
|
Reference in New Issue
Block a user