Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX"
[oweals/busybox.git] / miscutils / nandwrite.c
index c5e2fb841face3dc6d219ae7040f44d7e7603b8d..c7fbe7d9c1c0411dee3f1c95e27a45ed59861856 100644 (file)
 //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