kumquat-buildroot/target/x86/grub/Config.in
Bernhard Reutner-Fischer bffe93141b - also allow grub for x86_64
- bump version
2006-11-17 11:47:04 +00:00

18 lines
387 B
Plaintext

config BR2_TARGET_GRUB
bool "grub"
default n
depends on BR2_i386 || BR2_x86_64
help
The GRand Unified Bootloader for x86 systems.
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.