repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mb/google/brya/var/orisa: Update Type C DisplayPort HPD Configuration
[coreboot2.git]
/
src
/
cpu
/
armltd
/
cortex-a9
/
Kconfig
blob
dea252f6a6dd856755c956cc33243161d8e13307
1
## SPDX-License-Identifier: GPL-2.0-only
2
3
config CPU_ARMLTD_CORTEX_A9
4
bool
5
select ARCH_BOOTBLOCK_ARMV7
6
select ARCH_VERSTAGE_ARMV7
7
select ARCH_ROMSTAGE_ARMV7
8
select ARCH_RAMSTAGE_ARMV7
9
default n
10
11
if CPU_ARMLTD_CORTEX_A9
12
13
endif