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)"
19 select ARCH_WANT_OPTIONAL_GPIOLIB
21 select METAG_LNKGET_AROUND_CACHE
23 select METAG_SMP_WRITE_REORDERING
26 select PINCTRL_TZ1090_PDC
28 This is a Toumaz Technology Xenif TZ1090 (A.K.A. Comet) SoC containing
33 menu "SoC configuration"
37 # Meta 2.x specific options
39 config METAG_META21_MMU
40 bool "Meta 2.x MMU mode"
43 Use the Meta 2.x MMU in extended mode.
45 config METAG_UNALIGNED
46 bool "Meta 2.x unaligned access checking"
49 All memory accesses will be checked for alignment and an exception
50 raised on unaligned accesses. This feature does cost performance
51 but without it there will be no notification of this type of error.
54 bool "Meta on-chip memory support for userland"
55 select GENERIC_ALLOCATOR
58 Allow the on-chip memories of Meta SoCs to be used by user
63 config METAG_HALT_ON_PANIC
64 bool "Halt the core on panic"
66 Halt the core when a panic occurs. This is useful when running
67 pre-production silicon or in an FPGA environment.