diff options
author | John Williams <john.williams@petalogix.com> | 2009-08-24 13:52:32 +1000 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2009-12-14 08:45:00 +0100 |
commit | 3e78e4e5eaf6a85b8cdcc880bb46c1e4b4b79cc2 (patch) | |
tree | 213361bbc1c061969dce5b80735a3b74fb77536a /arch/microblaze/platform/Kconfig.platform | |
parent | a1f55113ca2130f775eeebe799a401619bfd0295 (diff) | |
download | blackbird-op-linux-3e78e4e5eaf6a85b8cdcc880bb46c1e4b4b79cc2.tar.gz blackbird-op-linux-3e78e4e5eaf6a85b8cdcc880bb46c1e4b4b79cc2.zip |
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>
Diffstat (limited to 'arch/microblaze/platform/Kconfig.platform')
-rw-r--r-- | arch/microblaze/platform/Kconfig.platform | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/arch/microblaze/platform/Kconfig.platform b/arch/microblaze/platform/Kconfig.platform index 8e9b4752d3ff..28e418a3c0b4 100644 --- a/arch/microblaze/platform/Kconfig.platform +++ b/arch/microblaze/platform/Kconfig.platform @@ -59,25 +59,6 @@ config OPT_LIB_ASM Allows turn on optimalized library function (memcpy and memmove). Function are written in asm code. -# This is still a bit broken - disabling for now JW 20070504 -config ALLOW_EDIT_AUTO - bool "Permit Display/edit of Kconfig.auto platform settings" - default n - help - Allows the editing of auto-generated platform settings from - the Kconfig.auto file. Obviously this does not change the - underlying hardware, so be very careful if you go editing - these settings. - - Also, if you enable this, and edit various Kconfig.auto - settings, YOUR CHANGES WILL BE LOST if you then disable it - again. You have been warned! - - If unsure, say no. - -comment "Automatic platform settings from Kconfig.auto" - depends on ALLOW_EDIT_AUTO - if PLATFORM_GENERIC=y source "arch/microblaze/platform/generic/Kconfig.auto" endif |