diff options
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig index 7867f44e96..21c50c5648 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -906,6 +906,7 @@ menu "System tables" config GENERATE_MP_TABLE prompt "Generate an MP table" if HAVE_MP_TABLE bool + depends on !ECAM_MMCONF_SUPPORT || ECAM_MMCONF_BUS_NUMBER <= 256 default HAVE_MP_TABLE help Generate an MP table (conforming to the Intel MultiProcessor |