#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#

config EXAMPLES_SX1262_TEST
	tristate "\"Sx1262_test, World!\" example"
	default n
	---help---
		Enable the \"Sx1262_test, World!\" example

if EXAMPLES_SX1262_TEST

config EXAMPLES_SX1262_TEST_PROGNAME
	string "Program name"
	default "sx1262_test"
	---help---
		This is the name of the program that will be used when the NSH ELF
		program is installed.

config EXAMPLES_SX1262_TEST_PRIORITY
	int "Sx1262_test task priority"
	default 100

config EXAMPLES_SX1262_TEST_STACKSIZE
	int "Sx1262_test stack size"
	default DEFAULT_TASK_STACKSIZE

endif
