diff options
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r-- | arch/sh/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index c5ee4ce60b57..22d25113d76a 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -776,6 +776,17 @@ config ENTRY_OFFSET | |||
776 | default "0x00010000" if PAGE_SIZE_64KB | 776 | default "0x00010000" if PAGE_SIZE_64KB |
777 | default "0x00000000" | 777 | default "0x00000000" |
778 | 778 | ||
779 | config ROMIMAGE_MMCIF | ||
780 | bool "Include MMCIF loader in romImage (EXPERIMENTAL)" | ||
781 | depends on CPU_SUBTYPE_SH7724 && EXPERIMENTAL | ||
782 | help | ||
783 | Say Y here to include experimental MMCIF loading code in | ||
784 | romImage. With this enabled it is possible to write the romImage | ||
785 | kernel image to an MMC card and boot the kernel straight from | ||
786 | the reset vector. At reset the processor Mask ROM will load the | ||
787 | first part of the romImage which in turn loads the rest the kernel | ||
788 | image to RAM using the MMCIF hardware block. | ||
789 | |||
779 | choice | 790 | choice |
780 | prompt "Kernel command line" | 791 | prompt "Kernel command line" |
781 | optional | 792 | optional |