aboutsummaryrefslogtreecommitdiffstats
path: root/cfg/mips64le.cfg
blob: 8878f7cd2b721d6dc9e020ff2ad1e22cb4fe8039 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
CONFIG_CPU_LITTLE_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