<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/arch/powerpc/configs/mpc83xx_defconfig, branch master</title>
<subtitle>Linux Kernel (branches are rebased on master from time to time)</subtitle>
<id>https://sre.ring0.de/linux/atom?h=master</id>
<link rel='self' href='https://sre.ring0.de/linux/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/'/>
<updated>2020-07-29T11:08:06Z</updated>
<entry>
<title>powerpc/configs: Remove dead symbols</title>
<updated>2020-07-29T11:08:06Z</updated>
<author>
<name>Michael Ellerman</name>
<email>mpe@ellerman.id.au</email>
</author>
<published>2020-07-24T13:17:21Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=0fcce25b7743d634cc1ddce83382f51333933f76'/>
<id>urn:sha1:0fcce25b7743d634cc1ddce83382f51333933f76</id>
<content type='text'>
Remove references to symbols that no longer exist as reported by
scripts/checkkconfigsymbols.py.

Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;
Link: https://lore.kernel.org/r/20200724131728.1643966-2-mpe@ellerman.id.au
</content>
</entry>
<entry>
<title>powerpc/configs: Remove useless UEVENT_HELPER_PATH</title>
<updated>2019-07-03T05:19:36Z</updated>
<author>
<name>Krzysztof Kozlowski</name>
<email>krzk@kernel.org</email>
</author>
<published>2019-06-04T08:00:33Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=14b2f7d908c374df57792410bc0100dd71be4e5c'/>
<id>urn:sha1:14b2f7d908c374df57792410bc0100dd71be4e5c</id>
<content type='text'>
Remove the CONFIG_UEVENT_HELPER_PATH because:
1. It is disabled since commit 1be01d4a5714 ("driver: base: Disable
   CONFIG_UEVENT_HELPER by default") as its dependency (UEVENT_HELPER) was
   made default to 'n',
2. It is not recommended (help message: "This should not be used today
   [...] creates a high system load") and was kept only for ancient
   userland,
3. Certain userland specifically requests it to be disabled (systemd
   README: "Legacy hotplug slows down the system and confuses udev").

Signed-off-by: Krzysztof Kozlowski &lt;krzk@kernel.org&gt;
Acked-by: Geert Uytterhoeven &lt;geert+renesas@glider.be&gt;
Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;
</content>
</entry>
<entry>
<title>mtd: rawnand: Clarify Kconfig entry MTD_NAND</title>
<updated>2019-04-18T06:54:00Z</updated>
<author>
<name>Miquel Raynal</name>
<email>miquel.raynal@bootlin.com</email>
</author>
<published>2019-02-06T15:47:44Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=72c5af00272339af6bbed6fe7275cd731f57be2d'/>
<id>urn:sha1:72c5af00272339af6bbed6fe7275cd731f57be2d</id>
<content type='text'>
MTD_NAND is large and encloses much more than what the symbol is
actually used for: raw NAND. Clarify the symbol by naming it
MTD_RAW_NAND instead.

Signed-off-by: Miquel Raynal &lt;miquel.raynal@bootlin.com&gt;
</content>
</entry>
<entry>
<title>powerpc/configs: Update for CONFIG_INPUT_MOUSEDEV=n</title>
<updated>2017-08-28T12:10:17Z</updated>
<author>
<name>Michael Ellerman</name>
<email>mpe@ellerman.id.au</email>
</author>
<published>2017-08-23T05:37:52Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=edff6940870a0d146c84fadd084f03c3f411b7d6'/>
<id>urn:sha1:edff6940870a0d146c84fadd084f03c3f411b7d6</id>
<content type='text'>
In commit 73d8ef76006b ("Input: mousedev - stop offering PS/2 to
userspace by default") the symbol INPUT_MOUSEDEV went from being
'default y' to 'default n' (implied).

That means we no longer need to explicitly disable it in our
defconfigs.

Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;
</content>
</entry>
<entry>
<title>powerpc/configs: Drop no longer needed CONFIG_CRYPTO_SHA256</title>
<updated>2017-08-28T12:10:07Z</updated>
<author>
<name>Michael Ellerman</name>
<email>mpe@ellerman.id.au</email>
</author>
<published>2017-08-23T05:37:32Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=7cf5775cd0643de0b97a3c4a9222d8f1d3950e11'/>
<id>urn:sha1:7cf5775cd0643de0b97a3c4a9222d8f1d3950e11</id>
<content type='text'>
Since commit 826775bbf38f ("crypto: drbg - Add select on sha256") we
no longer need to set CONFIG_CRYPTO_SHA256 in our defconfigs.

Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;
</content>
</entry>
<entry>
<title>powerpc/configs: Update for CONFIG_FIXED_PHY being selected by CONFIG_OF_MDIO</title>
<updated>2017-08-28T12:10:04Z</updated>
<author>
<name>Michael Ellerman</name>
<email>mpe@ellerman.id.au</email>
</author>
<published>2017-08-23T05:37:27Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=360426fb8cb42c6d7f2ced20eace81f487ac5d27'/>
<id>urn:sha1:360426fb8cb42c6d7f2ced20eace81f487ac5d27</id>
<content type='text'>
In commit a5e4bd991362 ("of_mdio: select fixed phy support
unconditionally"), CONFIG_OF_MDIO began selecting CONFIG_FIXED_PHY.

That means we no longer need to set it some of our defconfigs.

Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;
</content>
</entry>
<entry>
<title>powerpc/configs: Drop unneeded CONFIG_CRYPTO_ANSI_CPRNG</title>
<updated>2017-08-28T12:10:01Z</updated>
<author>
<name>Michael Ellerman</name>
<email>mpe@ellerman.id.au</email>
</author>
<published>2017-08-23T05:37:22Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=5ee5d80833dc267db902ea2ae39c8026cb3be0d8'/>
<id>urn:sha1:5ee5d80833dc267db902ea2ae39c8026cb3be0d8</id>
<content type='text'>
Since commit 401e4238f35c ("crypto: rng - Make DRBG the default RNG") we no longer need to set CONFIG_CRYPTO_ANSI_CPRNG in our defconfigs.

Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;
</content>
</entry>
<entry>
<title>powerpc/configs: Update for symbol movement only</title>
<updated>2017-08-28T12:10:00Z</updated>
<author>
<name>Michael Ellerman</name>
<email>mpe@ellerman.id.au</email>
</author>
<published>2017-08-23T05:37:21Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=980b4503b9efd97bcb51d5508d82fbf3ccb6aadb'/>
<id>urn:sha1:980b4503b9efd97bcb51d5508d82fbf3ccb6aadb</id>
<content type='text'>
Update defconfigs for symbols that have moved around, without their
value changing.

Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;
</content>
</entry>
<entry>
<title>powerpc/configs: Remove old symbols from defconfigs</title>
<updated>2016-07-08T12:10:07Z</updated>
<author>
<name>Andrew Donnellan</name>
<email>andrew.donnellan@au1.ibm.com</email>
</author>
<published>2016-07-05T06:12:35Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=bdd910017c6a4d0a53e4e69d1bf92d576e305a47'/>
<id>urn:sha1:bdd910017c6a4d0a53e4e69d1bf92d576e305a47</id>
<content type='text'>
Update defconfigs to remove old symbols and comments referencing old
symbols.

Dropped:

* AVERAGE
* INET_LRO
* EXT3_DEFAULTS_TO_ORDERED
* EXT3_FS_XATTR
* I2O
* INFINIBAND_AMSO1100
* INFINIBAND_EHCA
* IP1000

Replaced:

* BLK_DEV_XIP -&gt; BLK_DEV_RAM_DAX
* CLK_PPC_CORENET -&gt; CLK_QORIQ
* EXT2_FS_XIP -&gt; FS_DAX
* EXT3_FS* -&gt; EXT4_FS*

Signed-off-by: Andrew Donnellan &lt;andrew.donnellan@au1.ibm.com&gt;
Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;
</content>
</entry>
<entry>
<title>powerpc: Update all configs using savedefconfig</title>
<updated>2015-01-20T07:06:58Z</updated>
<author>
<name>Michael Ellerman</name>
<email>mpe@ellerman.id.au</email>
</author>
<published>2015-01-20T06:36:53Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=a85cade6762bf566698e625ec1a4461245e40768'/>
<id>urn:sha1:a85cade6762bf566698e625ec1a4461245e40768</id>
<content type='text'>
It looks like it's ~4 years since we updated some of these, so do a bulk
update.

Verified that the before and after generated configs are exactly the
same.

Which begs the question why update them? The answer is that it can be
confusing when the stored defconfig drifts too far from the generated
result.

Signed-off-by: Michael Ellerman &lt;mpe@ellerman.id.au&gt;
</content>
</entry>
</feed>
