Kconfig 986 字节
Newer Older
B
bernard 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
config ARCH_ARM
    bool

config ARCH_ARM_CORTEX_M
    bool
    select ARCH_ARM

config ARCH_ARM_CORTEX_M0
    bool
    select ARCH_ARM_CORTEX_M

config ARCH_ARM_CORTEX_M3
    bool
    select ARCH_ARM_CORTEX_M

config ARCH_ARM_MPU
    bool
    depends on ARCH_ARM

config ARCH_ARM_CORTEX_M4
    bool
    select ARCH_ARM_CORTEX_M

config ARCH_ARM_CORTEX_M7
    bool
    select ARCH_ARM_CORTEX_M

config ARCH_ARM_CORTEX_R
    bool
    select ARCH_ARM

config ARCH_ARM_MMU
    bool
    depends on ARCH_ARM

config ARCH_ARM_CORTEX_A5
    bool
    select ARCH_ARM

config ARCH_ARM_CORTEX_A7
    bool
    select ARCH_ARM

config ARCH_ARM_CORTEX_A8
    bool
    select ARCH_ARM

config ARCH_ARM_CORTEX_A9
    bool
    select ARCH_ARM

config ARCH_MIPS
    bool

config ARCH_MIPS_XBURST
    bool
    select ARCH_MIPS

config ARCH_ANDES
    bool

config ARCH_CSKY
    bool

config ARCH_POWERPC
    bool

config ARCH_RISCV
    bool

config ARCH_IA32
    bool

config ARCH_HOST_SIMULATOR
    bool