buildroot/target/x86/grub/Config.in

18 lines
387 B
Plaintext
Raw Normal View History

config BR2_TARGET_GRUB
2005-09-09 02:12:13 +02:00
bool "grub"
default n
depends on BR2_i386 || BR2_x86_64
help
The GRand Unified Bootloader for x86 systems.
2006-03-18 14:07:29 +01:00
config BR2_TARGET_GRUB_SPLASH
bool " Splashimage support"
default n
depends on BR2_TARGET_GRUB
help
Add support for splashimage.
A splashimage is a 14-color indexed .xpm picture which
is displayed as background for the grub menu.