acassis commented on code in PR #8256:
URL: https://github.com/apache/nuttx/pull/8256#discussion_r1090047547


##########
drivers/mmcsd/Kconfig:
##########
@@ -27,6 +27,12 @@ menuconfig MMCSD
 
 if MMCSD
 
+config MMCSD_IOCSUPPORT
+       int "Enable MMC/SD ioctl support"
+       default y
+       ---help---
+               Disalbe it to save some code size if required.

Review Comment:
   ```suggestion
                Disable it to save some code size if required.



-- 
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

Reply via email to