<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>bf1bb26f - hwmon: add driver for HTU31</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hwmon/Kconfig#bf1bb26f</link>
        <description>hwmon: add driver for HTU31Add base support for HTU31 temperature and humidity sensor.Besides temperature and humidity values, the driver also exports a 24-bitheater control to sysfs and serial number to debugfs.Signed-off-by: Andrei Lalaev &lt;andrey.lalaev@gmail.com&gt;Link: https://lore.kernel.org/r/20250217051110.46827-2-andrey.lalaev@gmail.com[groeck: Fixed continuation line alignment]Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;

            List of files:
            /linux-6.15/drivers/hwmon/Kconfig</description>
        <pubDate>Mon, 17 Feb 2025 05:10:55 +0000</pubDate>
        <dc:creator>Andrei Lalaev &lt;andrey.lalaev@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>08ebc9de - hwmon: Add Congatec Board Controller monitoring driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hwmon/Kconfig#08ebc9de</link>
        <description>hwmon: Add Congatec Board Controller monitoring driverAdd support for the Congatec Board Controller. This controller exposestemperature, voltage, current and fan sensors.The available sensors list cannot be predicted. Some sensors can bepresent or not, depending the system.The driver has an internal list of all possible sensors, for all Congatecboards. The Board Controller gives to the driver its sensors list, andtheir status (active or not).Signed-off-by: Thomas Richard &lt;thomas.richard@bootlin.com&gt;Link: https://lore.kernel.org/r/20250203-congatec-board-controller-hwmon-v4-1-ff6c76a4662c@bootlin.comSigned-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;

            List of files:
            /linux-6.15/drivers/hwmon/Kconfig</description>
        <pubDate>Mon, 03 Feb 2025 11:01:05 +0000</pubDate>
        <dc:creator>Thomas Richard &lt;thomas.richard@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>e3ff0c72 - hwmon: (ntc_thermistor) Fix module name in the Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hwmon/Kconfig#e3ff0c72</link>
        <description>hwmon: (ntc_thermistor) Fix module name in the KconfigThe module name is incorrectly stated with a hyphen while it is anunderscore.Reviewed-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Signed-off-by: Maud Spierings &lt;maudspierings@gocontroll.com&gt;Link: https://lore.kernel.org/r/20250227-ntc_thermistor_fixes-v1-1-70fa73200b52@gocontroll.comSigned-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;

            List of files:
            /linux-6.15/drivers/hwmon/Kconfig</description>
        <pubDate>Thu, 27 Feb 2025 12:57:51 +0000</pubDate>
        <dc:creator>Maud Spierings &lt;maudspierings@gocontroll.com&gt;</dc:creator>
    </item>
<item>
        <title>02778f69 - hwmon: (lm90): Add support for NCT7716, NCT7717 and NCT7718</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hwmon/Kconfig#02778f69</link>
        <description>hwmon: (lm90): Add support for NCT7716, NCT7717 and NCT7718NCT7716 is similar to NCT7717 but has one more address support,both of them only have a 8 bit resolution local thermal sensor.NCT7718 has 11 bit resoulution remote thermal sensor.Signed-off-by: Ming Yu &lt;a0282524688@gmail.com&gt;Link: https://lore.kernel.org/r/20250117100744.1571385-2-a0282524688@gmail.comSigned-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;

            List of files:
            /linux-6.15/drivers/hwmon/Kconfig</description>
        <pubDate>Fri, 17 Jan 2025 10:07:43 +0000</pubDate>
        <dc:creator>Ming Yu &lt;a0282524688@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c8571eab - hwmon: Fix help text for aspeed-g6-pwm-tach</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hwmon/Kconfig#c8571eab</link>
        <description>hwmon: Fix help text for aspeed-g6-pwm-tachThe help text has the wrong module name mentioned, and the capitalisationof the title is inconsistent.Fixes: 7e1449cd15d1 (&quot;hwmon: (aspeed-g6-pwm-tacho): Support for ASPEED g6 PWM/Fan tach&quot;)Signed-off-by: Joel Stanley &lt;joel@jms.id.au&gt;Link: https://lore.kernel.org/r/20250110114737.64035-1-joel@jms.id.auSigned-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;

            List of files:
            /linux-6.15/drivers/hwmon/Kconfig</description>
        <pubDate>Fri, 10 Jan 2025 11:47:36 +0000</pubDate>
        <dc:creator>Joel Stanley &lt;joel@jms.id.au&gt;</dc:creator>
    </item>
<item>
        <title>d6caeafa - x86/amd_nb: Move SMN access code to a new amd_node driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hwmon/Kconfig#d6caeafa</link>
        <description>x86/amd_nb: Move SMN access code to a new amd_node driverSMN access was bolted into amd_nb mostly as convenience.  This haslimitations though that require incurring tech debt to keep it working.Move SMN access to the newly introduced AMD Node driver.Signed-off-by: Mario Limonciello &lt;mario.limonciello@amd.com&gt;Signed-off-by: Yazen Ghannam &lt;yazen.ghannam@amd.com&gt;Signed-off-by: Borislav Petkov (AMD) &lt;bp@alien8.de&gt;Acked-by: Ilpo J&#228;rvinen &lt;ilpo.jarvinen@linux.intel.com&gt; # pdx86Acked-by: Shyam Sundar S K &lt;Shyam-sundar.S-k@amd.com&gt; # PMF, PMCLink: https://lore.kernel.org/r/20241206161210.163701-11-yazen.ghannam@amd.com

            List of files:
            /linux-6.15/drivers/hwmon/Kconfig</description>
        <pubDate>Fri, 06 Dec 2024 16:12:03 +0000</pubDate>
        <dc:creator>Mario Limonciello &lt;mario.limonciello@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>6071d104 - hwmon: (lm75) add I3C support for P3T1755</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hwmon/Kconfig#6071d104</link>
        <description>hwmon: (lm75) add I3C support for P3T1755Introduce I3C support by defining I3C accessors for regmap andimplementing an I3C driver. Enable I3C for the NXP P3T1755.Signed-off-by: Wolfram Sang &lt;wsa+renesas@sang-engineering.com&gt;Link: https://lore.kernel.org/r/20241220093635.11218-1-wsa+renesas@sang-engineering.comSigned-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;

            List of files:
            /linux-6.15/drivers/hwmon/Kconfig</description>
        <pubDate>Fri, 20 Dec 2024 09:36:34 +0000</pubDate>
        <dc:creator>Wolfram Sang &lt;wsa+renesas@sang-engineering.com&gt;</dc:creator>
    </item>
<item>
        <title>9855caf5 - hwmon: add driver for the hwmon parts of qnap-mcu devices</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hwmon/Kconfig#9855caf5</link>
        <description>hwmon: add driver for the hwmon parts of qnap-mcu devicesThe MCU can be found on network-attached-storage devices made by QNAPand provides access to fan control including reading back its RPM aswell as reading the temperature of the NAS case.Signed-off-by: Heiko Stuebner &lt;heiko@sntech.de&gt;Acked-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Link: https://lore.kernel.org/r/20241107114712.538976-8-heiko@sntech.deSigned-off-by: Lee Jones &lt;lee@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/hwmon/Kconfig</description>
        <pubDate>Thu, 07 Nov 2024 11:47:10 +0000</pubDate>
        <dc:creator>Heiko Stuebner &lt;heiko@sntech.de&gt;</dc:creator>
    </item>
<item>
        <title>83b645ee - hwmon: tmp108: fix I3C dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hwmon/Kconfig#83b645ee</link>
        <description>hwmon: tmp108: fix I3C dependencyIt&apos;s possible to build a kernel with tmp108 built-in but i3c supportin a loadable module, but that results in a link failure:x86_64-linux-ld: drivers/hwmon/tmp108.o: in function `p3t1085_i3c_probe&apos;:tmp108.c:(.text+0x5f9): undefined reference to `i3cdev_to_dev&apos;Add a Kconfig dependency to ensure only the working configurationsare allowed.Fixes: c40655e33106 (&quot;hwmon: (tmp108) Add support for I3C device&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Message-ID: &lt;20241113175615.2442851-1-arnd@kernel.org&gt;Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;

            List of files:
            /linux-6.15/drivers/hwmon/Kconfig</description>
        <pubDate>Wed, 13 Nov 2024 17:55:33 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>c40655e3 - hwmon: (tmp108) Add support for I3C device</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hwmon/Kconfig#c40655e3</link>
        <description>hwmon: (tmp108) Add support for I3C deviceAdd support for I3C device in the tmp108 driver to handle the P3T1085sensor. Register the I3C device driver to enable I3C functionality for thesensor.Signed-off-by: Frank Li &lt;Frank.Li@nxp.com&gt;Message-ID: &lt;20241112-p3t1085-v4-2-a1334314b1e6@nxp.com&gt;Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;

            List of files:
            /linux-6.15/drivers/hwmon/Kconfig</description>
        <pubDate>Tue, 12 Nov 2024 16:52:00 +0000</pubDate>
        <dc:creator>Frank Li &lt;Frank.Li@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>11d35624 - hwmon: (tmp108) Add NXP p3t1085 support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hwmon/Kconfig#11d35624</link>
        <description>hwmon: (tmp108) Add NXP p3t1085 supportAdd compatible string &apos;nxp,p3t1085&apos; since p3t1085&apos;s register layout is thesame as tmp108.The p3t1085 supports I3C interface.Update document tmp108.rst and Kconfig&apos;s help context.Signed-off-by: Frank Li &lt;Frank.Li@nxp.com&gt;Message-ID: &lt;20241111-p3t1085-v3-2-bff511550aad@nxp.com&gt;Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;

            List of files:
            /linux-6.15/drivers/hwmon/Kconfig</description>
        <pubDate>Mon, 11 Nov 2024 17:31:59 +0000</pubDate>
        <dc:creator>Frank Li &lt;Frank.Li@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>52172ad8 - hwmon: (ina226) Add support for SY24655</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hwmon/Kconfig#52172ad8</link>
        <description>hwmon: (ina226) Add support for SY24655SY24655: Support for current and voltage detection as well aspower calculation.Signed-off-by: Wenliang Yan &lt;wenliang202407@163.com&gt;Message-ID: &lt;20241106150547.2538-1-wenliang202407@163.com&gt;[groeck: Changed order of compatible entries; dropped spurious extra return statement in is_visible(); fixed code problems]Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;

            List of files:
            /linux-6.15/drivers/hwmon/Kconfig</description>
        <pubDate>Wed, 06 Nov 2024 15:05:46 +0000</pubDate>
        <dc:creator>Wenliang Yan &lt;wenliang202407@163.com&gt;</dc:creator>
    </item>
<item>
        <title>46b94c48 - hwmon: Add driver for I2C chip Nuvoton NCT7363Y</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hwmon/Kconfig#46b94c48</link>
        <description>hwmon: Add driver for I2C chip Nuvoton NCT7363YThe NCT7363Y is a fan controller which provides up to 16independent FAN input monitors. It can report each FAN input countvalues. The NCT7363Y also provides up to 16 independent PWMoutputs. Each PWM can output specific PWM signal by manual mode tocontrol the FAN duty outside.Signed-off-by: Ban Feng &lt;kcfeng0@nuvoton.com&gt;Message-ID: &lt;20241022052905.4062682-3-kcfeng0@nuvoton.com&gt;[groeck: Dropped unnecessary variable initialization, and , after { }]Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;

            List of files:
            /linux-6.15/drivers/hwmon/Kconfig</description>
        <pubDate>Tue, 22 Oct 2024 05:29:05 +0000</pubDate>
        <dc:creator>Ban Feng &lt;kcfeng0@nuvoton.com&gt;</dc:creator>
    </item>
<item>
        <title>39671a14 - hwmon: (isl28022) new driver for ISL28022 power monitor</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hwmon/Kconfig#39671a14</link>
        <description>hwmon: (isl28022) new driver for ISL28022 power monitorDriver for Renesas ISL28022 power monitor with I2C interface.The device monitors voltage, current via shunt resistorand calculated power.Signed-off-by: Carsten Spie&#223; &lt;mail@carsten-spiess.de&gt;Signed-off-by: Yikai Tsai &lt;yikai.tsai.wiwynn@gmail.com&gt;Message-ID: &lt;20241002081133.13123-3-yikai.tsai.wiwynn@gmail.com&gt;[groeck: Fixed alignment issues, dropped noise at end of probe]Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;

            List of files:
            /linux-6.15/drivers/hwmon/Kconfig</description>
        <pubDate>Wed, 02 Oct 2024 08:11:30 +0000</pubDate>
        <dc:creator>Yikai Tsai &lt;yikai.tsai.wiwynn@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>70fb84a1 - hwmon: (ina2xx) Add support for INA260</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hwmon/Kconfig#70fb84a1</link>
        <description>hwmon: (ina2xx) Add support for INA260INA260 is similar to other chips of the series, except it has an internalshunt resistor. The calibration register is therefore not present. Also,the current register address was changed, though that does not matter forthe driver since the shunt voltage register (which is now the currentregister) value is already used to read the current.Cc: Loic Guegan &lt;loic.guegan@mailbox.org&gt;Reviewed-by: Tzung-Bi Shih &lt;tzungbi@kernel.org&gt;Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;

            List of files:
            /linux-6.15/drivers/hwmon/Kconfig</description>
        <pubDate>Tue, 27 Aug 2024 17:23:10 +0000</pubDate>
        <dc:creator>Guenter Roeck &lt;linux@roeck-us.net&gt;</dc:creator>
    </item>
<item>
        <title>a6021aa2 - ACPI: EC: make EC support compile-time conditional</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hwmon/Kconfig#a6021aa2</link>
        <description>ACPI: EC: make EC support compile-time conditionalThe embedded controller code is mainly used on x86 laptops and cannotwork without PC style I/O port access.Make this a user-visible configuration option that is default enabledon x86 but otherwise disabled, and that can never be enabled unlessCONFIG_HAS_IOPORT is also available.The empty stubs in internal.h help ignore the EC code in configurationsthat don&apos;t support it. In order to see those stubs, the sbshc code alsohas to include this header and drop duplicate declarations.All the direct callers of ec_read/ec_write already had an x86dependency and now also need to depend on APCI_EC.Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Acked-by: Guenter Roeck &lt;linux@roeck-us.net&gt;Acked-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Link: https://patch.msgid.link/20241011061948.3211423-1-arnd@kernel.org[ rjw: Subject edits ]Signed-off-by: Rafael J. Wysocki &lt;rafael.j.wysocki@intel.com&gt;

            List of files:
            /linux-6.15/drivers/hwmon/Kconfig</description>
        <pubDate>Fri, 11 Oct 2024 06:18:17 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>2d6c6689 - hwmon: (max1668) Add missing dependency on REGMAP_I2C</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hwmon/Kconfig#2d6c6689</link>
        <description>hwmon: (max1668) Add missing dependency on REGMAP_I2CThis driver requires REGMAP_I2C to be selected in order to get access toregmap_config, regmap_bus, and devm_regmap_init_i2c.Add the missing dependency.Fixes: 021730acbca6 (&quot;hwmon: (max1668) Convert to use regmap&quot;)Signed-off-by: Javier Carrasco &lt;javier.carrasco.cruz@gmail.com&gt;Message-ID: &lt;20241002-hwmon-select-regmap-v1-4-548d03268934@gmail.com&gt;Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;

            List of files:
            /linux-6.15/drivers/hwmon/Kconfig</description>
        <pubDate>Wed, 02 Oct 2024 01:08:11 +0000</pubDate>
        <dc:creator>Javier Carrasco &lt;javier.carrasco.cruz@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7d4cc7fd - hwmon: (ltc2991) Add missing dependency on REGMAP_I2C</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hwmon/Kconfig#7d4cc7fd</link>
        <description>hwmon: (ltc2991) Add missing dependency on REGMAP_I2CThis driver requires REGMAP_I2C to be selected in order to get access toregmap_config and devm_regmap_init_i2c. Add the missing dependency.Fixes: 2b9ea4262ae9 (&quot;hwmon: Add driver for ltc2991&quot;)Signed-off-by: Javier Carrasco &lt;javier.carrasco.cruz@gmail.com&gt;Message-ID: &lt;20241002-hwmon-select-regmap-v1-3-548d03268934@gmail.com&gt;Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;

            List of files:
            /linux-6.15/drivers/hwmon/Kconfig</description>
        <pubDate>Wed, 02 Oct 2024 01:08:10 +0000</pubDate>
        <dc:creator>Javier Carrasco &lt;javier.carrasco.cruz@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>b6abcc19 - hwmon: (adt7470) Add missing dependency on REGMAP_I2C</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hwmon/Kconfig#b6abcc19</link>
        <description>hwmon: (adt7470) Add missing dependency on REGMAP_I2CThis driver requires REGMAP_I2C to be selected in order to get access toregmap_config and devm_regmap_init_i2c. Add the missing dependency.Fixes: ef67959c4253 (&quot;hwmon: (adt7470) Convert to use regmap&quot;)Signed-off-by: Javier Carrasco &lt;javier.carrasco.cruz@gmail.com&gt;Message-ID: &lt;20241002-hwmon-select-regmap-v1-2-548d03268934@gmail.com&gt;Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;

            List of files:
            /linux-6.15/drivers/hwmon/Kconfig</description>
        <pubDate>Wed, 02 Oct 2024 01:08:09 +0000</pubDate>
        <dc:creator>Javier Carrasco &lt;javier.carrasco.cruz@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>14849a2e - hwmon: (adm9240) Add missing dependency on REGMAP_I2C</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/hwmon/Kconfig#14849a2e</link>
        <description>hwmon: (adm9240) Add missing dependency on REGMAP_I2CThis driver requires REGMAP_I2C to be selected in order to get access toregmap_config and devm_regmap_init_i2c. Add the missing dependency.Fixes: df885d912f67 (&quot;hwmon: (adm9240) Convert to regmap&quot;)Signed-off-by: Javier Carrasco &lt;javier.carrasco.cruz@gmail.com&gt;Message-ID: &lt;20241002-hwmon-select-regmap-v1-1-548d03268934@gmail.com&gt;Signed-off-by: Guenter Roeck &lt;linux@roeck-us.net&gt;

            List of files:
            /linux-6.15/drivers/hwmon/Kconfig</description>
        <pubDate>Wed, 02 Oct 2024 01:08:08 +0000</pubDate>
        <dc:creator>Javier Carrasco &lt;javier.carrasco.cruz@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
