blob: 15368879eaa079e5cf44f62520cf13dc51051729 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
menu "EDP Framework"
config EDP_FRAMEWORK
bool "EDP framework"
default n
help
EDP-framework implements peak current management
endmenu
menu "SYSEDP Framework"
config SYSEDP_FRAMEWORK
bool "System EDP framework"
default n
help
SYSEDP-framework implements system peak current management
depends on !EDP_FRAMEWORK
endmenu
|