summaryrefslogtreecommitdiffstats
path: root/boot/grub2/Config.in
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-03-17 08:39:20 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-06-12 13:38:44 +0200
commit1d73ef9449f6ff0d5d3d9c93291c8869b27830cc (patch)
tree31d6dc581ed0c5abd046e8c88e9ef02005bd4fbe /boot/grub2/Config.in
parentd36fbf1eda3baf5e1a875d8335e4ecef8aa10e65 (diff)
downloadbuildroot-novena-1d73ef9449f6ff0d5d3d9c93291c8869b27830cc.tar.gz
buildroot-novena-1d73ef9449f6ff0d5d3d9c93291c8869b27830cc.zip
grub2: remove non-existing options
Much of the grub2.mk seems to have been copy/pasted from grub.mk. However, all the network/splashimage related ./configure options do not exist in grub2. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'boot/grub2/Config.in')
-rw-r--r--boot/grub2/Config.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/boot/grub2/Config.in b/boot/grub2/Config.in
index 752639993..d27cb4cd5 100644
--- a/boot/grub2/Config.in
+++ b/boot/grub2/Config.in
@@ -2,12 +2,3 @@ config BR2_TARGET_GRUB2
bool "grub2"
help
The GRand Unified Bootloader for x86 systems, take #2.
-
-config BR2_TARGET_GRUB2_SPLASH
- bool "Splashimage support"
- 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.