MIPS: Kconfig: Use correct form for 'depends on'
authorJoe Perches <joe@perches.com>
Thu, 28 Nov 2019 17:13:26 +0000 (09:13 -0800)
committerPaul Burton <paulburton@kernel.org>
Mon, 2 Dec 2019 18:51:01 +0000 (10:51 -0800)
Remove the CONFIG_ prefix from "depends on" as it makes the selection
not possible.

Signed-off-by: Joe Perches <joe@perches.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Paul Burton <paulburton@kernel.org>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: James Hogan <jhogan@kernel.org>
Cc: linux-mips@vger.kernel.org
Cc: LKML <linux-kernel@vger.kernel.org>
drivers/platform/mips/Kconfig

index f4d0a86c00d079557d66e8fe71e6110d762a46fa..5e77b0dc5fd6b958450915eb13507fc08f69b6fe 100644 (file)
@@ -18,7 +18,7 @@ if MIPS_PLATFORM_DEVICES
 
 config CPU_HWMON
        tristate "Loongson-3 CPU HWMon Driver"
-       depends on CONFIG_MACH_LOONGSON64
+       depends on MACH_LOONGSON64
        select HWMON
        default y
        help