These are already identical ... 508 lines of code, goodbye.
[linux-2.6/linux-mips.git] / arch / mips / Kconfig
bloba4a3d6556f3050c417ef2029bc4c01cde9006268
2 # For a description of the syntax of this configuration file,
3 # see Documentation/kbuild/kconfig-language.txt.
5 config MIPS
6         bool
7         default y
9 config MIPS32
10         bool
11         default y
13 config MIPS64
14         bool
15         default n
17 source "arch/mips/Kconfig-shared"