summaryrefslogblamecommitdiff
path: root/nuttx/configs/sim/Kconfig
blob: 74ca8c1fadc64039531e111cdd90f51317f9d954 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                                                             
                                      
 

                 



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

if ARCH_BOARD_SIM

config EXAMPLES_TOUCHSCREEN_BGCOLOR
	hex "Background color for apps/examples/touchscreen"
	default 0x007b68ee
	depends on EXAMPLES_TOUCHSCREEN

endif