| menu "Amlogic commands" |
| |
| config AML_RPMB |
| depends on OPTEE |
| depends on MMC |
| bool "support RPMB set in bootargs" |
| default y |
| help |
| Support RPMB set in bootargs. |
| |
| config AML_STORE_WRAPPER |
| depends on AML_STORAGE |
| bool "wrapper for store" |
| default y |
| help |
| based on AML_STORAGE |
| read/write don't care bad blocks |
| |
| config AML_STORE_WRAPPER |
| depends on AML_STORAGE |
| bool "wrapper for store" |
| default y |
| help |
| based on AML_STORAGE |
| read/write don't care bad blocks |
| |
| config AML_IMG_READ |
| depends on AML_STORAGE |
| bool "image read" |
| default y |
| help |
| based on AML_STORAGE |
| read image without specify size |
| |
| config AML_DEFENV |
| bool "aml defenv_without" |
| default y |
| help |
| support reserv env from c array |
| |
| config AML_UPDATE_ENV |
| bool "aml update env part" |
| depends on CMD_SAVEENV && !ENV_IS_NOWHERE |
| default y |
| help |
| support only update specified env list to flash |
| unlike saveenv, which overwrite env part with env buffer |
| |
| config BOOTLOADER_CONTROL_BLOCK |
| bool "bootloader control block support" |
| default n |
| help |
| used for recovery and the bootloader to talk to each other |
| |
| config CMD_BOOTCTOL_AVB |
| bool "avb cmd" |
| default n |
| help |
| support avb related cmds |
| |
| config G_AB_BOOT |
| bool "implement the a/b boot for G project" |
| depends on CMD_BOOTCTOL_AVB |
| default n |
| help |
| support ab boot for customer project |
| |
| config CMD_CAR_PARAMS |
| bool "used to read car camera params" |
| default n |
| help |
| support read car camera params |
| |
| config CMD_RSVMEM |
| bool "rsvmem cmd" |
| default y |
| help |
| support rsvmem cmd |
| |
| config CMD_DDR_D2PLL |
| bool "d2pll cmd" |
| default n |
| help |
| support d2pll cmd |
| |
| config CMD_DDR_TEST |
| bool "ddr test cmd" |
| default y |
| help |
| support ddr_test cmd |
| |
| config CMD_OS_IDENT |
| bool "os_ident" |
| default y |
| help |
| Ident OS type |
| |
| config AML_ROBUST |
| bool "envs for robust upgrade" |
| depends on AML_STORAGE |
| default y |
| help |
| "envs for robust upgrade like defendkey" |
| |
| config CMD_AUTOSCR |
| bool "legacy autoscr cmd" |
| default y |
| depends on CMD_SOURCE |
| help |
| Run script in memory |
| |
| config CMD_RMA |
| bool "support rma command" |
| depends on OPTEE |
| default n |
| help |
| Support rma cmd |
| |
| #prduct mode start----> |
| config NO_FASTBOOT_FLASHING |
| depends on FASTBOOT |
| bool "support fastboot lock/unlock" |
| default n |
| |
| config DISABLE_AML_SERIAL |
| bool "disable debug serial tx/rx" |
| depends on MESON_SERIAL |
| select SILENT_CONSOLE |
| select DISABLE_CONSOLE |
| default n |
| |
| config USB_TOOL_ENTRY |
| string "support usb burn tool in run update" |
| default "echo productmode" if AML_PRODUCT_MODE |
| default "adnl 1200" if !AML_PRODUCT_MODE |
| |
| config KNL_LOG_LEVEL |
| string "restrict kernel log level" |
| default " loglevel=1 " if AML_PRODUCT_MODE |
| default " " if !AML_PRODUCT_MODE |
| |
| config AML_DISABLE_DEV_CMDS |
| bool "disable unsafe developing commands" |
| default n |
| help |
| "Disable un-safe developing commands for product mode" |
| |
| config CMD_PMU |
| bool "enable pmu test" |
| default n |
| help |
| "enable pmu test" |
| |
| config AML_PRODUCT_MODE |
| bool "amlogic product/security mode" |
| default n |
| imply NO_FASTBOOT_FLASHING |
| imply DISABLE_AML_SERIAL |
| imply AML_DISABLE_DEV_CMDS |
| help |
| recommend enable when product is ready for producing |
| #prduct mode end<---- |
| |
| |
| #MMC FTS start----> |
| config CMD_REBOOT |
| bool "CMD_REBOOT" |
| depends on MMC_FTS || NAND_FTS |
| help |
| CMD_REBOOT support. |
| |
| config CMD_FACTORY_BOOT |
| bool "CMD_FACTORY_BOOT" |
| depends on MMC_FTS || NAND_FTS |
| help |
| CMD_FACTORY_BOOT support. |
| |
| config CMD_USB_MODE |
| bool "CMD_USB_MODE" |
| depends on MMC_FTS || NAND_FTS |
| help |
| This function uses to set USB mode from fts partition. |
| The kernel will parse this parameter and config the USB driver. |
| |
| config CMD_LED_STATUS |
| bool "CMD_LED_STATUS" |
| depends on LED_AW210XX || LED_LP50XX |
| help |
| say y shall enable the led status command. |
| Enable the `led_status` command for controlling the status of LEDs. |
| When enabled, this command provides options to interact with LEDs, |
| allowing users to modify LED states directly via the command interface. |
| |
| config MMC_FTS |
| bool "MMC_FTS" |
| default y |
| help |
| MMC_FTS support. |
| |
| config NAND_FTS |
| bool "NAND_FTS" |
| default n |
| help |
| NAND_FTS support. |
| #MMC FTS end<---- |
| |
| endmenu |