<?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>192514ae - soc: mediatek: Add MediaTek DVFS Resource Collector (DVFSRC) driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/mediatek/Kconfig#192514ae</link>
        <description>soc: mediatek: Add MediaTek DVFS Resource Collector (DVFSRC) driverThe Dynamic Voltage and Frequency Scaling Resource Collector (DVFSRC) is aHardware module used to collect all the requests from both software and thevarious remote processors embedded into the SoC and decide about a minimumoperating voltage and a minimum DRAM frequency to fulfill those requests inan effort to provide the best achievable performance per watt.This hardware IP is capable of transparently performing direct register R/Won all of the DVFSRC-controlled regulators and SoC bandwidth knobs.This driver includes support for MT8183, MT8192 and MT8195.Co-Developed-by: Dawei Chien &lt;dawei.chien@mediatek.com&gt;[Angelo: Partial refactoring and cleanups]Reviewed-by: Georgi Djakov &lt;djakov@kerenl.org&gt;Link: https://lore.kernel.org/r/20240610085735.147134-5-angelogioacchino.delregno@collabora.comSigned-off-by: AngeloGioacchino Del Regno &lt;angelogioacchino.delregno@collabora.com&gt;

            List of files:
            /linux-6.15/drivers/soc/mediatek/Kconfig</description>
        <pubDate>Mon, 10 Jun 2024 08:57:32 +0000</pubDate>
        <dc:creator>AngeloGioacchino Del Regno &lt;angelogioacchino.delregno@collabora.com&gt;</dc:creator>
    </item>
<item>
        <title>ab6cd6bb - soc: mediatek: mtk-socinfo: depends on CONFIG_SOC_BUS</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/mediatek/Kconfig#ab6cd6bb</link>
        <description>soc: mediatek: mtk-socinfo: depends on CONFIG_SOC_BUSThe mtk-socinfo driver uses symbols &apos;soc_device_register&apos; and&apos;soc_device_unregister&apos; which are part of the bus driver forSystem-on-Chip devices.Select SOC_BUS to make sure that driver is built and the symbols areavailable.Fixes: 423a54da3c7e (&quot;soc: mediatek: mtk-socinfo: Add driver for getting chip information&quot;)Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;Reviewed-by: Chen-Yu Tsai &lt;wenst@chromium.org&gt;Reviewed-by: Matthias Brugger &lt;matthias.bgg@gmail.com&gt;Reviewed-by: AngeloGioacchino Del Regno &lt;angelogioacchino.delregno@collabora.com&gt;Link: https://lore.kernel.org/r/cc8f7f7da5bdccce514a320e0ae7468659cf7346.1707327680.git.daniel@makrotopia.orgSigned-off-by: AngeloGioacchino Del Regno &lt;angelogioacchino.delregno@collabora.com&gt;

            List of files:
            /linux-6.15/drivers/soc/mediatek/Kconfig</description>
        <pubDate>Wed, 07 Feb 2024 17:42:41 +0000</pubDate>
        <dc:creator>Daniel Golle &lt;daniel@makrotopia.org&gt;</dc:creator>
    </item>
<item>
        <title>423a54da - soc: mediatek: mtk-socinfo: Add driver for getting chip information</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/mediatek/Kconfig#423a54da</link>
        <description>soc: mediatek: mtk-socinfo: Add driver for getting chip informationAdd driver for socinfo retrieval. This patch includes the following:1. mtk-socinfo driver for chip info retrieval2. Related changes to Makefile and KconfigSigned-off-by: William-tw Lin &lt;william-tw.lin@mediatek.com&gt;Reviewed-by: AngeloGioacchino Del Regno &lt;angelogioacchino.delregno@collabora.com&gt;Link: https://lore.kernel.org/r/20231222080739.21706-3-william-tw.lin@mediatek.comSigned-off-by: AngeloGioacchino Del Regno &lt;angelogioacchino.delregno@collabora.com&gt;

            List of files:
            /linux-6.15/drivers/soc/mediatek/Kconfig</description>
        <pubDate>Fri, 22 Dec 2023 08:07:38 +0000</pubDate>
        <dc:creator>William-tw Lin &lt;william-tw.lin@mediatek.com&gt;</dc:creator>
    </item>
<item>
        <title>8b1d7a27 - pmdomain: mediatek: Move Kconfig options to the pmdomain subsystem</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/mediatek/Kconfig#8b1d7a27</link>
        <description>pmdomain: mediatek: Move Kconfig options to the pmdomain subsystemThe Kconfig options belongs closer to the corresponding implementations,hence let&apos;s move them from the soc subsystem to the pmdomain subsystem.Cc: Matthias Brugger &lt;matthias.bgg@gmail.com&gt;Cc: AngeloGioacchino Del Regno &lt;angelogioacchino.delregno@collabora.com&gt;Cc: &lt;linux-mediatek@lists.infradead.org&gt;Signed-off-by: Ulf Hansson &lt;ulf.hansson@linaro.org&gt;

            List of files:
            /linux-6.15/drivers/soc/mediatek/Kconfig</description>
        <pubDate>Mon, 11 Sep 2023 22:52:25 +0000</pubDate>
        <dc:creator>Ulf Hansson &lt;ulf.hansson@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>5ce5e0d0 - soc: mediatek: Kconfig: Add MTK_CMDQ dependency to MTK_MMSYS</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/mediatek/Kconfig#5ce5e0d0</link>
        <description>soc: mediatek: Kconfig: Add MTK_CMDQ dependency to MTK_MMSYSThe mtk-mmsys and mutex drivers do have a dependency on MTK_CMDQ,even though both can work with *or* without it: since CMDQ supportcan be enabled either as module or as built-in, it is necessary toadd a depends rule in Kconfig, so that we disallow building bothmtk-mmsys and mtk-mutex as built-in if mtk-cmdq-helper is built asa module, otherwise obvious linker issues appear.Signed-off-by: AngeloGioacchino Del Regno &lt;angelogioacchino.delregno@collabora.com&gt;Link: https://lore.kernel.org/r/20230403093304.276418-1-angelogioacchino.delregno@collabora.comSigned-off-by: Matthias Brugger &lt;matthias.bgg@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/soc/mediatek/Kconfig</description>
        <pubDate>Mon, 03 Apr 2023 09:33:04 +0000</pubDate>
        <dc:creator>AngeloGioacchino Del Regno &lt;angelogioacchino.delregno@collabora.com&gt;</dc:creator>
    </item>
<item>
        <title>c200774a - soc: mediatek: Introduce mediatek-regulator-coupler driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/mediatek/Kconfig#c200774a</link>
        <description>soc: mediatek: Introduce mediatek-regulator-coupler driverThis driver currently deals with GPU-SRAM regulator coupling, ensuringthat the SRAM voltage is always between a specific range of distance tothe GPU voltage, depending on the SoC, necessary in order to achievesystem stability across the full range of supported GPU frequencies.Signed-off-by: AngeloGioacchino Del Regno &lt;angelogioacchino.delregno@collabora.com&gt;Reviewed-by: Dmitry Osipenko &lt;dmitry.osipenko@collabora.com&gt;Reviewed-by: Alyssa Rosenzweig &lt;alyssa@collabora.com&gt;Link: https://lore.kernel.org/r/20221006115816.66853-1-angelogioacchino.delregno@collabora.comSigned-off-by: Matthias Brugger &lt;matthias.bgg@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/soc/mediatek/Kconfig</description>
        <pubDate>Thu, 06 Oct 2022 11:58:16 +0000</pubDate>
        <dc:creator>AngeloGioacchino Del Regno &lt;angelogioacchino.delregno@collabora.com&gt;</dc:creator>
    </item>
<item>
        <title>a7596e62 - mtk-mmsys: Change mtk-mmsys &amp; mtk-mutex to modules</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/mediatek/Kconfig#a7596e62</link>
        <description>mtk-mmsys: Change mtk-mmsys &amp; mtk-mutex to modulesChange mtk-mmsys &amp; mtk-mutex to modules for gkiSigned-off-by: Yongqiang Niu &lt;yongqiang.niu@mediatek.com&gt;Reviewed-by: AngeloGioacchino Del Regno &lt;angelogioacchino.delregno@collabora.com&gt;Link: https://lore.kernel.org/r/20221118063018.13520-1-yongqiang.niu@mediatek.comSigned-off-by: Matthias Brugger &lt;matthias.bgg@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/soc/mediatek/Kconfig</description>
        <pubDate>Fri, 18 Nov 2022 06:30:18 +0000</pubDate>
        <dc:creator>Yongqiang Niu &lt;yongqiang.niu@mediatek.com&gt;</dc:creator>
    </item>
<item>
        <title>28fc7c98 - nvmem: prefix all symbols with NVMEM_</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/mediatek/Kconfig#28fc7c98</link>
        <description>nvmem: prefix all symbols with NVMEM_This unifies all NVMEM symbols. They follow one style now.Reviewed-by: Matthias Brugger &lt;matthias.bgg@gmail.com&gt;Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Rafa&#322; Mi&#322;ecki &lt;rafal@milecki.pl&gt;Signed-off-by: Srinivas Kandagatla &lt;srinivas.kandagatla@linaro.org&gt;Link: https://lore.kernel.org/r/20220916122100.170016-8-srinivas.kandagatla@linaro.orgSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/soc/mediatek/Kconfig</description>
        <pubDate>Fri, 16 Sep 2022 12:20:54 +0000</pubDate>
        <dc:creator>Rafa&#322; Mi&#322;ecki &lt;rafal@milecki.pl&gt;</dc:creator>
    </item>
<item>
        <title>2778caed - soc: mediatek: Let PMIC Wrapper and SCPSYS depend on OF</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/mediatek/Kconfig#2778caed</link>
        <description>soc: mediatek: Let PMIC Wrapper and SCPSYS depend on OFWith the following configuration options:CONFIG_OF is not setCONFIG_MTK_PMIC_WRAP=yCONFIG_MTK_SCPSYS=ywe get the following build warnings:  CC      drivers/soc/mediatek/mtk-pmic-wrap.odrivers/soc/mediatek/mtk-pmic-wrap.c:2138:34: warning: &#8216;of_pwrap_match_tbl&#8217; defined but not used [-Wunused-const-variable=]drivers/soc/mediatek/mtk-pmic-wrap.c:1953:34: warning: &#8216;of_slave_match_tbl&#8217; defined but not used [-Wunused-const-variable=]  CC      drivers/soc/mediatek/mtk-scpsys.odrivers/soc/mediatek/mtk-scpsys.c:1084:34: warning: &#8216;of_scpsys_match_tbl&#8217; defined but not used [-Wunused-const-variable=]Looking at the code, both drivers can only bind to OF-defined devicenodes, so these drivers are useless without OF and should thereforedepend on it.Also drop of_match_ptr() from both drivers. We already know what itwill resolve to, so we might as well save cpp some work.Developers or QA teams who wish to test-build the code can still doso by enabling CONFIG_OF, which is available on all architectures andhas no dependencies.Signed-off-by: Jean Delvare &lt;jdelvare@suse.de&gt;Reported-by: kernel test robot &lt;lkp@intel.com&gt;Link: https://lore.kernel.org/all/202207240252.ZY5hSCNB-lkp@intel.com/Cc: Matthias Brugger &lt;matthias.bgg@gmail.com&gt;Cc: Chenglin Xu &lt;chenglin.xu@mediatek.com&gt;Link: https://lore.kernel.org/r/20220730144833.0a0d9825@endymion.delvareSigned-off-by: Matthias Brugger &lt;matthias.bgg@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/soc/mediatek/Kconfig</description>
        <pubDate>Sat, 30 Jul 2022 12:48:33 +0000</pubDate>
        <dc:creator>Jean Delvare &lt;jdelvare@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>681a02e9 - soc: mediatek: SVS: introduce MTK SVS engine</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/mediatek/Kconfig#681a02e9</link>
        <description>soc: mediatek: SVS: introduce MTK SVS engineThe Smart Voltage Scaling(SVS) engine is a piece of hardwarewhich calculates suitable SVS bank voltages to OPP voltage table.Then, DVFS driver could apply those SVS bank voltages to PMIC/Buckwhen receiving OPP_EVENT_ADJUST_VOLTAGE.Signed-off-by: Roger Lu &lt;roger.lu@mediatek.com&gt;Reviewed-by: AngeloGioacchino Del Regno &lt;angelogioacchino.delregno@collabora.com&gt;Reviewed-by: Kevin Hilman &lt;khilman@baylibre.com&gt;Link: https://lore.kernel.org/r/20220516004311.18358-4-roger.lu@mediatek.comSigned-off-by: Matthias Brugger &lt;matthias.bgg@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/soc/mediatek/Kconfig</description>
        <pubDate>Mon, 16 May 2022 00:43:07 +0000</pubDate>
        <dc:creator>Roger Lu &lt;roger.lu@mediatek.com&gt;</dc:creator>
    </item>
<item>
        <title>1dcdee6e - soc: mediatek: mmsys: Specify HAS_IOMEM dependency for MTK_MMSYS</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/mediatek/Kconfig#1dcdee6e</link>
        <description>soc: mediatek: mmsys: Specify HAS_IOMEM dependency for MTK_MMSYSBecause mtk-mmsys uses the &apos;devm_platform_ioremap_resource&apos; function, itshould depend on HAS_IOMEM.Fixes: cc6576029aed (&quot;soc: mediatek: mmsys: Use devm_platform_ioremap_resource()&quot;)Reported-by: kernel test robot &lt;lkp@intel.com&gt;Signed-off-by: Enric Balletbo i Serra &lt;enric.balletbo@collabora.com&gt;Signed-off-by: Matthias Brugger &lt;matthias.bgg@gmail.com&gt;Link: https://lore.kernel.org/r/20201203121447.3366406-1-enric.balletbo@collabora.comSigned-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;

            List of files:
            /linux-6.15/drivers/soc/mediatek/Kconfig</description>
        <pubDate>Thu, 10 Dec 2020 11:51:24 +0000</pubDate>
        <dc:creator>Enric Balletbo i Serra &lt;enric.balletbo@collabora.com&gt;</dc:creator>
    </item>
<item>
        <title>0890beb2 - soc: mediatek: add mt6779 devapc driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/mediatek/Kconfig#0890beb2</link>
        <description>soc: mediatek: add mt6779 devapc driverMediaTek bus fabric provides TrustZone security support and dataprotection to prevent slaves from being accessed by unexpectedmasters.The security violation is logged and sent to the processor forfurther analysis or countermeasures.Any occurrence of security violation would raise an interrupt, andit will be handled by mtk-devapc driver. The violationinformation is printed in order to find the murderer.Signed-off-by: Neal Liu &lt;neal.liu@mediatek.com&gt;Link: https://lore.kernel.org/r/1602732039-12179-3-git-send-email-neal.liu@mediatek.comSigned-off-by: Matthias Brugger &lt;matthias.bgg@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/soc/mediatek/Kconfig</description>
        <pubDate>Thu, 15 Oct 2020 03:20:39 +0000</pubDate>
        <dc:creator>Neal Liu &lt;neal.liu@mediatek.com&gt;</dc:creator>
    </item>
<item>
        <title>928296ea - soc: mediatek: pm_domains: Make bus protection generic</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/mediatek/Kconfig#928296ea</link>
        <description>soc: mediatek: pm_domains: Make bus protection genericBus protection is not exclusively done by calling the infracfg misc driver.Make the calls for setting and clearing the bus protection generic sothat we can use other blocks for it as well.Signed-off-by: Matthias Brugger &lt;mbrugger@suse.com&gt;Signed-off-by: Enric Balletbo i Serra &lt;enric.balletbo@collabora.com&gt;Link: https://lore.kernel.org/r/20201030113622.201188-6-enric.balletbo@collabora.comSigned-off-by: Matthias Brugger &lt;matthias.bgg@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/soc/mediatek/Kconfig</description>
        <pubDate>Fri, 30 Oct 2020 11:36:11 +0000</pubDate>
        <dc:creator>Matthias Brugger &lt;mbrugger@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>59b644b0 - soc: mediatek: Add MediaTek SCPSYS power domains</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/mediatek/Kconfig#59b644b0</link>
        <description>soc: mediatek: Add MediaTek SCPSYS power domainsThe System Control Processor System (SCPSYS) has several power managementrelated tasks in the system. This driver implements support to handlethe different power domains supported in order to meet high performanceand low power requirements.Co-developed-by: Matthias Brugger &lt;mbrugger@suse.com&gt;Signed-off-by: Matthias Brugger &lt;mbrugger@suse.com&gt;Signed-off-by: Enric Balletbo i Serra &lt;enric.balletbo@collabora.com&gt;Link: https://lore.kernel.org/r/20201030113622.201188-3-enric.balletbo@collabora.comSigned-off-by: Matthias Brugger &lt;matthias.bgg@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/soc/mediatek/Kconfig</description>
        <pubDate>Fri, 30 Oct 2020 11:36:08 +0000</pubDate>
        <dc:creator>Enric Balletbo i Serra &lt;enric.balletbo@collabora.com&gt;</dc:creator>
    </item>
<item>
        <title>52660e56 - soc: mediatek: Enable mmsys driver by default if Mediatek arch is selected</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/mediatek/Kconfig#52660e56</link>
        <description>soc: mediatek: Enable mmsys driver by default if Mediatek arch is selectedThe mmsys driver supports only MT8173 device for now, but like other systemcontrollers is an important piece for other Mediatek devices. Actuallyit depends on the mt8173 clock specific driver but that dependency isnot real as it can build without the clock driver. Instead of depends ona specific model, make the driver depends on the generic ARCH_MEDIATEK andenable by default so other Mediatek devices can start using it withoutflood the Kconfig.Signed-off-by: Enric Balletbo i Serra &lt;enric.balletbo@collabora.com&gt;Tested-by: Hsin-Yi Wang &lt;hsinyi@chromium.org&gt;Link: https://lore.kernel.org/r/20200401201736.2980433-1-enric.balletbo@collabora.comSigned-off-by: Matthias Brugger &lt;matthias.bgg@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/soc/mediatek/Kconfig</description>
        <pubDate>Wed, 01 Apr 2020 20:17:33 +0000</pubDate>
        <dc:creator>Enric Balletbo i Serra &lt;enric.balletbo@collabora.com&gt;</dc:creator>
    </item>
<item>
        <title>13032709 - clk / soc: mediatek: Move mt8173 MMSYS to platform driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/mediatek/Kconfig#13032709</link>
        <description>clk / soc: mediatek: Move mt8173 MMSYS to platform driverThere is no strong reason for this to use CLK_OF_DECLARE instead ofbeing a platform driver. Plus, MMSYS provides clocks but also a sharedregister space for the mediatek-drm and the mediatek-mdpdriver. So move the MMSYS clocks to a new platform driver and alsocreate a new MMSYS platform driver in drivers/soc/mediatek thatinstantiates the clock driver.Signed-off-by: Matthias Brugger &lt;mbrugger@suse.com&gt;Signed-off-by: Enric Balletbo i Serra &lt;enric.balletbo@collabora.com&gt;Reviewed-by: CK Hu &lt;ck.hu@mediatek.com&gt;Reviewed-by: Stephen Boyd &lt;sboyd@kernel.org&gt;Signed-off-by: Matthias Brugger &lt;matthias.bgg@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/soc/mediatek/Kconfig</description>
        <pubDate>Wed, 25 Mar 2020 17:31:21 +0000</pubDate>
        <dc:creator>Matthias Brugger &lt;mbrugger@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/mediatek/Kconfig#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/soc/mediatek/Kconfig</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>576f1b4b - soc: mediatek: Add Mediatek CMDQ helper</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/mediatek/Kconfig#576f1b4b</link>
        <description>soc: mediatek: Add Mediatek CMDQ helperAdd Mediatek CMDQ helper to create CMDQ packet and assemble GCE op code.Signed-off-by: Houlong Wei &lt;houlong.wei@mediatek.com&gt;Signed-off-by: HS Liao &lt;hs.liao@mediatek.com&gt;Signed-off-by: Matthias Brugger &lt;matthias.bgg@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/soc/mediatek/Kconfig</description>
        <pubDate>Thu, 29 Nov 2018 03:37:09 +0000</pubDate>
        <dc:creator>Houlong Wei &lt;houlong.wei@mediatek.com&gt;</dc:creator>
    </item>
<item>
        <title>31d7b359 - soc: mediatek: place Kconfig for all SoC drivers under menu</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/mediatek/Kconfig#31d7b359</link>
        <description>soc: mediatek: place Kconfig for all SoC drivers under menuAdd cleanup for placing all Kconfig for all MediaTek SoC drivers underthe independent menu as other SoCs vendor usually did. Since the menuwould be shown depending on &quot;ARCH_MEDIATEK || COMPILE_TEST&quot; selected andMTK_PMIC_WRAP is still safe compiling with the case of &quot;COMPILE_TEST&quot;only, the superfluous dependency for those items under the menu also isalso being removed for the sake of simplicity.Signed-off-by: Sean Wang &lt;sean.wang@mediatek.com&gt;Reviewed-by: Jean Delvare &lt;jdelvare@suse.de&gt;Signed-off-by: Matthias Brugger &lt;matthias.bgg@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/soc/mediatek/Kconfig</description>
        <pubDate>Thu, 05 Oct 2017 03:17:49 +0000</pubDate>
        <dc:creator>Sean Wang &lt;sean.wang@mediatek.com&gt;</dc:creator>
    </item>
<item>
        <title>112ef188 - soc: mediatek: Add MT2701 scpsys driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/soc/mediatek/Kconfig#112ef188</link>
        <description>soc: mediatek: Add MT2701 scpsys driverAdd scpsys driver for MT2701.mtk-scpsys now supports MT8173 (arm64) and MT2701 (arm). So it shouldbe enabled on both arm64 and arm platforms.Signed-off-by: Shunli Wang &lt;shunli.wang@mediatek.com&gt;Signed-off-by: James Liao &lt;jamesjj.liao@mediatek.com&gt;Reviewed-by: Kevin Hilman &lt;khilman@baylibre.com&gt;Signed-off-by: Matthias Brugger &lt;matthias.bgg@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/soc/mediatek/Kconfig</description>
        <pubDate>Thu, 20 Oct 2016 08:56:38 +0000</pubDate>
        <dc:creator>Shunli Wang &lt;shunli.wang@mediatek.com&gt;</dc:creator>
    </item>
</channel>
</rss>
