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

config TESTING_OPUS_RAMTEST
	tristate "opus decode ram test"
	depends on LIB_OPUS && CODECS_HASH_MD5 && NETUTILS_CODECS && LIB_OPUS_DEMO
	default n

if TESTING_OPUS_RAMTEST

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

config TESTING_OPUS_RAMTEST_PRIORITY
	int "the priority of this command"
	default 100

config TESTING_OPUS_RAMTEST_STACKSIZE
	int "the stack size of this command"
	default 4096

endif