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
WIP FPC-III support
[linux/fpc-iii.git]
/
arch
/
arm
/
mach-u300
/
Kconfig
blob
c3c8bf54f0335d14b1b232c2e880f9dbaf80e0e9
1
# SPDX-License-Identifier: GPL-2.0
2
menuconfig ARCH_U300
3
bool "ST-Ericsson U300 Series"
4
depends on ARCH_MULTI_V5 && MMU
5
select ARM_AMBA
6
select ARM_VIC
7
select U300_TIMER
8
select CPU_ARM926T
9
select GPIOLIB
10
select HAVE_TCM
11
select PINCTRL
12
select PINCTRL_COH901
13
select PINCTRL_U300
14
select MFD_SYSCON
15
help
16
Support for ST-Ericsson U300 series mobile platforms.
17
18
if ARCH_U300
19
20
config MACH_U300
21
depends on ARCH_U300
22
bool "U300"
23
default y
24
25
config U300_DEBUG
26
depends on ARCH_U300
27
bool "Debug support for U300"
28
depends on PM
29
help
30
Debug support for U300 in sysfs, procfs etc.
31
32
endif