diff options
author | Marek BehĂșn | 2022-02-18 17:46:25 +0100 |
---|---|---|
committer | Stefan Roese | 2022-03-04 08:38:05 +0100 |
commit | 7f59ed68728e732062f4fb0c1e8940f5bf550ded (patch) | |
tree | c996c8dccfbfb0fc3949575b5e989af9f940b36f | |
parent | fc27e5df637dd4c954b67dd1415b9af144718a9e (diff) |
arm: mvebu: turris_omnia: Enable ext4 write support in defconfig
Enable ext4 write support in Turris Omnia's defconfig. Some users find
it useful.
Signed-off-by: Marek BehĂșn <marek.behun@nic.cz>
Reviewed-by: Stefan Roese <sr@denx.de>
-rw-r--r-- | configs/turris_omnia_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/turris_omnia_defconfig b/configs/turris_omnia_defconfig index 280dd55f001..5b1fdbfb2d3 100644 --- a/configs/turris_omnia_defconfig +++ b/configs/turris_omnia_defconfig @@ -93,3 +93,4 @@ CONFIG_USB_XHCI_HCD=y CONFIG_USB_EHCI_HCD=y CONFIG_WDT=y CONFIG_WDT_ORION=y +CONFIG_EXT4_WRITE=y |