diff options
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index f0a893142cee..4bb52e6488ea 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -884,7 +884,7 @@ config DYNAMIC_MEMSTART | |||
884 | 884 | ||
885 | config RELOCATABLE | 885 | config RELOCATABLE |
886 | bool "Build a relocatable kernel" | 886 | bool "Build a relocatable kernel" |
887 | depends on ADVANCED_OPTIONS && FLATMEM && 44x | 887 | depends on ADVANCED_OPTIONS && FLATMEM && (44x || FSL_BOOKE) |
888 | select NONSTATIC_KERNEL | 888 | select NONSTATIC_KERNEL |
889 | help | 889 | help |
890 | This builds a kernel image that is capable of running at the | 890 | This builds a kernel image that is capable of running at the |