diff --git a/linux/.common/kconfig.conf b/linux/.common/kconfig.conf index 5553407..d9c13d6 100644 --- a/linux/.common/kconfig.conf +++ b/linux/.common/kconfig.conf @@ -870,3 +870,10 @@ CONFIG_FSCACHE=m # Enable Ceph Filesystem # radxa-build/rock-5-itx#3 CONFIG_CEPH_FS=m + +#drivetemp reports SATA/SAS temperature (and e.g. sensors utility of lm-sensors package can reports values). See https://docs.kernel.org/hwmon/drivetemp.html +CONFIG_SENSORS_DRIVETEMP=m + +#enables some utilities (e.g. iotop, iotop-c) to gather more detailed statistics. One still needs to enable this feature in runtime. CONFIG_TASK_DELAY_ACCT requires CONFIG_TASKSTATS, so it was added explicitly. See https://docs.kernel.org/accounting/delay-accounting.html +CONFIG_TASK_DELAY_ACCT=y +CONFIG_TASKSTATS=y