grub: enclose network driver options in a sub-menu
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 28 Dec 2013 14:56:33 +0000 (15:56 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 29 Dec 2013 11:17:35 +0000 (12:17 +0100)
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>
boot/grub/Config.in

index c90770fe3923b5185c4651e7ca4371ef2d623a31..c3a729f7df7e9fe4518564442e3f426724ab5614 100644 (file)
@@ -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