• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1config OS_OPTION_CPUP
2	bool "Whether support cpup or not"
3	default n
4
5menu "CPUP features configuration"
6	depends on OS_OPTION_CPUP
7
8choice
9	prompt "Cpup Mode"
10config INTERNAL_OS_CPUP_THREAD
11	bool "CPUP_MODE_THREAD"
12endchoice
13
14config OS_OPTION_CPUP_WARN
15	bool "Whether support cpup warn or not"
16	default n
17endmenu
18