Home
last modified time | relevance | path

Searched refs:is_enabled (Results 1 – 5 of 5) sorted by relevance

/scripts/
A Dlink-vmlinux.sh36 is_enabled() { function
63 if is_enabled CONFIG_LTO_CLANG || is_enabled CONFIG_X86_KERNEL_IBT; then
76 if is_enabled CONFIG_MODULES; then
129 if is_enabled CONFIG_CPU_BIG_ENDIAN; then
144 if is_enabled CONFIG_KALLSYMS_ALL; then
214 if is_enabled CONFIG_KALLSYMS; then
219 if is_enabled CONFIG_KALLSYMS || is_enabled CONFIG_DEBUG_INFO_BTF; then
237 if is_enabled CONFIG_KALLSYMS; then
281 if is_enabled CONFIG_VMLINUX_MAP; then
291 if is_enabled CONFIG_WERROR; then
[all …]
A Dxz_wrap.sh29 is_enabled() function
48 if is_enabled CONFIG_THUMB2_KERNEL; then
79 if is_enabled CONFIG_CPU_MICROMIPS; then
94 if is_enabled CONFIG_CPU_BIG_ENDIAN; then
100 if is_enabled CONFIG_RISCV_ISA_C; then
/scripts/package/
A Dmkdebian9 is_enabled() {
14 if is_enabled "$1"; then
38 if is_enabled CONFIG_64BIT; then
47 if is_enabled CONFIG_CPU_LITTLE_ENDIAN; then
49 elif is_enabled CONFIG_CPU_MIPSR6; then
58 if is_enabled CONFIG_AEABI; then
67 if is_enabled CONFIG_CPU_SH3; then
69 elif is_enabled CONFIG_CPU_SH4; then
74 if is_enabled CONFIG_64BIT; then
238 if is_enabled CONFIG_MODULES; then
[all …]
A Dinstall-extmod-build8 is_enabled() {
31 if is_enabled CONFIG_OBJTOOL; then
42 if is_enabled CONFIG_GCC_PLUGINS; then
A Dbuilddeb17 is_enabled() {
22 if is_enabled "$1"; then
34 if is_enabled CONFIG_OF_EARLY_FLATTREE && [ -d "${srctree}/arch/${SRCARCH}/boot/dts" ]; then
113 if is_enabled CONFIG_MODULES; then

Completed in 9 milliseconds