Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11257
b: refs/heads/master
c: f92c175
h: refs/heads/master
i:
  11255: d072a29
v: v3
  • Loading branch information
Ralf Baechle committed Oct 29, 2005
1 parent 9849929 commit e21adde
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 101b3531a693ad890f33f2f04323592cd376616a
refs/heads/master: f92c1759a40a85f52b835c21b0ef6ce556b340c5
6 changes: 6 additions & 0 deletions trunk/arch/mips/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ mainmenu "Linux/MIPS Kernel Configuration"

source "init/Kconfig"

#
# These two indicate any levelof the MIPS32 and MIPS64 architecture
#
config CPU_MIPS32
bool
default y if CPU_MIPS32_R1 || CPU_MIPS32_R2
Expand All @@ -21,6 +24,9 @@ config CPU_MIPS64
bool
default y if CPU_MIPS64_R1 || CPU_MIPS64_R2

#
# These two indicate the revision of the architecture, either 32 bot 64 bit.
#
config CPU_MIPSR1
bool
default y if CPU_MIPS32_R1 || CPU_MIPS64_R1
Expand Down

0 comments on commit e21adde

Please sign in to comment.