Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lede-mikrotik
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Johannes Rudolph
lede-mikrotik
Commits
910d9ba4
Commit
910d9ba4
authored
10 years ago
by
Daniel Golle
Browse files
Options
Downloads
Patches
Plain Diff
modules: hwmon: package driver for LTC4151 current sensor
Signed-off-by:
Daniel Golle
<
daniel@makrotopia.org
>
parent
2aa818a0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
package/kernel/linux/modules/hwmon.mk
+14
-0
14 additions, 0 deletions
package/kernel/linux/modules/hwmon.mk
with
14 additions
and
0 deletions
package/kernel/linux/modules/hwmon.mk
+
14
−
0
View file @
910d9ba4
...
@@ -195,6 +195,20 @@ endef
...
@@ -195,6 +195,20 @@ endef
$(
eval
$(
call KernelPackage,hwmon-lm95241
))
$(
eval
$(
call KernelPackage,hwmon-lm95241
))
define
KernelPackage/hwmon-ltc4151
TITLE
:=
LTC4151 monitoring support
KCONFIG
:=
CONFIG_SENSORS_LTC4151
FILES
:=
$(
LINUX_DIR
)
/drivers/hwmon/ltc4151.ko
AUTOLOAD
:=
$(
call AutoProbe,ltc4151
)
$(
call
AddDepends/hwmon,+kmod-i2c-core
)
endef
define
KernelPackage/hwmon-ltc4151/description
Kernel
module
for
Linear
Technology
LTC4151
current
and
voltage
monitor
chip
endef
$(
eval
$(
call KernelPackage,hwmon-ltc4151
))
define
KernelPackage/hwmon-sht21
define
KernelPackage/hwmon-sht21
TITLE
:=
Sensiron SHT21 and compat. monitoring support
TITLE
:=
Sensiron SHT21 and compat. monitoring support
KCONFIG
:=
CONFIG_SENSORS_SHT21
KCONFIG
:=
CONFIG_SENSORS_SHT21
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment