This website requires JavaScript.
Explore
Help
Register
Sign In
AuxXxilium
/
linux_dsm_epyc7002
Watch
1
Star
0
Fork
0
You've already forked linux_dsm_epyc7002
mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced
2025-01-22 20:39:38 +07:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
53d56f79a0
linux_dsm_epyc7002
/
drivers
/
thermal
/
broadcom
/
Makefile
3 lines
98 B
Makefile
Raw
Normal View
History
Unescape
Escape
thermal: bcm2835: move to the broadcom subdirectory We already have 2 Broadcom drivers and at least 1 more is coming. This made us create broadcom subdirectory where bcm2835 should be moves now. Acked-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Rafał Miłecki <rafal@milecki.pl> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
2017-04-18 04:04:16 +07:00
obj-$(CONFIG_BCM2835_THERMAL)
+=
bcm2835_thermal.o
thermal: broadcom: add Northstar thermal driver Northstar is a SoC family commonly used in home routers. This commit adds a driver for checking CPU temperature. As Northstar Plus seems to also have this IP block this new symbol gets ARCH_BCM_IPROC dependency. Signed-off-by: Rafał Miłecki <rafal@milecki.pl> Signed-off-by: Jon Mason <jon.mason@broadcom.com> Signed-off-by: Eduardo Valentin <edubezval@gmail.com>
2017-04-03 22:48:29 +07:00
obj-$(CONFIG_BCM_NS_THERMAL)
+=
ns-thermal.o
Reference in New Issue
Copy Permalink