mirror of https://gitee.com/openkylin/linux.git
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 <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>
This commit is contained in:
parent
7d2aa4bb90
commit
a7effde99b
|
@ -18,7 +18,7 @@ if MIPS_PLATFORM_DEVICES
|
||||||
|
|
||||||
config CPU_HWMON
|
config CPU_HWMON
|
||||||
tristate "Loongson-3 CPU HWMon Driver"
|
tristate "Loongson-3 CPU HWMon Driver"
|
||||||
depends on CONFIG_MACH_LOONGSON64
|
depends on MACH_LOONGSON64
|
||||||
select HWMON
|
select HWMON
|
||||||
default y
|
default y
|
||||||
help
|
help
|
||||||
|
|
Loading…
Reference in New Issue