aboutsummaryrefslogtreecommitdiffstats
path: root/cfg/mips64.cfg
blob: 8e8831fb32cb12a59a821be8b7a0b31690d779f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
CONFIG_CPU_BIG_ENDIAN=y
CONFIG_CPU_MIPS64_R2=y

CONFIG_64BIT=y

#
# Default to support o32 and n32 userspace binaries
#
CONFIG_MIPS32_COMPAT=y
CONFIG_MIPS32_O32=y
CONFIG_MIPS32_N32=y

#
# The kernel panics on boot with an unhandled page fault if we
# configure the VGA_CONSOLE in.
#
# CONFIG_VGA_CONSOLE is not set