Kconfig (d888e25b8dd1b501ac75b0c6587c043a394319c3) Kconfig (e8c7c482347574ecdd45c43e32c332d5fc2ece61)
1config MIPS
2 bool
3 default y
4 select HAVE_IDE
5 select HAVE_OPROFILE
6 select HAVE_ARCH_KGDB
7 # Horrible source of confusion. Die, die, die ...
8 select EMBEDDED

--- 584 unchanged lines hidden (view full) ---

593 select SYS_SUPPORTS_BIG_ENDIAN
594 select SYS_SUPPORTS_LITTLE_ENDIAN
595 help
596 This enables support for the Wind River MIPS32 4KC PPMC evaluation
597 board, which is based on GT64120 bridge chip.
598
599endchoice
600
1config MIPS
2 bool
3 default y
4 select HAVE_IDE
5 select HAVE_OPROFILE
6 select HAVE_ARCH_KGDB
7 # Horrible source of confusion. Die, die, die ...
8 select EMBEDDED

--- 584 unchanged lines hidden (view full) ---

593 select SYS_SUPPORTS_BIG_ENDIAN
594 select SYS_SUPPORTS_LITTLE_ENDIAN
595 help
596 This enables support for the Wind River MIPS32 4KC PPMC evaluation
597 board, which is based on GT64120 bridge chip.
598
599endchoice
600
601source "arch/mips/au1000/Kconfig"
601source "arch/mips/alchemy/Kconfig"
602source "arch/mips/basler/excite/Kconfig"
603source "arch/mips/jazz/Kconfig"
604source "arch/mips/lasat/Kconfig"
605source "arch/mips/pmc-sierra/Kconfig"
606source "arch/mips/sgi-ip27/Kconfig"
607source "arch/mips/sibyte/Kconfig"
608source "arch/mips/txx9/Kconfig"
609source "arch/mips/vr41xx/Kconfig"

--- 1429 unchanged lines hidden ---
602source "arch/mips/basler/excite/Kconfig"
603source "arch/mips/jazz/Kconfig"
604source "arch/mips/lasat/Kconfig"
605source "arch/mips/pmc-sierra/Kconfig"
606source "arch/mips/sgi-ip27/Kconfig"
607source "arch/mips/sibyte/Kconfig"
608source "arch/mips/txx9/Kconfig"
609source "arch/mips/vr41xx/Kconfig"

--- 1429 unchanged lines hidden ---