~ubuntu-branches/ubuntu/precise/linux-lowlatency/precise

« back to all changes in this revision

Viewing changes to arch/arm/plat-versatile/Kconfig

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-tz023xykf0i6eosh
Tags: upstream-3.2.0
ImportĀ upstreamĀ versionĀ 3.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
if PLAT_VERSATILE
 
2
 
 
3
config PLAT_VERSATILE_CLCD
 
4
        bool
 
5
 
 
6
config PLAT_VERSATILE_FPGA_IRQ
 
7
        bool
 
8
 
 
9
config PLAT_VERSATILE_LEDS
 
10
        def_bool y if LEDS_CLASS
 
11
        depends on ARCH_REALVIEW || ARCH_VERSATILE
 
12
 
 
13
config PLAT_VERSATILE_SCHED_CLOCK
 
14
        def_bool y if !ARCH_INTEGRATOR_AP
 
15
        select HAVE_SCHED_CLOCK
 
16
 
 
17
endif