also update spec file ...
[linux-flexiantxendom0-3.2.10.git] / arch / mips64 / Kconfig
1 #
2 # For a description of the syntax of this configuration file,
3 # see Documentation/kbuild/kconfig-language.txt.
4 #
5 config MIPS
6         bool
7         default y
8
9 config MIPS32
10         bool
11         default n
12
13 config MIPS64
14         bool
15         default y
16
17 source "arch/mips/Kconfig-shared"