summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/rambi/Kconfig
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2020-03-26 21:13:24 -0500
committerPatrick Georgi <pgeorgi@google.com>2020-05-02 17:06:58 +0000
commit9d821fa1d12ccdb8e7816cab14ef5abdc8143f7a (patch)
tree015f61a392931f9a0e541d57ff565631ca0cd1ff /src/mainboard/google/rambi/Kconfig
parentf213f1799244ccfe4acab99c22df3dd183a3965b (diff)
downloadcoreboot-9d821fa1d12ccdb8e7816cab14ef5abdc8143f7a.tar.gz
coreboot-9d821fa1d12ccdb8e7816cab14ef5abdc8143f7a.tar.bz2
coreboot-9d821fa1d12ccdb8e7816cab14ef5abdc8143f7a.zip
payloads/seabios: Add Hardware IRQ Kconfig
Certain boards require SeaBIOS' HARDWARE_IRQ option to be deselected in order for the platform to boot. Add a Kconfig to allow selection of HARDWARE_IRQ enablement, and write to SeaBIOS' .config file in cases where it needs to be disabled. Deselect the option for google/rambi variants so they boot with boards defaults. Test: build/boot google/clapper, verify board boots vs hanging at boot menu prompt. Change-Id: I23e9b30d2d1042c86bd10f134d6fe361edaf8cb2 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39869 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/google/rambi/Kconfig')
-rw-r--r--src/mainboard/google/rambi/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/google/rambi/Kconfig b/src/mainboard/google/rambi/Kconfig
index bc4aa6ea7cda..3cb5e2627718 100644
--- a/src/mainboard/google/rambi/Kconfig
+++ b/src/mainboard/google/rambi/Kconfig
@@ -77,6 +77,11 @@ config MAINBOARD_SMBIOS_MANUFACTURER
default "GOOGLE"
config CONSOLE_SERIAL
+ bool
+ default n
+
+config SEABIOS_HARDWARE_IRQ
+ bool
default n
endif # BOARD_GOOGLE_BASEBOARD_RAMBI