zephyr/arch
Nicolas Pitre 949ef7c660 Kconfig: clean up FPU and FPU_SHARING entries
CONFIG_FPU: The architecture dependency list is redundant.
Having CPU_HAS_FPU being selected by those archs as a dependency
is sufficient and cleaner.

CONFIG_FPU_SHARING: The default should always be y to be on the safe
side here, but as a compromise for not affecting existing config, let's
move the default selection local to those configs that care, again to
avoid a growing list of conditionals here. Adjust the help text which
applies to more than just Cortex-M.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2021-05-03 11:56:50 +02:00
..
arc ARC: allow to configure the RGF_NUM_BANKS only if ARC_FIRQ is enabled 2021-04-13 06:59:20 -04:00
arm Kconfig: clean up FPU and FPU_SHARING entries 2021-05-03 11:56:50 +02:00
arm64 arm64: cache: fix arch_dcache_all() 2021-05-03 11:55:52 +02:00
common arch: common: Fix 10.4 violations 2021-04-10 09:59:37 -04:00
nios2 arch: nios2: Fix 10.4 violations 2021-04-10 09:59:37 -04:00
posix kernel: Add new k_thread_abort()/k_thread_join() 2021-02-24 16:39:15 -05:00
riscv arch: riscv: Fix 10.4 violations 2021-04-10 09:59:37 -04:00
sparc arch: sparc: Fix 10.4 violations 2021-04-10 09:59:37 -04:00
x86 x86: mmu: allow page table extra mappings to have cache disabled 2021-04-29 21:17:24 -04:00
xtensa arch: xtensa: Fix 10.4 violations 2021-04-10 09:59:37 -04:00
CMakeLists.txt cmake: fix include directories to work with out-of-tree arch 2020-08-05 08:06:07 -04:00
Kconfig Kconfig: clean up FPU and FPU_SHARING entries 2021-05-03 11:56:50 +02:00