Kconfig (e92427b289d252cfbd4cb5282d92f4ce1a5bb1fb) Kconfig (f45b1149911cc4c3ab50e56c8844ad4ec04a4575)
1config ARM
2 bool
3 default y
4 select HAVE_AOUT
5 select HAVE_DMA_API_DEBUG
6 select HAVE_IDE
7 select HAVE_MEMBLOCK
8 select RTC_LIB

--- 1605 unchanged lines hidden (view full) ---

1614
1615config ZBOOT_ROM
1616 bool "Compressed boot loader in ROM/flash"
1617 depends on ZBOOT_ROM_TEXT != ZBOOT_ROM_BSS
1618 help
1619 Say Y here if you intend to execute your compressed kernel image
1620 (zImage) directly from ROM or flash. If unsure, say N.
1621
1config ARM
2 bool
3 default y
4 select HAVE_AOUT
5 select HAVE_DMA_API_DEBUG
6 select HAVE_IDE
7 select HAVE_MEMBLOCK
8 select RTC_LIB

--- 1605 unchanged lines hidden (view full) ---

1614
1615config ZBOOT_ROM
1616 bool "Compressed boot loader in ROM/flash"
1617 depends on ZBOOT_ROM_TEXT != ZBOOT_ROM_BSS
1618 help
1619 Say Y here if you intend to execute your compressed kernel image
1620 (zImage) directly from ROM or flash. If unsure, say N.
1621
1622config 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
1622config CMDLINE
1623 string "Default kernel command string"
1624 default ""
1625 help
1626 On some architectures (EBSA110 and CATS), there is currently no way
1627 for the boot loader to pass arguments to the kernel. For these
1628 architectures, you should supply some command-line options at build
1629 time by entering them here. As a minimum, you should specify the

--- 287 unchanged lines hidden ---
1634config CMDLINE
1635 string "Default kernel command string"
1636 default ""
1637 help
1638 On some architectures (EBSA110 and CATS), there is currently no way
1639 for the boot loader to pass arguments to the kernel. For these
1640 architectures, you should supply some command-line options at build
1641 time by entering them here. As a minimum, you should specify the

--- 287 unchanged lines hidden ---