]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - arch/arm/plat-versatile/Kconfig
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
[mirror_ubuntu-artful-kernel.git] / arch / arm / plat-versatile / Kconfig
CommitLineData
420c34e4
RK
1if PLAT_VERSATILE
2
56a34b03
PM
3config PLAT_VERSATILE_CLOCK
4 bool
5
420c34e4
RK
6config PLAT_VERSATILE_CLCD
7 bool
8
dc37c31b 9config PLAT_VERSATILE_LEDS
e031cd51 10 def_bool y if NEW_LEDS
dc37c31b 11 depends on ARCH_REALVIEW || ARCH_VERSATILE
e031cd51 12 select LEDS_CLASS
678a0990 13 select LEDS_TRIGGERS
dc37c31b
RK
14
15config PLAT_VERSATILE_SCHED_CLOCK
a9d6d151 16 def_bool y
dc37c31b 17
420c34e4 18endif