Kconfig.name 373 B

123456789101112
  1. config PAYLOAD_SIMPLEBOOT
  2. bool "Simpleboot"
  3. depends on ARCH_X86 || ARCH_ARM64
  4. select WANT_LINEAR_FRAMEBUFFER
  5. select COMPRESSED_PAYLOAD_NONE
  6. select DEFAULT_CONSOLE_LOGLEVEL_3
  7. help
  8. Select this option if you want to build a coreboot image
  9. with Simpleboot (simplified Multiboot2 Protocol) payload.
  10. See https://gitlab.com/bztsrc/simpleboot for more information.