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:
parent
7fce145b30
commit
da83836da7
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue