<?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>c1c3fe23070ac924e65208abbf8d2396bcc08008 - env: Convert CONFIG_ENV_IS_IN... to a choice</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-integrator/Kconfig#c1c3fe23070ac924e65208abbf8d2396bcc08008</link>
        <description>env: Convert CONFIG_ENV_IS_IN... to a choiceAt present we support multiple environment drivers but there is not way toselect between them at run time. Also settings related to the position andsize of the environment area are global (i.e. apply to all locations).Until these limitations are removed we cannot really support more than oneenvironment location. Adjust the location to be a choice so that only onecan be selected. By default the environment is &apos;nowhere&apos;, meaning that theenvironment exists only in memory and cannot be saved.Also expand the help for the &apos;nowhere&apos; option and move it to the top sinceit is the default.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;[trini: Move all of the imply logic to default X if Y so it works again]Signed-off-by: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-integrator/Kconfig</description>
        <pubDate>Thu, 03 Aug 2017 18:21:59 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>85fc970d74d09f33fcdcc649e73c5dc4f5334605 - Convert CONFIG_ENV_IS_IN_FLASH to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-integrator/Kconfig#85fc970d74d09f33fcdcc649e73c5dc4f5334605</link>
        <description>Convert CONFIG_ENV_IS_IN_FLASH to KconfigThis converts the following to Kconfig:   CONFIG_ENV_IS_IN_FLASHSigned-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-integrator/Kconfig</description>
        <pubDate>Mon, 24 Jul 2017 03:19:41 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>3f394e70f0cc31a5d63d3650fd4f48e450ea16cd - integrator: switch to DM serial port</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-integrator/Kconfig#3f394e70f0cc31a5d63d3650fd4f48e450ea16cd</link>
        <description>integrator: switch to DM serial portThis switches the Integrator boards over to using the device modelfor its serial ports.Cc: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Signed-off-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-integrator/Kconfig</description>
        <pubDate>Mon, 27 Jul 2015 09:22:48 +0000</pubDate>
        <dc:creator>Linus Walleij &lt;linus.walleij@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>a26cd04920dc069fd6e91abb785426cf6c29f45f - arch: Make board selection choices optional</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-integrator/Kconfig#a26cd04920dc069fd6e91abb785426cf6c29f45f</link>
        <description>arch: Make board selection choices optionalBy making the board selections optional, every defconfig will includethe board selection when running savedefconfig so if a new board isadded to the top of the list of choices the former top&apos;s defconfig willstill be correct.Signed-off-by: Joe Hershberger &lt;joe.hershberger@ni.com&gt;Cc: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Acked-by: Stephen Warren &lt;swarren@wwwdotorg.org&gt;Cc: Tom Rini &lt;trini@konsulko.com&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-integrator/Kconfig</description>
        <pubDate>Tue, 12 May 2015 19:46:23 +0000</pubDate>
        <dc:creator>Joe Hershberger &lt;joe.hershberger@ni.com&gt;</dc:creator>
    </item>
<item>
        <title>b939689c7b87773c44275a578ffc8674a867e39d - Merge branch &apos;u-boot/master&apos; into &apos;u-boot-arm/master&apos;</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-integrator/Kconfig#b939689c7b87773c44275a578ffc8674a867e39d</link>
        <description>Merge branch &apos;u-boot/master&apos; into &apos;u-boot-arm/master&apos;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-integrator/Kconfig</description>
        <pubDate>Tue, 05 May 2015 08:09:06 +0000</pubDate>
        <dc:creator>Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;</dc:creator>
    </item>
<item>
        <title>f39ff195af12d10b508d76830ab0db531dce863e - ARM: integrator: move CONFIG_ARCH_CINTEGRATOR to Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-integrator/Kconfig#f39ff195af12d10b508d76830ab0db531dce863e</link>
        <description>ARM: integrator: move CONFIG_ARCH_CINTEGRATOR to KconfigSigned-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Cc: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-integrator/Kconfig</description>
        <pubDate>Tue, 21 Apr 2015 12:59:39 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>9ef851f890c7ecb42bde06a55781b992224ef442 - ARM: integrator: split board select into AP/CP select and CM select</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-integrator/Kconfig#9ef851f890c7ecb42bde06a55781b992224ef442</link>
        <description>ARM: integrator: split board select into AP/CP select and CM selectSelect integrator boards by the combination of platform select (AP/CP)and core module select (CM720T, CM920T, ...).This allows us to remove CONFIG_SYS_EXTRA_OPTIONS and make Kconfigmuch cleaner.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Cc: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-integrator/Kconfig</description>
        <pubDate>Tue, 21 Apr 2015 12:59:37 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
<item>
        <title>5cbbd9bd0a5d496dee2b5592bb0c4cdac16bac80 - ARM: integrator: move board select into mach-integrator/Kconfig</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/arch/arm/mach-integrator/Kconfig#5cbbd9bd0a5d496dee2b5592bb0c4cdac16bac80</link>
        <description>ARM: integrator: move board select into mach-integrator/KconfigThe board/SoC select menu in arch/arm/Kconfig is still cluttered.Add ARCH_INTEGRATOR into arch/arm/Kconfig and move the board selectunder arch/arm/mach-integrator.Signed-off-by: Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;Cc: Linus Walleij &lt;linus.walleij@linaro.org&gt;

            List of files:
            /rk3399_rockchip-uboot/arch/arm/mach-integrator/Kconfig</description>
        <pubDate>Tue, 21 Apr 2015 12:59:36 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.masahiro@socionext.com&gt;</dc:creator>
    </item>
</channel>
</rss>
