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
powerpc: Delete __cpuinit usage from all users
[linux/fpc-iii.git]
/
arch
/
arm
/
plat-versatile
/
Kconfig
blob
2c4332b9f9484883a00ab6b7af2a3edc0ccd88ac
1
if PLAT_VERSATILE
2
3
config PLAT_VERSATILE_CLOCK
4
bool
5
6
config PLAT_VERSATILE_CLCD
7
bool
8
9
config PLAT_VERSATILE_LEDS
10
def_bool y if NEW_LEDS
11
depends on ARCH_REALVIEW || ARCH_VERSATILE
12
select LEDS_CLASS
13
select LEDS_TRIGGERS
14
15
config PLAT_VERSATILE_SCHED_CLOCK
16
def_bool y
17
18
endif