gpio: rcar: Fix runtime PM imbalance on error
[linux/fpc-iii.git] / drivers / platform / mips / Kconfig
blob5e77b0dc5fd6b958450915eb13507fc08f69b6fe
1 # SPDX-License-Identifier: GPL-2.0-only
3 # MIPS Platform Specific Drivers
6 menuconfig MIPS_PLATFORM_DEVICES
7         bool "MIPS Platform Specific Device Drivers"
8         default y
9         help
10           Say Y here to get to see options for device drivers of various
11           MIPS platforms, including vendor-specific netbook/laptop/desktop
12           extension and hardware monitor drivers. This option itself does
13           not add any kernel code.
15           If you say N, all options in this submenu will be skipped and disabled.
17 if MIPS_PLATFORM_DEVICES
19 config CPU_HWMON
20         tristate "Loongson-3 CPU HWMon Driver"
21         depends on MACH_LOONGSON64
22         select HWMON
23         default y
24         help
25           Loongson-3A/3B CPU Hwmon (temperature sensor) driver.
27 endif # MIPS_PLATFORM_DEVICES