summaryrefslogtreecommitdiff
path: root/boot/grub
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-12-28 15:56:33 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-12-29 12:17:35 +0100
commitcbbbe16714562a4ec4d90b85cd913cb66120b158 (patch)
treec9eeb71aaf20550c9beecd7dcf9080ecb99524e5 /boot/grub
parentb49c231cab4db6c34ebcd546cdbd92bcd31db8c6 (diff)
grub: enclose network driver options in a sub-menu
In preparation to a change to the configuration options of the supported filesystem in Grub, enclose the network driver options in a sub-menu. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'boot/grub')
-rw-r--r--boot/grub/Config.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/boot/grub/Config.in b/boot/grub/Config.in
index c90770fe3..c3a729f7d 100644
--- a/boot/grub/Config.in
+++ b/boot/grub/Config.in
@@ -58,6 +58,8 @@ config BR2_TARGET_GRUB_DISKLESS
help
enable diskless support
+menu "network drivers"
+
config BR2_TARGET_GRUB_3c595
bool "3Com595 driver"
help
@@ -163,4 +165,6 @@ config BR2_TARGET_GRUB_w89c840
help
enable Winbond W89c840 driver
+endmenu
+
endif # BR2_TARGET_GRUB