diff options
author | Angel Pons <th3fanbus@gmail.com> | 2018-09-11 13:49:45 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2018-09-13 08:25:59 +0000 |
commit | a52016cc46cdf0672448d9f25060c3c35e8919c4 (patch) | |
tree | 9bb156a650d7a3e2bf12e7318e277efce3c1b73d /src/southbridge/intel/i82801jx/Kconfig | |
parent | ef8b95745f4b72439fb5f108acf0a62361f64101 (diff) |
src/*/intel: introduce warning when building with no IFD
Add a warning as suggested in patch CB:28233 with the
"CONFIG_INTEL_DESCRIPTOR_MODE_REQUIRED" option.
Change-Id: I42b6b336bb519f3d18b5a41eb20b380636ff5819
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/28382
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/southbridge/intel/i82801jx/Kconfig')
-rw-r--r-- | src/southbridge/intel/i82801jx/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/southbridge/intel/i82801jx/Kconfig b/src/southbridge/intel/i82801jx/Kconfig index bf2d01fb20..cb5b12fcd0 100644 --- a/src/southbridge/intel/i82801jx/Kconfig +++ b/src/southbridge/intel/i82801jx/Kconfig @@ -36,6 +36,11 @@ config EHCI_BAR hex default 0xfef00000 +## Some enterprise variants may require an IFD +config INTEL_DESCRIPTOR_MODE_REQUIRED + bool + default n + config HPET_MIN_TICKS hex default 0x80 |