diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 5cff165b7eb0..2d0a1dc15994 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -1619,6 +1619,18 @@ config ZBOOT_ROM | |||
1619 | Say Y here if you intend to execute your compressed kernel image | 1619 | Say Y here if you intend to execute your compressed kernel image |
1620 | (zImage) directly from ROM or flash. If unsure, say N. | 1620 | (zImage) directly from ROM or flash. If unsure, say N. |
1621 | 1621 | ||
1622 | config ZBOOT_ROM_MMCIF | ||
1623 | bool "Include MMCIF loader in zImage (EXPERIMENTAL)" | ||
1624 | depends on ZBOOT_ROM && ARCH_SH7372 && EXPERIMENTAL | ||
1625 | help | ||
1626 | Say Y here to include experimental MMCIF loading code in the | ||
1627 | ROM-able zImage. With this enabled it is possible to write the | ||
1628 | the ROM-able zImage kernel image to an MMC card and boot the | ||
1629 | kernel straight from the reset vector. At reset the processor | ||
1630 | Mask ROM will load the first part of the the ROM-able zImage | ||
1631 | which in turn loads the rest the kernel image to RAM using the | ||
1632 | MMCIF hardware block. | ||
1633 | |||
1622 | config CMDLINE | 1634 | config CMDLINE |
1623 | string "Default kernel command string" | 1635 | string "Default kernel command string" |
1624 | default "" | 1636 | default "" |