<?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>b2a9a6a2 - staging: rtl8723bs: select CONFIG_CRYPTO_LIB_AES</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/rtl8723bs/Kconfig#b2a9a6a2</link>
        <description>staging: rtl8723bs: select CONFIG_CRYPTO_LIB_AESThis fixes the following issue:ERROR: modpost: &quot;aes_expandkey&quot; [drivers/staging/rtl8723bs/r8723bs.ko]undefined!ERROR: modpost: &quot;aes_encrypt&quot; [drivers/staging/rtl8723bs/r8723bs.ko]undefined!Fixes: 7d40753d8820 (&quot;staging: rtl8723bs: use in-kernel aes encryption in OMAC1 routines&quot;)Fixes: 3d3a170f6d80 (&quot;staging: rtl8723bs: use in-kernel aes encryption&quot;)Signed-off-by: &#35874;&#33268;&#37030; (XIE Zhibang) &lt;Yeking@Red54.com&gt;Reviewed-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Link: https://lore.kernel.org/r/tencent_0BDDF3A721708D16A2E7C3DAFF0FEC79A105@qq.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/staging/rtl8723bs/Kconfig</description>
        <pubDate>Sat, 22 Feb 2025 19:36:17 +0000</pubDate>
        <dc:creator>&#35874;&#33268;&#37030; (XIE Zhibang) &lt;Yeking@Red54.com&gt;</dc:creator>
    </item>
<item>
        <title>71cea1fe - staging: rtl8723bs: drop unnessary dep on CFG80211_WEXT</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/rtl8723bs/Kconfig#71cea1fe</link>
        <description>staging: rtl8723bs: drop unnessary dep on CFG80211_WEXTIn commit 174ac41a7aaf (&quot;staging: rtl8723bs: remove obsolete wextsupport&quot;) a dep on CFG80211_WEXT was added to allow wext userspacecalls to be managed via the compatibility support. This is anoptional dependency which the driver has no dependency on andstops users/distros etc from dropping CFG80211_WEXT if they wantto enable this driver. Drop this dependency as if users want thislegacy feature they will be explicitly enabling it themselves.Signed-off-by: Peter Robinson &lt;pbrobinson@gmail.com&gt;Reviewed-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Link: https://lore.kernel.org/r/20240814145250.943457-1-pbrobinson@gmail.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/staging/rtl8723bs/Kconfig</description>
        <pubDate>Wed, 14 Aug 2024 14:52:46 +0000</pubDate>
        <dc:creator>Peter Robinson &lt;pbrobinson@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>88c47bbf - staging: rtl8723bs: fix unmet dependency on CRYPTO for CRYPTO_LIB_ARC4</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/rtl8723bs/Kconfig#88c47bbf</link>
        <description>staging: rtl8723bs: fix unmet dependency on CRYPTO for CRYPTO_LIB_ARC4When RTL8723BS is selected, and CRYPTO is not selected,Kbuild gives the following warning:WARNING: unmet direct dependencies detected for CRYPTO_LIB_ARC4  Depends on [n]: CRYPTO [=n]  Selected by [m]:  - RTL8723BS [=m] &amp;&amp; STAGING [=y] &amp;&amp; WLAN [=y] &amp;&amp; MMC [=y] &amp;&amp; CFG80211 [=y] &amp;&amp; m &amp;&amp; MODULES [=y]  - RTLLIB_CRYPTO_WEP [=m] &amp;&amp; STAGING [=y] &amp;&amp; RTLLIB [=m]This is because RTL8723BS selects CRYPTO_LIB_ARC4without selecting CRYPTO, despite CRYPTO_LIB_ARC4depending on CRYPTO.This unmet dependency bug was detected by Kismet,a static analysis tool for Kconfig. Please adviseif this is not the appropriate solution.Reviewed-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Julian Braha &lt;julianbraha@gmail.com&gt;Link: https://lore.kernel.org/r/20211029214244.17341-1-julianbraha@gmail.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/staging/rtl8723bs/Kconfig</description>
        <pubDate>Fri, 29 Oct 2021 21:42:44 +0000</pubDate>
        <dc:creator>Julian Braha &lt;julianbraha@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>174ac41a - staging: rtl8723bs: remove obsolete wext support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/rtl8723bs/Kconfig#174ac41a</link>
        <description>staging: rtl8723bs: remove obsolete wext supportcfg80211 has been fully implemented soremove all wext and wext private handlers and theirregistration.Now wext userspace calls can be managed viacfg80211 wext compatibility.Signed-off-by: Fabio Aiuto &lt;fabioaiuto83@gmail.com&gt;Link: https://lore.kernel.org/r/61c4bb20bbb6ce30e4ddd01aa73de3f686a99445.1629727333.git.fabioaiuto83@gmail.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/staging/rtl8723bs/Kconfig</description>
        <pubDate>Mon, 23 Aug 2021 14:11:59 +0000</pubDate>
        <dc:creator>Fabio Aiuto &lt;fabioaiuto83@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>cb7abd1d - staging: rtl8723bs: select CONFIG_CRYPTO_LIB_ARC4</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/rtl8723bs/Kconfig#cb7abd1d</link>
        <description>staging: rtl8723bs: select CONFIG_CRYPTO_LIB_ARC4The other rtlwifi drivers already have this, but r8723bswas converted to the generic implementation without addingthe select:ERROR: modpost: &quot;arc4_crypt&quot; [drivers/staging/rtl8723bs/r8723bs.ko] undefined!ERROR: modpost: &quot;arc4_setkey&quot; [drivers/staging/rtl8723bs/r8723bs.ko] undefined!Fixes: 1b11e893eda0 (&quot;staging: rtl8723bs: replace private arc4 encryption with in-kernel one&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Link: https://lore.kernel.org/r/20210721153550.3624490-1-arnd@kernel.orgSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/staging/rtl8723bs/Kconfig</description>
        <pubDate>Wed, 21 Jul 2021 15:35:44 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>6a478f67 - staging: rtl8723bs: use help instead of ---help--- in Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/rtl8723bs/Kconfig#6a478f67</link>
        <description>staging: rtl8723bs: use help instead of ---help--- in Kconfig  - Resolve the following warning from the Kconfig,    &quot;WARNING: prefer &apos;help&apos; over &apos;---help---&apos; for new help texts&quot;Signed-off-by: Moses Christopher &lt;moseschristopherb@gmail.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/staging/rtl8723bs/Kconfig</description>
        <pubDate>Sat, 18 May 2019 06:33:40 +0000</pubDate>
        <dc:creator>Moses Christopher &lt;moseschristopherb@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>99b75a4e - staging: add missing SPDX lines to Kconfig files</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/rtl8723bs/Kconfig#99b75a4e</link>
        <description>staging: add missing SPDX lines to Kconfig filesThere are a few remaining drivers/staging/*/Kconfig files that do nothave SPDX identifiers in them.  Add the correct GPL-2.0 identifier tothem to make scanning tools happy.Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/staging/rtl8723bs/Kconfig</description>
        <pubDate>Tue, 02 Apr 2019 10:31:48 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>1e7605e3 - staging: rtl8723bs: force driver to be built as a module.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/rtl8723bs/Kconfig#1e7605e3</link>
        <description>staging: rtl8723bs: force driver to be built as a module.Due to the ton of global symbols, the driver has to be a moduleotherwise the build blows up if it is compiled into the kernel.Reported-by: Stephen Rothwell &lt;sfr@canb.auug.org.au&gt;Cc: Hans de Goede &lt;hdegoede@redhat.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/staging/rtl8723bs/Kconfig</description>
        <pubDate>Tue, 11 Apr 2017 05:35:53 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>554c0a3a - staging: Add rtl8723bs sdio wifi driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/staging/rtl8723bs/Kconfig#554c0a3a</link>
        <description>staging: Add rtl8723bs sdio wifi driverThe rtl8723bs is found on quite a few systems used by Linux users,such as on Atom systems (Intel Computestick and various otherAtom based devices) and on many (budget) ARM boards such asthe CHIP.The plan moving forward with this is for the new clean,written from scratch, rtl8xxxu driver to eventually gainsupport for sdio devices. But there is no clear timelinefor that, so lets add this driver included in staging for now.Cc: Bastien Nocera &lt;hadess@hadess.net&gt;Cc: Larry Finger &lt;Larry.Finger@lwfinger.net&gt;Cc: Jes Sorensen &lt;jes.sorensen@gmail.com&gt;Signed-off-by: Hans de Goede &lt;hdegoede@redhat.com&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/staging/rtl8723bs/Kconfig</description>
        <pubDate>Wed, 29 Mar 2017 17:47:51 +0000</pubDate>
        <dc:creator>Hans de Goede &lt;hdegoede@redhat.com&gt;</dc:creator>
    </item>
</channel>
</rss>
