1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
Files
2024-07-22 01:58:46 -03:00

30 lines
657 B
Plaintext
Executable File

menu "Beta feature: Parallel Build"
config TCSUPPORT_PARALLEL_BUILD_KERNEL_OFF
bool "Disable parallel build kernel"
default n
help
parallel build the kernel
config TCSUPPORT_PARALLEL_BUILD_CUSTOM_JOB_NUM_ENABLE
bool "Eable custom max job number"
default n
depends !TCSUPPORT_PARALLEL_BUILD_KERNEL_OFF
help
customize maximum parallel job number
config TCSUPPORT_PARALLEL_BUILD_JOB_NUM
int "Custom max job number"
default 16
depends TCSUPPORT_PARALLEL_BUILD_CUSTOM_JOB_NUM_ENABLE
help
specify maximum parallel build job number
config TCSUPPORT_TP_GPIO_INIT
bool "Eable TP GPIO control"
default y
help
Eable TP GPIO control
endmenu