Skip to content

Commit a7effde

Browse files
JoePerchespaulburton
authored andcommitted
MIPS: Kconfig: Use correct form for 'depends on'
Remove the CONFIG_ prefix from "depends on" as it makes the selection not possible. Signed-off-by: Joe Perches <[email protected]> Reviewed-by: Philippe Mathieu-Daudé <[email protected]> Signed-off-by: Paul Burton <[email protected]> Cc: Ralf Baechle <[email protected]> Cc: James Hogan <[email protected]> Cc: [email protected] Cc: LKML <[email protected]>
1 parent 7d2aa4b commit a7effde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/platform/mips/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if MIPS_PLATFORM_DEVICES
1818

1919
config CPU_HWMON
2020
tristate "Loongson-3 CPU HWMon Driver"
21-
depends on CONFIG_MACH_LOONGSON64
21+
depends on MACH_LOONGSON64
2222
select HWMON
2323
default y
2424
help

0 commit comments

Comments
 (0)