<?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>a7f7f624 - treewide: replace &apos;---help---&apos; in Kconfig files with &apos;help&apos;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/rsi/Kconfig#a7f7f624</link>
        <description>treewide: replace &apos;---help---&apos; in Kconfig files with &apos;help&apos;Since commit 84af7a6194e4 (&quot;checkpatch: kconfig: prefer &apos;help&apos; over&apos;---help---&apos;&quot;), the number of &apos;---help---&apos; has been graduallydecreasing, but there are still more than 2400 instances.This commit finishes the conversion. While I touched the lines,I also fixed the indentation.There are a variety of indentation styles found.  a) 4 spaces + &apos;---help---&apos;  b) 7 spaces + &apos;---help---&apos;  c) 8 spaces + &apos;---help---&apos;  d) 1 space + 1 tab + &apos;---help---&apos;  e) 1 tab + &apos;---help---&apos;    (correct indentation)  f) 1 tab + 1 space + &apos;---help---&apos;  g) 1 tab + 2 spaces + &apos;---help---&apos;In order to convert all of them to 1 tab + &apos;help&apos;, I ran thefollowing commend:  $ find . -name &apos;Kconfig*&apos; | xargs sed -i &apos;s/^[[:space:]]*---help---/\thelp/&apos;Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/rsi/Kconfig</description>
        <pubDate>Sat, 13 Jun 2020 16:50:22 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;masahiroy@kernel.org&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/net/wireless/rsi/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/net/wireless/rsi/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>255dd5b7 - Bluetooth: btrsi: rework dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/rsi/Kconfig#255dd5b7</link>
        <description>Bluetooth: btrsi: rework dependenciesThe linkage between the bluetooth driver and the wirelessdriver is not defined properly, leading to build problemssuch as:warning: (BT_HCIRSI) selects RSI_COEX which has unmet direct dependencies (NETDEVICES &amp;&amp; WLAN &amp;&amp; WLAN_VENDOR_RSI &amp;&amp; BT_HCIRSI &amp;&amp; RSI_91X)drivers/net/wireless/rsi/rsi_91x_main.o: In function `rsi_read_pkt&apos;:(.text+0x205): undefined reference to `rsi_bt_ops&apos;As the dependency is actually the reverse (RSI_91X usesthe BT_RSI driver, not the other way round), this changesthe dependency to match, and enables the bluetooth driverfrom the RSI_COEX symbol.Fixes: 38aa4da50483 (&quot;Bluetooth: btrsi: add new rsi bluetooth driver&quot;)Acked-by; Marcel Holtmann &lt;marcel@holtmann.org&gt;Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/rsi/Kconfig</description>
        <pubDate>Thu, 15 Mar 2018 21:18:24 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>a6cf02e6 - net/wireless: fix spaces and grammar copy/paste in vendor Kconfig help text</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/rsi/Kconfig#a6cf02e6</link>
        <description>net/wireless: fix spaces and grammar copy/paste in vendor Kconfig help textLots of the wireless driver vendor Kconfig symol help text says&quot;questions about  cards.&quot; (2 spaces between &quot;about&quot; and &quot;cards&quot;)Besides dropping one of those spaces, it also needs some other wordinserted there. Instead of putting each vendor&apos;s name there, I choseto say &quot;these&quot; cards in all of the Kconfig help text.Cc: Kalle Valo &lt;kvalo@codeaurora.org&gt;Signed-off-by: Randy Dunlap &lt;rdunlap@infradead.org&gt;Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/rsi/Kconfig</description>
        <pubDate>Sat, 03 Mar 2018 02:03:30 +0000</pubDate>
        <dc:creator>Randy Dunlap &lt;rdunlap@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>2108df3c - rsi: add coex support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/rsi/Kconfig#2108df3c</link>
        <description>rsi: add coex supportWith BT support, driver has to handle two streams of data(i.e. wlan and BT). Actual coex implementation is in firmware.Coex module just schedule the packets to firmware by taking themfrom the corresponding paths.Structures for module and protocol operations are introduced forthis purpose. Protocol operations structure is global structurewhich can be shared among different modules. Move initializationof coex and operating mode values to rsi_91x_init().Signed-off-by: Prameela Rani Garnepudi &lt;prameela.j04cs@gmail.com&gt;Signed-off-by: Siva Rebbagondla &lt;siva.rebbagondla@redpinesignals.com&gt;Signed-off-by: Amitkumar Karwar &lt;amit.karwar@redpinesignals.com&gt;Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/rsi/Kconfig</description>
        <pubDate>Tue, 27 Feb 2018 14:26:14 +0000</pubDate>
        <dc:creator>Prameela Rani Garnepudi &lt;prameela.j04cs@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>941a967c - rsi: add vendor Kconfig entry</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/rsi/Kconfig#941a967c</link>
        <description>rsi: add vendor Kconfig entryPart of reorganising wireless drivers directory and Kconfig.Signed-off-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/rsi/Kconfig</description>
        <pubDate>Wed, 18 Nov 2015 08:15:33 +0000</pubDate>
        <dc:creator>Kalle Valo &lt;kvalo@codeaurora.org&gt;</dc:creator>
    </item>
<item>
        <title>dad0d04f - rsi: Add RS9113 wireless driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/wireless/rsi/Kconfig#dad0d04f</link>
        <description>rsi: Add RS9113 wireless driverThis patch adds the Redpine Signals&apos; 91x wireless driver.Signed-off-by: Fariya Fatima &lt;fariyaf@gmail.com&gt;Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;

            List of files:
            /linux-6.15/drivers/net/wireless/rsi/Kconfig</description>
        <pubDate>Sat, 15 Mar 2014 22:17:02 +0000</pubDate>
        <dc:creator>Fariya Fatima &lt;fariyaf@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
