Kconfig (1622559066d890f1b7622be0ede8a5d64de66ef3) Kconfig (c54bcf6805cc6762cb998751b8e005f39ee1dad1)
1menu "ARM architecture"
2 depends on ARM
3
4config SYS_ARCH
5 default "arm"
6
7config ARM64
8 bool

--- 160 unchanged lines hidden (view full) ---

169 bool
170
171config SYS_CACHELINE_SIZE
172 int
173 default 128 if SYS_CACHE_SHIFT_7
174 default 64 if SYS_CACHE_SHIFT_6
175 default 32 if SYS_CACHE_SHIFT_5
176
1menu "ARM architecture"
2 depends on ARM
3
4config SYS_ARCH
5 default "arm"
6
7config ARM64
8 bool

--- 160 unchanged lines hidden (view full) ---

169 bool
170
171config SYS_CACHELINE_SIZE
172 int
173 default 128 if SYS_CACHE_SHIFT_7
174 default 64 if SYS_CACHE_SHIFT_6
175 default 32 if SYS_CACHE_SHIFT_5
176
177config ARM_SMCCC
178 bool "Support for ARM SMC Calling Convention (SMCCC)"
179 depends on CPU_V7 || ARM64
180 help
181 Say Y here if you want to enable ARM SMC Calling Convention.
182 This should be enabled if U-Boot needs to communicate with system
183 firmware (for example, PSCI) according to SMCCC.
184
177config SEMIHOSTING
178 bool "support boot from semihosting"
179 help
180 In emulated environments, semihosting is a way for
181 the hosted environment to call out to the emulator to
182 retrieve files from the host machine.
183
184config SYS_THUMB_BUILD

--- 1149 unchanged lines hidden ---
185config SEMIHOSTING
186 bool "support boot from semihosting"
187 help
188 In emulated environments, semihosting is a way for
189 the hosted environment to call out to the emulator to
190 retrieve files from the host machine.
191
192config SYS_THUMB_BUILD

--- 1149 unchanged lines hidden ---