summaryrefslogtreecommitdiff
path: root/custom
diff options
context:
space:
mode:
authoruvok cheetah2024-09-14 12:35:29 +0200
committeruvok cheetah2024-09-14 12:35:29 +0200
commita55ed71970420bef83b361bee74350a8c1a42303 (patch)
tree128d3b4a0d17df8051344c40a3b13a0ad29d9512 /custom
parent4cfa8d85c98aab69e3dd8ac03f2a31a1c4b667c8 (diff)
Add thermal and watchdog
Diffstat (limited to 'custom')
-rw-r--r--custom/rpi_mini4
1 files changed, 4 insertions, 0 deletions
diff --git a/custom/rpi_mini b/custom/rpi_mini
index 8ce8e07..5eeb001 100644
--- a/custom/rpi_mini
+++ b/custom/rpi_mini
@@ -102,6 +102,10 @@ CONFIG_HW_RANDOM=y
CONFIG_RASPBERRYPI_GPIOMEM=m
CONFIG_POWER_RESET_GPIO=y
# CONFIG_HWMON is not set
+CONFIG_THERMAL=y
+CONFIG_BCM2835_THERMAL=y
+CONFIG_WATCHDOG=y
+CONFIG_BCM2835_WDT=y
# CONFIG_HID_SUPPORT is not set
# CONFIG_USB_SUPPORT is not set
CONFIG_MMC=y