<?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 2025</copyright>
    <generator>Java</generator><item>
        <title>c39c9a8375169d07fdcac148f8dfdc6865a1a5fe - UPSTREAM: usb: kbd: implement special keys</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/Kconfig#c39c9a8375169d07fdcac148f8dfdc6865a1a5fe</link>
        <description>UPSTREAM: usb: kbd: implement special keysProvide support for F1-F12, Insert, Delete, Home, End, Page Up, Page Down.As this leads to a size increase provide a customizing settingCONFIG_USB_KEYBOARD_FN_KEYS.Change-Id: I5b58edecbb5abedbf0a822958bbcee91b06b5026Signed-off-by: Heinrich Schuchardt &lt;xypron.glpk@gmx.de&gt;Signed-off-by: Frank Wang &lt;frank.wang@rock-chips.com&gt;(cherry picked from commit 87e91bccaee63d70fd3ada0bee5e861edf8967a5)

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/Kconfig</description>
        <pubDate>Sat, 23 Nov 2019 17:15:21 +0000</pubDate>
        <dc:creator>Heinrich Schuchardt &lt;xypron.glpk@gmx.de&gt;</dc:creator>
    </item>
<item>
        <title>1a4f6af8bfd44c8ae6e87a81ff125eed47042cc5 - Merge branch &apos;next-dev&apos; into thunder-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/Kconfig#1a4f6af8bfd44c8ae6e87a81ff125eed47042cc5</link>
        <description>Merge branch &apos;next-dev&apos; into thunder-boot

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/Kconfig</description>
        <pubDate>Mon, 02 Mar 2020 01:43:23 +0000</pubDate>
        <dc:creator>Joseph Chen &lt;chenjh@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>f6ce6072be71a99f76b5c32d3c202f9330d66da6 - UPSTREAM: usb: Add Cadence USB3 host and gadget driver</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/Kconfig#f6ce6072be71a99f76b5c32d3c202f9330d66da6</link>
        <description>UPSTREAM: usb: Add Cadence USB3 host and gadget driverAdd support for USB3 host and gadget driver. This is a direct sync ofLinux kernel Cadence USB stack that from v5.4-rc1 release.Driver has been modified so that it compiles without errors againstU-Boot code base.Features not required for U-Boot such as scatter-gather DMA and OTGinterrupt handling has been dropped.Change-Id: I168e032f35d259ad1bb7a7f9f3c066bd13f129d4Signed-off-by: Jean-Jacques Hiblot &lt;jjhiblot@ti.com&gt;[jjhiblot@ti.com: Add PHY support]Signed-off-by: Vignesh Raghavendra &lt;vigneshr@ti.com&gt;Signed-off-by: Frank Wang &lt;frank.wang@rock-chips.com&gt;(cherry picked from commit 7e91f6ccdc84fe5952e5c26769e65d12e5fc4733)

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/Kconfig</description>
        <pubDate>Tue, 01 Oct 2019 11:56:33 +0000</pubDate>
        <dc:creator>Vignesh Raghavendra &lt;vigneshr@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>0a04ddb5ea876f3785dca631e9e41e7428e6ee6f - UPSTREAM: usb: Don&apos;t enable CONFIG_SPL_DM_USB for non-DM SPL</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/Kconfig#0a04ddb5ea876f3785dca631e9e41e7428e6ee6f</link>
        <description>UPSTREAM: usb: Don&apos;t enable CONFIG_SPL_DM_USB for non-DM SPLWhen CONFIG_SPL_DM_USB was added, it was added defaulted on withoutprotection to ensure it didn&apos;t get set for non-DM SPL builds.This leads to unexpected and confusing failures when building a DM basedU-Boot but with a non-DM SPL, as the defconfig is unlikely to haveCONFIG_SPL_DM_USB actively disabled.Tweak the Kconfig to not enable this setting unless CONFIG_SPL_DM is set.Change-Id: I11e59ec852e9621f01e526e21805a922ba1feb44Signed-off-by: Martyn Welch &lt;martyn.welch@collabora.com&gt;Signed-off-by: Frank Wang &lt;frank.wang@rock-chips.com&gt;(cherry picked from commit 16ecb295b3834d8017d922ae46eedbbf6fd6c99b)

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/Kconfig</description>
        <pubDate>Mon, 10 Dec 2018 11:05:16 +0000</pubDate>
        <dc:creator>Martyn Welch &lt;martyn@welchs.me.uk&gt;</dc:creator>
    </item>
<item>
        <title>717f5765d999cce9416a306ddc56b7a5d3cce962 - UPSTREAM: usb: introduce a separate config option for DM USB device</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/Kconfig#717f5765d999cce9416a306ddc56b7a5d3cce962</link>
        <description>UPSTREAM: usb: introduce a separate config option for DM USB deviceUsing CONFIG_DM_USB for this purpose prevents using DM_USB for host and notfor device.Conflicts:	arch/arm/KconfigChange-Id: I075c887a77e2243463a580eac59d842b620af2f5Signed-off-by: Jean-Jacques Hiblot &lt;jjhiblot@ti.com&gt;Reviewed-by: Lukasz Majewski &lt;lukma@denx.de&gt;Signed-off-by: Frank Wang &lt;frank.wang@rock-chips.com&gt;(cherry picked from commit 687ab54560809e01a10652ef82dbac6ae72deb91)

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/Kconfig</description>
        <pubDate>Thu, 29 Nov 2018 09:52:42 +0000</pubDate>
        <dc:creator>Jean-Jacques Hiblot &lt;jjhiblot@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>3da53cbff947503ae0321c511c4210439c29746f - UPSTREAM: usb: Do not compile USB_STORAGE with BLK &amp;&amp; !DM_USB</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/Kconfig#3da53cbff947503ae0321c511c4210439c29746f</link>
        <description>UPSTREAM: usb: Do not compile USB_STORAGE with BLK &amp;&amp; !DM_USBThe USB storage driver does not compile when CONFIG_BLK is set,but DM_USB is not set, as we&apos;re missing the DM device links forCONFIG_BLK enabled code paths.So far it looks like nobody fell into this trap, because no boardenabled CONFIG_BLK and CONFIG_USB_STORAGE while not enablingCONFIG_DM_USB, but we should still reflect that dependency properlyin Kconfig so that implicit enabling of CONFIG_USB_STORAGE works.Change-Id: I5f87b577eb94e0ee33036b7162fcece7e04841aaSigned-off-by: Alexander Graf &lt;agraf@suse.de&gt;Signed-off-by: Frank Wang &lt;frank.wang@rock-chips.com&gt;(cherry picked from commit dc03b704f4364da6df6a86aafccc3828ade8ed43)

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/Kconfig</description>
        <pubDate>Fri, 19 Oct 2018 12:41:01 +0000</pubDate>
        <dc:creator>Alexander Graf &lt;agraf@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>c0cee20e03c89b1f90a0ebc7f8c4bbcb1c91399a - UPSTREAM: usb: kbd: select SYS_STDIO_DEREGISTER</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/Kconfig#c0cee20e03c89b1f90a0ebc7f8c4bbcb1c91399a</link>
        <description>UPSTREAM: usb: kbd: select SYS_STDIO_DEREGISTERIf SYS_STDIO_DEREGISTER is not selected and USB_KEYBOARD is selectedU-Boot cannot be built due to missing function stdio_deregister_dev.So USB_KEYBOARD should select SYS_STDIO_DEREGISTER.Change-Id: If49d18a6015eeef66af94205fdd3e2e56654fae2Signed-off-by: Heinrich Schuchardt &lt;xypron.glpk@gmx.de&gt;Signed-off-by: Frank Wang &lt;frank.wang@rock-chips.com&gt;(cherry picked from commit 462c117ce045571fef86f88fad3be8b3117897b1)

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/Kconfig</description>
        <pubDate>Wed, 21 Feb 2018 03:57:09 +0000</pubDate>
        <dc:creator>Heinrich Schuchardt &lt;xypron.glpk@gmx.de&gt;</dc:creator>
    </item>
<item>
        <title>7f10e9b86f2fbb6b93ff4ac5239ddb4eec179f85 - UPSTREAM: usb: Introduce CONFIG_SPL_DM_USB</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/Kconfig#7f10e9b86f2fbb6b93ff4ac5239ddb4eec179f85</link>
        <description>UPSTREAM: usb: Introduce CONFIG_SPL_DM_USBThis allows building the SPL without driver model for USB. SinceCONFIG_SPL_DM_USB is enabled if and only if CONFIG_DM_USB was enabledbefore, this patch does not change the build behaviour.Change-Id: Icadae3860460b222d01a5cd36371df599724198aSigned-off-by: Sven Schwermer &lt;sven@svenschwermer.de&gt;Signed-off-by: Frank Wang &lt;frank.wang@rock-chips.com&gt;(cherry picked from commit 41a25f46044c5f9b57197cfcc931106a3b8327d7)

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/Kconfig</description>
        <pubDate>Wed, 21 Nov 2018 07:43:53 +0000</pubDate>
        <dc:creator>Sven Schwermer &lt;sven@svenschwermer.de&gt;</dc:creator>
    </item>
<item>
        <title>115142eae565aeebfeb2f07bf2e21418df3d5f3e - UPSTREAM: usb: kbd: Set a default polling mechanism for USB keyboard</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/Kconfig#115142eae565aeebfeb2f07bf2e21418df3d5f3e</link>
        <description>UPSTREAM: usb: kbd: Set a default polling mechanism for USB keyboardThe choice of &quot;USB keyboard polling&quot; cannot be optional as withoutone mechanism being set, it just doesn&apos;t work. Set the default oneto CONFIG_SYS_USB_EVENT_POLL.Fixes: ecad7051 (&quot;configs: Migrate all of the existing USB symbols, except fastboot&quot;)Change-Id: I9c54076edba03ca9fc10801f9f4bebb54ffd0ef9Signed-off-by: Bin Meng &lt;bmeng.cn@gmail.com&gt;Signed-off-by: Kever Yang &lt;kever.yang@rock-chips.com&gt;(cherry picked from commit 2e5026a2f022f1c5ab5e879684a895ccdca7690c)

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/Kconfig</description>
        <pubDate>Wed, 13 Sep 2017 08:19:43 +0000</pubDate>
        <dc:creator>Bin Meng &lt;bmeng.cn@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>248a3f6c7ce01965f0303416645c8884013acabb - Merge git://git.denx.de/u-boot-net</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/Kconfig#248a3f6c7ce01965f0303416645c8884013acabb</link>
        <description>Merge git://git.denx.de/u-boot-net

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/Kconfig</description>
        <pubDate>Mon, 14 Aug 2017 21:06:58 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>d2c319792210c2db518235eb8e90979a311bbf73 - usb: net: Add support for Microchip LAN75xx and LAN78xx</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/Kconfig#d2c319792210c2db518235eb8e90979a311bbf73</link>
        <description>usb: net: Add support for Microchip LAN75xx and LAN78xxAdd support for Microchip LAN7500, LAN7800 and LAN7850,USB to 10/100/1000 Ethernet Controllers.Signed-off-by: Yuiko Oshino &lt;yuiko.oshino@microchip.com&gt;Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/Kconfig</description>
        <pubDate>Fri, 11 Aug 2017 16:44:58 +0000</pubDate>
        <dc:creator>Yuiko Oshino &lt;yuiko.oshino@microchip.com&gt;</dc:creator>
    </item>
<item>
        <title>eb6b50f631628f48b7e72432ae878e6ff0e306c3 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-usb</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/Kconfig#eb6b50f631628f48b7e72432ae878e6ff0e306c3</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-usbConflicts:	configs/bcm28155_ap_defconfig	configs/dra72_evm_defconfig	configs/dra74_evm_defconfig	configs/ma5d4evk_defconfigSigned-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/Kconfig</description>
        <pubDate>Wed, 20 Apr 2016 13:31:58 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>3457bbaf22a8fb6884d52fc3af997c187e930f06 - usb: gadget: Move CONFIG_USB_GADGET_DUALSPEED to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/Kconfig#3457bbaf22a8fb6884d52fc3af997c187e930f06</link>
        <description>usb: gadget: Move CONFIG_USB_GADGET_DUALSPEED to KconfigMove CONFIG_USB_GADGET_DUALSPEED option to Kconfig andmake all UDC controllers select USB_GADGET_DUALSPEED:  - add next options to Kconfig selecting USB_GADGET_DUALSPEED:    - USB_GADGET_ATMEL_USBA    - USB_GADGET_DWC2_OTG    - USB_DWC3    - CI_UDC  - make USB_MUSB_GADGET select USB_GADGET_DUALSPEEDWhile at it, make some related fixes:  - remove DUALSPEED from configs that don&apos;t enable gadget support:    - kwb.h    - tseries.h  - add missing USB_GADGET option to next configs:    - novena_defconfig    - pcm051_rev*_defconfig    - xfi3_defconfigSigned-off-by: Sam Protsenko &lt;semen.protsenko@linaro.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/Kconfig</description>
        <pubDate>Wed, 13 Apr 2016 11:20:25 +0000</pubDate>
        <dc:creator>Sam Protsenko &lt;semen.protsenko@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>6b14fbbdc6b1a6669bc70212bfe6d1d7129e03b4 - usb: ulpi: Add Kconfig options for ULPI</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/Kconfig#6b14fbbdc6b1a6669bc70212bfe6d1d7129e03b4</link>
        <description>usb: ulpi: Add Kconfig options for ULPIThe following options can be now enabled via defconfig:- CONFIG_USB_ULPI- CONFIG_USB_ULPI_VIEWPORT- CONFIG_USB_ULPI_VIEWPORT_OMAPSigned-off-by: Mateusz Kulikowski &lt;mateusz.kulikowski@gmail.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Acked-by: Marek Vasut &lt;marex@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/Kconfig</description>
        <pubDate>Thu, 31 Mar 2016 21:12:18 +0000</pubDate>
        <dc:creator>Mateusz Kulikowski &lt;mateusz.kulikowski@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f9d0fd8a566f78f27a510258c34b3526f9822e92 - usb: gadget: Move CONFIG_USB_GADGET to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/Kconfig#f9d0fd8a566f78f27a510258c34b3526f9822e92</link>
        <description>usb: gadget: Move CONFIG_USB_GADGET to KconfigThe description was borrowed from kernel. &quot;tristate&quot; type was changedto &quot;bool&quot; (I believe we don&apos;t support modules for u-boot yet, right?).CONFIG_USB_GADGET requires CONFIG_USB to be defined too, so add it alongas well.Definitions were added to defconfig files in a way that&quot;make savedefconfig&quot; generates exactly the same file as used defconfig.Signed-off-by: Sam Protsenko &lt;semen.protsenko@linaro.org&gt;[trini: Add zynq_zc702 conversion]Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/Kconfig</description>
        <pubDate>Fri, 25 Mar 2016 14:39:47 +0000</pubDate>
        <dc:creator>Sam Protsenko &lt;semen.protsenko@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>5d6c2f4b5aab1ba5fe484fdd65bf78a71907f70d - usb: musb-new: Kconfig support for USB_MUSB_HOST and USB_MUSB_GADGET</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/Kconfig#5d6c2f4b5aab1ba5fe484fdd65bf78a71907f70d</link>
        <description>usb: musb-new: Kconfig support for USB_MUSB_HOST and USB_MUSB_GADGETHaving MUSB_HOST and MUSB_GADGET in Kconfig allows more flexibility with regardto what Kconfig options to enable, such as USB_STORAGE or USB_KEYBOARD.Signed-off-by: Paul Kocialkowski &lt;contact@paulk.fr&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/Kconfig</description>
        <pubDate>Tue, 04 Aug 2015 15:04:07 +0000</pubDate>
        <dc:creator>Paul Kocialkowski &lt;contact@paulk.fr&gt;</dc:creator>
    </item>
<item>
        <title>68f7c5db2d1e714c15b49b0759ddef8f8344f184 - usb: Generic USB Kconfig option, that fits both host and gadget and comments</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/Kconfig#68f7c5db2d1e714c15b49b0759ddef8f8344f184</link>
        <description>usb: Generic USB Kconfig option, that fits both host and gadget and commentsThere is no particular reason why the USB Kconfig option should be specific tohost mode. In prevision of adding MUSB host and gadget to Kconfig, this movesthe title and help message of the USB Kconfig option to a more generic format.Adding comments to the usb Kconfig allows for a better separation and morereadability in generated configs and in menuconfig.Signed-off-by: Paul Kocialkowski &lt;contact@paulk.fr&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/Kconfig</description>
        <pubDate>Tue, 04 Aug 2015 15:04:05 +0000</pubDate>
        <dc:creator>Paul Kocialkowski &lt;contact@paulk.fr&gt;</dc:creator>
    </item>
<item>
        <title>9ad437447d6153a5085984426797c8f931e684ac - usb: USB_ARCH_HAS_HCD Kconfig option removal</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/Kconfig#9ad437447d6153a5085984426797c8f931e684ac</link>
        <description>usb: USB_ARCH_HAS_HCD Kconfig option removalThe USB_ARCH_HAS_HCD currently serves no purpose and adds some confusion to therequired Kconfig options that are required to have USB support.Dropping it makes things easier and doesn&apos;t break anything, since it was unusedanyways.Signed-off-by: Paul Kocialkowski &lt;contact@paulk.fr&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/Kconfig</description>
        <pubDate>Tue, 04 Aug 2015 15:04:04 +0000</pubDate>
        <dc:creator>Paul Kocialkowski &lt;contact@paulk.fr&gt;</dc:creator>
    </item>
<item>
        <title>7a1af7a79bd79ded6a78d0c1afdbc3353669e313 - Merge branch &apos;master&apos; of git://www.denx.de/git/u-boot-imx</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/Kconfig#7a1af7a79bd79ded6a78d0c1afdbc3353669e313</link>
        <description>Merge branch &apos;master&apos; of git://www.denx.de/git/u-boot-imx

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/Kconfig</description>
        <pubDate>Sun, 02 Aug 2015 11:40:37 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>ff8baf81136094d274d9c7a36125a164ac711425 - usb: kconfig: create a menu for usb</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/Kconfig#ff8baf81136094d274d9c7a36125a164ac711425</link>
        <description>usb: kconfig: create a menu for usbWith recent additions to USB Kconfig the number of USB options had grownlarge enough to warrant a separate menu for USB.Add a Kconfig menu for USB.Cc: Marek Vasut &lt;marex@denx.de&gt;Signed-off-by: Nikita Kiryanov &lt;nikita@compulab.co.il&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/Kconfig</description>
        <pubDate>Thu, 23 Jul 2015 14:19:37 +0000</pubDate>
        <dc:creator>Nikita Kiryanov &lt;nikita@compulab.co.il&gt;</dc:creator>
    </item>
</channel>
</rss>
