diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/google/rambi/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/google/rambi/Kconfig b/src/mainboard/google/rambi/Kconfig index bc4aa6ea7c..3cb5e26277 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 |