diff options
Diffstat (limited to 'src/soc/broadcom/cygnus/Kconfig')
-rw-r--r-- | src/soc/broadcom/cygnus/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/soc/broadcom/cygnus/Kconfig b/src/soc/broadcom/cygnus/Kconfig index 821b2dc39c..b2f06133a9 100644 --- a/src/soc/broadcom/cygnus/Kconfig +++ b/src/soc/broadcom/cygnus/Kconfig @@ -51,6 +51,14 @@ config CYGNUS_DDR800 bool "DDR Speed at 800MHz" default y +config CYGNUS_DDR_AUTO_SELF_REFRESH_ENABLE + bool "Enable DDR auto self-refresh" + default y + help + Warning: M0 expects that auto self-refresh is enabled. Modify + with caution. + + config CYGNUS_SHMOO_REUSE_DDR_32BIT bool "Indicate if DDR width is 32-bit" default n |