From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from moutng.kundenserver.de ([212.227.126.186]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1S75yp-0008Qn-Ur for ptxdist@pengutronix.de; Mon, 12 Mar 2012 15:12:10 +0100 From: bernhard@bwalle.de Date: Mon, 12 Mar 2012 15:09:04 +0100 Message-Id: <1331561345-9386-2-git-send-email-bernhard@bwalle.de> In-Reply-To: <1331561345-9386-1-git-send-email-bernhard@bwalle.de> References: <1331561345-9386-1-git-send-email-bernhard@bwalle.de> Subject: [ptxdist] [PATCH 2/3] mtd-utils.in: Add busybox dependencies Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Cc: Bernhard Walle From: Bernhard Walle Some tools that mtd-utils provide can be also provided by busybox. Add the dependencies here as done in other configuration files to prevent the user from misconfiguration. Signed-off-by: Bernhard Walle --- rules/mtd-utils.in | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/rules/mtd-utils.in b/rules/mtd-utils.in index bc25ace..30ec133 100644 --- a/rules/mtd-utils.in +++ b/rules/mtd-utils.in @@ -43,9 +43,13 @@ config MTD_UTILS_FLASH_ERASEALL bool prompt "flash_eraseall (deprecated)" select MTD_UTILS_FLASH_ERASE + depends on !BUSYBOX_FLASH_ERASEALL help ...use flash_erase instead +comment "busybox' flash_eraseall is selected!" + depends on BUSYBOX_FLASH_ERASEALL + config MTD_UTILS_MTDINFO bool prompt "mtdinfo" @@ -55,9 +59,13 @@ config MTD_UTILS_MTDINFO config MTD_UTILS_FLASH_LOCK bool prompt "flash_lock" + depends on !BUSYBOX_FLASH_LOCK help This utility locks one or more sectors of flash device. +comment "busybox' flash_lock is selected!" + depends on BUSYBOX_FLASH_LOCK + config MTD_UTILS_FLASH_OTP_DUMP bool prompt "flash_otp_dump" @@ -73,15 +81,23 @@ config MTD_UTILS_FLASH_OTP_INFO config MTD_UTILS_FLASH_UNLOCK bool prompt "flash_unlock" + depends on !BUSYBOX_FLASH_UNLOCK help This utility unlock all sectors of flash device. +comment "busybox' flash_unlock is selected!" + depends on BUSYBOX_FLASH_UNLOCK + config MTD_UTILS_FLASHCP bool prompt "flashcp" + depends on !BUSYBOX_FLASHCP help Flash Copy - Written by Abraham van der Merwe +comment "busybox' flashcp is selected!" + depends on BUSYBOX_FLASHCP + config MTD_UTILS_FTL_CHECK bool prompt "ftl_check" @@ -126,10 +142,14 @@ config MTD_UTILS_MTDDEBUG config MTD_UTILS_NANDDUMP bool prompt "nanddump" + depends on !BUSYBOX_NANDDUMP help This utility dumps the contents of raw NAND chips or NAND chips contained in DoC devices. +comment "busybox' nanddump is selected!" + depends on BUSYBOX_NANDDUMP + config MTD_UTILS_NANDTEST bool prompt "nandtest" @@ -139,11 +159,15 @@ config MTD_UTILS_NANDTEST config MTD_UTILS_NANDWRITE bool prompt "nandwrite" + depends on !BUSYBOX_NANDWRITE help This utility writes a binary image directly to a NAND flash chip or NAND chips contained in DoC devices. This is the "inverse operation" of nanddump. +comment "busybox' nandwrite is selected!" + depends on BUSYBOX_NANDWRITE + config MTD_UTILS_NFTL_FORMAT bool prompt "nftl_format" @@ -206,9 +230,13 @@ if MTD_UTILS_UBI_UTILS config MTD_UTILS_UBIATTACH bool prompt "ubiattach" + depends on !BUSYBOX_UBIATTACH help Attach an ubi device to a mtd device +comment "busybox' ubiattach is selected!" + depends on BUSYBOX_UBIATTACH + config MTD_UTILS_UBICRC32 bool prompt "ubicrc32" @@ -218,9 +246,13 @@ config MTD_UTILS_UBICRC32 config MTD_UTILS_UBIDETACH bool prompt "ubidetach" + depends on !BUSYBOX_UBIDETACH help Detach an ubi device from a mtd device +comment "busybox' ubidetach is selected!" + depends on BUSYBOX_UBIDETACH + config MTD_UTILS_UBIFORMAT bool select GCCLIBS_GCC_S -- 1.7.9.3 -- ptxdist mailing list ptxdist@pengutronix.de