~ubuntu-branches/ubuntu/quantal/linux-linaro-mx51/quantal

« back to all changes in this revision

Viewing changes to arch/powerpc/platforms/Kconfig

  • Committer: Package Import Robot
  • Author(s): John Rigby, John Rigby
  • Date: 2011-09-26 10:44:23 UTC
  • Revision ID: package-import@ubuntu.com-20110926104423-3o58a3c1bj7x00rs
Tags: 3.0.0-1007.9
[ John Rigby ]

Enable crypto modules and remove crypto-modules from
exclude-module files
LP: #826021

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
source "arch/powerpc/platforms/44x/Kconfig"
21
21
source "arch/powerpc/platforms/40x/Kconfig"
22
22
source "arch/powerpc/platforms/amigaone/Kconfig"
 
23
source "arch/powerpc/platforms/wsp/Kconfig"
23
24
 
24
25
config KVM_GUEST
25
26
        bool "KVM Guest support"
56
57
        depends on PPC_RTAS
57
58
        default n
58
59
 
 
60
config PPC_SMP_MUXED_IPI
 
61
        bool
 
62
        help
 
63
          Select this opton if your platform supports SMP and your
 
64
          interrupt controller provides less than 4 interrupts to each
 
65
          cpu.  This will enable the generic code to multiplex the 4
 
66
          messages on to one ipi.
 
67
 
59
68
config PPC_UDBG_BEAT
60
69
        bool "BEAT based debug console"
61
70
        depends on PPC_CELLEB
62
71
        default n
63
72
 
64
 
config XICS
65
 
        depends on PPC_PSERIES
66
 
        bool
67
 
        default y
68
 
 
69
73
config IPIC
70
74
        bool
71
75
        default n
147
151
        bool
148
152
        default n
149
153
 
 
154
config PPC_P7_NAP
 
155
        bool
 
156
        default n
 
157
 
150
158
config PPC_INDIRECT_IO
151
159
        bool
152
160
        select GENERIC_IOMAP
153
 
        default n
 
161
 
 
162
config PPC_INDIRECT_PIO
 
163
        bool
 
164
        select PPC_INDIRECT_IO
 
165
 
 
166
config PPC_INDIRECT_MMIO
 
167
        bool
 
168
        select PPC_INDIRECT_IO
 
169
 
 
170
config PPC_IO_WORKAROUNDS
 
171
        bool
154
172
 
155
173
config GENERIC_IOMAP
156
174
        bool
157
 
        default n
158
175
 
159
176
source "drivers/cpufreq/Kconfig"
160
177