Skip to content

Commit

Permalink
feat: enable National Semiconductor LM sensors
Browse files Browse the repository at this point in the history
Signed-off-by: ZHANG Yuntian <[email protected]>
  • Loading branch information
RadxaYuntian committed Jun 17, 2024
1 parent 225ae2c commit 201d86c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions linux/.common/kconfig.conf
Original file line number Diff line number Diff line change
Expand Up @@ -802,3 +802,23 @@ CONFIG_DRM_DP_CEC=y

# Rockchip specific: generate symbols so dt overlay can work
CONFIG_DTC_SYMBOLS=y

# Enable National Semiconductor LM sensors
CONFIG_SENSORS_ADM1021=m
CONFIG_SENSORS_ADM9240=m
CONFIG_SENSORS_LM63=m
CONFIG_SENSORS_LM70=m
CONFIG_SENSORS_LM73=m
CONFIG_SENSORS_LM75=m
CONFIG_SENSORS_LM77=m
CONFIG_SENSORS_LM78=m
CONFIG_SENSORS_LM80=m
CONFIG_SENSORS_LM83=m
CONFIG_SENSORS_LM85=m
CONFIG_SENSORS_LM87=m
CONFIG_SENSORS_LM90=m
CONFIG_SENSORS_LM92=m
CONFIG_SENSORS_LM93=m
CONFIG_SENSORS_LM95234=m
CONFIG_SENSORS_LM95241=m
CONFIG_SENSORS_LM95245=m

0 comments on commit 201d86c

Please sign in to comment.