Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1c5f873d authored by Paul Bolle's avatar Paul Bolle Committed by Jiri Kosina
Browse files

parisc: Kconfig: cleanup Kernel page size default



"Kernel page size" still defaults to "4KB", for both 32 and 64 bit
processors, when tested with "make ARCH=parisc menuconfig".

Signed-off-by: default avatarPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 6af677ea
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -169,9 +169,7 @@ config 64BIT

choice
	prompt "Kernel page size"
	default PARISC_PAGE_SIZE_4KB  if !64BIT
	default PARISC_PAGE_SIZE_4KB  if 64BIT
#	default PARISC_PAGE_SIZE_16KB if 64BIT
	default PARISC_PAGE_SIZE_4KB

config PARISC_PAGE_SIZE_4KB
	bool "4KB"