diff options
author | John Williams | 2009-08-24 05:52:33 +0200 |
---|---|---|
committer | Michal Simek | 2009-12-14 08:45:02 +0100 |
commit | 4a7b40c9b8fa5e3e3f907b6e46602448856dc6a9 (patch) | |
tree | f74ffc764afa3a3f2dd92a2ca9c18fc00cbf16d7 /arch/microblaze/platform/generic | |
parent | microblaze: Update default generic DTS (diff) | |
download | kernel-qcow2-linux-4a7b40c9b8fa5e3e3f907b6e46602448856dc6a9.tar.gz kernel-qcow2-linux-4a7b40c9b8fa5e3e3f907b6e46602448856dc6a9.tar.xz kernel-qcow2-linux-4a7b40c9b8fa5e3e3f907b6e46602448856dc6a9.zip |
microblaze: Use lowest-common-denominator default CPU settings
This will ensure that kernels built with no custom CPU settings will still boot
OK on hardware that has additional CPU hardware instructions etc.
Signed-off-by: John Williams <john.williams@petalogix.com>
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'arch/microblaze/platform/generic')
-rw-r--r-- | arch/microblaze/platform/generic/Kconfig.auto | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/arch/microblaze/platform/generic/Kconfig.auto b/arch/microblaze/platform/generic/Kconfig.auto index 1eaa49ea8f2d..5d86fc19029d 100644 --- a/arch/microblaze/platform/generic/Kconfig.auto +++ b/arch/microblaze/platform/generic/Kconfig.auto @@ -34,27 +34,27 @@ config XILINX_MICROBLAZE0_FAMILY config XILINX_MICROBLAZE0_USE_MSR_INSTR int "USE_MSR_INSTR range (0:1)" - default 1 + default 0 config XILINX_MICROBLAZE0_USE_PCMP_INSTR int "USE_PCMP_INSTR range (0:1)" - default 1 + default 0 config XILINX_MICROBLAZE0_USE_BARREL int "USE_BARREL range (0:1)" - default 1 + default 0 config XILINX_MICROBLAZE0_USE_DIV int "USE_DIV range (0:1)" - default 1 + default 0 config XILINX_MICROBLAZE0_USE_HW_MUL int "USE_HW_MUL values (0=NONE, 1=MUL32, 2=MUL64)" - default 2 + default 0 config XILINX_MICROBLAZE0_USE_FPU int "USE_FPU values (0=NONE, 1=BASIC, 2=EXTENDED)" - default 2 + default 0 config XILINX_MICROBLAZE0_HW_VER string "Core version number" |