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

« back to all changes in this revision

Viewing changes to arch/powerpc/platforms/Kconfig.cputype

  • 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:
78
78
 
79
79
endchoice
80
80
 
 
81
choice
 
82
        prompt "CPU selection"
 
83
        depends on PPC64
 
84
        default GENERIC_CPU
 
85
        help
 
86
          This will create a kernel which is optimised for a particular CPU.
 
87
          The resulting kernel may not run on other CPUs, so use this with care.
 
88
 
 
89
          If unsure, select Generic.
 
90
 
 
91
config GENERIC_CPU
 
92
        bool "Generic"
 
93
 
 
94
config CELL_CPU
 
95
        bool "Cell Broadband Engine"
 
96
 
 
97
config POWER4_CPU
 
98
        bool "POWER4"
 
99
 
 
100
config POWER5_CPU
 
101
        bool "POWER5"
 
102
 
 
103
config POWER6_CPU
 
104
        bool "POWER6"
 
105
 
 
106
config POWER7_CPU
 
107
        bool "POWER7"
 
108
 
 
109
endchoice
 
110
 
81
111
config PPC_BOOK3S
82
112
        def_bool y
83
113
        depends on PPC_BOOK3S_32 || PPC_BOOK3S_64
86
116
        def_bool y
87
117
        depends on PPC_BOOK3E_64
88
118
 
89
 
config POWER4_ONLY
90
 
        bool "Optimize for POWER4"
91
 
        depends on PPC64 && PPC_BOOK3S
92
 
        default n
93
 
        ---help---
94
 
          Cause the compiler to optimize for POWER4/POWER5/PPC970 processors.
95
 
          The resulting binary will not work on POWER3 or RS64 processors
96
 
          when compiled with binutils 2.15 or later.
97
 
 
98
119
config 6xx
99
120
        def_bool y
100
121
        depends on PPC32 && PPC_BOOK3S
258
279
        default y
259
280
        ---help---
260
281
          The PID register in server is used explicitly for ICSWX.  In
261
 
          embedded systems PID managment is done by the system.
 
282
          embedded systems PID management is done by the system.
262
283
 
263
284
config PPC_ICSWX_USE_SIGILL
264
285
        bool "Should a bad CT cause a SIGILL?"
266
287
        default n
267
288
        ---help---
268
289
          Should a bad CT used for "non-record form ICSWX" cause an
269
 
          illegal intruction signal or should it be silent as
 
290
          illegal instruction signal or should it be silent as
270
291
          architected.
271
292
 
272
293
          If in doubt, say N here.