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

« back to all changes in this revision

Viewing changes to arch/arm/mach-tegra/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:
50
50
        depends on ARCH_TEGRA_2x_SOC
51
51
        select PCI
52
52
 
 
53
config TEGRA_AHB
 
54
        bool "Enable AHB driver for NVIDIA Tegra SoCs"
 
55
        default y
 
56
        help
 
57
          Adds AHB configuration functionality for NVIDIA Tegra SoCs,
 
58
          which controls AHB bus master arbitration and some
 
59
          perfomance parameters(priority, prefech size).
 
60
 
53
61
comment "Tegra board type"
54
62
 
55
63
config MACH_HARMONY
111
119
         Support for the nVidia Ventana development platform
112
120
 
113
121
choice
114
 
        prompt "Low-level debug console UART"
 
122
        prompt "Default low-level debug console UART"
115
123
        default TEGRA_DEBUG_UART_NONE
116
124
 
117
125
config TEGRA_DEBUG_UART_NONE
134
142
 
135
143
endchoice
136
144
 
 
145
choice
 
146
        prompt "Automatic low-level debug console UART"
 
147
        default TEGRA_DEBUG_UART_AUTO_NONE
 
148
 
 
149
config TEGRA_DEBUG_UART_AUTO_NONE
 
150
        bool "None"
 
151
 
 
152
config TEGRA_DEBUG_UART_AUTO_ODMDATA
 
153
        bool "Via ODMDATA"
 
154
        help
 
155
          Automatically determines which UART to use for low-level debug based
 
156
          on the ODMDATA value. This value is part of the BCT, and is written
 
157
          to the boot memory device using nvflash, or other flashing tool.
 
158
          When bits 19:18 are 3, then bits 17:15 indicate which UART to use;
 
159
          0/1/2/3/4 are UART A/B/C/D/E.
 
160
 
 
161
config TEGRA_DEBUG_UART_AUTO_SCRATCH
 
162
        bool "Via UART scratch register"
 
163
        help
 
164
          Automatically determines which UART to use for low-level debug based
 
165
          on the UART scratch register value. Some bootloaders put ASCII 'D'
 
166
          in this register when they initialize their own console UART output.
 
167
          Using this option allows the kernel to automatically pick the same
 
168
          UART.
 
169
 
 
170
endchoice
 
171
 
137
172
config TEGRA_SYSTEM_DMA
138
173
        bool "Enable system DMA driver for NVIDIA Tegra SoCs"
139
174
        default y