raiden00pl commented on code in PR #16403: URL: https://github.com/apache/nuttx/pull/16403#discussion_r2093979330
########## boards/arm/sama5/sama5d3-xplained/Kconfig: ########## @@ -110,6 +110,36 @@ config SAMA5D3XPLAINED_AT25_NXFFS endchoice # AT25 serial FLASH configuration +config SAMA5D3XPLAINED_HSMCI0_MOUNT + bool "HSMCI0 boot mount" + default n + depends on SAMA5_HSMCI0 + +if SAMA5D3XPLAINED_HSMCI0_MOUNT + +config SAMA5D3XPLAINED_HSMCI0_MOUNT_FSTYPE + string "HSMCI0 file system type" + default "vfat" + +config SAMA5D3XPLAINED_HSMCI0_MOUNT_BLKDEV + string "HSMCI0 block device" + default "/dev/mmcsd0" + +config SAMA5D3XPLAINED_HSMCI0_MOUNT_MOUNTPOINT + string "HSMCI0 mount point" + default "/bin" + +endif # SAMA5D3XPLAINED_HSMCI0_MOUNT + + Review Comment: ```suggestion ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org