| This is a Meta 1.2 FPGA bitstream, just a bare CPU. |
| This is a Meta 2.1 FPGA bitstream, just a bare CPU. |
| bool "Toumaz Xenif TZ1090 SoC (Comet)" |
| select ARCH_WANT_OPTIONAL_GPIOLIB |
| select METAG_LNKGET_AROUND_CACHE |
| select METAG_SMP_WRITE_REORDERING |
| select PINCTRL_TZ1090_PDC |
| This is a Toumaz Technology Xenif TZ1090 (A.K.A. Comet) SoC containing |
| # Meta 2.x specific options |
| Use the Meta 2.x MMU in extended mode. |
| bool "Meta 2.x unaligned access checking" |
| All memory accesses will be checked for alignment and an exception |
| raised on unaligned accesses. This feature does cost performance |
| but without it there will be no notification of this type of error. |
| bool "Meta on-chip memory support for userland" |
| Allow the on-chip memories of Meta SoCs to be used by user |
| config METAG_HALT_ON_PANIC |
| bool "Halt the core on panic" |
| Halt the core when a panic occurs. This is useful when running |
| pre-production silicon or in an FPGA environment. |