mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-19 02:17:37 +08:00
Kconfig: Make indent consistent with TABS
This commit is contained in:

committed by
Xiang Xiao

parent
9ee3640b62
commit
8e77b79f78
@@ -7,7 +7,7 @@ config CANUTILS_CANDUMP
|
|||||||
tristate "SocketCAN candump tool"
|
tristate "SocketCAN candump tool"
|
||||||
default n
|
default n
|
||||||
depends on NET_CAN
|
depends on NET_CAN
|
||||||
select CANUTILS_LIBCANUTILS
|
select CANUTILS_LIBCANUTILS
|
||||||
---help---
|
---help---
|
||||||
Enable the SocketCAN candump tool ported from
|
Enable the SocketCAN candump tool ported from
|
||||||
https://github.com/linux-can/can-utils
|
https://github.com/linux-can/can-utils
|
||||||
|
@@ -7,7 +7,7 @@ config CANUTILS_CANSEND
|
|||||||
tristate "SocketCAN cansend tool"
|
tristate "SocketCAN cansend tool"
|
||||||
default n
|
default n
|
||||||
depends on NET_CAN
|
depends on NET_CAN
|
||||||
select CANUTILS_LIBCANUTILS
|
select CANUTILS_LIBCANUTILS
|
||||||
---help---
|
---help---
|
||||||
Enable the SocketCAN cansend tool ported from
|
Enable the SocketCAN cansend tool ported from
|
||||||
https://github.com/linux-can/can-utils
|
https://github.com/linux-can/can-utils
|
||||||
|
@@ -39,6 +39,6 @@ config NRF24L01_BTLE_DHT11
|
|||||||
default n
|
default n
|
||||||
depends on SENSORS_DHTXX
|
depends on SENSORS_DHTXX
|
||||||
---help---
|
---help---
|
||||||
Enable driver support for the DHTxx humidity/temperature sensor.
|
Enable driver support for the DHTxx humidity/temperature sensor.
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
@@ -41,11 +41,11 @@ config EXAMPLES_PTYTEST_DAEMONPRIO
|
|||||||
default 100
|
default 100
|
||||||
|
|
||||||
config EXAMPLES_PTYTEST_WAIT_CONNECTED
|
config EXAMPLES_PTYTEST_WAIT_CONNECTED
|
||||||
bool "Keep retrying open serial device"
|
bool "Keep retrying open serial device"
|
||||||
---help---
|
---help---
|
||||||
For USB based serial devices, open will fail
|
For USB based serial devices, open will fail
|
||||||
if the other end is not connected (USB cable unplugged).
|
if the other end is not connected (USB cable unplugged).
|
||||||
Enabling this option will retry the open() call every second
|
Enabling this option will retry the open() call every second
|
||||||
until connected.
|
until connected.
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
@@ -38,7 +38,7 @@ config GAMES_SHIFT_STACKSIZE
|
|||||||
#
|
#
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Input Device (Joystick, Gesture Sensor, etc)"
|
prompt "Input Device (Joystick, Gesture Sensor, etc)"
|
||||||
default GAMES_SHIFT_USE_CONSOLEKEY
|
default GAMES_SHIFT_USE_CONSOLEKEY
|
||||||
|
|
||||||
config GAMES_SHIFT_USE_CONSOLEKEY
|
config GAMES_SHIFT_USE_CONSOLEKEY
|
||||||
|
@@ -25,100 +25,100 @@ menuconfig LIBTOMMATH_DEMOS
|
|||||||
if LIBTOMMATH_DEMOS
|
if LIBTOMMATH_DEMOS
|
||||||
|
|
||||||
config LIBTOMMATH_TEST
|
config LIBTOMMATH_TEST
|
||||||
tristate "LibTomMath Test"
|
tristate "LibTomMath Test"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Demo test application for LibTomMath
|
Demo test application for LibTomMath
|
||||||
|
|
||||||
if LIBTOMMATH_TEST
|
if LIBTOMMATH_TEST
|
||||||
|
|
||||||
config LIBTOMMATH_TEST_PROGNAME
|
config LIBTOMMATH_TEST_PROGNAME
|
||||||
string "Test program name"
|
string "Test program name"
|
||||||
default "tommath_test"
|
default "tommath_test"
|
||||||
---help---
|
---help---
|
||||||
LibTomMath test application name
|
LibTomMath test application name
|
||||||
|
|
||||||
config LIBTOMMATH_TEST_PRIORITY
|
config LIBTOMMATH_TEST_PRIORITY
|
||||||
int "Test application priority"
|
int "Test application priority"
|
||||||
default 100
|
default 100
|
||||||
|
|
||||||
config LIBTOMMATH_TEST_STACKSIZE
|
config LIBTOMMATH_TEST_STACKSIZE
|
||||||
int "Test application stack size"
|
int "Test application stack size"
|
||||||
default DEFAULT_TASK_STACKSIZE
|
default DEFAULT_TASK_STACKSIZE
|
||||||
|
|
||||||
endif # LIBTOMMATH_TEST
|
endif # LIBTOMMATH_TEST
|
||||||
|
|
||||||
config LIBTOMMATH_MTEST_OPPONENT
|
config LIBTOMMATH_MTEST_OPPONENT
|
||||||
tristate "LibTomMath MTest opponent"
|
tristate "LibTomMath MTest opponent"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Demo mtest opponent application for LibTomMath
|
Demo mtest opponent application for LibTomMath
|
||||||
|
|
||||||
if LIBTOMMATH_MTEST_OPPONENT
|
if LIBTOMMATH_MTEST_OPPONENT
|
||||||
|
|
||||||
config LIBTOMMATH_MTEST_OPPONENT_PROGNAME
|
config LIBTOMMATH_MTEST_OPPONENT_PROGNAME
|
||||||
string "MTest opponent program name"
|
string "MTest opponent program name"
|
||||||
default "tommath_mtest_opponent"
|
default "tommath_mtest_opponent"
|
||||||
---help---
|
---help---
|
||||||
LibTomMath mtest opponent application name
|
LibTomMath mtest opponent application name
|
||||||
|
|
||||||
config LIBTOMMATH_MTEST_OPPONENT_PRIORITY
|
config LIBTOMMATH_MTEST_OPPONENT_PRIORITY
|
||||||
int "MTest opponent application priority"
|
int "MTest opponent application priority"
|
||||||
default 100
|
default 100
|
||||||
|
|
||||||
config LIBTOMMATH_MTEST_OPPONENT_STACKSIZE
|
config LIBTOMMATH_MTEST_OPPONENT_STACKSIZE
|
||||||
int "MTest opponent application stack size"
|
int "MTest opponent application stack size"
|
||||||
default DEFAULT_TASK_STACKSIZE
|
default DEFAULT_TASK_STACKSIZE
|
||||||
|
|
||||||
endif # LIBTOMMATH_MTEST_OPPONENT
|
endif # LIBTOMMATH_MTEST_OPPONENT
|
||||||
|
|
||||||
config LIBTOMMATH_TIMING
|
config LIBTOMMATH_TIMING
|
||||||
tristate "LibTomMath Timing"
|
tristate "LibTomMath Timing"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Demo timing test application for LibTomMath
|
Demo timing test application for LibTomMath
|
||||||
|
|
||||||
if LIBTOMMATH_TIMING
|
if LIBTOMMATH_TIMING
|
||||||
|
|
||||||
config LIBTOMMATH_TIMING_PROGNAME
|
config LIBTOMMATH_TIMING_PROGNAME
|
||||||
string "Timing program name"
|
string "Timing program name"
|
||||||
default "tommath_timing"
|
default "tommath_timing"
|
||||||
---help---
|
---help---
|
||||||
LibTomMath test application name
|
LibTomMath test application name
|
||||||
|
|
||||||
config LIBTOMMATH_TIMING_PRIORITY
|
config LIBTOMMATH_TIMING_PRIORITY
|
||||||
int "Timing application priority"
|
int "Timing application priority"
|
||||||
default 100
|
default 100
|
||||||
|
|
||||||
config LIBTOMMATH_TIMING_STACKSIZE
|
config LIBTOMMATH_TIMING_STACKSIZE
|
||||||
int "Timing application stack size"
|
int "Timing application stack size"
|
||||||
default DEFAULT_TASK_STACKSIZE
|
default DEFAULT_TASK_STACKSIZE
|
||||||
|
|
||||||
endif # LIBTOMMATH_TIMING
|
endif # LIBTOMMATH_TIMING
|
||||||
|
|
||||||
endif # LIBTOMMATH_DEMOS
|
endif # LIBTOMMATH_DEMOS
|
||||||
|
|
||||||
config LIBTOMMATH_MTEST
|
config LIBTOMMATH_MTEST
|
||||||
tristate "LibTomMath MPI Math Library Mtest"
|
tristate "LibTomMath MPI Math Library Mtest"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
LibTomMath mtest applications for LibTomMath
|
LibTomMath mtest applications for LibTomMath
|
||||||
|
|
||||||
if LIBTOMMATH_MTEST
|
if LIBTOMMATH_MTEST
|
||||||
|
|
||||||
config LIBTOMMATH_MTEST_PROGNAME
|
config LIBTOMMATH_MTEST_PROGNAME
|
||||||
string "Mtest program name"
|
string "Mtest program name"
|
||||||
default "tommath_mtest"
|
default "tommath_mtest"
|
||||||
---help---
|
---help---
|
||||||
LibTomMath test application name
|
LibTomMath test application name
|
||||||
|
|
||||||
config LIBTOMMATH_MTEST_PRIORITY
|
config LIBTOMMATH_MTEST_PRIORITY
|
||||||
int "Mtest application priority"
|
int "Mtest application priority"
|
||||||
default 100
|
default 100
|
||||||
|
|
||||||
config LIBTOMMATH_MTEST_STACKSIZE
|
config LIBTOMMATH_MTEST_STACKSIZE
|
||||||
int "Mtest application stack size"
|
int "Mtest application stack size"
|
||||||
default DEFAULT_TASK_STACKSIZE
|
default DEFAULT_TASK_STACKSIZE
|
||||||
|
|
||||||
endif # LIBTOMMATH_MTEST
|
endif # LIBTOMMATH_MTEST
|
||||||
|
|
||||||
|
@@ -41,11 +41,11 @@ config CMSIS_DSP_ARM_MATH_ROUNDING
|
|||||||
endif # CMSIS_DSP
|
endif # CMSIS_DSP
|
||||||
|
|
||||||
config CMSIS_NN
|
config CMSIS_NN
|
||||||
bool "CMSIS NN"
|
bool "CMSIS NN"
|
||||||
default y
|
default y
|
||||||
depends on CMSIS_DSP
|
depends on CMSIS_DSP
|
||||||
---help---
|
---help---
|
||||||
Enable CMSIS-NN: Efficient neural network kernels.
|
Enable CMSIS-NN: Efficient neural network kernels.
|
||||||
|
|
||||||
|
|
||||||
endif # CMSIS
|
endif # CMSIS
|
||||||
|
@@ -8,7 +8,7 @@ config DARKNET_YOLO
|
|||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
You only look once (YOLO) is a state-of-the-art,
|
You only look once (YOLO) is a state-of-the-art,
|
||||||
real-time object detection system
|
real-time object detection system
|
||||||
|
|
||||||
if DARKNET_YOLO
|
if DARKNET_YOLO
|
||||||
|
|
||||||
|
@@ -26,7 +26,7 @@ config CODECS_HASH_MD5
|
|||||||
---help---
|
---help---
|
||||||
Enables support for the following interfaces: md5_init(),
|
Enables support for the following interfaces: md5_init(),
|
||||||
md5_update(), md5_final(), md5_transform(), md5_sum() and
|
md5_update(), md5_final(), md5_transform(), md5_sum() and
|
||||||
md5_hash()
|
md5_hash()
|
||||||
|
|
||||||
Contributed NuttX by Darcy Gong.
|
Contributed NuttX by Darcy Gong.
|
||||||
|
|
||||||
|
@@ -4,15 +4,15 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
config NETUTILS_DHCP6C
|
config NETUTILS_DHCP6C
|
||||||
bool "DHCPv6 client"
|
bool "DHCPv6 client"
|
||||||
default n
|
default n
|
||||||
depends on NET_IPv6
|
depends on NET_IPv6
|
||||||
depends on NET_UDP && NET_UDP_CHECKSUMS
|
depends on NET_UDP && NET_UDP_CHECKSUMS
|
||||||
|
|
||||||
if NETUTILS_DHCP6C
|
if NETUTILS_DHCP6C
|
||||||
|
|
||||||
config NETUTILS_DHCP6C_REQUEST_TIMEOUT
|
config NETUTILS_DHCP6C_REQUEST_TIMEOUT
|
||||||
int "Default single request timeout in second"
|
int "Default single request timeout in second"
|
||||||
default 6
|
default 6
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
@@ -16,7 +16,7 @@ config THTTPD_NFILE_DESCRIPTORS
|
|||||||
int "the maximum number of file descriptors for thttpd webserver"
|
int "the maximum number of file descriptors for thttpd webserver"
|
||||||
default 16
|
default 16
|
||||||
---help---
|
---help---
|
||||||
The maximum number of file descriptors for thttpd webserver
|
The maximum number of file descriptors for thttpd webserver
|
||||||
|
|
||||||
config THTTPD_PORT
|
config THTTPD_PORT
|
||||||
int "THTTPD port number"
|
int "THTTPD port number"
|
||||||
|
@@ -1267,37 +1267,37 @@ config NSH_LOGIN_FAILCOUNT
|
|||||||
Number of login retry attempts.
|
Number of login retry attempts.
|
||||||
|
|
||||||
config NSH_PLATFORM_CHALLENGE
|
config NSH_PLATFORM_CHALLENGE
|
||||||
bool "Platform challenge"
|
bool "Platform challenge"
|
||||||
default n
|
default n
|
||||||
depends on NSH_LOGIN_PLATFORM
|
depends on NSH_LOGIN_PLATFORM
|
||||||
---help---
|
---help---
|
||||||
If this option is selected, the NSH will call into platform-specific
|
If this option is selected, the NSH will call into platform-specific
|
||||||
logic in order to get the challenge. The function prototype for this
|
logic in order to get the challenge. The function prototype for this
|
||||||
call is:
|
call is:
|
||||||
|
|
||||||
void platform_challenge(FAR char *buffer, size_t buflen);
|
void platform_challenge(FAR char *buffer, size_t buflen);
|
||||||
|
|
||||||
Where buffer is the location to return the challenge and buflen is the
|
Where buffer is the location to return the challenge and buflen is the
|
||||||
length of that buffer. The maximum size of the buffer is determined
|
length of that buffer. The maximum size of the buffer is determined
|
||||||
by NSH_FILEIOSIZE. An appropriate location for the
|
by NSH_FILEIOSIZE. An appropriate location for the
|
||||||
implementation of platform_challenge would be within apps/platform/<board>.
|
implementation of platform_challenge would be within apps/platform/<board>.
|
||||||
|
|
||||||
One newline will be inserted after the platform-supplied message.
|
One newline will be inserted after the platform-supplied message.
|
||||||
|
|
||||||
platform_challenge() is prototyped and described in apps/include/nshlib/nshlib.h
|
platform_challenge() is prototyped and described in apps/include/nshlib/nshlib.h
|
||||||
which may be included like:
|
which may be included like:
|
||||||
|
|
||||||
#include "nshlib/nshlib.h"
|
#include "nshlib/nshlib.h"
|
||||||
|
|
||||||
config NSH_PLATFORM_SKIP_LOGIN
|
config NSH_PLATFORM_SKIP_LOGIN
|
||||||
bool "Platform skip login"
|
bool "Platform skip login"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
If this option is selected, the NSH will call into platform-specific
|
If this option is selected, the NSH will call into platform-specific
|
||||||
logic in order to skip login. The function prototype for this
|
logic in order to skip login. The function prototype for this
|
||||||
call is:
|
call is:
|
||||||
|
|
||||||
int platform_skip_login(void);
|
int platform_skip_login(void);
|
||||||
|
|
||||||
endif # NSH_LOGIN
|
endif # NSH_LOGIN
|
||||||
endif # NSH_LIBRARY
|
endif # NSH_LIBRARY
|
||||||
|
@@ -4,11 +4,11 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
config SYSTEM_UNIQUEID
|
config SYSTEM_UNIQUEID
|
||||||
tristate "'uniqueid' command"
|
tristate "'uniqueid' command"
|
||||||
default n
|
default n
|
||||||
depends on BOARDCTL_UNIQUEID
|
depends on BOARDCTL_UNIQUEID
|
||||||
---help---
|
---help---
|
||||||
Enable the uniqueid tool
|
Enable the uniqueid tool
|
||||||
|
|
||||||
if SYSTEM_UNIQUEID
|
if SYSTEM_UNIQUEID
|
||||||
endif
|
endif
|
||||||
|
@@ -1,10 +1,10 @@
|
|||||||
config NIMBLE
|
config NIMBLE
|
||||||
bool "Apache nimBLE (BLE host-layer)"
|
bool "Apache nimBLE (BLE host-layer)"
|
||||||
default n
|
default n
|
||||||
depends on !WIRELESS_BLUETOOTH_HOST
|
depends on !WIRELESS_BLUETOOTH_HOST
|
||||||
---help---
|
---help---
|
||||||
Enable Apache nimBLE Bluetooth Low Energy
|
Enable Apache nimBLE Bluetooth Low Energy
|
||||||
host-layer stack.
|
host-layer stack.
|
||||||
|
|
||||||
if NIMBLE
|
if NIMBLE
|
||||||
config NIMBLE_STACKSIZE
|
config NIMBLE_STACKSIZE
|
||||||
@@ -12,8 +12,8 @@ config NIMBLE_STACKSIZE
|
|||||||
default DEFAULT_TASK_STACKSIZE
|
default DEFAULT_TASK_STACKSIZE
|
||||||
|
|
||||||
config NIMBLE_REF
|
config NIMBLE_REF
|
||||||
string "Version"
|
string "Version"
|
||||||
default "cd8ab38c3da91b71dd428979153a408f38d3b02e"
|
default "cd8ab38c3da91b71dd428979153a408f38d3b02e"
|
||||||
---help---
|
---help---
|
||||||
Git ref name to use when downloading from nimBLE repo
|
Git ref name to use when downloading from nimBLE repo
|
||||||
endif
|
endif
|
||||||
|
Reference in New Issue
Block a user