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

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Paolo Pisati, Paolo Pisati
  • Date: 2011-12-06 15:56:07 UTC
  • Revision ID: package-import@ubuntu.com-20111206155607-pcf44kv5fmhk564f
Tags: 3.2.0-1401.1
[ Paolo Pisati ]

* Rebased on top of Ubuntu-3.2.0-3.8
* Tilt-tracking @ ef2487af4bb15bdd0689631774b5a5e3a59f74e2
* Delete debian.ti-omap4/control, it shoudln't be tracked
* Fix architecture spelling (s/armel/armhf/)
* [Config] Update configs following 3.2 import
* [Config] Fix compilation: disable CODA and ARCH_OMAP3
* [Config] Fix compilation: disable Ethernet Faraday
* Update series to precise

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
        bool "TI OMAP1"
14
14
        select CLKDEV_LOOKUP
15
15
        select CLKSRC_MMIO
 
16
        select GENERIC_IRQ_CHIP
 
17
        select HAVE_IDE
 
18
        select NEED_MACH_MEMORY_H
16
19
        help
17
20
          "Systems based on omap7xx, omap15xx or omap16xx"
18
21
 
115
118
          Say Y here if you want support for the OMAP Multichannel
116
119
          Buffered Serial Port.
117
120
 
 
121
config OMAP_SCM_DEV
 
122
        bool "OMAP4 System control module Support"
 
123
        depends on ARCH_OMAP
 
124
        default n
 
125
        help
 
126
          Say Y here if you want support for the system control
 
127
          module on OMAP4.
 
128
 
 
129
          This provides the basic support of system control module
 
130
          subsystem. SCM also includes instance/instances of on die
 
131
          temperature sensor.
 
132
 
118
133
config OMAP_MBOX_FWK
119
134
        tristate "Mailbox framework support"
120
135
        depends on ARCH_OMAP
131
146
          This can also be changed at runtime (via the mbox_kfifo_size
132
147
          module parameter).
133
148
 
134
 
config OMAP_REMOTE_PROC
135
 
        bool "Remote Processor framework support"
136
 
        depends on ARCH_OMAP
137
 
        help
138
 
          Say Y here if you want to use OMAP Remote Processor framework
139
 
          support for DSP, IVA, Tesla and Ducati (OMAP2/3/4).
140
 
 
141
 
config OMAP_IOMMU
142
 
        tristate
143
 
 
144
 
config OMAP_USER_DMM
145
 
        tristate
146
 
        select GENERIC_ALLOCATOR
147
 
 
148
 
config OMAP_IOMMU_DEBUG
149
 
       tristate "Export OMAP IOMMU internals in DebugFS"
150
 
       depends on OMAP_IOMMU && DEBUG_FS
151
 
       help
152
 
         Select this to see extensive information about
153
 
         the internal state of OMAP IOMMU in debugfs.
154
 
 
155
 
         Say N unless you know you need this.
156
 
 
157
149
config OMAP_IOMMU_IVA2
158
150
        bool
159
151
 
222
214
        depends on ARCH_OMAP
223
215
        default OMAP_PM_NOOP
224
216
 
225
 
config OMAP_PM_NONE
226
 
        bool "No PM layer"
227
 
 
228
217
config OMAP_PM_NOOP
229
218
        bool "No-op/debug PM layer"
230
219