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
Merge tag 'sched-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel...
[linux/fpc-iii.git]
/
arch
/
arm
/
mach-versatile
/
Kconfig
blob
d88e7725bf99341368582d8e74feb91b2815b51f
1
# SPDX-License-Identifier: GPL-2.0
2
config ARCH_VERSATILE
3
bool "ARM Ltd. Versatile family"
4
depends on ARCH_MULTI_V5
5
select ARM_AMBA
6
select ARM_TIMER_SP804
7
select ARM_VIC
8
select CLKSRC_VERSATILE
9
select CPU_ARM926T
10
select ICST
11
select MFD_SYSCON
12
select PLAT_VERSATILE
13
select POWER_RESET
14
select POWER_RESET_VERSATILE
15
select VERSATILE_FPGA_IRQ
16
help
17
This enables support for ARM Ltd Versatile board.
18