machine-xml: group config options into their own menu for clarity
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
diff --git a/openpower/package/machine-xml/Config.in b/openpower/package/machine-xml/Config.in
index 3f2163f..5fcf37a 100755
--- a/openpower/package/machine-xml/Config.in
+++ b/openpower/package/machine-xml/Config.in
@@ -1,3 +1,5 @@
+menu "Machine XML (MRW)"
+
config BR2_PACKAGE_MACHINE_XML
bool "machine_xml"
default y if (BR2_OPENPOWER_PLATFORM)
@@ -61,3 +63,5 @@
default ""
help
Defines the name of the BIOS XML filename to parse when generating BIOS metadata
+
+endmenu