From: Thomas Petazzoni Date: Sat, 28 Dec 2013 14:56:33 +0000 (+0100) Subject: grub: enclose network driver options in a sub-menu X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cbbbe16714562a4ec4d90b85cd913cb66120b158;p=buildroot.git 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 Acked-by: "Yann E. MORIN" --- diff --git a/boot/grub/Config.in b/boot/grub/Config.in index c90770fe39..c3a729f7df 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