diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/intel/common/block/systemagent/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/soc/intel/common/block/systemagent/Kconfig b/src/soc/intel/common/block/systemagent/Kconfig index 2084a38692..1222573201 100644 --- a/src/soc/intel/common/block/systemagent/Kconfig +++ b/src/soc/intel/common/block/systemagent/Kconfig @@ -17,13 +17,13 @@ config SA_PCIEX_LENGTH This option allows you to select length of PCIEX region. config PCIEX_LENGTH_256MB - bool "256MB" + bool config PCIEX_LENGTH_128MB - bool "128MB" + bool config PCIEX_LENGTH_64MB - bool "64MB" + bool config SA_ENABLE_IMR bool |