choice prompt "SoC Type" default [31mCONFIG_META21_FPGA[0m config [31mCONFIG_META12_FPGA[0m bool "Meta 1.2 FPGA" select [31mCONFIG_METAG_META12[0m help This is a Meta 1.2 [31mCONFIG_FPGA[0m bitstream, just a bare CPU. config [31mCONFIG_META21_FPGA[0m bool "Meta 2.1 FPGA" select [31mCONFIG_METAG_META21[0m help This is a Meta 2.1 [31mCONFIG_FPGA[0m bitstream, just a bare CPU. config [31mCONFIG_SOC_TZ1090[0m bool "Toumaz Xenif TZ1090 SoC (Comet)" select [31mCONFIG_IMGPDC_IRQ[0m select [31mCONFIG_METAG_LNKGET_AROUND_CACHE[0m select [31mCONFIG_METAG_META21[0m select [31mCONFIG_METAG_SMP_WRITE_REORDERING[0m select [31mCONFIG_PINCTRL[0m select [31mCONFIG_PINCTRL_TZ1090[0m select [31mCONFIG_PINCTRL_TZ1090_PDC[0m help This is a Toumaz Technology Xenif TZ1090 ([31mCONFIG_A[0m.K.[31mCONFIG_A[0m. Comet) SoC containing a 2-threaded HTP. endchoice menu "SoC configuration" if [31mCONFIG_METAG_META21[0m # Meta 2.x specific options config [31mCONFIG_METAG_META21_MMU[0m bool "Meta 2.x MMU mode" default y help Use the Meta 2.x [31mCONFIG_MMU[0m in extended mode. config [31mCONFIG_METAG_UNALIGNED[0m bool "Meta 2.x unaligned access checking" default y help 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. config [31mCONFIG_METAG_USER_TCM[0m bool "Meta on-chip memory support for userland" select [31mCONFIG_GENERIC_ALLOCATOR[0m default y help Allow the on-chip memories of Meta SoCs to be used by user applications. endif config [31mCONFIG_METAG_HALT_ON_PANIC[0m bool "Halt the core on panic" help Halt the core when a panic occurs. This is useful when running pre-production silicon or in an [31mCONFIG_FPGA[0m environment. endmenu |