summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.kernel
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/config/Config.in.kernel')
-rw-r--r--target/linux/config/Config.in.kernel3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/linux/config/Config.in.kernel b/target/linux/config/Config.in.kernel
index fee170b73..461605efd 100644
--- a/target/linux/config/Config.in.kernel
+++ b/target/linux/config/Config.in.kernel
@@ -208,6 +208,8 @@ config ADK_KERNEL_CC_OPTIMIZE_FOR_SIZE
choice
prompt "Page size"
depends on ADK_LINUX_MIPS64
+default ADK_KERNEL_PAGE_SIZE_16KB if ADK_TARGET_SYSTEM_LEMOTE_YEELONG
+default ADK_KERNEL_PAGE_SIZE_4KB
config ADK_KERNEL_PAGE_SIZE_4KB
prompt "4kB"
@@ -222,5 +224,4 @@ config ADK_KERNEL_PAGE_SIZE_64KB
boolean
endchoice
-
endmenu