summaryrefslogblamecommitdiff
path: root/nuttx/configs/sam4s-xplained-pro/Kconfig
blob: b3f327cf94070fa8e4df5726b8c1af89abce4938 (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.
#

if ARCH_BOARD_SAM4S_XPLAINED_PRO

config SAM4S_XPLAINED_PRO_CDCACM_DEVMINOR
	int "CDC/ACM Device Minor"
	default 0
	depends on SAM34_UDP && USBDEV && CDCACM

config SAM4S_XPLAINED_PRO_SCHED_TIMER_DEVPATH
    string "Scheduler Timer Device Path"
	default "/dev/rtt0"
	depends on TIMER && SYSTEMTICK_EXTCLK

config SAM4S_XPLAINED_PRO_CPULOAD_TIMER_DEVPATH
    string "CPU Load Timer Device Path"
	default "/dev/tc0"
	depends on TIMER && SCHED_CPULOAD && SCHED_CPULOAD_EXTCLK


endif