<?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>1a4f6af8bfd44c8ae6e87a81ff125eed47042cc5 - Merge branch &apos;next-dev&apos; into thunder-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/gadget/Kconfig#1a4f6af8bfd44c8ae6e87a81ff125eed47042cc5</link>
        <description>Merge branch &apos;next-dev&apos; into thunder-boot

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/gadget/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>9781b677e0aff22a71d2232508c24bd2e36ff718 - UPSTREAM: usb: gadget: USB_ETHER requires network support</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/gadget/Kconfig#9781b677e0aff22a71d2232508c24bd2e36ff718</link>
        <description>UPSTREAM: usb: gadget: USB_ETHER requires network supportIn order to compile the USB Ethernet gadget support we require that NETis enabled, add that dependency here.Conflicts:	drivers/usb/gadget/KconfigChange-Id: I776612d3d67944646400ec9ca220652cb040803fSigned-off-by: Alex Kiernan &lt;alex.kiernan@gmail.com&gt;Acked-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;(cherry picked from commit a18d1064db93490422b968bac1a9e10387a34cfc)

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/gadget/Kconfig</description>
        <pubDate>Sun, 01 Apr 2018 09:22:36 +0000</pubDate>
        <dc:creator>Alex Kiernan &lt;alex.kiernan@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>2646d32f70f8e7bd99f76e81c4d8d892857f481a - UPSTREAM: sunxi: provide default USB gadget setup</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/gadget/Kconfig#2646d32f70f8e7bd99f76e81c4d8d892857f481a</link>
        <description>UPSTREAM: sunxi: provide default USB gadget setupAll the Allwinner boards use the same manufacturer, VID and PID for thegadgets. Make them the defaults to remove some boilerplate from ourdefconfigs.Change-Id: I53d0e6d45a60645af4b8c0a16afb81e4db97b9f6Reviewed-by: &#321;ukasz Majewski &lt;lukma@denx.de&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;Signed-off-by: Frank Wang &lt;frank.wang@rock-chips.com&gt;(cherry picked from commit e02687bda96cc8ed942e14b558796d3043d24b23)

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/gadget/Kconfig</description>
        <pubDate>Tue, 12 Sep 2017 17:41:15 +0000</pubDate>
        <dc:creator>Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;</dc:creator>
    </item>
<item>
        <title>473221da5a5a767b650f97c0a6e63b0854c2221a - UPSTREAM: usb: gadget: Make g_dnl USB settings common</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/gadget/Kconfig#473221da5a5a767b650f97c0a6e63b0854c2221a</link>
        <description>UPSTREAM: usb: gadget: Make g_dnl USB settings commonThe g_dnl USB settings for the vendor ID, product ID and manufacturer areactually common settings that can and should be shared by all the gadgets.Make them common by renaming them, and convert all the users.Conflicts:	configs/cgtqmx6eval_defconfig	configs/dms-ba16-1g_defconfig	configs/evb-rk3036_defconfig	configs/evb-rk3229_defconfig	configs/evb-rv1108_defconfig	configs/fennec-rk3288_defconfig	configs/stih410-b2260_defconfigChange-Id: Ib855d37af9f539ef794a2519c75c027e67bd091cReviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Lukasz Majewski &lt;lukma@denx.de&gt;Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;Signed-off-by: Frank Wang &lt;frank.wang@rock-chips.com&gt;(cherry picked from commit a95aee6af70d8815547b81329125f2800c8ee37c)

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/gadget/Kconfig</description>
        <pubDate>Thu, 07 Sep 2017 06:58:08 +0000</pubDate>
        <dc:creator>Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;</dc:creator>
    </item>
<item>
        <title>68e15c2b9235fc9262ad229c27b08944b15f21da - UPSTREAM: usb: gadget: usb_ether: Move the interfaces to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/gadget/Kconfig#68e15c2b9235fc9262ad229c27b08944b15f21da</link>
        <description>UPSTREAM: usb: gadget: usb_ether: Move the interfaces to KconfigWe need to select an interface for the usb_ether gadget, and they haven&apos;tbeen converted to Kconfig yet. Add a choice to make sure we have an optionselected, and convert all the users.Change-Id: Idd2f234e7538672e2002d14eb2b11893f2751a66Reviewed-by: &#321;ukasz Majewski &lt;lukma@denx.de&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;Signed-off-by: Frank Wang &lt;frank.wang@rock-chips.com&gt;(cherry picked from commit d2f0f4af4b655de9c63976be659288c88ae23953)

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/gadget/Kconfig</description>
        <pubDate>Thu, 07 Sep 2017 06:46:14 +0000</pubDate>
        <dc:creator>Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;</dc:creator>
    </item>
<item>
        <title>74fae1c7e99cc6dcaee22c1d0eccb9aeccbbdad6 - UPSTREAM: usb: gadget: Convert USB_ETHER to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/gadget/Kconfig#74fae1c7e99cc6dcaee22c1d0eccb9aeccbbdad6</link>
        <description>UPSTREAM: usb: gadget: Convert USB_ETHER to KconfigThe USB Ethernet gadget option has not yet been moved to Kconfig, let&apos;sdeal with that.Change-Id: Ie970ea4a67b81012f1c6382b38a04fac00c6ee75Reviewed-by: &#321;ukasz Majewski &lt;lukma@denx.de&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;Signed-off-by: Frank Wang &lt;frank.wang@rock-chips.com&gt;(cherry picked from commit 3f33d3c8f4cc1b19a4a74e185bd3b6910f30e00f)

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/gadget/Kconfig</description>
        <pubDate>Wed, 06 Sep 2017 21:23:21 +0000</pubDate>
        <dc:creator>Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;</dc:creator>
    </item>
<item>
        <title>17c5fbc90d670ac4660cc7db1ae22656fc8a2a10 - UPSTREAM: usb: gadget: Move USBNET_HOST_ADDR to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/gadget/Kconfig#17c5fbc90d670ac4660cc7db1ae22656fc8a2a10</link>
        <description>UPSTREAM: usb: gadget: Move USBNET_HOST_ADDR to KconfigWhile the USB Ethernet device address is already defined in Kconfig, thehost address isn&apos;t. Convert it.Change-Id: I527f287a8714bd460a2261a9b4ba6be71e8ee436Reviewed-by: &#321;ukasz Majewski &lt;lukma@denx.de&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;Signed-off-by: Frank Wang &lt;frank.wang@rock-chips.com&gt;(cherry picked from commit c163668a4abaeef3eaab22b4a5ac13d2d74f1306)

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/gadget/Kconfig</description>
        <pubDate>Wed, 06 Sep 2017 20:53:43 +0000</pubDate>
        <dc:creator>Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;</dc:creator>
    </item>
<item>
        <title>0c3f0a1ec7d574d12657a29ff674c7cca50a30ad - UPSTREAM: usb: gadget: Document USBNET_DEVADDR</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/gadget/Kconfig#0c3f0a1ec7d574d12657a29ff674c7cca50a30ad</link>
        <description>UPSTREAM: usb: gadget: Document USBNET_DEVADDRAdd an help about the USBNET_DEVADDR Kconfig option to make it clearer whatit&apos;s about.Change-Id: I633f3104bb6bffb703be52f50ee18085d4242f13Acked-by: &#321;ukasz Majewski &lt;lukma@denx.de&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;Signed-off-by: Frank Wang &lt;frank.wang@rock-chips.com&gt;(cherry picked from commit 74e7997c70d80e4b3de0622fbff3e75f72b8c1ce)

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/gadget/Kconfig</description>
        <pubDate>Tue, 12 Sep 2017 16:32:45 +0000</pubDate>
        <dc:creator>Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;</dc:creator>
    </item>
<item>
        <title>8f2649d8687314981068211166209b2f39bf5467 - UPSTREAM: usb: gadget: Move USBNET_DEVADDR option out of g_dnl</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/gadget/Kconfig#8f2649d8687314981068211166209b2f39bf5467</link>
        <description>UPSTREAM: usb: gadget: Move USBNET_DEVADDR option out of g_dnlThe USBNET_DEVADDR has nothing to do with the USB download gadget, butrather with the USB Ethernet gadget. Move it out of the if statement.Change-Id: I03f4abb5326eff247cc1aaeb31ddb7b11b1b06c9Acked-by: &#321;ukasz Majewski &lt;lukma@denx.de&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Signed-off-by: Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;Signed-off-by: Frank Wang &lt;frank.wang@rock-chips.com&gt;(cherry picked from commit 5506ff149d4aa4b76f162a71c2cf68c2b00d38e9)

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/gadget/Kconfig</description>
        <pubDate>Wed, 06 Sep 2017 20:54:52 +0000</pubDate>
        <dc:creator>Maxime Ripard &lt;maxime.ripard@free-electrons.com&gt;</dc:creator>
    </item>
<item>
        <title>7a4b7544d78e017ef53d126bc443bb9713626586 - Revert &quot;usb: rockchip: add the rockusb gadget&quot;</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/gadget/Kconfig#7a4b7544d78e017ef53d126bc443bb9713626586</link>
        <description>Revert &quot;usb: rockchip: add the rockusb gadget&quot;Instead of using fastboot framework it is better to use ums frameworkto improve firmware upgrade speed. Will add a new rockusb driver next.This reverts commit c7cd0ba(&quot;usb: rockchip: add the rockusb gadget&quot;).Change-Id: Ie578ee94e247780d6f9b56156b0ccf737fa18cb9Signed-off-by: Frank Wang &lt;frank.wang@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/gadget/Kconfig</description>
        <pubDate>Wed, 25 Oct 2017 08:47:45 +0000</pubDate>
        <dc:creator>Frank Wang &lt;frank.wang@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>c7cd0ba49a960f25f65b00de957671d05dbe0dd9 - usb: rockchip: add the rockusb gadget</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/gadget/Kconfig#c7cd0ba49a960f25f65b00de957671d05dbe0dd9</link>
        <description>usb: rockchip: add the rockusb gadgetthis patch implement rockusb protocol on the device side. this is based on USBdownload gadget infrastructure. the rockusb function implements the rd, wl, ridcommands. it can work with rkdeveloptoolSigned-off-by: Eddie Cai &lt;eddie.cai.linux@gmail.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Changes in v7:-noneChanges in v6:-move some data to f_rockusb structureChanges in v5:-fix build error when build non-rockchip board-fix checkpatch errorChanges in v4:-use enum instead of macro define-move some structure define and macro to f_rockusb.h-add some function comment as Simon required-address other comment from Simon-fix build error as Lukasz point outChanges in v3:-split the macro to f_rockusb.h-use ALLOC_CACHE_ALIGN_BUFFER to define cache safe struct inside the function.-fix checkpatch error

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/gadget/Kconfig</description>
        <pubDate>Thu, 25 May 2017 08:50:31 +0000</pubDate>
        <dc:creator>Eddie Cai &lt;eddie.cai.linux@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6aee2ab68c362ace5a59f89a63abed82e0bf19e5 - Merge git://git.denx.de/u-boot-imx</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/gadget/Kconfig#6aee2ab68c362ace5a59f89a63abed82e0bf19e5</link>
        <description>Merge git://git.denx.de/u-boot-imxSigned-off-by: Tom Rini &lt;trini@konsulko.com&gt;Conflicts:	configs/imx6qdl_icore_mmc_defconfig	configs/imx6qdl_icore_rqs_defconfig

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/gadget/Kconfig</description>
        <pubDate>Fri, 01 Sep 2017 14:40:59 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>5661f08a71446ab0ffb5bcf595709027e68f10fa - usb: gadget: add SDP driver</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/gadget/Kconfig#5661f08a71446ab0ffb5bcf595709027e68f10fa</link>
        <description>usb: gadget: add SDP driverAdd SDP (Serial Downloader Protocol) implementation for U-Boot. Theprotocol is used in NXP SoC&apos;s boot ROM and allows to download programimages. Beside that, it can also be used to read/write registers anddownload complete Device Configuration Data (DCD) sets. This basicimplementation supports downloading images with the imx header formatreading and writing registers.Signed-off-by: Stefan Agner &lt;stefan.agner@toradex.com&gt;Reviewed-by: &#321;ukasz Majewski &lt;lukma@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/gadget/Kconfig</description>
        <pubDate>Wed, 16 Aug 2017 18:00:51 +0000</pubDate>
        <dc:creator>Stefan Agner &lt;stefan.agner@toradex.com&gt;</dc:creator>
    </item>
<item>
        <title>04770e6e917b0f766a9496e3f37bcdf2ebb1beb4 - Merge git://git.denx.de/u-boot-dm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/gadget/Kconfig#04770e6e917b0f766a9496e3f37bcdf2ebb1beb4</link>
        <description>Merge git://git.denx.de/u-boot-dm

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/gadget/Kconfig</description>
        <pubDate>Tue, 10 Jan 2017 13:19:33 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>d4a3755368ca3d99f0a2b58ced8f8ddd42a80822 - drivers: usb: gadget: ether/rndis: convert driver to adopt device driver model</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/gadget/Kconfig#d4a3755368ca3d99f0a2b58ced8f8ddd42a80822</link>
        <description>drivers: usb: gadget: ether/rndis: convert driver to adopt device driver modelAdopt usb ether gadget and rndis driver to adopt driver modelSigned-off-by: Mugunthan V N &lt;mugunthanvnm@ti.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/gadget/Kconfig</description>
        <pubDate>Fri, 18 Nov 2016 05:39:15 +0000</pubDate>
        <dc:creator>Mugunthan V N &lt;mugunthanvnm@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>e016f0b2c2e1dc6287b205905ff232c32f8c9e92 - fastboot: implement Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/gadget/Kconfig#e016f0b2c2e1dc6287b205905ff232c32f8c9e92</link>
        <description>fastboot: implement Kconfigimplement Kconfig for the &apos;fastboot&apos; feature setSigned-off-by: Steve Rae &lt;steve.rae@raedomain.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/gadget/Kconfig</description>
        <pubDate>Tue, 16 Aug 2016 00:26:26 +0000</pubDate>
        <dc:creator>Steve Rae &lt;steve.rae@raedomain.com&gt;</dc:creator>
    </item>
<item>
        <title>a10a31ec91ad2ee514a42baea9314553aa972676 - 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/gadget/Kconfig#a10a31ec91ad2ee514a42baea9314553aa972676</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-usbSigned-off-by: Tom Rini &lt;trini@konsulko.com&gt;Conflicts:	arch/arm/include/asm/arch-fsl-layerscape/immap_lsch3.h

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/gadget/Kconfig</description>
        <pubDate>Sun, 19 Jun 2016 03:46:21 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>f221db0ed5b4c6580abb4ab6fde5cbabaa348350 - usb: dwc2_udc_otg: support 8-bit interface</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/gadget/Kconfig#f221db0ed5b4c6580abb4ab6fde5cbabaa348350</link>
        <description>usb: dwc2_udc_otg: support 8-bit interfaceDefine CONFIG_USB_GADGET_DWC2_OTG_PHY_BUS_WIDTH_8 to allow thephysical interface to be 8-bit (rather than 16-bit).Signed-off-by: Steve Rae &lt;srae@broadcom.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/gadget/Kconfig</description>
        <pubDate>Tue, 07 Jun 2016 22:35:21 +0000</pubDate>
        <dc:creator>Steve Rae &lt;srae@broadcom.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/gadget/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/gadget/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>e6c0bc0643e5a4387fecbcf83080d0b796eb067c - usb: gadget Move: CONFIG_G_DNL_* to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/usb/gadget/Kconfig#e6c0bc0643e5a4387fecbcf83080d0b796eb067c</link>
        <description>usb: gadget Move: CONFIG_G_DNL_* to KconfigAnd also reformat defconfigs using &quot;make savedefconfig&quot; rule.Signed-off-by: Sam Protsenko &lt;semen.protsenko@linaro.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/usb/gadget/Kconfig</description>
        <pubDate>Wed, 13 Apr 2016 11:20:30 +0000</pubDate>
        <dc:creator>Sam Protsenko &lt;semen.protsenko@linaro.org&gt;</dc:creator>
    </item>
</channel>
</rss>
