Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

#
# CONFIG_MIPS Platform Specific Drivers
#

menuconfig CONFIG_MIPS_PLATFORM_DEVICES
	bool "MIPS Platform Specific Device Drivers"
	default y
	help
	  Say Y here to get to see options for device drivers of various
	  CONFIG_MIPS platforms, including vendor-specific netbook/laptop/desktop
	  extension and hardware monitor drivers. This option itself does
	  not add any kernel code.

	  If you say N, all options in this submenu will be skipped and disabled.

if CONFIG_MIPS_PLATFORM_DEVICES

config CONFIG_CPU_HWMON
	tristate "Loongson CPU HWMon Driver"
	depends on CONFIG_LOONGSON_MACH3X
	select CONFIG_HWMON
	default y
	help
	  Loongson-3A/3B CPU Hwmon (temperature sensor) driver.

endif # CONFIG_MIPS_PLATFORM_DEVICES