repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
x86, efi: Set runtime_version to the EFI spec revision
[linux/fpc-iii.git]
/
arch
/
arm
/
mach-prima2
/
Kconfig
blob
558ccfb8d45803b3c3f68cadea2cfdc7e5e69440
1
if ARCH_SIRF
2
3
menu "CSR SiRF primaII/Marco/Polo Specific Features"
4
5
config ARCH_PRIMA2
6
bool "CSR SiRFSoC PRIMA2 ARM Cortex A9 Platform"
7
default y
8
select CPU_V7
9
select SIRF_IRQ
10
select ZONE_DMA
11
help
12
Support for CSR SiRFSoC ARM Cortex A9 Platform
13
14
endmenu
15
16
config SIRF_IRQ
17
bool
18
19
endif