Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 624168 Details for
Bug 710790
sys-kernel/gentoo-sources-5.5.6: Type problem in drivers/hwmon/tmp513.c - regression from 5.5.5
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
hwmon: (tmp513) Fix build issue by selecting CONFIG_REGMAP and CONFIG_REGMAP_I2C
0001-hwmon-tmp513-Fix-build-issue-by-selecting-CONFIG_REG.patch (text/plain), 1.04 KB, created by
Mike Pagano
on 2020-03-22 11:51:52 UTC
(
hide
)
Description:
hwmon: (tmp513) Fix build issue by selecting CONFIG_REGMAP and CONFIG_REGMAP_I2C
Filename:
MIME Type:
Creator:
Mike Pagano
Created:
2020-03-22 11:51:52 UTC
Size:
1.04 KB
patch
obsolete
>From c3f49d25a4ed2fdeab19d3689c4600ba096e7a90 Mon Sep 17 00:00:00 2001 >From: Mike Pagano <mpagano@gentoo.org> >Date: Sat, 21 Mar 2020 19:12:25 -0400 >Subject: [PATCH 1/1] hwmon: (tmp513) Fix build issue by selecting > CONFIG_REGMAP and CONFIG_REGMAP_I2C >Cc: mpagano@gentoo.org > >This driver requires REGMAP and REGMAP_I2C to build. Select both by default >in Kconfig. Reported at gentoo bugzilla: https://bugs.gentoo.org/710790 > >Reported-by: Phil Stracchino <phils@caerllewys.net> >Signed-off-by: Mike Pagano <mpagano@gentoo.org> >--- > drivers/hwmon/Kconfig | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig >index 47ac20aee06f..6edf8522447d 100644 >--- a/drivers/hwmon/Kconfig >+++ b/drivers/hwmon/Kconfig >@@ -1769,6 +1769,8 @@ config SENSORS_TMP421 > config SENSORS_TMP513 > tristate "Texas Instruments TMP513 and compatibles" > depends on I2C >+ select REGMAP >+ select REGMAP_I2C > help > If you say yes here you get support for Texas Instruments TMP512, > and TMP513 temperature and power supply sensor chips. >-- >2.24.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 710790
:
623522
| 624168