summaryrefslogtreecommitdiffstats
path: root/payloads/external/Yabits/Kconfig.name
blob: 84f860f296e89d13bc7ef160f63e1d13d2949ada (plain)
1
2
3
4
5
6
7
8
9
10
11
config PAYLOAD_YABITS
	bool "Yabits - Yet another UEFI Bootloader (Under Development)"
	depends on ARCH_X86
	help
	  Yabits - yabits.github.io
	  yabits is a pure UEFI coreboot payload. Compared with
	  TianoCore, it is fast and lightweight. yabits is based on the
	  part of Minoca OS. It can run GRUB2, Linux, OpenBSD, and other
	  UEFI applications.

	  It is still under the development and not ready for production.