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:
Ville Juven 2023-01-31 12:54:55 +02:00 committed by Alin Jerpelea
parent 7fce145b30
commit da83836da7

View file

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