<?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>813b1a1a - pinctrl: PINCTRL_AMDISP should depend on DRM_AMD_ISP</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/Kconfig#813b1a1a</link>
        <description>pinctrl: PINCTRL_AMDISP should depend on DRM_AMD_ISPThe AMD Image Signal Processor GPIO pin control functionality is onlypresent on AMD platforms with ISP support, and its platform device isinstantiated by the AMD ISP driver.  Hence add a dependency onDRM_AMD_ISP, to prevent asking the user about this driver whenconfiguring a kernel that does not support the AMD ISP.Fixes: e97435ab09f3ad7b (&quot;pinctrl: amd: isp411: Add amdisp GPIO pinctrl&quot;)Signed-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Link: https://lore.kernel.org/3685561e8e3cd1d94bce220eeb6001d659da615c.1742306024.git.geert+renesas@glider.beSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/Kconfig</description>
        <pubDate>Tue, 18 Mar 2025 13:58:40 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;</dc:creator>
    </item>
<item>
        <title>e97435ab - pinctrl: amd: isp411: Add amdisp GPIO pinctrl</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/Kconfig#e97435ab</link>
        <description>pinctrl: amd: isp411: Add amdisp GPIO pinctrlAdd pinctrl driver support for AMD SoC with isp41 hw ip block.Signed-off-by: Pratap Nirujogi &lt;pratap.nirujogi@amd.com&gt;Link: https://lore.kernel.org/20250304232051.2936557-1-pratap.nirujogi@amd.comSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/Kconfig</description>
        <pubDate>Tue, 04 Mar 2025 23:20:31 +0000</pubDate>
        <dc:creator>Pratap Nirujogi &lt;pratap.nirujogi@amd.com&gt;</dc:creator>
    </item>
<item>
        <title>a83c29e1 - pinctrl: spacemit: add support for SpacemiT K1 SoC</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/Kconfig#a83c29e1</link>
        <description>pinctrl: spacemit: add support for SpacemiT K1 SoCSpacemiT&apos;s K1 SoC has a pinctrl controller which use single registerto describe all functions, which include bias pull up/down(strong pull),drive strength, schmitter trigger, slew rate, mux mode.Signed-off-by: Yixun Lan &lt;dlan@gentoo.org&gt;Link: https://lore.kernel.org/20241016-02-k1-pinctrl-v5-2-03d395222e4f@gentoo.orgSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/Kconfig</description>
        <pubDate>Wed, 16 Oct 2024 00:59:42 +0000</pubDate>
        <dc:creator>Yixun Lan &lt;dlan@gentoo.org&gt;</dc:creator>
    </item>
<item>
        <title>642490b5 - pinctrl: PINCTRL_K230 should depend on ARCH_CANAAN</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/Kconfig#642490b5</link>
        <description>pinctrl: PINCTRL_K230 should depend on ARCH_CANAANThe Canaan Kendryte K230 pin controller is only present on CanaanKendryte K230 SoCs.  Hence add a dependency on ARCH_CANAAN, to preventasking the user about this driver when configuring a kernel withoutCanaan Kendryte series SoC platform support.Fixes: 545887eab6f6776a (&quot;pinctrl: canaan: Add support for k230 SoC&quot;)Signed-off-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;Link: https://lore.kernel.org/d70279ba02a67250203744b38314f4475b3c5671.1728986052.git.geert+renesas@glider.beSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/Kconfig</description>
        <pubDate>Tue, 15 Oct 2024 09:55:58 +0000</pubDate>
        <dc:creator>Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;</dc:creator>
    </item>
<item>
        <title>60ba5da2 - pinctrl: th1520: add a CONFIG_OF dependency</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/Kconfig#60ba5da2</link>
        <description>pinctrl: th1520: add a CONFIG_OF dependencyWhen compile-testing without CONfIG_OF:drivers/pinctrl/pinctrl-th1520.c: In function &apos;th1520_pinctrl_dt_node_to_map&apos;:drivers/pinctrl/pinctrl-th1520.c:455:23: error: implicit declaration of function &apos;pinconf_generic_parse_dt_config&apos;; did you mean &apos;pinconf_generic_dump_config&apos;? [-Wimplicit-function-declaration]  455 |                 ret = pinconf_generic_parse_dt_config(child, pctldev, &amp;configs, &amp;nconfigs);      |                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~      |                       pinconf_generic_dump_configEnforce this using Kconig dependencies.Fixes: bed5cd6f8a98 (&quot;pinctrl: Add driver for the T-Head TH1520 SoC&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Acked-by: Drew Fustini &lt;drew@pdp7.com&gt;Link: https://lore.kernel.org/20241015151126.2401855-1-arnd@kernel.orgSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/Kconfig</description>
        <pubDate>Tue, 15 Oct 2024 15:11:13 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>545887ea - pinctrl: canaan: Add support for k230 SoC</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/Kconfig#545887ea</link>
        <description>pinctrl: canaan: Add support for k230 SoCConfiguration of the K230 is similar to that of the K210. However, inK210, the 256 functions for each pin are shared, whereas in K230,multiplex functions are different for every pin.`drv_data` of `pinctrl_pin_desc` is pointing to currently activatedgroup, which is used to print the name of current function of pin in`pin_dbg_show` and will be updated in `set_mux`, so they are not setconst.Signed-off-by: Ze Huang &lt;18771902331@163.com&gt;Link: https://lore.kernel.org/20240926-k230-pinctrl-v2-2-a9a36fba4b34@163.comSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/Kconfig</description>
        <pubDate>Thu, 26 Sep 2024 15:57:44 +0000</pubDate>
        <dc:creator>Ze Huang &lt;18771902331@163.com&gt;</dc:creator>
    </item>
<item>
        <title>bed5cd6f - pinctrl: Add driver for the T-Head TH1520 SoC</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/Kconfig#bed5cd6f</link>
        <description>pinctrl: Add driver for the T-Head TH1520 SoCAdd pinctrl driver for the T-Head TH1520 RISC-V SoC.Tested-by: Thomas Bonnefille &lt;thomas.bonnefille@bootlin.com&gt;Signed-off-by: Emil Renner Berthing &lt;emil.renner.berthing@canonical.com&gt;[dfustini: use thead,pad-group to identify the pin controller instance]Signed-off-by: Drew Fustini &lt;dfustini@tenstorrent.com&gt;Link: https://lore.kernel.org/20240930-th1520-pinctrl-v3-2-32cea2bdbecb@tenstorrent.comSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/Kconfig</description>
        <pubDate>Mon, 30 Sep 2024 19:50:52 +0000</pubDate>
        <dc:creator>Emil Renner Berthing &lt;emil.renner.berthing@canonical.com&gt;</dc:creator>
    </item>
<item>
        <title>035f9007 - pinctrl: add a Cirrus ep93xx SoC pin controller</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/Kconfig#035f9007</link>
        <description>pinctrl: add a Cirrus ep93xx SoC pin controllerAdd a pin control (only multiplexing) driver for ep93xx SoC sowe can fully convert ep93xx to device tree.This driver is capable of muxing ep9301/ep9302/ep9307/ep9312/ep9315variants, this is chosen based on &quot;compatible&quot; in device tree.Co-developed-by: Alexander Sverdlin &lt;alexander.sverdlin@gmail.com&gt;Signed-off-by: Alexander Sverdlin &lt;alexander.sverdlin@gmail.com&gt;Signed-off-by: Nikita Shubin &lt;nikita.shubin@maquefel.me&gt;Tested-by: Alexander Sverdlin &lt;alexander.sverdlin@gmail.com&gt;Reviewed-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Acked-by: Vinod Koul &lt;vkoul@kernel.org&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/Kconfig</description>
        <pubDate>Mon, 09 Sep 2024 08:10:29 +0000</pubDate>
        <dc:creator>Nikita Shubin &lt;nikita.shubin@maquefel.me&gt;</dc:creator>
    </item>
<item>
        <title>a29d8e93 - pinctrl: sophgo: add support for CV1800B SoC</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/Kconfig#a29d8e93</link>
        <description>pinctrl: sophgo: add support for CV1800B SoCSophgo CV1800 series SoCs share common control logic but havedifferent register mapping. For maintenance, split the driverand pin definition of the SoC.Add base driver for CV1800 series SoC and pin definition ofCV1800B.Signed-off-by: Inochi Amaoto &lt;inochiama@outlook.com&gt;Link: https://lore.kernel.org/IA1PR20MB4953B260E04EC53F6A01EB30BBB32@IA1PR20MB4953.namprd20.prod.outlook.comSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/Kconfig</description>
        <pubDate>Fri, 02 Aug 2024 00:35:17 +0000</pubDate>
        <dc:creator>Inochi Amaoto &lt;inochiama@outlook.com&gt;</dc:creator>
    </item>
<item>
        <title>41795aa1 - pinctrl: eyeq5: add platform driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/Kconfig#41795aa1</link>
        <description>pinctrl: eyeq5: add platform driverAdd the Mobileye EyeQ5 pin controller driver. It belongs to a sysconregion called OLB and gets spawned as auxiliary device to the platformdriver for clock.Existing pins and their function live statically in the driver coderather than in the devicetree, see compatible match data.Reviewed-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Signed-off-by: Th&#233;o Lebrun &lt;theo.lebrun@bootlin.com&gt;Link: https://lore.kernel.org/20240730-mbly-pinctrl-v2-2-d470f64e0395@bootlin.comSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/Kconfig</description>
        <pubDate>Tue, 30 Jul 2024 16:08:19 +0000</pubDate>
        <dc:creator>Th&#233;o Lebrun &lt;theo.lebrun@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>eb524cb6 - pinctrl: Implementation of the generic scmi-pinctrl driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/Kconfig#eb524cb6</link>
        <description>pinctrl: Implementation of the generic scmi-pinctrl driverscmi-pinctrl driver implements pinctrl driver interface and usingSCMI protocol to redirect messages from pinctrl subsystem SDK toSCMI platform firmware, which does the changes in HW.Co-developed-by: Oleksii Moisieiev &lt;oleksii_moisieiev@epam.com&gt;Signed-off-by: Oleksii Moisieiev &lt;oleksii_moisieiev@epam.com&gt;Reviewed-by: Dhruva Gole &lt;d-gole@ti.com&gt;Reviewed-by: Andy Shevchenko &lt;andy@kernel.org&gt;Acked-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;Link: https://lore.kernel.org/r/20240418-pinctrl-scmi-v11-4-499dca9864a7@nxp.comSigned-off-by: Sudeep Holla &lt;sudeep.holla@arm.com&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/Kconfig</description>
        <pubDate>Thu, 18 Apr 2024 01:32:31 +0000</pubDate>
        <dc:creator>Peng Fan &lt;peng.fan@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>c1556a9b - pinctrl: k210: Deprecate SOC_CANAAN and use SOC_CANAAN_K210</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/Kconfig#c1556a9b</link>
        <description>pinctrl: k210: Deprecate SOC_CANAAN and use SOC_CANAAN_K210Since SOC_FOO should be deprecated from patch [1], and cleanup for otherSoCs is already in the mailing list [2,3,4], we remove the use ofSOC_CANAAN and introduced SOC_CANAAN_K210 for K210-specific drivers,Thus, we replace its drivers depends on SOC_CANAAN_K210 and default selectwhen it has the symbol SOC_CANAAN_K210.[1] https://lore.kernel.org/linux-riscv/20221121221414.109965-1-conor@kernel.org/[2] https://lore.kernel.org/linux-riscv/20240305-praying-clad-c4fbcaa7ed0a@spud/[3] https://lore.kernel.org/linux-riscv/20240305-fled-undrilled-41dc0c46bb29@spud/[4] https://lore.kernel.org/linux-riscv/20240305-stress-earflap-d7ddb8655a4d@spud/Signed-off-by: Yangyu Chen &lt;cyy@cyyself.name&gt;Acked-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Signed-off-by: Conor Dooley &lt;conor.dooley@microchip.com&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/Kconfig</description>
        <pubDate>Thu, 28 Mar 2024 17:06:12 +0000</pubDate>
        <dc:creator>Yangyu Chen &lt;cyy@cyyself.name&gt;</dc:creator>
    </item>
<item>
        <title>d295ad7e - pinctrl: aw9523: Make the driver tristate</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/Kconfig#d295ad7e</link>
        <description>pinctrl: aw9523: Make the driver tristateThe AW9523 driver fails to build in some allmod configs since theI2C core can be a module, but AW9523 can not. Fix it up by allowingAW9523 to be a module (tristate).Fixes: 576623d70661 (&quot;pinctrl: Add driver for Awinic AW9523/B I2C GPIO Expander&quot;)Reported-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Reported-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/oe-kbuild-all/202403050916.KBtE6eEj-lkp@intel.com/Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Link: https://lore.kernel.org/r/20240305-fix-aw9523-v2-1-2dc50bab2b17@linaro.org

            List of files:
            /linux-6.15/drivers/pinctrl/Kconfig</description>
        <pubDate>Tue, 05 Mar 2024 11:00:03 +0000</pubDate>
        <dc:creator>Linus Walleij &lt;linus.walleij@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>576623d7 - pinctrl: Add driver for Awinic AW9523/B I2C GPIO Expander</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/Kconfig#576623d7</link>
        <description>pinctrl: Add driver for Awinic AW9523/B I2C GPIO ExpanderThe Awinic AW9523(B) is a multi-function I2C gpio expander in aTQFN-24L package, featuring PWM (max 37mA per pin, or total maxpower 3.2Watts) for LED driving capability.It has two ports with 8 pins per port (for a total of 16 pins),configurable as either PWM with 1/256 stepping or GPIO input/output,1.8V logic input; each GPIO can be configured as input or outputindependently from each other.This IC also has an internal interrupt controller, which is capableof generating an interrupt for each GPIO, depending on theconfiguration, and will raise an interrupt on the INTN pin toadvertise this to an external interrupt controller.Signed-off-by: AngeloGioacchino Del Regno &lt;angelogioacchino.delregno@somainline.org&gt;Signed-off-by: David Bauer &lt;mail@david-bauer.net&gt;Link: https://lore.kernel.org/r/20210624214458.68716-2-mail@david-bauer.netAcked-by: Krzysztof Kozlowski &lt;krzysztof.kozlowski@linaro.org&gt;Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Link: https://lore.kernel.org/r/20240301-awinic-aw9523-v8-1-7ec572f5dfb4@linaro.org

            List of files:
            /linux-6.15/drivers/pinctrl/Kconfig</description>
        <pubDate>Fri, 01 Mar 2024 13:29:24 +0000</pubDate>
        <dc:creator>AngeloGioacchino Del Regno &lt;angelogioacchino.delregno@somainline.org&gt;</dc:creator>
    </item>
<item>
        <title>37c646dc - pinctrl: Add support for the Lantic PEF2256 pinmux</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/Kconfig#37c646dc</link>
        <description>pinctrl: Add support for the Lantic PEF2256 pinmuxThe Lantiq PEF2256 is a framer and line interface component designed tofulfill all required interfacing between an analog E1/T1/J1 line and thedigital PCM system highway/H.100 bus.This kind of component can be found in old telecommunication system.It was used to digital transmission of many simultaneous telephone callsby time-division multiplexing. Also using HDLC protocol, WAN networkscan be reached through the framer.This pinmux support handles the pin muxing part (pins RP(A..D) and pinsXP(A..D)) of the PEF2256.Signed-off-by: Herve Codina &lt;herve.codina@bootlin.com&gt;Reviewed-by: Christophe Leroy &lt;christophe.leroy@csgroup.eu&gt;Reviewed-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Link: https://lore.kernel.org/r/20231128132534.258459-5-herve.codina@bootlin.comSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/Kconfig</description>
        <pubDate>Tue, 28 Nov 2023 13:25:33 +0000</pubDate>
        <dc:creator>Herve Codina &lt;herve.codina@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>901b277e - pinctrl: tps6594: Add driver for TPS6594 pinctrl and GPIOs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/Kconfig#901b277e</link>
        <description>pinctrl: tps6594: Add driver for TPS6594 pinctrl and GPIOsTI TPS6594 PMIC has 11 GPIOs which can be usedfor different functions.This patch adds a pinctrl and GPIO drivers inorder to use those functions.Signed-off-by: Esteban Blanc &lt;eblanc@baylibre.com&gt;Reviewed-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Reviewed-by: Andy Shevchenko &lt;andy.shevchenko@gmail.com&gt;Link: https://lore.kernel.org/r/20231108104124.2818275-1-eblanc@baylibre.comSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/Kconfig</description>
        <pubDate>Wed, 08 Nov 2023 10:41:24 +0000</pubDate>
        <dc:creator>Esteban Blanc &lt;eblanc@baylibre.com&gt;</dc:creator>
    </item>
<item>
        <title>e99ce780 - pinctrl: realtek: Add common pinctrl driver for Realtek DHC RTD SoCs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/Kconfig#e99ce780</link>
        <description>pinctrl: realtek: Add common pinctrl driver for Realtek DHC RTD SoCsThe RTD SoCs share a similar design for pinmux and pinconfig.This common pinctrl driver supports different variants within the RTDSoCs.Signed-off-by: Tzuyi Chang &lt;tychang@realtek.com&gt;Link: https://lore.kernel.org/r/20230919101117.4097-2-tychang@realtek.comSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/Kconfig</description>
        <pubDate>Tue, 19 Sep 2023 10:11:11 +0000</pubDate>
        <dc:creator>Tzuyi Chang &lt;tychang@realtek.com&gt;</dc:creator>
    </item>
<item>
        <title>e693b6a8 - pinctrl: pinctrl-oxnas: remove obsolete pinctrl driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/Kconfig#e693b6a8</link>
        <description>pinctrl: pinctrl-oxnas: remove obsolete pinctrl driverDue to lack of maintenance and stall of development for a few years now,and since no new features will ever be added upstream, remove supportfor OX810 and OX820 pinctrl &amp; gpio.Acked-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Acked-by: Daniel Golle &lt;daniel@makrotopia.org&gt;Acked-by: Andy Shevchenko &lt;andy@kernel.org&gt;Signed-off-by: Neil Armstrong &lt;neil.armstrong@linaro.org&gt;Link: https://lore.kernel.org/r/20230814-topic-oxnas-upstream-remove-v3-1-04a0c5cdda52@linaro.orgSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/Kconfig</description>
        <pubDate>Mon, 14 Aug 2023 08:16:37 +0000</pubDate>
        <dc:creator>Neil Armstrong &lt;neil.armstrong@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>40ed50cc - pinctrl: mlxbf3: remove broken Kconfig &apos;select&apos;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/Kconfig#40ed50cc</link>
        <description>pinctrl: mlxbf3: remove broken Kconfig &apos;select&apos;The new pinctrl driver selects GPIO_MLXBF3, but that can not be enabled yet becausethe MELLANOX_PLATFORM symbol does not exist in the tree:WARNING: unmet direct dependencies detected for GPIO_MLXBF3  Depends on [n]: GPIOLIB [=y] &amp;&amp; PCI [=n] &amp;&amp; (MELLANOX_PLATFORM [=n] &amp;&amp; ARM64 [=y] || COMPILE_TEST [=y])  Selected by [y]:  - PINCTRL_MLXBF3 [=y] &amp;&amp; PINCTRL [=y] &amp;&amp; (MELLANOX_PLATFORM [=n] &amp;&amp; ARM64 [=y] || COMPILE_TEST [=y])As it turns out, the pinctlr driver still builds fine without this, so justremove the select statement.Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Link: https://lore.kernel.org/r/20230619082104.699331-1-arnd@kernel.orgSigned-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/Kconfig</description>
        <pubDate>Mon, 19 Jun 2023 08:20:50 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>c20e8c5b - mfd: rk808: Split into core and i2c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/pinctrl/Kconfig#c20e8c5b</link>
        <description>mfd: rk808: Split into core and i2cSplit rk808 into a core and an i2c part in preparation forSPI support.Acked-by: Alexandre Belloni &lt;alexandre.belloni@bootlin.com&gt; # for RTCTested-by: Diederik de Haas &lt;didi.debian@cknow.org&gt; # Rock64, Quartz64 Model A + BTested-by: Vincent Legoll &lt;vincent.legoll@gmail.com&gt; # Pine64 QuartzPro64Signed-off-by: Sebastian Reichel &lt;sebastian.reichel@collabora.com&gt;Link: https://lore.kernel.org/r/20230504173618.142075-6-sebastian.reichel@collabora.comSigned-off-by: Lee Jones &lt;lee@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/pinctrl/Kconfig</description>
        <pubDate>Thu, 04 May 2023 17:36:09 +0000</pubDate>
        <dc:creator>Sebastian Reichel &lt;sebastian.reichel@collabora.com&gt;</dc:creator>
    </item>
</channel>
</rss>
