Skip to content

Commit 1d52276

Browse files
pelwellpopcornmix
authored andcommitted
configs: Add NVME_HWMON=y to the Pi 5 kernels
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: #5909 Signed-off-by: Phil Elwell <[email protected]>
1 parent 88170b1 commit 1d52276

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

arch/arm64/configs/bcm2711_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,7 @@ CONFIG_BLK_DEV_NBD=m
467467
CONFIG_BLK_DEV_RAM=y
468468
CONFIG_ATA_OVER_ETH=m
469469
CONFIG_BLK_DEV_NVME=y
470+
CONFIG_NVME_HWMON=y
470471
CONFIG_EEPROM_AT24=m
471472
CONFIG_EEPROM_AT25=m
472473
CONFIG_TI_ST=m

arch/arm64/configs/bcm2712_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,7 @@ CONFIG_BLK_DEV_NBD=m
470470
CONFIG_BLK_DEV_RAM=y
471471
CONFIG_ATA_OVER_ETH=m
472472
CONFIG_BLK_DEV_NVME=y
473+
CONFIG_NVME_HWMON=y
473474
CONFIG_EEPROM_AT24=m
474475
CONFIG_EEPROM_AT25=m
475476
CONFIG_TI_ST=m

0 commit comments

Comments
 (0)