Kconfig (06ec64b84c357693e9a5540de8eedfc775dbae12) Kconfig (87a4c375995ed8eaa721b08825cf73d0b02b3145)
1# SPDX-License-Identifier: GPL-2.0
2source "arch/powerpc/platforms/Kconfig.cputype"
3
4config PPC32
5 bool
6 default y if !PPC64
7
8config 32BIT

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

388
389menu "Kernel options"
390
391config HIGHMEM
392 bool "High memory support"
393 depends on PPC32
394
395source kernel/Kconfig.hz
1# SPDX-License-Identifier: GPL-2.0
2source "arch/powerpc/platforms/Kconfig.cputype"
3
4config PPC32
5 bool
6 default y if !PPC64
7
8config 32BIT

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

388
389menu "Kernel options"
390
391config HIGHMEM
392 bool "High memory support"
393 depends on PPC32
394
395source kernel/Kconfig.hz
396source kernel/Kconfig.preempt
397
398config HUGETLB_PAGE_SIZE_VARIABLE
399 bool
400 depends on HUGETLB_PAGE
401 default y
402
403config MATH_EMULATION
404 bool "Math emulation"

--- 798 unchanged lines hidden ---
396
397config HUGETLB_PAGE_SIZE_VARIABLE
398 bool
399 depends on HUGETLB_PAGE
400 default y
401
402config MATH_EMULATION
403 bool "Math emulation"

--- 798 unchanged lines hidden ---