Add CONFIG_PSI to recommended
This feature is not (yet?) required for Go, so we need to put it in 'recommended'. Bug: 127712811 Change-Id: I1276965a4f5e8ba31d27166caf41220985ceb7bf Signed-off-by: Alistair Strachan <astrachan@google.com>
This commit is contained in:
parent
c85479e4c1
commit
aaf4b964e6
3 changed files with 3 additions and 0 deletions
|
@ -111,6 +111,7 @@ CONFIG_PERF_EVENTS=y
|
|||
CONFIG_PM_DEBUG=y
|
||||
CONFIG_PM_WAKELOCKS_LIMIT=0
|
||||
CONFIG_POWER_SUPPLY=y
|
||||
CONFIG_PSI=y
|
||||
CONFIG_PSTORE=y
|
||||
CONFIG_PSTORE_CONSOLE=y
|
||||
CONFIG_PSTORE_RAM=y
|
||||
|
|
|
@ -109,6 +109,7 @@ CONFIG_PERF_EVENTS=y
|
|||
CONFIG_PM_DEBUG=y
|
||||
CONFIG_PM_WAKELOCKS_LIMIT=0
|
||||
CONFIG_POWER_SUPPLY=y
|
||||
CONFIG_PSI=y
|
||||
CONFIG_PSTORE=y
|
||||
CONFIG_PSTORE_CONSOLE=y
|
||||
CONFIG_PSTORE_RAM=y
|
||||
|
|
|
@ -113,6 +113,7 @@ CONFIG_PERF_EVENTS=y
|
|||
CONFIG_PM_DEBUG=y
|
||||
CONFIG_PM_WAKELOCKS_LIMIT=0
|
||||
CONFIG_POWER_SUPPLY=y
|
||||
CONFIG_PSI=y
|
||||
CONFIG_PSTORE=y
|
||||
CONFIG_PSTORE_CONSOLE=y
|
||||
CONFIG_PSTORE_RAM=y
|
||||
|
|
Loading…
Reference in a new issue