From 4aa110d73eeb674c6fbfece6c2c3582b1784b396 Mon Sep 17 00:00:00 2001 From: Quentin Schulz Date: Wed, 14 May 2025 18:18:16 +0200 Subject: [PATCH] configs: puma-rk3399: enable exFAT support Our upcoming Mass Flasher solution will be storing boot artifacts on an exFAT partition so enable its support. Signed-off-by: Quentin Schulz Reviewed-by: Kever Yang --- configs/puma-rk3399_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/puma-rk3399_defconfig b/configs/puma-rk3399_defconfig index 95ed6eea953..4e8cee06775 100644 --- a/configs/puma-rk3399_defconfig +++ b/configs/puma-rk3399_defconfig @@ -104,4 +104,5 @@ CONFIG_USB_ETHER_ASIX88179=y CONFIG_USB_ETHER_MCS7830=y CONFIG_USB_ETHER_RTL8152=y CONFIG_USB_ETHER_SMSC95XX=y +CONFIG_FS_EXFAT=y CONFIG_ERRNO_STR=y -- 2.39.5