summaryrefslogblamecommitdiff
path: root/apps/examples/serialblaster/Kconfig
blob: f0fca5b2fd1f41c1abe1ff33a55c88844952ba50 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                             








                                       
     
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#

config EXAMPLES_SERIALBLASTER
    bool "Serial Blaster example"
    default n
    ---help---
        Enable the serial blaster example

if EXAMPLES_SERIALBLASTER

config EXAMPLES_SERIALBLASTER_STACKSIZE
	int "CPU hog stack size"
	default 2048

config EXAMPLES_SERIALBLASTER_PRIORITY
	int "CPU hog task priority"
	default 50

endif