:orphan: .. title:: CONFIG_64BIT .. kconfig:: CONFIG_64BIT CONFIG_64BIT ############ *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none This option tells the build system that the target system is using a 64-bit address space, meaning that pointer and long types are 64 bits wide. This option is selected by arch/$ARCH/Kconfig, soc/**/Kconfig, or boards/**/Kconfig and the user should generally avoid modifying it. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`BOARD_NATIVE_POSIX_64BIT ` - \ :kconfig:`BOARD_BEAGLEV_STARLIGHT_JH7100 ` - \ :kconfig:`BOARD_QEMU_RISCV64 ` - \ :kconfig:`RV64I_CPU ` - \ :kconfig:`SOC_RISCV_SIFIVE_FU540 ` - \ :kconfig:`SOC_RISCV_SIFIVE_FU740 ` - \ :kconfig:`RV64I_CPU ` - \ :kconfig:`SOC_RISCV_SIFIVE_FU540 ` - \ :kconfig:`SOC_RISCV_SIFIVE_FU740 ` - \ :kconfig:`CPU_HS6X ` - \ :kconfig:`X86_64 ` - \ :kconfig:`ARM64 ` Kconfig definition ================== At ``/Kconfig:153`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` Menu path: (Top) → General Architecture Options .. code-block:: kconfig config 64BIT bool help This option tells the build system that the target system is using a 64-bit address space, meaning that pointer and long types are 64 bits wide. This option is selected by arch/$ARCH/Kconfig, soc/**/Kconfig, or boards/**/Kconfig and the user should generally avoid modifying it. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*