summaryrefslogtreecommitdiffstats
path: root/target/x86/grub2/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-06-27 21:03:42 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-06-27 21:03:42 +0000
commitbc8d90683e44bc0207ff033f60268da3cf147aff (patch)
treeb8dd244aa79972e2eceaa21444299ee3c1fc33e0 /target/x86/grub2/Config.in
parent74d518dc2a18569c7e3f5766b6d9dda8e941ea7e (diff)
downloadbuildroot-novena-bc8d90683e44bc0207ff033f60268da3cf147aff.tar.gz
buildroot-novena-bc8d90683e44bc0207ff033f60268da3cf147aff.zip
- stub for grub2. Needs to be fixed upstream first.
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.