blob: f2dc41eae110bbe9f371aad031a0adbf07c843d0 [file] [log] [blame]
Ronald G. Minniche0e784a2014-11-26 19:25:47 +00001config ARCH_BOOTBLOCK_RISCV
2 bool
3 default n
4 select ARCH_RISCV
5
Stefan Reinauer77b16552015-01-14 19:51:47 +01006config ARCH_VERSTAGE_RISCV
7 bool
8 default n
9
Ronald G. Minniche0e784a2014-11-26 19:25:47 +000010config ARCH_ROMSTAGE_RISCV
11 bool
12 default n
13
14config ARCH_RAMSTAGE_RISCV
15 bool
16 default n
17
18# If a custom bootblock is necessary, this option should be "select"-ed by
19# the thing that needs it, probably the CPU.
20config RISCV_BOOTBLOCK_CUSTOM
21 bool
22 default n
23
24config CPU_HAS_BOOTBLOCK_INIT
25 bool
26 default n
27
28config MAINBOARD_HAS_BOOTBLOCK_INIT
29 bool
30 default n