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

« back to all changes in this revision

Viewing changes to drivers/media/video/tiler/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:
88
88
config TILER_SSPTR_ID
89
89
        int "Use SSPtr for id"
90
90
        range 0 1
91
 
        default 1
 
91
        default 0
92
92
        depends on TI_TILER
93
93
        help
94
94
           This option sets the default behavior for TILER block ids.  It can
124
124
 
125
125
           You can use this flag to see if the userspace is relying on
126
126
           having access to the SSPtr.
 
127
 
 
128
config TILER_ENABLE_NV12
 
129
        bool "Enable NV12 support"
 
130
        default y
 
131
        depends on TI_TILER
 
132
        help
 
133
            This option enables NV12 functionality in the TILER driver.
 
134
 
 
135
            If set, nv12 support will be compiled into the driver and APIs
 
136
            will be enabled.
 
137
 
 
138
config TILER_ENABLE_USERSPACE
 
139
        bool "Enable userspace API"
 
140
        default y
 
141
        depends on TI_TILER
 
142
        help
 
143
            This option enabled the userspace API.  If set, an ioctl interface
 
144
            will be available to users.