Skip to content

Commit

Permalink
MIPS: Kconfig: Use correct form for 'depends on'
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
JoePerches authored and paulburton committed Dec 2, 2019
1 parent 7d2aa4b commit a7effde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/platform/mips/Kconfig
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a7effde

Please sign in to comment.