summaryrefslogtreecommitdiff
path: root/src/Kconfig
blob: f753c63079f63f13e70d4275f4499b911e11bcfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Kconfig SeaBIOS configuration

mainmenu "SeaBIOS Configuration"
    config COREBOOT
      bool "Configure as a coreboot payload."
      default n
    config DEBUG_LEVEL
      int "Control how verbose debug output is."
      default 1
    config DEBUG_SERIAL
      bool "Send debugging information to serial port"
      default n
    config VGAHOOKS
      bool "Support bios callbacks specific to via vgabios."
      default n