mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
misc/Kconfig: enable LIBC_IOCTL_VARIADIC by default
Change-Id: I7bc23a6552af7b443eb433e4d2e3c2c8784b3956 Signed-off-by: chao.an <anchao@xiaomi.com>
This commit is contained in:
@@ -69,7 +69,6 @@ CONFIG_LC823450_UART1=y
|
|||||||
CONFIG_LC823450_XGEVK_BTPOWER=y
|
CONFIG_LC823450_XGEVK_BTPOWER=y
|
||||||
CONFIG_LCD=y
|
CONFIG_LCD=y
|
||||||
CONFIG_LCD_ST7565=y
|
CONFIG_LCD_ST7565=y
|
||||||
CONFIG_LIBC_IOCTL_VARIADIC=y
|
|
||||||
CONFIG_LIBM=y
|
CONFIG_LIBM=y
|
||||||
CONFIG_LIB_KBDCODEC=y
|
CONFIG_LIB_KBDCODEC=y
|
||||||
CONFIG_MAX_TASKS=64
|
CONFIG_MAX_TASKS=64
|
||||||
|
|||||||
@@ -66,7 +66,6 @@ CONFIG_FS_UNIONFS=y
|
|||||||
CONFIG_I2C=y
|
CONFIG_I2C=y
|
||||||
CONFIG_INTELHEX_BINARY=y
|
CONFIG_INTELHEX_BINARY=y
|
||||||
CONFIG_LIBC_DLFCN=y
|
CONFIG_LIBC_DLFCN=y
|
||||||
CONFIG_LIBC_IOCTL_VARIADIC=y
|
|
||||||
CONFIG_LIBC_STRERROR=y
|
CONFIG_LIBC_STRERROR=y
|
||||||
CONFIG_LIB_ENVPATH=y
|
CONFIG_LIB_ENVPATH=y
|
||||||
CONFIG_LPC17_40_CAN2=y
|
CONFIG_LPC17_40_CAN2=y
|
||||||
|
|||||||
@@ -36,7 +36,6 @@ CONFIG_IOB_NCHAINS=128
|
|||||||
CONFIG_IOB_NOTIFIER=y
|
CONFIG_IOB_NOTIFIER=y
|
||||||
CONFIG_IOB_THROTTLE=16
|
CONFIG_IOB_THROTTLE=16
|
||||||
CONFIG_LIBC_EXECFUNCS=y
|
CONFIG_LIBC_EXECFUNCS=y
|
||||||
CONFIG_LIBC_IOCTL_VARIADIC=y
|
|
||||||
CONFIG_LIBC_LOCALE=y
|
CONFIG_LIBC_LOCALE=y
|
||||||
CONFIG_LIBC_LOCALTIME=y
|
CONFIG_LIBC_LOCALTIME=y
|
||||||
CONFIG_LIBM=y
|
CONFIG_LIBM=y
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
config LIBC_IOCTL_VARIADIC
|
config LIBC_IOCTL_VARIADIC
|
||||||
bool "Enable variadic ioctl()"
|
bool "Enable variadic ioctl()"
|
||||||
default n
|
default y
|
||||||
---help---
|
---help---
|
||||||
By default, NuttX implements the "old style," three-parameter,
|
By default, NuttX implements the "old style," three-parameter,
|
||||||
ioctl() interface with this function prototype:
|
ioctl() interface with this function prototype:
|
||||||
|
|||||||
Reference in New Issue
Block a user