Kconfig 2.5 KB
Newer Older
1 2 3 4 5
# arch/arm/mach-s3c2410/Kconfig
#
# Copyright 2007 Simtec Electronics
#
# Licensed under GPLv2
L
Linus Torvalds 已提交
6

7 8 9 10 11
config CPU_S3C2410
	bool
	depends on ARCH_S3C2410
	select S3C2410_CLOCK
	select S3C2410_GPIO
12
	select CPU_LLSERIAL_S3C2410
13 14 15 16
	select S3C2410_PM if PM
	help
	  Support for S3C2410 and S3C2410A family from the S3C24XX line
	  of Samsung Mobile CPUs.
L
Linus Torvalds 已提交
17

18 19 20 21
config CPU_S3C2410_DMA
	bool
	depends on S3C2410_DMA && (CPU_S3C2410 || CPU_S3C2442)
	default y if CPU_S3C2410 || CPU_S3C2442
22
	help
23
	  DMA device selection for S3C2410 and compatible CPUs
24

25 26
config S3C2410_PM
	bool
27
	help
28
	  Power Management code common to S3C2410 and better
29

30 31
config S3C2410_GPIO
	bool
32
	help
33
	  GPIO code for S3C2410 and similar processors
34

35 36
config S3C2410_CLOCK
	bool
L
Linus Torvalds 已提交
37
	help
38
	  Clock code for the S3C2410, and similar processors
L
Linus Torvalds 已提交
39 40


41
menu "S3C2410 Machines"
42

43 44 45 46
config ARCH_SMDK2410
	bool "SMDK2410/A9M2410"
	select CPU_S3C2410
	select MACH_SMDK
47
	help
48 49
	   Say Y here if you are using the SMDK2410 or the derived module A9M2410
           <http://www.fsforth.de>
50

L
Linus Torvalds 已提交
51 52 53
config ARCH_H1940
	bool "IPAQ H1940"
	select CPU_S3C2410
54
	select PM_H1940 if PM
L
Linus Torvalds 已提交
55 56 57
	help
	  Say Y here if you are using the HP IPAQ H1940

58 59 60 61
config PM_H1940
	bool
	help
	  Internal node for H1940 and related PM
L
Linus Torvalds 已提交
62 63 64 65 66 67 68

config MACH_N30
	bool "Acer N30"
	select CPU_S3C2410
	help
	  Say Y here if you are using the Acer N30

69 70
config ARCH_BAST
	bool "Simtec Electronics BAST (EB2410ITX)"
L
Linus Torvalds 已提交
71
	select CPU_S3C2410
72 73
	select PM_SIMTEC if PM
	select ISA
L
Linus Torvalds 已提交
74
	help
75 76
	  Say Y here if you are using the Simtec Electronics EB2410ITX
	  development board (also known as BAST)
L
Linus Torvalds 已提交
77

78 79 80
config MACH_OTOM
 	bool "NexVision OTOM Board"
 	select CPU_S3C2410
L
Linus Torvalds 已提交
81
	help
82
 	  Say Y here if you are using the Nex Vision OTOM board
83

84 85 86 87
config MACH_AML_M5900
	bool "AML M5900 Series"
	select CPU_S3C2410
	select PM_SIMTEC if PM
88
	help
89 90
	   Say Y here if you are using the American Microsystems M5900 Series
           <http://www.amltd.com>
91

92 93 94 95
config BAST_PC104_IRQ
	bool "BAST PC104 IRQ support"
	depends on ARCH_BAST
	default y
96
	help
97 98
	  Say Y	here to enable the PC104 IRQ routing on the
	  Simtec BAST (EB2410ITX)
99

100 101 102 103 104 105 106
config MACH_TCT_HAMMER
	bool "TCT Hammer Board"
	select CPU_S3C2410
	help
	   Say Y here if you are using the TinCanTools Hammer Board
           <http://www.tincantools.com>

L
Linus Torvalds 已提交
107 108
config MACH_VR1000
	bool "Thorcom VR1000"
109
	select PM_SIMTEC if PM
L
Linus Torvalds 已提交
110 111 112 113
	select CPU_S3C2410
	help
	  Say Y here if you are using the Thorcom VR1000 board.

114 115 116 117 118
config MACH_QT2410
	bool "QT2410"
	select CPU_S3C2410
	help
	   Say Y here if you are using the Armzone QT2410
119

L
Linus Torvalds 已提交
120 121
endmenu