1# 2# Utopia framework configuration 3# 4 5menu "Utoipa framework" 6 7config UTOPIA_TEE 8 bool "Flag of CONFIG_UTOPIA_TEE" 9 default n 10 11 config UTOPIA_DRIVER_STRUCT_PACKED 12 bool "Support struct Packed" 13 default y 14 15config UTOPIA_FRAMEWORK 16 bool "Support for utopia framework" 17 default n 18if UTOPIA_FRAMEWORK 19 config UTOPIA_FRAMEWORK_KERNEL_DRIVER 20 bool "Support for utopia2k framework" 21 default n 22 23 config UTOPIA_FRAMEWORK_KERNEL_DRIVER_64BIT 24 bool "Support for utopia2k 64bit framework" 25 default n 26 27 config UTOPIA_FRAMEWORK_KERNEL_DRIVER_32BIT 28 bool "Support for utopia2k 32bit framework" 29 default n 30 31 config UTOPIA_FRAMEWORK_DISABLE_SYSTEM_V_IPCS 32 bool "Disable System V IPCs" 33 default n 34 35 config UTOPIAXP_PATCH 36 bool "Enable utopia XP hard-cored patch" 37 default n 38 39 config UTOPIAXP_CONF_PATH 40 string "Default path for utopia.conf" 41 default "/applications/utopia.conf" 42 43 config UTOPIA_MODE_DEFAULT_KERNEL 44 bool "Default using kernel mode utopia" 45 default n 46 help 47 Do not reference utopia.conf, default using kernel mode utopia. 48 49endif 50 51config UTOPIA_GARBAGE_COLLECTION 52bool "Enable utopia2k garbage collection" 53default n 54 55config UTOPIA_SIZE_CUSTOMER 56 bool "Utopia API relation for reduce size" 57 default n 58 59config UTOPIA_SHM_EXPAND_SUPPORT 60 bool "Enable msos shared memory expanding" 61 default n 62 63config UTOPIA_PROC_DBG_SUPPORT 64 bool "Enable proc debug" 65 default n 66endmenu 67