From bc8d90683e44bc0207ff033f60268da3cf147aff Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Wed, 27 Jun 2007 21:03:42 +0000 Subject: - stub for grub2. Needs to be fixed upstream first. --- target/x86/grub2/Config.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 target/x86/grub2/Config.in (limited to 'target/x86/grub2/Config.in') diff --git a/target/x86/grub2/Config.in b/target/x86/grub2/Config.in new file mode 100644 index 000000000..9c8198578 --- /dev/null +++ b/target/x86/grub2/Config.in @@ -0,0 +1,15 @@ +config BR2_TARGET_GRUB2 + bool "grub2" + default n + help + The GRand Unified Bootloader for x86 systems, take #2. + +config BR2_TARGET_GRUB2_SPLASH + bool "Splashimage support" + default n + depends on BR2_TARGET_GRUB2 + help + Add support for splashimage. + + A splashimage is a 14-color indexed .xpm picture which + is displayed as background for the grub menu. -- cgit v1.2.3