Kconfig: add option to enable CONFIG_LP_SRAM

Choose to power ON LPSRAM banks in Kconfig menu.

Signed-off-by: Marcin Rajwa <marcin.rajwa@linux.intel.com>
This commit is contained in:
Marcin Rajwa 2019-06-12 23:20:15 +02:00 committed by Janusz Jankowski
parent dcc4119ae2
commit 3e06a3569a
1 changed files with 9 additions and 0 deletions

View File

@ -20,9 +20,18 @@ config HP_MEMORY_BANKS
config LP_MEMORY_BANKS
int "LP memory banks count"
default 1
depends on LP_SRAM
help
Available memory banks count for Low Power memory
config LP_SRAM
bool "Enable LPSRAM memory"
default n
help
Turn ON/OFF LPSRAM bank/s. This provides an option to enable an LPSRAM
memory for specific platform. Until this options is enabled firmware will
not enable any of LPSRAM memory banks.
endmenu
config HOST_PTABLE