diff options
Diffstat (limited to 'src/device')
-rw-r--r-- | src/device/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/device/Kconfig b/src/device/Kconfig index 374427a372..5202c186b4 100644 --- a/src/device/Kconfig +++ b/src/device/Kconfig @@ -593,6 +593,7 @@ config ECAM_MMCONF_BUS_NUMBER config ECAM_MMCONF_LENGTH hex depends on ECAM_MMCONF_SUPPORT + default 0x02000000 if ECAM_MMCONF_BUS_NUMBER = 32 default 0x04000000 if ECAM_MMCONF_BUS_NUMBER = 64 default 0x08000000 if ECAM_MMCONF_BUS_NUMBER = 128 default 0x10000000 if ECAM_MMCONF_BUS_NUMBER = 256 |