Kconfig (ca19e77e44985b5500f5461f7d2f4ce799cb60ce) Kconfig (d164f6d4f9108126f69ba2963cf6fb7ef4ba9232)
1source "arch/powerpc/platforms/Kconfig.cputype"
2
3config PPC32
4 bool
5 default y if !PPC64
6
7config 32BIT
8 bool

--- 6 unchanged lines hidden (view full) ---

15config WORD_SIZE
16 int
17 default 64 if PPC64
18 default 32 if !PPC64
19
20config ARCH_PHYS_ADDR_T_64BIT
21 def_bool PPC64 || PHYS_64BIT
22
1source "arch/powerpc/platforms/Kconfig.cputype"
2
3config PPC32
4 bool
5 default y if !PPC64
6
7config 32BIT
8 bool

--- 6 unchanged lines hidden (view full) ---

15config WORD_SIZE
16 int
17 default 64 if PPC64
18 default 32 if !PPC64
19
20config ARCH_PHYS_ADDR_T_64BIT
21 def_bool PPC64 || PHYS_64BIT
22
23config ARCH_DMA_ADDR_T_64BIT
24 def_bool ARCH_PHYS_ADDR_T_64BIT
25
23config MMU
24 bool
25 default y
26
27config GENERIC_CMOS_UPDATE
28 def_bool y
29
30config GENERIC_TIME_VSYSCALL

--- 173 unchanged lines hidden (view full) ---

204
205config ARCH_HIBERNATION_POSSIBLE
206 bool
207 default y
208
209config ARCH_SUSPEND_POSSIBLE
210 def_bool y
211 depends on ADB_PMU || PPC_EFIKA || PPC_LITE5200 || PPC_83xx || \
26config MMU
27 bool
28 default y
29
30config GENERIC_CMOS_UPDATE
31 def_bool y
32
33config GENERIC_TIME_VSYSCALL

--- 173 unchanged lines hidden (view full) ---

207
208config ARCH_HIBERNATION_POSSIBLE
209 bool
210 default y
211
212config ARCH_SUSPEND_POSSIBLE
213 def_bool y
214 depends on ADB_PMU || PPC_EFIKA || PPC_LITE5200 || PPC_83xx || \
212 PPC_85xx || PPC_86xx || PPC_PSERIES
215 PPC_85xx || PPC_86xx || PPC_PSERIES || 44x || 40x
213
214config PPC_DCR_NATIVE
215 bool
216 default n
217
218config PPC_DCR_MMIO
219 bool
220 default n

--- 369 unchanged lines hidden (view full) ---

590 files in the .dts directory.
591
592 Targets in this list will be build as part of the default build
593 target, or when the user does a 'make zImage' or a
594 'make zImage.initrd'.
595
596 If unsure, leave blank
597
216
217config PPC_DCR_NATIVE
218 bool
219 default n
220
221config PPC_DCR_MMIO
222 bool
223 default n

--- 369 unchanged lines hidden (view full) ---

593 files in the .dts directory.
594
595 Targets in this list will be build as part of the default build
596 target, or when the user does a 'make zImage' or a
597 'make zImage.initrd'.
598
599 If unsure, leave blank
600
598if !44x || BROKEN
599config ARCH_WANTS_FREEZER_CONTROL
600 def_bool y
601 depends on ADB_PMU
602
603source kernel/power/Kconfig
601config ARCH_WANTS_FREEZER_CONTROL
602 def_bool y
603 depends on ADB_PMU
604
605source kernel/power/Kconfig
604endif
605
606config SECCOMP
607 bool "Enable seccomp to safely compute untrusted bytecode"
608 depends on PROC_FS
609 default y
610 help
611 This kernel feature is useful for number crunching applications
612 that may need to compute untrusted bytecode during their

--- 64 unchanged lines hidden (view full) ---

677config FSL_PMC
678 bool
679 default y
680 depends on SUSPEND && (PPC_85xx || PPC_86xx)
681 help
682 Freescale MPC85xx/MPC86xx power management controller support
683 (suspend/resume). For MPC83xx see platforms/83xx/suspend.c
684
606
607config SECCOMP
608 bool "Enable seccomp to safely compute untrusted bytecode"
609 depends on PROC_FS
610 default y
611 help
612 This kernel feature is useful for number crunching applications
613 that may need to compute untrusted bytecode during their

--- 64 unchanged lines hidden (view full) ---

678config FSL_PMC
679 bool
680 default y
681 depends on SUSPEND && (PPC_85xx || PPC_86xx)
682 help
683 Freescale MPC85xx/MPC86xx power management controller support
684 (suspend/resume). For MPC83xx see platforms/83xx/suspend.c
685
686config PPC4xx_CPM
687 bool
688 default y
689 depends on SUSPEND && (44x || 40x)
690 help
691 PPC4xx Clock Power Management (CPM) support (suspend/resume).
692 It also enables support for two different idle states (idle-wait
693 and idle-doze).
694
685config 4xx_SOC
686 bool
687
688config FSL_LBC
689 bool "Freescale Local Bus support"
690 depends on FSL_SOC
691 help
692 Enables reporting of errors from the Freescale local bus

--- 304 unchanged lines hidden ---
695config 4xx_SOC
696 bool
697
698config FSL_LBC
699 bool "Freescale Local Bus support"
700 depends on FSL_SOC
701 help
702 Enables reporting of errors from the Freescale local bus

--- 304 unchanged lines hidden ---