diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-06-27 21:03:42 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-06-27 21:03:42 +0000 |
commit | bc8d90683e44bc0207ff033f60268da3cf147aff (patch) | |
tree | b8dd244aa79972e2eceaa21444299ee3c1fc33e0 /target/x86/grub2/Config.in | |
parent | 74d518dc2a18569c7e3f5766b6d9dda8e941ea7e (diff) | |
download | buildroot-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.in | 15 |
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. |