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: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Родитель
6af677ea59
Коммит
1c5f873d1b
|
@ -169,9 +169,7 @@ config 64BIT
|
||||||
|
|
||||||
choice
|
choice
|
||||||
prompt "Kernel page size"
|
prompt "Kernel page size"
|
||||||
default PARISC_PAGE_SIZE_4KB if !64BIT
|
default PARISC_PAGE_SIZE_4KB
|
||||||
default PARISC_PAGE_SIZE_4KB if 64BIT
|
|
||||||
# default PARISC_PAGE_SIZE_16KB if 64BIT
|
|
||||||
|
|
||||||
config PARISC_PAGE_SIZE_4KB
|
config PARISC_PAGE_SIZE_4KB
|
||||||
bool "4KB"
|
bool "4KB"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче