From 802c6cedfc05e1fec8836e70ce86c7704f7a3808 Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Sat, 17 Feb 2007 19:05:24 +0100 Subject: [PATCH] --- yaml --- r: 49063 b: refs/heads/master c: 6340aa61b1f1d9c2aadb20594778a5f849bcbb69 h: refs/heads/master i: 49061: 96b5ff92ca2223912e561d7d927ac79ad42e0034 49059: 332e816533954d197acbc3b0f290afe3fd3f6425 49055: 241e48ae6378e4047a4e6cda021c5418d0899eda v: v3 --- [refs] | 2 +- trunk/arch/arm/Kconfig | 2 +- trunk/arch/arm/mm/Kconfig | 2 +- trunk/arch/v850/Kconfig | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 402ae8fc5dce..d820d7d9f533 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 88dacbe961aa63fa880b4f6f16515427f61fc3ca +refs/heads/master: 6340aa61b1f1d9c2aadb20594778a5f849bcbb69 diff --git a/trunk/arch/arm/Kconfig b/trunk/arch/arm/Kconfig index 5c795193ebba..77d062eaf086 100644 --- a/trunk/arch/arm/Kconfig +++ b/trunk/arch/arm/Kconfig @@ -405,7 +405,7 @@ source arch/arm/mm/Kconfig config IWMMXT bool "Enable iWMMXt support" - depends CPU_XSCALE || CPU_XSC3 + depends on CPU_XSCALE || CPU_XSC3 default y if PXA27x help Enable support for iWMMXt context switching at run time if diff --git a/trunk/arch/arm/mm/Kconfig b/trunk/arch/arm/mm/Kconfig index aade2f72c920..3c2f97938c44 100644 --- a/trunk/arch/arm/mm/Kconfig +++ b/trunk/arch/arm/mm/Kconfig @@ -525,7 +525,7 @@ config CPU_BIG_ENDIAN of your chipset/board/processor. config CPU_HIGH_VECTOR - depends !MMU && CPU_CP15 && !CPU_ARM740T + depends on !MMU && CPU_CP15 && !CPU_ARM740T bool "Select the High exception vector" default n help diff --git a/trunk/arch/v850/Kconfig b/trunk/arch/v850/Kconfig index dbfab8fc9b49..50ccc7f57cd0 100644 --- a/trunk/arch/v850/Kconfig +++ b/trunk/arch/v850/Kconfig @@ -217,7 +217,7 @@ menu "Processor type and features" # Some platforms pre-zero memory, in which case the kernel doesn't need to config ZERO_BSS bool - depends !V850E2_SIM85E2C + depends on !V850E2_SIM85E2C default y # The crappy-ass zone allocator requires that the start of allocatable