Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  1) # SPDX-License-Identifier: GPL-2.0-only
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) # MIPS Platform Specific Drivers
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) #
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) menuconfig MIPS_PLATFORM_DEVICES
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 	bool "MIPS Platform Specific Device Drivers"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) 	default y
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 	  Say Y here to get to see options for device drivers of various
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) 	  MIPS platforms, including vendor-specific netbook/laptop/desktop
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 	  extension and hardware monitor drivers. This option itself does
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) 	  not add any kernel code.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 	  If you say N, all options in this submenu will be skipped and disabled.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) if MIPS_PLATFORM_DEVICES
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) config CPU_HWMON
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) 	tristate "Loongson-3 CPU HWMon Driver"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) 	depends on MACH_LOONGSON64
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) 	select HWMON
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) 	default y
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) 	  Loongson-3A/3B CPU Hwmon (temperature sensor) driver.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27) config RS780E_ACPI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28) 	bool "Loongson RS780E ACPI Controller"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29) 	depends on MACH_LOONGSON64 || COMPILE_TEST
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30) 	help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) 	  Loongson RS780E PCH ACPI Controller driver.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 33) endif # MIPS_PLATFORM_DEVICES