Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/kernel...
[sfrench/cifs-2.6.git] / arch / arc / Kconfig
index 7d294a3242a47a940d4848f998f548da54b49aad..99d2845f3feb954d495253e938fb4dec73be1720 100644 (file)
@@ -285,14 +285,17 @@ choice
 
 config ARC_PAGE_SIZE_8K
        bool "8KB"
+       select HAVE_PAGE_SIZE_8KB
        help
          Choose between 8k vs 16k
 
 config ARC_PAGE_SIZE_16K
+       select HAVE_PAGE_SIZE_16KB
        bool "16KB"
 
 config ARC_PAGE_SIZE_4K
        bool "4KB"
+       select HAVE_PAGE_SIZE_4KB
        depends on ARC_MMU_V3 || ARC_MMU_V4
 
 endchoice