diff options
-rw-r--r-- | arch/powerpc/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 94f6c5089e0c..5ead6a31854b 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -557,7 +557,7 @@ choice | |||
557 | 557 | ||
558 | config PPC_4K_PAGES | 558 | config PPC_4K_PAGES |
559 | bool "4k page size" | 559 | bool "4k page size" |
560 | select HAVE_ARCH_SOFT_DIRTY if CHECKPOINT_RESTORE && PPC_BOOK3S | 560 | select HAVE_ARCH_SOFT_DIRTY if PPC_BOOK3S_64 |
561 | 561 | ||
562 | config PPC_16K_PAGES | 562 | config PPC_16K_PAGES |
563 | bool "16k page size" | 563 | bool "16k page size" |
@@ -566,7 +566,7 @@ config PPC_16K_PAGES | |||
566 | config PPC_64K_PAGES | 566 | config PPC_64K_PAGES |
567 | bool "64k page size" | 567 | bool "64k page size" |
568 | depends on !PPC_FSL_BOOK3E && (44x || PPC_STD_MMU_64 || PPC_BOOK3E_64) | 568 | depends on !PPC_FSL_BOOK3E && (44x || PPC_STD_MMU_64 || PPC_BOOK3E_64) |
569 | select HAVE_ARCH_SOFT_DIRTY if CHECKPOINT_RESTORE && PPC_BOOK3S | 569 | select HAVE_ARCH_SOFT_DIRTY if PPC_BOOK3S_64 |
570 | 570 | ||
571 | config PPC_256K_PAGES | 571 | config PPC_256K_PAGES |
572 | bool "256k page size" | 572 | bool "256k page size" |