Kconfig (f45b1149911cc4c3ab50e56c8844ad4ec04a4575) Kconfig (21f47fbc5b18da4a3db680959aee887612ec9a72)
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

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

870 select ARM_AMBA
871 select ARCH_REQUIRE_GPIOLIB
872 select CLKDEV_LOOKUP
873 select GENERIC_CLOCKEVENTS
874 select HAVE_CLK
875 help
876 Support for ST's SPEAr platform (SPEAr3xx, SPEAr6xx and SPEAr13xx).
877
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

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

870 select ARM_AMBA
871 select ARCH_REQUIRE_GPIOLIB
872 select CLKDEV_LOOKUP
873 select GENERIC_CLOCKEVENTS
874 select HAVE_CLK
875 help
876 Support for ST's SPEAr platform (SPEAr3xx, SPEAr6xx and SPEAr13xx).
877
878config ARCH_VT8500
879 bool "VIA/WonderMedia 85xx"
880 select CPU_ARM926T
881 select GENERIC_GPIO
882 select ARCH_HAS_CPUFREQ
883 select GENERIC_CLOCKEVENTS
884 select ARCH_REQUIRE_GPIOLIB
885 select HAVE_PWM
886 help
887 Support for VIA/WonderMedia VT8500/WM85xx System-on-Chip.
878endchoice
879
880#
881# This is sorted alphabetically by mach-* pathname. However, plat-*
882# Kconfigs may be included either alphabetically (according to the
883# plat- suffix) or along side the corresponding mach-* source.
884#
885source "arch/arm/mach-aaec2000/Kconfig"

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

1002source "arch/arm/mach-u300/Kconfig"
1003
1004source "arch/arm/mach-ux500/Kconfig"
1005
1006source "arch/arm/mach-versatile/Kconfig"
1007
1008source "arch/arm/mach-vexpress/Kconfig"
1009
888endchoice
889
890#
891# This is sorted alphabetically by mach-* pathname. However, plat-*
892# Kconfigs may be included either alphabetically (according to the
893# plat- suffix) or along side the corresponding mach-* source.
894#
895source "arch/arm/mach-aaec2000/Kconfig"

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

1012source "arch/arm/mach-u300/Kconfig"
1013
1014source "arch/arm/mach-ux500/Kconfig"
1015
1016source "arch/arm/mach-versatile/Kconfig"
1017
1018source "arch/arm/mach-vexpress/Kconfig"
1019
1020source "arch/arm/mach-vt8500/Kconfig"
1021
1010source "arch/arm/mach-w90x900/Kconfig"
1011
1012# Definitions to make life easier
1013config ARCH_ACORN
1014 bool
1015
1016config PLAT_IOP
1017 bool

--- 596 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
1022source "arch/arm/mach-w90x900/Kconfig"
1023
1024# Definitions to make life easier
1025config ARCH_ACORN
1026 bool
1027
1028config PLAT_IOP
1029 bool

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

1626
1627config ZBOOT_ROM
1628 bool "Compressed boot loader in ROM/flash"
1629 depends on ZBOOT_ROM_TEXT != ZBOOT_ROM_BSS
1630 help
1631 Say Y here if you intend to execute your compressed kernel image
1632 (zImage) directly from ROM or flash. If unsure, say N.
1633
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
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 ---
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 ---