configs: Add NVME_HWMON=y to the Pi 5 kernels
authorPhil Elwell <phil@raspberrypi.com>
Tue, 30 Jan 2024 13:26:58 +0000 (13:26 +0000)
committerDom Cobley <popcornmix@gmail.com>
Mon, 19 Feb 2024 11:35:34 +0000 (11:35 +0000)
Enabling NVME_HWMON gives access to the temperature of an NVME drive,
something which could be useful on a Pi 5. Enable the option in the
arm64 configs bcm2712_defconfig and bcm2711_defconfig.

See: https://github.com/raspberrypi/linux/issues/5909

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
arch/arm64/configs/bcm2711_defconfig
arch/arm64/configs/bcm2712_defconfig

index 171a69e..73fbab3 100644 (file)
@@ -467,6 +467,7 @@ CONFIG_BLK_DEV_NBD=m
 CONFIG_BLK_DEV_RAM=y
 CONFIG_ATA_OVER_ETH=m
 CONFIG_BLK_DEV_NVME=y
+CONFIG_NVME_HWMON=y
 CONFIG_EEPROM_AT24=m
 CONFIG_EEPROM_AT25=m
 CONFIG_TI_ST=m
index 4e32db9..4aecb07 100644 (file)
@@ -470,6 +470,7 @@ CONFIG_BLK_DEV_NBD=m
 CONFIG_BLK_DEV_RAM=y
 CONFIG_ATA_OVER_ETH=m
 CONFIG_BLK_DEV_NVME=y
+CONFIG_NVME_HWMON=y
 CONFIG_EEPROM_AT24=m
 CONFIG_EEPROM_AT25=m
 CONFIG_TI_ST=m