Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees...
[linux-2.6-microblaze.git] / arch / hexagon / Kconfig
index a880ee0..1414052 100644 (file)
@@ -8,6 +8,10 @@ config HEXAGON
        select ARCH_HAS_SYNC_DMA_FOR_DEVICE
        select ARCH_NO_PREEMPT
        select DMA_GLOBAL_POOL
+       select HAVE_PAGE_SIZE_4KB
+       select HAVE_PAGE_SIZE_16KB
+       select HAVE_PAGE_SIZE_64KB
+       select HAVE_PAGE_SIZE_256KB
        # Other pending projects/to-do items.
        # select HAVE_REGS_AND_STACK_ACCESS_API
        # select HAVE_HW_BREAKPOINT if PERF_EVENTS
@@ -120,26 +124,6 @@ config NR_CPUS
          This is purely to save memory - each supported CPU adds
          approximately eight kilobytes to the kernel image.
 
-choice
-       prompt "Kernel page size"
-       default PAGE_SIZE_4KB
-       help
-         Changes the default page size; use with caution.
-
-config PAGE_SIZE_4KB
-       bool "4KB"
-
-config PAGE_SIZE_16KB
-       bool "16KB"
-
-config PAGE_SIZE_64KB
-       bool "64KB"
-
-config PAGE_SIZE_256KB
-       bool "256KB"
-
-endchoice
-
 source "kernel/Kconfig.hz"
 
 endmenu