~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
config ARCH_OMAP1
13
13
        bool "TI OMAP1"
14
14
        select CLKDEV_LOOKUP
 
15
        select CLKSRC_MMIO
15
16
        help
16
17
          "Systems based on omap7xx, omap15xx or omap16xx"
17
18
 
18
19
config ARCH_OMAP2PLUS
19
20
        bool "TI OMAP2/3/4"
20
21
        select CLKDEV_LOOKUP
 
22
        select GENERIC_IRQ_CHIP
21
23
        select OMAP_DM_TIMER
22
 
        select HAVE_TRACE_CLOCK
23
 
        select HAVE_TRACE_CLOCK_32_TO_64
24
 
        select OMAP_32K_TIMER
25
24
        help
26
25
          "Systems based on OMAP2, OMAP3 or OMAP4"
27
26
 
57
56
          user must write 1 to
58
57
                /debug/voltage/vdd_<X>/smartreflex/autocomp,
59
58
          where X is mpu or core for OMAP3.
60
 
          Optionallly autocompensation can be enabled in the kernel
 
59
          Optionally autocompensation can be enabled in the kernel
61
60
          by default during system init via the enable_on_init flag
62
61
          which an be passed as platform data to the smartreflex driver.
63
62
 
72
71
 
73
72
config OMAP_RESET_CLOCKS
74
73
        bool "Reset unused clocks during boot"
75
 
        depends on ARCH_OMAP && BROKEN
 
74
        depends on ARCH_OMAP
76
75
        help
77
76
          Say Y if you want to reset unused clocks during boot.
78
77
          This option saves power, but assumes all drivers are
132
131
          This can also be changed at runtime (via the mbox_kfifo_size
133
132
          module parameter).
134
133
 
135
 
config OMAP_REMOTE_PROC
136
 
        bool "Remote Processor framework support"
137
 
        depends on ARCH_OMAP
138
 
        help
139
 
          Say Y here if you want to use OMAP Remote Processor framework
140
 
          support for DSP, IVA, Tesla and Ducati (OMAP2/3/4).
141
 
 
142
134
config OMAP_IOMMU
143
135
        tristate
144
136
 
145
 
config OMAP_USER_DMM
146
 
        tristate
147
 
        select GENERIC_ALLOCATOR
148
 
 
149
137
config OMAP_IOMMU_DEBUG
150
138
       tristate "Export OMAP IOMMU internals in DebugFS"
151
139
       depends on OMAP_IOMMU && DEBUG_FS