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

« back to all changes in this revision

Viewing changes to arch/powerpc/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:
91
91
        bool
92
92
        default y
93
93
 
94
 
config GENERIC_FIND_NEXT_BIT
95
 
        bool
96
 
        default y
97
 
 
98
94
config GENERIC_GPIO
99
95
        bool
100
96
        help
117
113
        select HAVE_IOREMAP_PROT
118
114
        select HAVE_EFFICIENT_UNALIGNED_ACCESS
119
115
        select HAVE_KPROBES
120
 
        select HAVE_TRACE_CLOCK
121
116
        select HAVE_ARCH_KGDB
122
117
        select HAVE_KRETPROBES
123
118
        select HAVE_ARCH_TRACEHOOK
124
119
        select HAVE_MEMBLOCK
125
120
        select HAVE_DMA_ATTRS
126
 
        select HAVE_GET_CYCLES if PPC64
127
121
        select HAVE_DMA_API_DEBUG
128
122
        select USE_GENERIC_SMP_HELPERS if SMP
129
123
        select HAVE_OPROFILE
136
130
        select HAVE_GENERIC_HARDIRQS
137
131
        select HAVE_SPARSE_IRQ
138
132
        select IRQ_PER_CPU
 
133
        select GENERIC_IRQ_SHOW
 
134
        select GENERIC_IRQ_SHOW_LEVEL
 
135
        select HAVE_RCU_TABLE_FREE if SMP
 
136
        select HAVE_SYSCALL_TRACEPOINTS
139
137
 
140
138
config EARLY_PRINTK
141
139
        bool
189
187
        default y if PMAC_APM_EMU
190
188
        bool
191
189
 
 
190
config EPAPR_BOOT
 
191
        bool
 
192
        help
 
193
          Used to allow a board to specify it wants an ePAPR compliant wrapper.
 
194
        default n
 
195
 
192
196
config DEFAULT_UIMAGE
193
197
        bool
194
198
        help
205
209
config ARCH_SUSPEND_POSSIBLE
206
210
        def_bool y
207
211
        depends on ADB_PMU || PPC_EFIKA || PPC_LITE5200 || PPC_83xx || \
208
 
                   PPC_85xx || PPC_86xx || PPC_PSERIES || 44x || 40x
 
212
                   (PPC_85xx && !SMP) || PPC_86xx || PPC_PSERIES || 44x || 40x
209
213
 
210
214
config PPC_DCR_NATIVE
211
215
        bool
769
773
 
770
774
config RAPIDIO
771
775
        bool "RapidIO support"
772
 
        depends on HAS_RAPIDIO
 
776
        depends on HAS_RAPIDIO || PCI
773
777
        help
774
778
          If you say Y here, the kernel will include drivers and
775
779
          infrastructure code to support RapidIO interconnect devices.
776
780
 
 
781
config FSL_RIO
 
782
        bool "Freescale Embedded SRIO Controller support"
 
783
        depends on RAPIDIO && HAS_RAPIDIO
 
784
        default "n"
 
785
        ---help---
 
786
          Include support for RapidIO controller on Freescale embedded
 
787
          processors (MPC8548, MPC8641, etc).
 
788
 
777
789
source "drivers/rapidio/Kconfig"
778
790
 
779
791
endmenu