From e3b1a1fd28558f7a1b3c0ec33313bedb675be8a1 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 26 Feb 2011 22:24:08 +0100 Subject: Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX" Signed-off-by: Denys Vlasenko --- miscutils/nandwrite.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'miscutils/nandwrite.c') diff --git a/miscutils/nandwrite.c b/miscutils/nandwrite.c index c5e2fb841..c7fbe7d9c 100644 --- a/miscutils/nandwrite.c +++ b/miscutils/nandwrite.c @@ -17,14 +17,14 @@ //config:config NANDWRITE //config: bool "nandwrite" //config: default n -//config: depends on PLATFORM_LINUX +//config: select PLATFORM_LINUX //config: help //config: Write to the specified MTD device, with bad blocks awareness //config: //config:config NANDDUMP //config: bool "nanddump" //config: default n -//config: depends on PLATFORM_LINUX +//config: select PLATFORM_LINUX //config: help //config: Dump the content of raw NAND chip -- cgit v1.2.3