Kconfig (30520864839dc796fd314812e7036e754880b47d) | Kconfig (cb9e4d10c448a388babd9dfbfa2b8bb1c5bbf84f) |
---|---|
1# For a description of the syntax of this configuration file, 2# see Documentation/kbuild/kconfig-language.txt. 3# 4 5mainmenu "Linux/PowerPC Kernel Configuration" 6 7config PPC64 8 bool "64-bit kernel" --- 103 unchanged lines hidden (view full) --- 112 bool 113 default y 114 115config GENERIC_BUG 116 bool 117 default y 118 depends on BUG 119 | 1# For a description of the syntax of this configuration file, 2# see Documentation/kbuild/kconfig-language.txt. 3# 4 5mainmenu "Linux/PowerPC Kernel Configuration" 6 7config PPC64 8 bool "64-bit kernel" --- 103 unchanged lines hidden (view full) --- 112 bool 113 default y 114 115config GENERIC_BUG 116 bool 117 default y 118 depends on BUG 119 |
120# 121# Powerpc uses the slab allocator to manage its ptes and the 122# page structs of ptes are used for splitting the page table 123# lock for configurations supporting more than SPLIT_PTLOCK_CPUS. 124# 125# In that special configuration the page structs of slabs are modified. 126# This setting disables the selection of SLUB as a slab allocator. 127# 128config ARCH_USES_SLAB_PAGE_STRUCT | 120config SYS_SUPPORTS_APM_EMULATION |
129 bool | 121 bool |
130 default y 131 depends on SPLIT_PTLOCK_CPUS <= NR_CPUS | |
132 133config DEFAULT_UIMAGE 134 bool 135 help 136 Used to allow a board to specify it wants a uImage built by default 137 default n 138 | 122 123config DEFAULT_UIMAGE 124 bool 125 help 126 Used to allow a board to specify it wants a uImage built by default 127 default n 128 |
129config PPC64_SWSUSP 130 bool 131 depends on PPC64 && (BROKEN || (PPC_PMAC64 && EXPERIMENTAL)) 132 default y 133 |
|
139menu "Processor support" 140choice 141 prompt "Processor Type" 142 depends on PPC32 143 default 6xx 144 145config CLASSIC32 146 bool "52xx/6xx/7xx/74xx" --- 517 unchanged lines hidden (view full) --- 664 665# Yes MCA RS/6000s exist but Linux-PPC does not currently support any 666config MCA 667 bool 668 669config PCI 670 bool "PCI support" if 40x || CPM2 || PPC_83xx || PPC_85xx || PPC_86xx \ 671 || PPC_MPC52xx || (EMBEDDED && (PPC_PSERIES || PPC_ISERIES)) \ | 134menu "Processor support" 135choice 136 prompt "Processor Type" 137 depends on PPC32 138 default 6xx 139 140config CLASSIC32 141 bool "52xx/6xx/7xx/74xx" --- 517 unchanged lines hidden (view full) --- 659 660# Yes MCA RS/6000s exist but Linux-PPC does not currently support any 661config MCA 662 bool 663 664config PCI 665 bool "PCI support" if 40x || CPM2 || PPC_83xx || PPC_85xx || PPC_86xx \ 666 || PPC_MPC52xx || (EMBEDDED && (PPC_PSERIES || PPC_ISERIES)) \ |
672 || MPC7448HPC2 || PPC_PS3 | 667 || MPC7448HPC2 || PPC_PS3 || PPC_HOLLY |
673 default y if !40x && !CPM2 && !8xx && !APUS && !PPC_83xx \ 674 && !PPC_85xx && !PPC_86xx 675 default PCI_PERMEDIA if !4xx && !CPM2 && !8xx && APUS 676 default PCI_QSPAN if !4xx && !CPM2 && 8xx 677 help 678 Find out whether your system includes a PCI bus. PCI is the name of 679 a bus system, i.e. the way the CPU talks to the other stuff inside 680 your box. If you say Y here, the kernel will include drivers and --- 219 unchanged lines hidden --- | 668 default y if !40x && !CPM2 && !8xx && !APUS && !PPC_83xx \ 669 && !PPC_85xx && !PPC_86xx 670 default PCI_PERMEDIA if !4xx && !CPM2 && !8xx && APUS 671 default PCI_QSPAN if !4xx && !CPM2 && 8xx 672 help 673 Find out whether your system includes a PCI bus. PCI is the name of 674 a bus system, i.e. the way the CPU talks to the other stuff inside 675 your box. If you say Y here, the kernel will include drivers and --- 219 unchanged lines hidden --- |