• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1config ARCH_ARM
2   bool
3
4rsource "arm/Kconfig"
5
6config ARCH_CSKY
7   bool
8
9config ARCH_RISCV
10   bool
11
12config ARCH_RISCV32
13   bool
14   select ARCH_RISCV
15
16config ARCH_XTENSA
17   bool
18
19comment "Extra Configurations"
20
21config ARCH_FPU_DISABLE
22    bool "Disable Floating Pointer Unit"
23    default n
24    help
25      This option will bypass floating procedure in system.
26
27config ARCH_UNALIGNED_EXC
28    bool "Enable Unaligned Exception"
29    default y
30    depends on ARCH_ARM
31    help
32     This option will enable unaligned exception.
33