diff --git a/iopsys-brcm63xx-mips/image/Config.in b/iopsys-brcm63xx-mips/image/Config.in index 4c8d59e74367e786f7daf7381094c775c9d7e2a8..dceba24072de44c0491f3eb3a40273888c475dd4 100644 --- a/iopsys-brcm63xx-mips/image/Config.in +++ b/iopsys-brcm63xx-mips/image/Config.in @@ -1,5 +1,6 @@ -comment "Image naming" +menu "Brcm63xx (ARM/MIPS) Image options" + depends on TARGET_iopsys_brcm63xx_arm || TARGET_iopsys_brcm63xx_mips config TARGET_VERSION string @@ -83,3 +84,4 @@ config TARGET_IMAGE_FS bool "Generate a legacy \"_fs_image\" JFFS2 root FS only image (deprecated)" default n +endmenu