• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#TODO remove all kconfigs which are defined in armino libs
2
3menu "Internal Kconfig"
4
5	config MCU_PS
6		bool "Enable MCU Sleep"
7		default y
8
9	config DEEP_PS
10		bool "Enable Deep Sleep"
11		default y
12
13	config TICK_CALI
14		bool "Enable tick time caliration"
15		default y
16
17	config STA_PS
18		bool "Enable STA PS"
19		default y if !RF_OTA_TEST
20		default n if RF_OTA_TEST
21endmenu
22