2007-02-11 12:31:01 -05:00
|
|
|
# arch/arm/mach-s3c2410/Kconfig
|
|
|
|
#
|
|
|
|
# Copyright 2007 Simtec Electronics
|
|
|
|
#
|
|
|
|
# Licensed under GPLv2
|
2005-04-16 18:20:36 -04:00
|
|
|
|
2007-02-11 12:31:01 -05:00
|
|
|
config CPU_S3C2410
|
|
|
|
bool
|
|
|
|
depends on ARCH_S3C2410
|
|
|
|
select S3C2410_CLOCK
|
|
|
|
select S3C2410_GPIO
|
|
|
|
select S3C2410_PM if PM
|
|
|
|
help
|
|
|
|
Support for S3C2410 and S3C2410A family from the S3C24XX line
|
|
|
|
of Samsung Mobile CPUs.
|
2005-04-16 18:20:36 -04:00
|
|
|
|
2007-02-11 12:31:01 -05:00
|
|
|
config CPU_S3C2410_DMA
|
|
|
|
bool
|
|
|
|
depends on S3C2410_DMA && (CPU_S3C2410 || CPU_S3C2442)
|
|
|
|
default y if CPU_S3C2410 || CPU_S3C2442
|
2006-09-21 17:57:12 -04:00
|
|
|
help
|
2007-02-11 12:31:01 -05:00
|
|
|
DMA device selection for S3C2410 and compatible CPUs
|
2006-09-21 17:57:12 -04:00
|
|
|
|
2007-02-11 12:31:01 -05:00
|
|
|
config S3C2410_PM
|
|
|
|
bool
|
2005-09-07 06:49:23 -04:00
|
|
|
help
|
2007-02-11 12:31:01 -05:00
|
|
|
Power Management code common to S3C2410 and better
|
2005-09-07 06:49:23 -04:00
|
|
|
|
2007-02-11 12:31:01 -05:00
|
|
|
config S3C2410_GPIO
|
|
|
|
bool
|
2006-03-20 12:10:02 -05:00
|
|
|
help
|
2007-02-11 12:31:01 -05:00
|
|
|
GPIO code for S3C2410 and similar processors
|
2006-03-20 12:10:02 -05:00
|
|
|
|
2007-02-11 12:31:01 -05:00
|
|
|
config S3C2410_CLOCK
|
|
|
|
bool
|
2005-04-16 18:20:36 -04:00
|
|
|
help
|
2007-02-11 12:31:01 -05:00
|
|
|
Clock code for the S3C2410, and similar processors
|
2005-04-16 18:20:36 -04:00
|
|
|
|
|
|
|
|
2007-02-11 12:31:01 -05:00
|
|
|
menu "S3C2410 Machines"
|
2005-09-07 12:24:48 -04:00
|
|
|
|
2007-02-11 12:31:01 -05:00
|
|
|
config ARCH_SMDK2410
|
|
|
|
bool "SMDK2410/A9M2410"
|
|
|
|
select CPU_S3C2410
|
|
|
|
select MACH_SMDK
|
2006-12-07 14:47:58 -05:00
|
|
|
help
|
2007-02-11 12:31:01 -05:00
|
|
|
Say Y here if you are using the SMDK2410 or the derived module A9M2410
|
|
|
|
<http://www.fsforth.de>
|
2006-12-07 14:47:58 -05:00
|
|
|
|
2005-04-16 18:20:36 -04:00
|
|
|
config ARCH_H1940
|
|
|
|
bool "IPAQ H1940"
|
|
|
|
select CPU_S3C2410
|
2006-12-17 18:39:47 -05:00
|
|
|
select PM_H1940 if PM
|
2005-04-16 18:20:36 -04:00
|
|
|
help
|
|
|
|
Say Y here if you are using the HP IPAQ H1940
|
|
|
|
|
2007-02-11 12:31:01 -05:00
|
|
|
config PM_H1940
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Internal node for H1940 and related PM
|
2005-04-16 18:20:36 -04:00
|
|
|
|
|
|
|
config MACH_N30
|
|
|
|
bool "Acer N30"
|
|
|
|
select CPU_S3C2410
|
|
|
|
help
|
|
|
|
Say Y here if you are using the Acer N30
|
|
|
|
|
2007-02-11 12:31:01 -05:00
|
|
|
config ARCH_BAST
|
|
|
|
bool "Simtec Electronics BAST (EB2410ITX)"
|
2005-04-16 18:20:36 -04:00
|
|
|
select CPU_S3C2410
|
2007-02-11 12:31:01 -05:00
|
|
|
select PM_SIMTEC if PM
|
|
|
|
select ISA
|
2005-04-16 18:20:36 -04:00
|
|
|
help
|
2007-02-11 12:31:01 -05:00
|
|
|
Say Y here if you are using the Simtec Electronics EB2410ITX
|
|
|
|
development board (also known as BAST)
|
2005-04-16 18:20:36 -04:00
|
|
|
|
2007-02-11 12:31:01 -05:00
|
|
|
config MACH_OTOM
|
|
|
|
bool "NexVision OTOM Board"
|
|
|
|
select CPU_S3C2410
|
2005-04-16 18:20:36 -04:00
|
|
|
help
|
2007-02-11 12:31:01 -05:00
|
|
|
Say Y here if you are using the Nex Vision OTOM board
|
2006-06-18 18:06:41 -04:00
|
|
|
|
2007-02-11 12:31:01 -05:00
|
|
|
config MACH_AML_M5900
|
|
|
|
bool "AML M5900 Series"
|
|
|
|
select CPU_S3C2410
|
|
|
|
select PM_SIMTEC if PM
|
2006-09-14 08:29:13 -04:00
|
|
|
help
|
2007-02-11 12:31:01 -05:00
|
|
|
Say Y here if you are using the American Microsystems M5900 Series
|
|
|
|
<http://www.amltd.com>
|
2006-09-14 08:29:13 -04:00
|
|
|
|
2007-02-11 12:31:01 -05:00
|
|
|
config BAST_PC104_IRQ
|
|
|
|
bool "BAST PC104 IRQ support"
|
|
|
|
depends on ARCH_BAST
|
|
|
|
default y
|
2006-06-24 16:21:35 -04:00
|
|
|
help
|
2007-02-11 12:31:01 -05:00
|
|
|
Say Y here to enable the PC104 IRQ routing on the
|
|
|
|
Simtec BAST (EB2410ITX)
|
2006-06-18 18:06:41 -04:00
|
|
|
|
2005-04-16 18:20:36 -04:00
|
|
|
config MACH_VR1000
|
|
|
|
bool "Thorcom VR1000"
|
2006-12-19 17:46:17 -05:00
|
|
|
select PM_SIMTEC if PM
|
2005-04-16 18:20:36 -04:00
|
|
|
select CPU_S3C2410
|
|
|
|
help
|
|
|
|
Say Y here if you are using the Thorcom VR1000 board.
|
|
|
|
|
2007-02-16 18:52:37 -05:00
|
|
|
config MACH_QT2410
|
|
|
|
bool "QT2410"
|
|
|
|
select CPU_S3C2410
|
|
|
|
help
|
|
|
|
Say Y here if you are using the Armzone QT2410
|
2006-09-20 15:32:33 -04:00
|
|
|
|
2005-04-16 18:20:36 -04:00
|
|
|
endmenu
|
|
|
|
|