summaryrefslogtreecommitdiff
path: root/src/mainboard/google/kahlee/Kconfig
diff options
context:
space:
mode:
authorAaron Durbin <adurbin@chromium.org>2018-01-30 10:24:58 -0700
committerAaron Durbin <adurbin@chromium.org>2018-02-01 00:14:14 +0000
commit65d78e880a6eeeaeb084ec2dd37c2126b952df6d (patch)
tree3629f71f17f03a838d736a56d9683c8a6d0680a7 /src/mainboard/google/kahlee/Kconfig
parent10510255f7b0b7acfe6434020c40c824a3071b04 (diff)
downloadcoreboot-65d78e880a6eeeaeb084ec2dd37c2126b952df6d.tar.xz
mb/google/kahlee: always load and run display oprom
The kernel requires the display oprom is loaded *and* ran in order for the kernel to not panic. Therefore, select the correct settings such that normal mode works for Chrome OS. BUG=b:72400950 Change-Id: Ibae5bc6b382cbe71a55c2386a24bb420cb8f313f Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://review.coreboot.org/23506 Reviewed-by: Justin TerAvest <teravest@chromium.org> Reviewed-by: Martin Roth <martinroth@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/mainboard/google/kahlee/Kconfig')
-rw-r--r--src/mainboard/google/kahlee/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/kahlee/Kconfig b/src/mainboard/google/kahlee/Kconfig
index 26eab43291..b4067e8572 100644
--- a/src/mainboard/google/kahlee/Kconfig
+++ b/src/mainboard/google/kahlee/Kconfig
@@ -16,6 +16,8 @@
config BOARD_GOOGLE_BASEBOARD_KAHLEE
bool
select SOC_AMD_STONEYRIDGE_FT4
+ select ALWAYS_LOAD_OPROM
+ select ALWAYS_RUN_OPROM
select BOARD_ROMSIZE_KB_16384 if BOARD_GOOGLE_GRUNT
select BOARD_ROMSIZE_KB_8192 if BOARD_GOOGLE_KAHLEE
select DRIVERS_I2C_GENERIC