summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVaradarajan Narayanan <[email protected]>2026-02-24 09:20:00 +0530
committerTom Rini <[email protected]>2026-03-10 11:52:14 -0600
commit1a935da84d16716d0974be2d8802017379035a01 (patch)
tree2c6b06b51ddb0e963688dc96a82c4616ac21d573
parent5e7b1384902d67f4c9c405e72ae92b172e9f1974 (diff)
configs: qcom: Enable FS_FAT_HANDLE_SECTOR_SIZE_MISMATCH
Enable FS_FAT_HANDLE_SECTOR_SIZE_MISMATCH to handle the different combination of FAT sector size and device block size present in QCOM platforms. Signed-off-by: Varadarajan Narayanan <[email protected]>
-rw-r--r--configs/qcom_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/qcom_defconfig b/configs/qcom_defconfig
index fe5880de1fd..baad5f09455 100644
--- a/configs/qcom_defconfig
+++ b/configs/qcom_defconfig
@@ -147,3 +147,4 @@ CONFIG_NO_FB_CLEAR=y
CONFIG_VIDEO_SIMPLE=y
CONFIG_WDT=y
CONFIG_WDT_QCOM=y
+CONFIG_FS_FAT_HANDLE_SECTOR_SIZE_MISMATCH=y