summaryrefslogtreecommitdiffstats
path: root/target/x86/grub/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2006-03-18 14:07:29 +0100
committerBernhard Reutner-Fischer2006-03-18 14:07:29 +0100
commitee161b3eb9c133d0a08c6017379f0668471c0a81 (patch)
tree5e0274295160b1cb435c6b2120b8fdbe3d52af3e /target/x86/grub/Config.in
parentimport binutils-2.16.91.0.7 (diff)
downloadbuildroot-ee161b3eb9c133d0a08c6017379f0668471c0a81.tar.gz
buildroot-ee161b3eb9c133d0a08c6017379f0668471c0a81.tar.xz
buildroot-ee161b3eb9c133d0a08c6017379f0668471c0a81.zip
- add optional splashimage support
Diffstat (limited to 'target/x86/grub/Config.in')
-rw-r--r--target/x86/grub/Config.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/target/x86/grub/Config.in b/target/x86/grub/Config.in
index 409abe818..f84c0d48c 100644
--- a/target/x86/grub/Config.in
+++ b/target/x86/grub/Config.in
@@ -4,3 +4,14 @@ config BR2_TARGET_GRUB
depends on BR2_i386
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.
+