Lines Matching +full:inverted +full:- +full:y

3 # Copyright (c) 2014-2015 Wind River Systems, Inc.
6 # SPDX-License-Identifier: Apache-2.0
92 bool "Link application into /chosen/zephyr,code-partition from devicetree"
95 selected by the zephyr,code-partition property in /chosen in devicetree.
100 DT_CHOSEN_Z_CODE_PARTITION := zephyr,code-partition
103 # Only user-configurable when USE_DT_CODE_PARTITION is disabled
116 # Only user-configurable when USE_DT_CODE_PARTITION is disabled
121 If non-zero, this option specifies the size, in bytes, of the flash
136 If the application is built for chain-loading by a bootloader this
149 If non-zero, this option reduces the maximum size that the Zephyr image is allowed to
158 default y
169 The templates are pre-processed by the C pre-processor to create the
212 default y
270 will be put into a linker section reserved for on-demand symbols.
274 Requires that on-demand sections exist in the architecture, SoC,
279 default y
288 If unsure, say Y.
292 default y if !ARM64
324 default y
328 instructions in the output object file. For ld and lld, this enables `--relax`.
329 On platforms where this is not supported, `--relax' is accepted, but ignored.
331 in-effective jump calls to shorter / more effective instructions.
344 default y if CPU_CORTEX_M || (RISCV && !64BIT)
431 default y if "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "zephyr"
471 default y if ARCH_POSIX
510 Compiler optimizations will be set to -Os independently of other
516 Compiler optimizations wil be set to -Oz independently of other
522 Compiler optimizations will be set to -O2 independently of other
528 Compiler optimizations will be set to -Og independently of other
534 Compiler optimizations will be set to -O0 independently of other
562 default y
570 default y
586 Disables both compile-time and run-time checking.
589 bool "Compile-time detection"
591 Enables only compile-time checking. Compile-time checking
597 bool "Compile-time and run-time detection"
599 Enables both compile-time and run-time checking. Run-time
609 This option is a free-form string that is passed to the compiler
620 disallows some otherwise-permitted features of the C
658 default y
660 Create a stat file using readelf -e <elf>
682 default y
693 default y
696 --print-memory-region to the linker when it is doing it's first
742 default y
758 appropriate locations at startup, clear any zero-filled (BSS, etc...)
818 This can be either a hex, e.g. 0x68ed2b88, or well-known family
820 be pre-filled with the known value.
850 stage loaders where a pre-loader may copy image to a second location
854 - 1024
855 - 0x1000
856 - -0x1000
857 - 0x20000000 - 0x10000000
861 DT_CHOSEN_IMAGE_<name> := <name>,<name>-partition
864 default "$(dt_chosen_reg_addr_hex,$(DT_CHOSEN_IMAGE_M4))-\
876 as a ";"-separated list. It's possible to supply a 'negative' pattern
890 - Number of segments in the image
891 - LMA address of each segment
892 - VMA address of each segment
893 - Size of each segment
897 default y if BUILD_OUTPUT_ADJUST_LMA!=""
914 third party Makefile-based build systems.
920 - Zephyr: path and revision (if git repo)
921 - Zephyr modules: name, path, and revision (if git repo)
922 - West:
923 - manifest: path and revision
924 - projects: path and revision
925 - Workspace:
926 - dirty: one or more repositories are marked dirty
927 - extra: extra Zephyr modules are manually included in the build
928 - off: the SHA of one or more west projects are not what the manifest
929 defined when `west update` was run the last time (`manifest-rev`).
942 The final revision will become: <SHA>-<state1>-<state2>-<state3>...
945 - dirty: one or more repositories are marked dirty
946 - extra: extra Zephyr modules are manually included in the build
947 - off: the SHA of one or more west projects are not what the manifest
948 defined when `west update` was run the last time (`manifest-rev`).
953 default y
967 default y
977 Fails the build on priority errors (dependent devices, inverted
999 default y
1028 default y
1034 linking against a binary-only C++ library whose type mangling
1100 default y