Stefan Reinauer | a48ca84 | 2015-04-04 01:58:28 +0200 | [diff] [blame] | 1 | config ARCH_ARM |
2 | bool | ||||
3 | default n | ||||
4 | |||||
Gabe Black | 51edd54 | 2013-09-30 23:00:33 -0700 | [diff] [blame] | 5 | config ARCH_BOOTBLOCK_ARM |
Gabe Black | 5fbfc91 | 2013-07-07 13:52:37 -0700 | [diff] [blame] | 6 | bool |
Furquan Shaikh | 99ac98f | 2014-04-23 10:18:48 -0700 | [diff] [blame] | 7 | default n |
Gabe Black | 51edd54 | 2013-09-30 23:00:33 -0700 | [diff] [blame] | 8 | select ARCH_ARM |
Gabe Black | 5fbfc91 | 2013-07-07 13:52:37 -0700 | [diff] [blame] | 9 | |
Stefan Reinauer | 77b1655 | 2015-01-14 19:51:47 +0100 | [diff] [blame] | 10 | config ARCH_VERSTAGE_ARM |
11 | bool | ||||
12 | default n | ||||
13 | |||||
Gabe Black | 51edd54 | 2013-09-30 23:00:33 -0700 | [diff] [blame] | 14 | config ARCH_ROMSTAGE_ARM |
Furquan Shaikh | 99ac98f | 2014-04-23 10:18:48 -0700 | [diff] [blame] | 15 | bool |
16 | default n | ||||
17 | |||||
Gabe Black | 51edd54 | 2013-09-30 23:00:33 -0700 | [diff] [blame] | 18 | config ARCH_RAMSTAGE_ARM |
Furquan Shaikh | 99ac98f | 2014-04-23 10:18:48 -0700 | [diff] [blame] | 19 | bool |
20 | default n | ||||
Gabe Black | 8b68539 | 2013-09-29 03:02:55 -0700 | [diff] [blame] | 21 | |
Gabe Black | f2f817e | 2013-10-01 05:20:17 -0700 | [diff] [blame] | 22 | source src/arch/arm/armv4/Kconfig |
Gabe Black | 51edd54 | 2013-09-30 23:00:33 -0700 | [diff] [blame] | 23 | source src/arch/arm/armv7/Kconfig |
24 | |||||
Gabe Black | a2a87d4 | 2013-09-29 05:40:13 -0700 | [diff] [blame] | 25 | # If a custom bootblock is necessary, this option should be "select"-ed by |
26 | # the thing that needs it, probably the CPU. | ||||
27 | config ARM_BOOTBLOCK_CUSTOM | ||||
28 | bool | ||||
29 | default n | ||||
30 | |||||
Daisuke Nojiri | f574a32 | 2014-02-27 14:56:39 -0800 | [diff] [blame] | 31 | config ARM_LPAE |
Ronald G. Minnich | 922b3ca | 2014-12-31 19:47:08 -0800 | [diff] [blame] | 32 | bool |
Daisuke Nojiri | f574a32 | 2014-02-27 14:56:39 -0800 | [diff] [blame] | 33 | default n |