123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850 |
- # Copyright (C) 2020 Quectel.
- # All rights reserved.
- #
- menu "quectel customize"
- config QUEC_PROJECT_FEATURE
- bool "Specify feature for Quectel"
- default y
-
- config QL_PROJECT_DEF
- string "Specify Project Name for Quectel"
- default ""
-
- config QL_PROJECT_DEF_SUB
- string "Specify Project Sub Name for Quectel"
- default ""
- config QL_OPEN_EXPORT_PKG
- bool "export Quectel OPEN CPU package"
- default n
- config QUEC_PROJECT_FEATURE_SDMMC
- bool "SDMMC feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- default y
- config QUEC_PROJECT_FEATURE_EMMC
- bool "EMMC feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_SDMMC
- default y
- config QUEC_PROJECT_FEATURE_SDMMC2
- bool "SDMMC2 feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- default n
-
- config QUEC_PROJECT_FEATURE_EMMC2
- bool "EMMC2 feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_SDMMC2
- default n
- config QUEC_PROJECT_FEATURE_SDMMC_PORT
- int "SDMMC PORT: sdmmc1 or sdmmc2"
- default 2 if QUEC_PROJECT_FEATURE_SDMMC2 || QUEC_PROJECT_FEATURE_EMMC2
- default 1
-
- config QUEC_PROJECT_FEATURE_FILE
- bool "FILE feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- default y
-
- config QUEC_PROJECT_FEATURE_FILE_ZIP
- bool "FILE_ZIP feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_FILE
- default n
- config QUEC_PROJECT_FEATURE_NW
- bool "network feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- default y
- config QUEC_PROJECT_FEATURE_NETIF
- bool "NETIF feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- default y
- config QUEC_PROJECT_FEATURE_PPP
- bool "PPP feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- default y
- # protocol stack START
- config QUEC_PROJECT_FEATURE_LWIP
- bool "LWIP feature for Quectel"
- depends on QUEC_PROJECT_FEATURE_NW
- default y
- config QUEC_PROJECT_FEATURE_DNS
- bool "DNS feature for Quectel"
- depends on QUEC_PROJECT_FEATURE_LWIP
- default y
- config QUEC_PROJECT_FEATURE_SOCKET
- bool "SOCKET feature for Quectel"
- depends on QUEC_PROJECT_FEATURE_DNS
- default y
- config QUEC_PROJECT_FEATURE_SSL
- bool "SSL feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- default y
- config QUEC_PROJECT_FEATURE_PING
- bool "PING feature for Quectel"
- depends on QUEC_PROJECT_FEATURE_SOCKET
- default y
- config QUEC_PROJECT_FEATURE_NTP
- bool "NTP feature for Quectel"
- depends on QUEC_PROJECT_FEATURE_SOCKET
- default y
- config QUEC_PROJECT_FEATURE_HTTP
- bool "HTTP feature for Quectel"
- depends on QUEC_PROJECT_FEATURE_SOCKET
- depends on QUEC_PROJECT_FEATURE_DNS
- default y
- config QUEC_PROJECT_FEATURE_TLV
- bool "TLV feature for Quectel"
- depends on QUEC_PROJECT_FEATURE_SSL
- default y
- config QUEC_PROJECT_FEATURE_LBS
- bool "LBS feature for Quectel"
- depends on QUEC_PROJECT_FEATURE_HTTP
- depends on QUEC_PROJECT_FEATURE_TLV
- default y
- config QUEC_PROJECT_FEATURE_CTSREG
- bool "CTSREG feature for Quectel"
- depends on QUEC_PROJECT_FEATURE_HTTP
- default n
- config QUEC_PROJECT_FEATURE_MMS
- bool "MMS feature for Quectel"
- depends on QUEC_PROJECT_FEATURE_HTTP
- default n if QL_OPEN_EXPORT_PKG
- default y
- config QUEC_PROJECT_FEATURE_MQTT
- bool "MQTT feature for Quectel"
- depends on QUEC_PROJECT_FEATURE_SOCKET
- default y
- config QUEC_PROJECT_FEATURE_FIREWALL
- bool "FIREWALL feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- default n if QL_OPEN_EXPORT_PKG
- default n if 8850_BM
- default y
- config QUEC_PROJECT_FEATURE_UNIOT
- bool "UNIOT feature for Quectel"
- depends on QUEC_PROJECT_FEATURE_MQTT
- default n if QL_OPEN_EXPORT_PKG
- default n
- config QUEC_PROJECT_FEATURE_CURL
- bool "CURL feature for Quectel"
- depends on QUEC_PROJECT_FEATURE_DNS
- default y
- config QUEC_PROJECT_FEATURE_FTP
- bool "FTP feature for Quectel"
- depends on QUEC_PROJECT_FEATURE_CURL
- default y
- config QUEC_PROJECT_FEATURE_SMTP
- bool "SMTP feature for Quectel"
- depends on QUEC_PROJECT_FEATURE_CURL
- default n if QL_OPEN_EXPORT_PKG
- default y
- config QUEC_PROJECT_FEATURE_LWM2M
- bool "LWM2M feature for Quectel"
- depends on QUEC_PROJECT_FEATURE_SOCKET
- default n
- config QUEC_PROJECT_FEATURE_SSH2
- bool "SSH2 feature for Quectel"
- depends on QUEC_PROJECT_FEATURE_SSL
- default n
- config QUEC_PROJECT_FEATURE_QTHSDK
- bool "QUECTHING SDK feature for Quectel"
- depends on QUEC_PROJECT_FEATURE_SOCKET
- depends on QUEC_PROJECT_FEATURE_SSL
- default n if QL_OPEN_EXPORT_PKG
- default n
- # protocol stack END
- config QUEC_PROJECT_FEATURE_FOTA
- bool "FOTA feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- default y
- config QUEC_PROJECT_FEATURE_USBNET
- bool "USBNET feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_NETIF
- default n if QL_OPEN_EXPORT_PKG
- default y
- config QUEC_PROJECT_FEATURE_SMS
- bool "SMS feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- default y
- config QUEC_PROJECT_FEATURE_SIM
- bool "SIM feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- default y
- config QUEC_PROJECT_FEATURE_VSIM_ADAPT
- bool "VSIM adapt feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- default n
- config QUEC_PROJECT_FEATURE_VSIM_ADAPT_STD
- bool "VSIM image builded as single app image or not"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_VSIM_ADAPT
- default n
- config QUEC_PROJECT_FEATURE_QVSIM
- bool "QVSIM feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_VSIM_ADAPT_STD
- default n
- config QUEC_PROJECT_FEATURE_VOICE_CALL
- bool "Voice Call feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_VOLTE
- default y
-
- config QUEC_PROJECT_FEATURE_VOLTE
- bool "VoLTE feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- default y
- config QUEC_PROJECT_FEATURE_BT
- bool "BT feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- default n
-
- config QUEC_PROJECT_FEATURE_BLE_GATT
- bool "BLE GATT feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_BT
- default n
- config QUEC_PROJECT_FEATURE_WIFISCAN
- bool "WIFISCAN feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- default y
-
- config QUEC_PROJECT_FEATURE_GNSS
- bool "GNSS feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_UART
- default y
-
- config QUEC_PROJECT_FEATURE_INTERNAL_GNSS
- bool "HD GNSS feature for Quectel"
- depends on QUEC_PROJECT_FEATURE_GNSS
- default y
-
- config QUEC_PROJECT_FEATURE_HD_GNSS
- bool "HD GNSS feature for Quectel"
- depends on QUEC_PROJECT_FEATURE_GNSS
- default y
-
- config QUEC_PROJECT_FEATURE_GNSS_EU
- bool "GNSS_EU feature for Quectel"
- depends on QUEC_PROJECT_FEATURE_GNSS
- default n
-
- config QUEC_PROJECT_FEATURE_RTK
- bool "RTK feature for Quectel"
- depends on QUEC_PROJECT_FEATURE_GNSS
- default n
- config QUEC_PROJECT_FEATURE_LCD
- bool "LCD feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- default y if QL_OPEN_EXPORT_PKG
- default n
- config QUEC_PROJECT_FEATURE_SPI
- bool "SPI feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- default y
-
- config QUEC_PROJECT_FEATURE_SPI_FLASH
- bool "SPI FLASH feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_SPI
- default y
-
- config QUEC_PROJECT_FEATURE_SPI_NOR_FLASH
- bool "SPI_NOR_FLASH feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_SPI
- depends on QUEC_PROJECT_FEATURE_SPI_FLASH
- default y
- config QUEC_PROJECT_FEATURE_SPI_NAND_FLASH
- bool "SPI_NAND_FLASH feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_SPI
- depends on QUEC_PROJECT_FEATURE_SPI_FLASH
- default y
-
- config QUEC_PROJECT_FEATURE_SPI6_NAND_FLASH
- bool "SPI6_NAND_FLASH feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- default n
-
- config QUEC_PROJECT_FEATURE_SPI4_EXT_NOR_SFFS
- bool "Spi6 ext nor feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_SPI
- depends on QUEC_PROJECT_FEATURE_SPI_FLASH
- depends on QUEC_PROJECT_FEATURE_SPI_NOR_FLASH
- default n if QL_OPEN_EXPORT_PKG
- default n
-
- config QUEC_PROJECT_FEATURE_UART
- bool "UART feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- default y
- config QUEC_PROJECT_FEATURE_LEDCFG
- bool "LEDCFG feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_NW
- default y
- config QUEC_PROJECT_FEATURE_GPIO
- bool "GPIO feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- default y
- config QUEC_PROJECT_FEATURE_ADC
- bool "ADC feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- default y
- config QUEC_PROJECT_FEATURE_PWK
- bool "Power Key feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- default y
- config QUEC_PROJECT_FEATURE_SLEEP
- bool "SLEEP feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- default y
- config QUEC_PROJECT_FEATURE_I2C
- bool "I2C feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- default y
-
- config QUEC_PROJECT_FEATURE_CAMERA
- bool "CAMERA feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_I2C
- default y
-
- config QUEC_PROJECT_FEATURE_KEYPAD
- bool "KEYPAD feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- default y if QL_OPEN_EXPORT_PKG
- default n
-
- config QUEC_PROJECT_FEATURE_DECODER_STD
- bool "DECODER feature for Quectel std project"
- depends on QUEC_PROJECT_FEATURE
- default n
- config QUEC_PROJECT_FEATURE_AUDIO
- bool "AUDIO feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- default y
- config QUEC_PROJECT_FEATURE_AUDIO_RECORD
- bool "AUDIO RECORD feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_AUDIO
- default y
- config QUEC_PROJECT_FEATURE_TTS
- bool "AUDIO TTS feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_AUDIO
- default y
- config QUEC_PROJECT_FEATURE_TTS_IN_KERNEL
- bool "AUDIO TTS feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_AUDIO
- depends on QUEC_PROJECT_FEATURE_TTS
- default n
-
- config QUEC_PROJECT_FEATURE_URC
- bool "URC feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_UART
- default y
-
- config QUEC_PROJECT_FEATURE_SECURE_BOOT
- bool "Secure Boot feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- default y if QL_OPEN_EXPORT_PKG
- default n
- config QUEC_PROJECT_FEATURE_USB_SUSPEND
- bool "USB Suspend feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- default n
- config QUEC_PROJECT_FEATURE_SPI6_EXT_NOR
- bool "Spi6 ext nor feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- default y if QL_OPEN_EXPORT_PKG
- default n
-
- config QUEC_PROJECT_FEATURE_EXT_MAPPING_UFS
- bool "ext mapping ufs feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- default n
- config QUEC_PROJECT_FEATURE_EXT_CODEC
- bool "ext codec feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_I2C
- depends on QUEC_PROJECT_FEATURE_AUDIO
- default y
-
- config QUEC_PROJECT_FEATURE_BOOT_SPI_FLASH
- bool "Boot SPI Flash feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- default n
- config QUEC_PROJECT_FEATURE_BOOT_LCD
- bool "Boot SPI Flash feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_LCD
- default n
-
- config QUEC_PROJECT_FEATURE_RTC
- bool "RTC feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- default y
-
- config QUEC_PROJECT_FEATURE_USB_CHARGE
- bool "USB_CHARGE feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- default y
-
- config QUEC_PROJECT_FEATURE_SFS_FILE
- bool "SFS FILE feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_FILE
- depends on QUEC_PROJECT_FEATURE_SSL
- default y
-
- config QUEC_PROJECT_FEATURE_VIRT_AT
- bool "VIRT AT feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_ATC_PARSE
- default y if QL_OPEN_EXPORT_PKG
- default n
- config QUEC_PROJECT_FEATURE_CMUX
- bool "VIRT AT feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_ATC_PARSE
- default n if QL_OPEN_EXPORT_PKG
- default y
-
- config QUEC_PROJECT_NOTIFY_EVENT
- bool "AT of event enabled"
- depends on QUEC_PROJECT_FEATURE
- default n
-
-
- config QUEC_PROJECT_FEATURE_PSM
- bool "PSM feature for Quectel"
- depends on QUEC_PROJECT_FEATURE_SLEEP
- default n
-
- config QUEC_PROJECT_FEATURE_JAMDET
- bool "JAMDET feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_NW
- default n if QL_OPEN_EXPORT_PKG
- default y
- config QUEC_PROJECT_FEATURE_QDSIM
- bool "QDSIM feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on DUAL_SIM_SUPPORT
- default n
- config QUEC_PROJECT_FEATURE_DSSS
- bool "DSSS feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- default n
- config QUEC_PROJECT_FEATURE_SDDET
- bool "SDDET feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_GPIO
- default n if QL_OPEN_EXPORT_PKG
- # default y if QUEC_PROJECT_FEATURE_SDMMC || QUEC_PROJECT_FEATURE_SDMMC2
- default n
- config QUEC_PROJECT_FEATURE_USB
- bool "USB feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- default y
- config QUEC_PROJECT_FEATURE_USB_MASS_STORAGE
- bool "USB feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_USB
- default n
- #ACM功能目前未开发,且也没有客户有相关需求,不开放
- config QUEC_PROJECT_FEATURE_USB_ACM
- bool "ACM feature for Quectel"
- default n
-
- config QUEC_PROJECT_FEATURE_USB_DRIVERS
- bool "USB Drivers feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- default n
-
- config QUEC_PROJECT_FEATURE_USB_AUDIO
- bool "USB Audio feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_USB
- default y
-
- config QUEC_PROJECT_FEATURE_PBK
- bool "Phone Book feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- default n if QL_OPEN_EXPORT_PKG
- default n
- config QUEC_PROJECT_FEATURE_STK
- bool "STK feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- default n if QL_OPEN_EXPORT_PKG
- default y
- config QUEC_PROJECT_FEATURE_BIP
- bool "BIP feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- default n if QL_OPEN_EXPORT_PKG
- default y
-
- config QUEC_PROJECT_FEATURE_BOOT_URC
- bool "BOOT FOTA feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_FOTA
- default n if QL_OPEN_EXPORT_PKG
- default y
- config QUEC_PROJECT_FEATURE_BOOT_SDMMC
- bool "BOOT SDMMC feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_FOTA
- depends on QUEC_PROJECT_FEATURE_SDMMC
- default n
- config QUEC_PROJECT_FEATURE_BOOT_EMMC
- bool "BOOT SDMMC feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_FOTA
- depends on QUEC_PROJECT_FEATURE_EMMC
- default n
- config QUEC_PROJECT_FEATURE_BOOT_SDMMC2
- bool "BOOT SDMMC feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_FOTA
- default y if QUEC_PROJECT_FEATURE_SDMMC2 && (!(QUEC_PROJECT_FEATURE_BOOT_SDMMC || QUEC_PROJECT_FEATURE_BOOT_EMMC))
- default n
- config QUEC_PROJECT_FEATURE_BOOT_EMMC2
- bool "BOOT SDMMC feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_FOTA
- default y if QUEC_PROJECT_FEATURE_EMMC2 && (!(QUEC_PROJECT_FEATURE_BOOT_SDMMC || QUEC_PROJECT_FEATURE_BOOT_EMMC))
- default n
- config QUEC_PROJECT_FEATURE_BOOT_NAND_FLASH
- bool "BOOT NAND FLASH feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_FS_NAND_FLASH
- depends on QUEC_PROJECT_FEATURE_BOOT_FAT_RDONLY
- default n
-
- config QUEC_PROJECT_FEATURE_BOOT_SPI6_NAND
- bool "BOOT NAND FLASH feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_FS_NAND_FLASH
- depends on QUEC_PROJECT_FEATURE_BOOT_FAT_RDONLY
- default n
- config QUEC_PROJECT_FEATURE_BOOT_FAT_RDONLY
- bool "BOOT FAT RDONLY feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_FOTA
- default y
- config QUEC_PROJECT_FEATURE_BOOT_FAT_RW
- bool "BOOT FAT WD feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_FOTA
- default n
- config QUEC_PROJECT_FEATURE_BOOT_SPI4_EXTNSFFS
- bool "Spi6 ext nor feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- default n
-
- config QUEC_PROJECT_FEATURE_BOOT_SPI4_NORFLASH
- bool "Spi4 nor flash feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- default n
-
- config QUEC_PROJECT_FEATURE_HEADSET_DET
- bool "SDDET feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_AUDIO
- default n
-
- config QUEC_PROJECT_FEATURE_FS_NAND_FLASH
- bool "FS NAND FLASH feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_SPI_NAND_FLASH || QUEC_PROJECT_FEATURE_SPI6_NAND_FLASH
- default n
- config QUEC_PROJECT_FEATURE_FS_NOR_FLASH
- bool "FS NOR FLASH feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_SPI
- depends on QUEC_PROJECT_FEATURE_SPI_FLASH
- depends on QUEC_PROJECT_FEATURE_SPI_NOR_FLASH
- default n
-
- config QUEC_PROJECT_FEATURE_RFTEST
- bool "RFTEST feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_NW
- default y
- config QUEC_PROJECT_FEATURE_CLOUDOTA
- bool "CloudOTA feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_FOTA
- depends on QUEC_PROJECT_FEATURE_HTTP
- default n
-
- config QUEC_PROJECT_FEATURE_EMBED_NOR_FLASH
- bool "EMBED NOR FLASH feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- default n
- config QUEC_PROJECT_FEATURE_EXT_NOR_SFFS_MOUNT
- bool "EXT NOR FLASH feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_SPI6_EXT_NOR
- default y
-
- config QUEC_PROJECT_FEATURE_BOOT_LED
- bool "Boot LED feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- default n
- config QUEC_PROJECT_FEATURE_BOOT_ADC
- bool "BOOT ADC feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- default n
-
- config QUEC_PROJECT_FEATURE_BOOT_SCATTER
- bool "BOOT SCATTER feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- default n
- config QUEC_PROJECT_FEATURE_DTMF
- bool "DTMF feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_AUDIO
- default n
- config QUEC_PROJECT_FEATURE_GPRS_DATA_TRANSFER
- bool "BOOT GPRS_DATA_TRANSFER feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- default n
-
- config QUEC_PROJECT_FEATURE_LCD_GC9305
- bool "LCD GC9305 DRIVER feature for Quectel"
- depends on QUEC_PROJECT_FEATURE_LCD
- default y
-
- config QUEC_PROJECT_FEATURE_LCD_ST7735S
- bool "LCD ST7735S DRIVER feature for Quectel"
- depends on QUEC_PROJECT_FEATURE_LCD
- default y
-
- config QUEC_PROJECT_FEATURE_LCD_ST7789V
- bool "LCD ST7789V DRIVER feature for Quectel"
- depends on QUEC_PROJECT_FEATURE_LCD
- default y
-
- config QUEC_PROJECT_FEATURE_LCD_ST7567A
- bool "LCD ST7567A DRIVER feature for Quectel"
- depends on QUEC_PROJECT_FEATURE_LCD
- default y
- config QUEC_PROJECT_FEATURE_CAMERA_GC032A
- bool "Camera GC032A DRIVER feature for Quectel"
- depends on QUEC_PROJECT_FEATURE_CAMERA
- default y
-
- config QUEC_PROJECT_FEATURE_CAMERA_GC0310
- bool "Camera GC0310 DRIVER feature for Quectel"
- depends on QUEC_PROJECT_FEATURE_CAMERA
- default y
- config QUEC_PROJECT_FEATURE_CAMERA_BF30A2
- bool "Camera BF30A2 DRIVER feature for Quectel"
- depends on QUEC_PROJECT_FEATURE_CAMERA
- default y
- config QUEC_PROJECT_FEATURE_CAMERA_BF20A6
- bool "Camera BF20A6 DRIVER feature for Quectel"
- depends on QUEC_PROJECT_FEATURE_CAMERA
- default y if QL_OPEN_EXPORT_PKG
- default n
-
- config QUEC_PROJECT_FEATURE_PROG_FW_FMTSYS
- bool "If format file system when Program Firmware for Quectel Product"
- depends on QUEC_PROJECT_FEATURE
- default n
-
- config QUEC_PROJECT_FEATURE_PROG_FW_FMTEXT
- bool "If format EXT file system when Program Firmware for Quectel Product"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_SPI6_EXT_NOR
- default n
- config QUEC_PROJECT_FEATURE_IMAGE_TIMESTAMP
- bool "If contains timestamp signature for compiled image"
- default y
- help
- To determine whether the compiled image contains timestamp signature or not.
- if both image have no timestamp signature, the generated differential file of them are more smaller.
- config QUEC_PROJECT_FEATURE_IMAGE_SIGN
- bool "If contains signature for compiled image"
- default y
- help
- To determine whether the compiled image contains signature or not.
- Because the signature algorithm uses random numbers, the signed file will be different every time.
- if no signature(and no timestamp signature) and the kernel code has no change, there will be no differential for kernel image among multiple compilation.
-
- config QUEC_PROJECT_FEATURE_TP
- bool "touch penal feature for Quectel"
- depends on QUEC_PROJECT_FEATURE_GPIO
- depends on QUEC_PROJECT_FEATURE_ADC
- default n if QL_OPEN_EXPORT_PKG
- default n
-
- config QUEC_PROJECT_FEATURE_ALIIOTSMARTCARD
- bool "ALIIOT SMARTCARD feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_SOCKET
- depends on QUEC_PROJECT_FEATURE_PBK
- default n
-
- config QUEC_PROJECT_FEATURE_ALIPAY_IOT_SDK
- bool "ALIPAY IOT feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_DNS
- depends on QUEC_PROJECT_FEATURE_NW
- depends on QUEC_PROJECT_FEATURE_FILE
- default n
-
- config QUEC_PROJECT_FEATURE_MAYILIAN
- bool "mayilian feature for Quectel"
- depends on QUEC_PROJECT_FEATURE_UART
- depends on QUEC_PROJECT_FEATURE_VIRT_AT
- depends on QUEC_PROJECT_FEATURE_FILE
- default n if QL_OPEN_EXPORT_PKG
- default n
- config QUEC_PROJECT_FEATURE_HW_IOT_DEVICE_SDK
- bool "HWIOT IOT feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_DNS
- depends on QUEC_PROJECT_FEATURE_NW
- default n
- config QUEC_PROJECT_FEATURE_NTRIP_RTK
- bool "ntrip rtk feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_SOCKET
- default n if QL_OPEN_EXPORT_PKG
- default n
-
- config QUEC_PROJECT_FEATURE_WEBSOCKET
- bool "WEBSOCKET feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_SOCKET
- depends on QUEC_PROJECT_FEATURE_SSL
- default n
- config QUEC_PROJECT_FEATURE_TEESDK_VTRUST
- bool "qianchuan tee sdk feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on TRUSTZONE_SUPPORT
- default n
- config QUEC_PROJECT_FEATURE_ETHERNET
- bool "ethernet feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- default n if QL_OPEN_EXPORT_PKG
- default n
- config QUEC_PROJECT_FEATURE_APPIMG2
- bool "appimg2 feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- default n if QL_OPEN_EXPORT_PKG
- default n
- help
- CONFIG_APP2_FLASHIMG_RAM_SIZE or CONFIG_APP2_FILEIMG_RAM_SIZE defaults to 0
- and needs to be set in either \components\chip\kconfig or target_config as required.
- config QUEC_PROJECT_FEATURE_WIFI
- bool "wifi feature for Quectel"
- depends on QUEC_PROJECT_FEATURE
- depends on QUEC_PROJECT_FEATURE_UART
- depends on QUEC_PROJECT_FEATURE_SPI
- default n if QL_OPEN_EXPORT_PKG
- default n
- orsource "at/Kconfig"
- orsource "ql_at/Kconfig"
- endmenu
|