diff options
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 4f3891215b87..04cbc88e9b9f 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -596,6 +596,8 @@ menu "Boot options" | |||
596 | config ZERO_PAGE_OFFSET | 596 | config ZERO_PAGE_OFFSET |
597 | hex "Zero page offset" | 597 | hex "Zero page offset" |
598 | default "0x00004000" if SH_MPC1211 || SH_SH03 | 598 | default "0x00004000" if SH_MPC1211 || SH_SH03 |
599 | default "0x00010000" if PAGE_SIZE_64KB | ||
600 | default "0x00002000" if PAGE_SIZE_8KB | ||
599 | default "0x00001000" | 601 | default "0x00001000" |
600 | help | 602 | help |
601 | This sets the default offset of zero page. | 603 | This sets the default offset of zero page. |