<?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>603362b4 - mtd: fixup CFI on ixp4xx</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mtd/chips/Kconfig#603362b4</link>
        <description>mtd: fixup CFI on ixp4xxdrivers/mtd/maps/ixp4xx.c requires MTD_CFI_BE_BYTE_SWAP to be setin order to compile.drivers/mtd/maps/ixp4xx.c:57:4: error: #error CONFIG_MTD_CFI_BE_BYTE_SWAP requiredThis patch avoids the #error output by enforcing the policy inKconfig. Not sure if this is the right approach, but it helps doingrandconfig builds.Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Acked-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;Signed-off-by: Miquel Raynal &lt;miquel.raynal@bootlin.com&gt;Link: https://lore.kernel.org/linux-mtd/20210927141045.1597593-1-arnd@kernel.org

            List of files:
            /linux-6.15/drivers/mtd/chips/Kconfig</description>
        <pubDate>Mon, 27 Sep 2021 14:10:37 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>c13ac555 - mtd: Replace HTTP links with HTTPS ones</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mtd/chips/Kconfig#c13ac555</link>
        <description>mtd: Replace HTTP links with HTTPS onesRationale:Reduces attack surface on kernel devs opening the links for MITMas HTTPS traffic is much harder to manipulate.Deterministic algorithm:For each file:  If not .svg:    For each line:      If doesn&apos;t contain `\bxmlns\b`:        For each link, `\bhttp://[^# \t\r\n]*(?:\w|/)`:	  If neither `\bgnu\.org/license`, nor `\bmozilla\.org/MPL\b`:            If both the HTTP and HTTPS versions            return 200 OK and serve the same content:              Replace HTTP with HTTPS.Signed-off-by: Alexander A. Klimov &lt;grandmaster@al2klimov.de&gt;Acked-by: Rob Herring &lt;robh@kernel.org&gt;Signed-off-by: Richard Weinberger &lt;richard@nod.at&gt;

            List of files:
            /linux-6.15/drivers/mtd/chips/Kconfig</description>
        <pubDate>Mon, 13 Jul 2020 16:54:08 +0000</pubDate>
        <dc:creator>Alexander A. Klimov &lt;grandmaster@al2klimov.de&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/mtd/chips/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/mtd/chips/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>a8222a84 - mtd: Make Kconfig formatting consistent</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mtd/chips/Kconfig#a8222a84</link>
        <description>mtd: Make Kconfig formatting consistentFix indentation and replace &apos;---help---&apos; by &apos;help&apos; to make thingsconsistent.Signed-off-by: Boris Brezillon &lt;boris.brezillon@bootlin.com&gt;Reviewed-by: Miquel Raynal &lt;miquel.raynal@bootlin.com&gt;

            List of files:
            /linux-6.15/drivers/mtd/chips/Kconfig</description>
        <pubDate>Wed, 18 Jul 2018 15:09:52 +0000</pubDate>
        <dc:creator>Boris Brezillon &lt;boris.brezillon@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>fddcca51 - mtd: avoid stack overflow in MTD CFI code</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mtd/chips/Kconfig#fddcca51</link>
        <description>mtd: avoid stack overflow in MTD CFI codeWhen map_word gets too large, we use a lot of kernel stack, and forMTD_MAP_BANK_WIDTH_32, this means we use more than the recommended1024 bytes in a number of functions:drivers/mtd/chips/cfi_cmdset_0020.c: In function &apos;cfi_staa_write_buffers&apos;:drivers/mtd/chips/cfi_cmdset_0020.c:651:1: warning: the frame size of 1336 bytes is larger than 1024 bytes [-Wframe-larger-than=]drivers/mtd/chips/cfi_cmdset_0020.c: In function &apos;cfi_staa_erase_varsize&apos;:drivers/mtd/chips/cfi_cmdset_0020.c:972:1: warning: the frame size of 1208 bytes is larger than 1024 bytes [-Wframe-larger-than=]drivers/mtd/chips/cfi_cmdset_0001.c: In function &apos;do_write_buffer&apos;:drivers/mtd/chips/cfi_cmdset_0001.c:1835:1: warning: the frame size of 1240 bytes is larger than 1024 bytes [-Wframe-larger-than=]This can be avoided if all operations on the map word are doneindirectly and the stack gets reused between the calls. We canmostly achieve this by selecting MTD_COMPLEX_MAPPINGS wheneverMTD_MAP_BANK_WIDTH_32 is set, but for the case that no otherbank width is enabled, we also need to use a non-constantmap_bankwidth() to convince the compiler to use less stack.Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;[Brian: this patch mostly achieves its goal by forcing    MTD_COMPLEX_MAPPINGS (and the accompanying indirection) for 256-bit    mappings; the rest of the change is mostly a wash, though it helps    reduce stack size slightly. If we really care about supporting    256-bit mappings though, we should consider rewriting some of this    code to avoid keeping and assigning so many 256-bit objects on the    stack.]Signed-off-by: Brian Norris &lt;computersforpeace@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/mtd/chips/Kconfig</description>
        <pubDate>Mon, 29 Feb 2016 12:20:28 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>f5f92b36 - mtd: cfi: enforce valid geometry configuration</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mtd/chips/Kconfig#f5f92b36</link>
        <description>mtd: cfi: enforce valid geometry configurationMTD allows compile-time configuration of the possible CFI geometrysettings that are allowed by the kernel, but that includes a couple ofinvalid configurations, where no bank width or no interleave settingis allowed. These are then caught with a compile-time warning:include/linux/mtd/cfi.h:76:2: warning: #warning No CONFIG_MTD_CFI_Ix selected. No NOR chip support can work.include/linux/mtd/map.h:145:2: warning: #warning &quot;No CONFIG_MTD_MAP_BANK_WIDTH_xx selected. No NOR chip support can work&quot;This is a bit annoying for randconfig tests, and can be avoided ifwe change the Kconfig logic to always select the simplest configurationwhen no other one is enabled.Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Brian Norris &lt;computersforpeace@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/mtd/chips/Kconfig</description>
        <pubDate>Mon, 23 Nov 2015 13:39:33 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>bde90062 - mtd: chips: fixup dependencies, to prevent build error</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mtd/chips/Kconfig#bde90062</link>
        <description>mtd: chips: fixup dependencies, to prevent build errorCommit 4612c715a6ea (&quot;mtd: cfi: deinline large functions&quot;) moved somecode into the cfi_util library without creating a new dependency. So wecan get build failures like the following, when CONFIG_MTD_JEDECPROBE=yand CONFIG_MTD_CFI_UTIL=m.   drivers/built-in.o: In function `jedec_read_id&apos;:&gt;&gt; jedec_probe.c:(.text+0x187ed8): undefined reference to `cfi_build_cmd_addr&apos;   drivers/built-in.o: In function `jedec_read_mfr&apos;:&gt;&gt; jedec_probe.c:(.text+0x187f4a): undefined reference to `cfi_build_cmd_addr&apos;   drivers/built-in.o: In function `jedec_reset&apos;:&gt;&gt; jedec_probe.c:(.text+0x187fe0): undefined reference to `cfi_send_gen_cmd&apos;&gt;&gt; jedec_probe.c:(.text+0x188004): undefined reference to `cfi_send_gen_cmd&apos;&gt;&gt; jedec_probe.c:(.text+0x18802b): undefined reference to `cfi_send_gen_cmd&apos;&gt;&gt; jedec_probe.c:(.text+0x18804e): undefined reference to `cfi_send_gen_cmd&apos;   drivers/built-in.o: In function `jedec_probe_chip&apos;:&gt;&gt; jedec_probe.c:(.text+0x188130): undefined reference to `cfi_build_cmd_addr&apos;&gt;&gt; jedec_probe.c:(.text+0x18814d): undefined reference to `cfi_build_cmd_addr&apos;&gt;&gt; jedec_probe.c:(.text+0x1881dc): undefined reference to `cfi_send_gen_cmd&apos;&gt;&gt; jedec_probe.c:(.text+0x188203): undefined reference to `cfi_send_gen_cmd&apos;&gt;&gt; jedec_probe.c:(.text+0x18822d): undefined reference to `cfi_send_gen_cmd&apos;&gt;&gt; jedec_probe.c:(.text+0x1884c0): undefined reference to `cfi_send_gen_cmd&apos;&gt;&gt; jedec_probe.c:(.text+0x1884e7): undefined reference to `cfi_send_gen_cmd&apos;   drivers/built-in.o:jedec_probe.c:(.text+0x188511): more undefined references to `cfi_send_gen_cmd&apos; follow   drivers/built-in.o: In function `jedec_probe_chip&apos;:&gt;&gt; jedec_probe.c:(.text+0x188618): undefined reference to `cfi_build_cmd&apos;So let&apos;s express the dependency properly.Reported-by: kbuild test robot &lt;fengguang.wu@intel.com&gt;Signed-off-by: Brian Norris &lt;computersforpeace@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/mtd/chips/Kconfig</description>
        <pubDate>Thu, 28 May 2015 18:07:48 +0000</pubDate>
        <dc:creator>Brian Norris &lt;computersforpeace@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>5a4c4c5e - mtd: Kconfig: give the CFI command set version in prompt and help</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mtd/chips/Kconfig#5a4c4c5e</link>
        <description>mtd: Kconfig: give the CFI command set version in prompt and helpEnhances the help for the CFI command set choices.Signed-off-by: Philippe De Muyter &lt;phdm@macqel.be&gt;Signed-off-by: Brian Norris &lt;computersforpeace@gmail.com&gt;

            List of files:
            /linux-6.15/drivers/mtd/chips/Kconfig</description>
        <pubDate>Fri, 07 Mar 2014 15:04:01 +0000</pubDate>
        <dc:creator>Philippe De Muyter &lt;phdm@macqel.be&gt;</dc:creator>
    </item>
<item>
        <title>660685d9 - mtd: merge mtdchar module with mtdcore</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mtd/chips/Kconfig#660685d9</link>
        <description>mtd: merge mtdchar module with mtdcoreThe MTD subsystem has historically tried to be as configurable as possible. Theside-effect of this is that its configuration menu is rather large, and we aregradually shrinking it. For example, we recently merged partitions support withthe mtdcore.This patch does the next step - it merges the mtdchar module to mtdcore. And inthis case this is not only about eliminating too fine-grained separation andsimplifying the configuration menu. This is also about eliminating seeminglyuseless kernel module.Indeed, mtdchar is a module that allows user-space making use of MTD devicesvia /dev/mtd* character devices. If users do not enable it, they simply cannotuse MTD devices at all. They cannot read or write the flash contents. Is it asane and useful setup? I believe not. And everyone just enables mtdchar.Having mtdchar separate is also a little bit harmful. People sometimes miss thefact that they need to enable an additional configuration option to haveuser-space MTD interfaces, and then they wonder why on earth the kernel doesnot allow using the flash? They spend time asking around.Thus, let&apos;s just get rid of this module and make it part of mtd core.Note, mtdchar had additional configuration option to enable OTP interfaces,which are present on some flashes. I removed that option as well - it saves areally tiny amount space.[dwmw2: Strictly speaking, you can mount file systems on MTD devices just        fine without the mtdchar (or mtdblock) devices; you just can&apos;t do        other manipulations directly on the underlying device. But still I        agree that it makes sense to make this unconditional. And Yay! we        get to kill off an instance of checking CONFIG_foo_MODULE, which is        an abomination that should never happen.]Signed-off-by: Artem Bityutskiy &lt;artem.bityutskiy@linux.intel.com&gt;Signed-off-by: David Woodhouse &lt;David.Woodhouse@intel.com&gt;

            List of files:
            /linux-6.15/drivers/mtd/chips/Kconfig</description>
        <pubDate>Thu, 14 Mar 2013 11:27:40 +0000</pubDate>
        <dc:creator>Artem Bityutskiy &lt;artem.bityutskiy@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>7b4dd55b - drivers/mtd/chips: remove depends on CONFIG_EXPERIMENTAL</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mtd/chips/Kconfig#7b4dd55b</link>
        <description>drivers/mtd/chips: remove depends on CONFIG_EXPERIMENTALThe CONFIG_EXPERIMENTAL config item has not carried much meaning for awhile now and is almost always enabled by default. As agreed during theLinux kernel summit, remove it from any &quot;depends on&quot; lines in Kconfigs.CC: David Woodhouse &lt;dwmw2@infradead.org&gt;Signed-off-by: Kees Cook &lt;keescook@chromium.org&gt;Acked-by: Artem Bityutskiy &lt;Artem.Bityutskiy@linux.intel.com&gt;

            List of files:
            /linux-6.15/drivers/mtd/chips/Kconfig</description>
        <pubDate>Tue, 02 Oct 2012 18:17:49 +0000</pubDate>
        <dc:creator>Kees Cook &lt;keescook@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>2e61c3a5 - mtd: chips: reorganize Kconfig help on swapping</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mtd/chips/Kconfig#2e61c3a5</link>
        <description>mtd: chips: reorganize Kconfig help on swappingThe Kconfig help on &quot;Flash cmd/query data swapping&quot; still mentionsLART_ENDIAN_BYTE. That option used to be relevant for settingCONFIG_MTD_CFI_LART_BIT_SWAP. That option and macro got both removed inv2.4.11-pre4. So, although LART endianness sounds intriguing, that partof the help text can be removed.And, while we&apos;re touching this choice, move the help text up one level.Currently it&apos;s available under the &quot;NO&quot; option, while it&apos;s relevant forall three options.Signed-off-by: Paul Bolle &lt;pebolle@tiscali.nl&gt;Signed-off-by: Artem Bityutskiy &lt;artem.bityutskiy@linux.intel.com&gt;Signed-off-by: David Woodhouse &lt;David.Woodhouse@intel.com&gt;

            List of files:
            /linux-6.15/drivers/mtd/chips/Kconfig</description>
        <pubDate>Tue, 19 Jun 2012 11:52:42 +0000</pubDate>
        <dc:creator>Paul Bolle &lt;pebolle@tiscali.nl&gt;</dc:creator>
    </item>
<item>
        <title>25985edc - Fix common misspellings</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mtd/chips/Kconfig#25985edc</link>
        <description>Fix common misspellingsFixes generated by &apos;codespell&apos; and manually reviewed.Signed-off-by: Lucas De Marchi &lt;lucas.demarchi@profusion.mobi&gt;

            List of files:
            /linux-6.15/drivers/mtd/chips/Kconfig</description>
        <pubDate>Thu, 31 Mar 2011 01:57:33 +0000</pubDate>
        <dc:creator>Lucas De Marchi &lt;lucas.demarchi@profusion.mobi&gt;</dc:creator>
    </item>
<item>
        <title>6411bf6c - Revert &quot;mtd: cleanup Kconfig dependencies&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mtd/chips/Kconfig#6411bf6c</link>
        <description>Revert &quot;mtd: cleanup Kconfig dependencies&quot;This reverts commit 432dc821c90114f9b0e00f6752a700e937516ade.The individual CFI geometry options were carefully set up to get sanedefault values if the CFI_ADV_OPTIONS wasn&apos;t set, and it wasn&apos;tappropriate to move them into an if/endif block.Signed-off-by: David Woodhouse &lt;David.Woodhouse@intel.com&gt;

            List of files:
            /linux-6.15/drivers/mtd/chips/Kconfig</description>
        <pubDate>Tue, 26 Oct 2010 10:42:51 +0000</pubDate>
        <dc:creator>David Woodhouse &lt;David.Woodhouse@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>432dc821 - mtd: cleanup Kconfig dependencies</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mtd/chips/Kconfig#432dc821</link>
        <description>mtd: cleanup Kconfig dependenciesRemove the MTD!=n dependency since that is handled by drivers/mtd/Kconfig.Simplify the dependency checks for mtd/chips by using if/endif blocks. Removeall default n since that is the Kconfig default.Signed-off-by: H Hartley Sweeten &lt;hsweeten@visionengravers.com&gt;Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;Signed-off-by: David Woodhouse &lt;David.Woodhouse@intel.com&gt;

            List of files:
            /linux-6.15/drivers/mtd/chips/Kconfig</description>
        <pubDate>Fri, 20 Aug 2010 01:18:21 +0000</pubDate>
        <dc:creator>H Hartley Sweeten &lt;hartleys@visionengravers.com&gt;</dc:creator>
    </item>
<item>
        <title>fa301231 - Kconfig: Remove useless and sometimes wrong comments</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mtd/chips/Kconfig#fa301231</link>
        <description>Kconfig: Remove useless and sometimes wrong commentsAdditionally, some excessive newlines removed.Signed-off-by: Michael Roth &lt;mroth@nessie.de&gt;Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;

            List of files:
            /linux-6.15/drivers/mtd/chips/Kconfig</description>
        <pubDate>Sun, 04 Oct 2009 16:14:29 +0000</pubDate>
        <dc:creator>Michael Roth &lt;mroth@nessie.de&gt;</dc:creator>
    </item>
<item>
        <title>5e706469 - [MTD] [NOR] Select MTD_CFI_UTIL when MTD_CFI probe routine is enabled</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mtd/chips/Kconfig#5e706469</link>
        <description>[MTD] [NOR] Select MTD_CFI_UTIL when MTD_CFI probe routine is enabledIt requires cfi_qry_mode_on(), which is in cfi_util.cReported by Russell KingSigned-off-by: David Woodhouse &lt;David.Woodhouse@intel.com&gt;

            List of files:
            /linux-6.15/drivers/mtd/chips/Kconfig</description>
        <pubDate>Mon, 01 Sep 2008 11:21:05 +0000</pubDate>
        <dc:creator>David Woodhouse &lt;David.Woodhouse@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>a0e7229e - [MTD] [NOR] Add &quot;Spansion&quot; to MTD_CFI_AMDSTD kconfig menu description</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mtd/chips/Kconfig#a0e7229e</link>
        <description>[MTD] [NOR] Add &quot;Spansion&quot; to MTD_CFI_AMDSTD kconfig menu descriptionThis long overdue trivial change to the MTD_CFI_AMDSTD kconfig menudescription is intended to help clarify that this option also supportsSpansion flash devices.Signed-off-by: George G. Davis &lt;gdavis@mvista.com&gt;Signed-off-by: David Woodhouse &lt;David.Woodhouse@intel.com&gt;

            List of files:
            /linux-6.15/drivers/mtd/chips/Kconfig</description>
        <pubDate>Mon, 04 Aug 2008 23:43:25 +0000</pubDate>
        <dc:creator>George G. Davis &lt;gdavis@mvista.com&gt;</dc:creator>
    </item>
<item>
        <title>34a82443 - [MTD] dataflash OTP support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mtd/chips/Kconfig#34a82443</link>
        <description>[MTD] dataflash OTP supportNow that we can tell when we have one of the newer DataFlash chips,optionally expose the 128 bytes of OTP memory they provide.  Testedon at45db642 revision B and D chips.Switch mtdchar over to a generic HAVE_MTD_OTP flag instead of addinganother #ifdef for each type of chip whose driver has OTP support.Signed-off-by: David Brownell &lt;dbrownell@users.sourceforge.net&gt;Cc: Bryan Wu &lt;cooloney@kernel.org&gt;Cc: Michael Hennerich &lt;michael.hennerich@analog.com&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: David Woodhouse &lt;David.Woodhouse@intel.com&gt;

            List of files:
            /linux-6.15/drivers/mtd/chips/Kconfig</description>
        <pubDate>Wed, 30 Jul 2008 19:35:05 +0000</pubDate>
        <dc:creator>David Brownell &lt;dbrownell@users.sourceforge.net&gt;</dc:creator>
    </item>
<item>
        <title>b7aa48be - [MTD] [CHIPS] Remove MTD_OBSOLETE_CHIPS (jedec, amd_flash, sharp)</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mtd/chips/Kconfig#b7aa48be</link>
        <description>[MTD] [CHIPS] Remove MTD_OBSOLETE_CHIPS (jedec, amd_flash, sharp)Signed-off-by: David Woodhouse &lt;dwmw2@infradead.org&gt;

            List of files:
            /linux-6.15/drivers/mtd/chips/Kconfig</description>
        <pubDate>Wed, 09 May 2007 12:34:37 +0000</pubDate>
        <dc:creator>David Woodhouse &lt;dwmw2@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>ec98c681 - Use menuconfig objects: MTD</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/mtd/chips/Kconfig#ec98c681</link>
        <description>Use menuconfig objects: MTDUse menuconfigs instead of menus, so the whole menu can be disabled at onceinstead of going through all options.Signed-off-by: Jan Engelhardt &lt;jengelh@gmx.de&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;Signed-off-by: David Woodhouse &lt;dwmw2@infradead.org&gt;

            List of files:
            /linux-6.15/drivers/mtd/chips/Kconfig</description>
        <pubDate>Thu, 19 Apr 2007 21:21:41 +0000</pubDate>
        <dc:creator>Jan Engelhardt &lt;jengelh@linux01.gwdg.de&gt;</dc:creator>
    </item>
</channel>
</rss>
