1menu "SD Card Example menu"
2
3    config EXAMPLE_FORMAT_IF_MOUNT_FAILED
4        bool "Format the card if mount failed"
5        default n
6        help
7            If this config item is set, format_if_mount_failed will be set to true and the card will be formatted if
8            the mount has failed.
9endmenu
10