diff options
author | Angel Pons <th3fanbus@gmail.com> | 2021-01-20 13:00:02 +0100 |
---|---|---|
committer | Angel Pons <th3fanbus@gmail.com> | 2021-01-30 23:13:05 +0000 |
commit | a6b0922aa1c4f685056d3dab75a3b330b91b36bd (patch) | |
tree | 7eb7c0e41bc5c6447ff019331d69e9dac90eeb20 /src/northbridge/intel/i945/Kconfig | |
parent | 1ac6f8b804b0be461f5254a6bace3a9823177ba3 (diff) |
nb/intel/i945: Define and use MMCONF_BUS_NUMBER
Change-Id: I5c75409fd3b7b018e402c471cbd856eca20278b7
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49757
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/northbridge/intel/i945/Kconfig')
-rw-r--r-- | src/northbridge/intel/i945/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/northbridge/intel/i945/Kconfig b/src/northbridge/intel/i945/Kconfig index 7fc3e28001..456193aa3b 100644 --- a/src/northbridge/intel/i945/Kconfig +++ b/src/northbridge/intel/i945/Kconfig @@ -41,6 +41,10 @@ config I945_LVDS config MMCONF_BASE_ADDRESS default 0xf0000000 +config MMCONF_BUS_NUMBER + int + default 64 + config OVERRIDE_CLOCK_DISABLE bool default n |