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.
18 bool "Toumaz Xenif TZ1090 SoC (Comet)"
20 select METAG_LNKGET_AROUND_CACHE
22 select METAG_SMP_WRITE_REORDERING
25 select PINCTRL_TZ1090_PDC
27 This is a Toumaz Technology Xenif TZ1090 (A.K.A. Comet) SoC containing
32 menu "SoC configuration"
36 # Meta 2.x specific options
38 config METAG_META21_MMU
39 bool "Meta 2.x MMU mode"
42 Use the Meta 2.x MMU in extended mode.
44 config METAG_UNALIGNED
45 bool "Meta 2.x unaligned access checking"
48 All memory accesses will be checked for alignment and an exception
49 raised on unaligned accesses. This feature does cost performance
50 but without it there will be no notification of this type of error.
53 bool "Meta on-chip memory support for userland"
54 select GENERIC_ALLOCATOR
57 Allow the on-chip memories of Meta SoCs to be used by user
62 config METAG_HALT_ON_PANIC
63 bool "Halt the core on panic"
65 Halt the core when a panic occurs. This is useful when running
66 pre-production silicon or in an FPGA environment.