mirror of
https://github.com/apache/nuttx.git
synced 2026-05-16 05:27:45 +08:00
drivers/mmcsd: Fix kconfig error regarding MMCSD_IOCSUPPORT
Something I noticed in CI: drivers/mmcsd/Kconfig:32:warning: 'MMCSD_IOCSUPPORT': number is invalid
This commit is contained in:
committed by
Alin Jerpelea
parent
7fce145b30
commit
da83836da7
@@ -28,7 +28,7 @@ menuconfig MMCSD
|
||||
if MMCSD
|
||||
|
||||
config MMCSD_IOCSUPPORT
|
||||
int "Enable MMC/SD ioctl support"
|
||||
bool "Enable MMC/SD ioctl support"
|
||||
default y
|
||||
---help---
|
||||
Disable it to save some code size if required.
|
||||
|
||||
Reference in New Issue
Block a user