~ubuntu-branches/ubuntu/saucy/linux-ti-omap4/saucy-proposed

« back to all changes in this revision

Viewing changes to kernel/time/Kconfig

  • Committer: Package Import Robot
  • Author(s): Paolo Pisati, Paolo Pisati, Stefan Bader, Upstream Kernel Changes
  • Date: 2012-08-15 17:17:43 UTC
  • Revision ID: package-import@ubuntu.com-20120815171743-h5wnuf51xe7pvdid
Tags: 3.5.0-207.13
[ Paolo Pisati ]

* Start new release

[ Stefan Bader ]

* (config) Enable getabis to use local package copies

[ Upstream Kernel Changes ]

* fixup: gargabe collect iva_seq[0|1] init
* [Config] enable all SND_OMAP_SOC_*s
* fixup: cm2xxx_3xxx.o is needed for omap2_cm_read|write_reg
* fixup: add some snd_soc_dai* helper functions
* fixup: s/snd_soc_dpcm_params/snd_soc_dpcm/g
* fixup: typo, no_host_mode and useless SDP4430 init
* fixup: enable again aess hwmod

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
# Timer subsystem related configuration options
3
3
#
4
4
 
 
5
# Options selectable by arch Kconfig
 
6
 
 
7
# Watchdog function for clocksources to detect instabilities
 
8
config CLOCKSOURCE_WATCHDOG
 
9
        bool
 
10
 
 
11
# Architecture has extra clocksource data
 
12
config ARCH_CLOCKSOURCE_DATA
 
13
        bool
 
14
 
 
15
# Timekeeping vsyscall support
 
16
config GENERIC_TIME_VSYSCALL
 
17
        bool
 
18
 
 
19
# ktime_t scalar 64bit nsec representation
 
20
config KTIME_SCALAR
 
21
        bool
 
22
 
 
23
# Old style timekeeping
 
24
config ARCH_USES_GETTIMEOFFSET
 
25
        bool
 
26
 
 
27
# The generic clock events infrastructure
 
28
config GENERIC_CLOCKEVENTS
 
29
        bool
 
30
 
 
31
# Migration helper. Builds, but does not invoke
 
32
config GENERIC_CLOCKEVENTS_BUILD
 
33
        bool
 
34
        default y
 
35
        depends on GENERIC_CLOCKEVENTS
 
36
 
 
37
# Clockevents broadcasting infrastructure
 
38
config GENERIC_CLOCKEVENTS_BROADCAST
 
39
        bool
 
40
        depends on GENERIC_CLOCKEVENTS
 
41
 
 
42
# Automatically adjust the min. reprogramming time for
 
43
# clock event device
 
44
config GENERIC_CLOCKEVENTS_MIN_ADJUST
 
45
        bool
 
46
 
 
47
# Generic update of CMOS clock
 
48
config GENERIC_CMOS_UPDATE
 
49
        bool
 
50
 
 
51
if GENERIC_CLOCKEVENTS
 
52
menu "Timers subsystem"
 
53
 
5
54
# Core internal switch. Selected by NO_HZ / HIGH_RES_TIMERS. This is
6
55
# only related to the tick functionality. Oneshot clockevent devices
7
56
# are supported independ of this.
26
75
          hardware is not capable then this option only increases
27
76
          the size of the kernel image.
28
77
 
29
 
config GENERIC_CLOCKEVENTS_BUILD
30
 
        bool
31
 
        default y
32
 
        depends on GENERIC_CLOCKEVENTS
33
 
 
34
 
config GENERIC_CLOCKEVENTS_MIN_ADJUST
35
 
        bool
 
78
endmenu
 
79
endif