]> git.baikalelectronics.ru Git - kernel.git/commit
microblaze: Remove the buggy ALLOW_EDIT_AUTO config option
authorJohn Williams <john.williams@petalogix.com>
Mon, 24 Aug 2009 03:52:32 +0000 (13:52 +1000)
committerMichal Simek <monstr@monstr.eu>
Mon, 14 Dec 2009 07:45:00 +0000 (08:45 +0100)
commitb1543011e5db78bdc98a47113a5fa0a414a74252
tree213361bbc1c061969dce5b80735a3b74fb77536a
parentc4e9eccb9fb77a913981e9ee97e01733609fc6b3
microblaze: Remove the buggy ALLOW_EDIT_AUTO config option

This was intended to allow manual override of CPU settings copied automatically
to Kconfig.auto, however it's problematic for several reasons, but mostly:

  * If the defconfig doesn't have ALLOW_EDIT_AUTO=y, then it's impossible for
    that defconfig to iverride the values in the kernel source tree.  This leads
    to very strange errors where the kernel is compiled with the wrong CPUFLAGS.

Next patch in the series will back out the default in Kconfig.auto to baseline
settings, so a kernel built with no default values will at least boot on any
hardware, just not make use of additional CPU features.

Signed-off-by: John Williams <john.williams@petalogix.com>
Signed-off-by: Michal Simek <monstr@monstr.eu>
arch/microblaze/platform/Kconfig.platform
arch/microblaze/platform/generic/Kconfig.auto