9 This is a Meta 1.2 FPGA bitstream, just a bare CPU.
15 This is a Meta 2.1 FPGA bitstream, just a bare CPU.
19 menu "SoC configuration"
23 # Meta 2.x specific options
25 config METAG_META21_MMU
26 bool "Meta 2.x MMU mode"
29 Use the Meta 2.x MMU in extended mode.
31 config METAG_UNALIGNED
32 bool "Meta 2.x unaligned access checking"
35 All memory accesses will be checked for alignment and an exception
36 raised on unaligned accesses. This feature does cost performance
37 but without it there will be no notification of this type of error.
40 bool "Meta on-chip memory support for userland"
41 select GENERIC_ALLOCATOR
44 Allow the on-chip memories of Meta SoCs to be used by user
49 config METAG_HALT_ON_PANIC
50 bool "Halt the core on panic"
52 Halt the core when a panic occurs. This is useful when running
53 pre-production silicon or in an FPGA environment.