提交 45cd7db0 编写于 作者: P Phil Elwell 提交者: Zheng Zengkai

configs: Enable BCM2835 thermal driver in kernel8

raspberrypi inclusion
category: feature
bugzilla: 50432

--------------------------------

The arm64 version of bcm2711_defconfig is intended for Pi 4, but the
Raspberry Pi OS kernel8.img built from it is also used for Pi 3. It is
therefore necessary to include some legacy drivers such as the BCM2835
thermal driver, otherwise there is no support for reading the CPU
temperature on a Pi 3 in 64-bit mode.

See: https://github.com/raspberrypi/linux/issues/4077Signed-off-by: NPhil Elwell <phil@raspberrypi.com>
Signed-off-by: NFang Yafen <yafen@iscas.ac.cn>
Signed-off-by: NZheng Zengkai <zhengzengkai@huawei.com>
上级 b49eab40
...@@ -724,6 +724,7 @@ CONFIG_SENSORS_INA2XX=m ...@@ -724,6 +724,7 @@ CONFIG_SENSORS_INA2XX=m
CONFIG_SENSORS_TMP102=m CONFIG_SENSORS_TMP102=m
CONFIG_THERMAL=y CONFIG_THERMAL=y
CONFIG_BCM2711_THERMAL=y CONFIG_BCM2711_THERMAL=y
CONFIG_BCM2835_THERMAL=y
CONFIG_WATCHDOG=y CONFIG_WATCHDOG=y
CONFIG_GPIO_WATCHDOG=m CONFIG_GPIO_WATCHDOG=m
CONFIG_BCM2835_WDT=y CONFIG_BCM2835_WDT=y
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册