blob: 2499d2d075fd6507e9d40d16f7487f30076518d7 [file] [log] [blame]
Stefan Reinauera48ca842015-04-04 01:58:28 +02001config ARCH_ARM
2 bool
3 default n
4
Gabe Black51edd542013-09-30 23:00:33 -07005config ARCH_BOOTBLOCK_ARM
Gabe Black5fbfc912013-07-07 13:52:37 -07006 bool
Furquan Shaikh99ac98f2014-04-23 10:18:48 -07007 default n
Gabe Black51edd542013-09-30 23:00:33 -07008 select ARCH_ARM
Gabe Black5fbfc912013-07-07 13:52:37 -07009
Stefan Reinauer77b16552015-01-14 19:51:47 +010010config ARCH_VERSTAGE_ARM
11 bool
12 default n
13
Gabe Black51edd542013-09-30 23:00:33 -070014config ARCH_ROMSTAGE_ARM
Furquan Shaikh99ac98f2014-04-23 10:18:48 -070015 bool
16 default n
17
Gabe Black51edd542013-09-30 23:00:33 -070018config ARCH_RAMSTAGE_ARM
Furquan Shaikh99ac98f2014-04-23 10:18:48 -070019 bool
20 default n
Gabe Black8b685392013-09-29 03:02:55 -070021
Gabe Blackf2f817e2013-10-01 05:20:17 -070022source src/arch/arm/armv4/Kconfig
Gabe Black51edd542013-09-30 23:00:33 -070023source src/arch/arm/armv7/Kconfig
24
Gabe Blacka2a87d42013-09-29 05:40:13 -070025# If a custom bootblock is necessary, this option should be "select"-ed by
26# the thing that needs it, probably the CPU.
27config ARM_BOOTBLOCK_CUSTOM
28 bool
29 default n
30
Daisuke Nojirif574a322014-02-27 14:56:39 -080031config ARM_LPAE
Ronald G. Minnich922b3ca2014-12-31 19:47:08 -080032 bool
Daisuke Nojirif574a322014-02-27 14:56:39 -080033 default n