summaryrefslogtreecommitdiff
path: root/target/x86/grub2/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'target/x86/grub2/Config.in')
-rw-r--r--target/x86/grub2/Config.in15
1 files changed, 15 insertions, 0 deletions
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.