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