Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 49063
b: refs/heads/master
c: 6340aa6
h: refs/heads/master
i:
  49061: 96b5ff9
  49059: 332e816
  49055: 241e48a
v: v3
  • Loading branch information
Robert P. J. Day authored and Adrian Bunk committed Feb 17, 2007
1 parent d79ef3a commit 802c6ce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 88dacbe961aa63fa880b4f6f16515427f61fc3ca
refs/heads/master: 6340aa61b1f1d9c2aadb20594778a5f849bcbb69
2 changes: 1 addition & 1 deletion trunk/arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/v850/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 802c6ce

Please sign in to comment.