diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index e2a9aa12806cc0c5542b1c5c2d8371ddfa228637..af9f8eb3c827523d410bc56890bc5b500ffd95c9 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -1519,6 +1519,12 @@ config ASCEND_WATCHDOG_SYSFS_CONFIGURE watchdog. The kernel thread could be notified so it's ok to make that change when the watchdog is pinged by kernel thread. +config ASCEND_AUTO_TUNING_HUGEPAGE + bool "Enable support for the auto-tuning hugepage" + default y + help + The hugepage auto-tuning means the kernel dynamically manages the number of + huage pages. To achieve this purpose, custom interfaces are required. endif endmenu