Kconfig (e4d06e39530559513c7e335ef7ca4675f8146220) Kconfig (c587e4a6a4d808fd2a1c4e7fb2d5a3a31e300d23)
1#
2# For a description of the syntax of this configuration file,
3# see Documentation/kbuild/kconfig-language.txt.
4#
5
6mainmenu "Linux Kernel Configuration"
7
8config ARM

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

298 bool "SA1100-based"
299 select ISA
300 select ARCH_DISCONTIGMEM_ENABLE
301 select ARCH_MTD_XIP
302 help
303 Support for StrongARM 11x0 based boards.
304
305config ARCH_S3C2410
1#
2# For a description of the syntax of this configuration file,
3# see Documentation/kbuild/kconfig-language.txt.
4#
5
6mainmenu "Linux Kernel Configuration"
7
8config ARM

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

298 bool "SA1100-based"
299 select ISA
300 select ARCH_DISCONTIGMEM_ENABLE
301 select ARCH_MTD_XIP
302 help
303 Support for StrongARM 11x0 based boards.
304
305config ARCH_S3C2410
306 bool "Samsung S3C2410, S3C2412, S3C2413, S3C2440, S3C2442, S3C2443"
306 bool "Samsung S3C2410, S3C2412, S3C2413, S3C2440, S3C2442"
307 help
308 Samsung S3C2410X CPU based systems, such as the Simtec Electronics
309 BAST (<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940 or
310 the Samsung SMDK2410 development board (and derivatives).
311
312config ARCH_SHARK
313 bool "Shark"
314 select ISA

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

358source "arch/arm/mach-sa1100/Kconfig"
359
360source "arch/arm/plat-omap/Kconfig"
361
362source "arch/arm/mach-omap1/Kconfig"
363
364source "arch/arm/mach-omap2/Kconfig"
365
307 help
308 Samsung S3C2410X CPU based systems, such as the Simtec Electronics
309 BAST (<http://www.simtec.co.uk/products/EB110ITX/>), the IPAQ 1940 or
310 the Samsung SMDK2410 development board (and derivatives).
311
312config ARCH_SHARK
313 bool "Shark"
314 select ISA

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

358source "arch/arm/mach-sa1100/Kconfig"
359
360source "arch/arm/plat-omap/Kconfig"
361
362source "arch/arm/mach-omap1/Kconfig"
363
364source "arch/arm/mach-omap2/Kconfig"
365
366source "arch/arm/plat-s3c24xx/Kconfig"
367
368if ARCH_S3C2410
369source "arch/arm/mach-s3c2400/Kconfig"
370source "arch/arm/mach-s3c2410/Kconfig"
366source "arch/arm/mach-s3c2410/Kconfig"
371source "arch/arm/mach-s3c2412/Kconfig"
372source "arch/arm/mach-s3c2440/Kconfig"
373source "arch/arm/mach-s3c2442/Kconfig"
374source "arch/arm/mach-s3c2443/Kconfig"
375endif
376
377source "arch/arm/mach-lh7a40x/Kconfig"
378
379source "arch/arm/mach-imx/Kconfig"
380
381source "arch/arm/mach-h720x/Kconfig"
382
383source "arch/arm/mach-versatile/Kconfig"

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

742 hex "XIP Kernel Physical Location"
743 depends on XIP_KERNEL
744 default "0x00080000"
745 help
746 This is the physical address in your flash memory the kernel will
747 be linked for and stored to. This address is dependent on your
748 own flash usage.
749
367
368source "arch/arm/mach-lh7a40x/Kconfig"
369
370source "arch/arm/mach-imx/Kconfig"
371
372source "arch/arm/mach-h720x/Kconfig"
373
374source "arch/arm/mach-versatile/Kconfig"

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

733 hex "XIP Kernel Physical Location"
734 depends on XIP_KERNEL
735 default "0x00080000"
736 help
737 This is the physical address in your flash memory the kernel will
738 be linked for and stored to. This address is dependent on your
739 own flash usage.
740
741config KEXEC
742 bool "Kexec system call (EXPERIMENTAL)"
743 depends on EXPERIMENTAL
744 help
745 kexec is a system call that implements the ability to shutdown your
746 current kernel, and to start another kernel. It is like a reboot
747 but it is indepedent of the system firmware. And like a reboot
748 you can start any kernel with it, not just Linux.
749
750 It is an ongoing process to be certain the hardware in a machine
751 is properly shutdown, so do not be surprised if this code does not
752 initially work for you. It may help to enable device hotplugging
753 support.
754
750endmenu
751
752if (ARCH_SA1100 || ARCH_INTEGRATOR || ARCH_OMAP || ARCH_IMX )
753
754menu "CPU Frequency scaling"
755
756source "drivers/cpufreq/Kconfig"
757

--- 229 unchanged lines hidden ---
755endmenu
756
757if (ARCH_SA1100 || ARCH_INTEGRATOR || ARCH_OMAP || ARCH_IMX )
758
759menu "CPU Frequency scaling"
760
761source "drivers/cpufreq/Kconfig"
762

--- 229 unchanged lines hidden ---