This website requires JavaScript.
Explore
Help
Sign In
openkylin
/
linux
mirror of
https://gitee.com/openkylin/linux.git
Watch
9
Star
0
Fork
You've already forked linux
0
Code
Issues
Projects
Releases
Wiki
Activity
f8a6c86644
linux
/
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 05:04:16 +08: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 23:48:29 +08:00
obj-$(CONFIG_BCM_NS_THERMAL)
+=
ns-thermal.o