Kconfig 3.3 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
config CPU_S3C2410
	bool
	depends on ARCH_S3C2410
10
	select CPU_ARM920T
11 12
	select S3C2410_CLOCK
	select S3C2410_GPIO
13
	select CPU_LLSERIAL_S3C2410
14
	select S3C2410_PM if PM
15
	select S3C2410_CPUFREQ if CPU_FREQ_S3C24XX
16 17 18
	help
	  Support for S3C2410 and S3C2410A family from the S3C24XX line
	  of Samsung Mobile CPUs.
L
Linus Torvalds 已提交
19

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

27 28
config S3C2410_PM
	bool
29
	help
30
	  Power Management code common to S3C2410 and better
31

32 33
config S3C2410_GPIO
	bool
34
	help
35
	  GPIO code for S3C2410 and similar processors
36

37 38 39 40 41
config SIMTEC_NOR
	bool
	help
	  Internal node to specify machine has simtec NOR mapping

42 43 44 45 46 47
config MACH_BAST_IDE
	bool
	select HAVE_PATA_PLATFORM
	help
	  Internal node for machines with an BAST style IDE
	  interface
L
Linus Torvalds 已提交
48

49 50 51 52 53 54 55 56 57
# cpu frequency scaling support

config S3C2410_CPUFREQ
	bool
	depends on CPU_FREQ_S3C24XX && CPU_S3C2410
	select S3C2410_CPUFREQ_UTILS
	help
	  CPU Frequency scaling support for S3C2410

58
menu "S3C2410 Machines"
59

60 61 62 63
config ARCH_SMDK2410
	bool "SMDK2410/A9M2410"
	select CPU_S3C2410
	select MACH_SMDK
64
	help
65 66
	   Say Y here if you are using the SMDK2410 or the derived module A9M2410
           <http://www.fsforth.de>
67

L
Linus Torvalds 已提交
68 69 70
config ARCH_H1940
	bool "IPAQ H1940"
	select CPU_S3C2410
71
	select PM_H1940 if PM
72
	select S3C_DEV_USB_HOST
L
Linus Torvalds 已提交
73 74 75
	help
	  Say Y here if you are using the HP IPAQ H1940

76 77 78 79
config PM_H1940
	bool
	help
	  Internal node for H1940 and related PM
L
Linus Torvalds 已提交
80 81

config MACH_N30
82
	bool "Acer N30 family"
L
Linus Torvalds 已提交
83
	select CPU_S3C2410
84
	select S3C_DEV_USB_HOST
L
Linus Torvalds 已提交
85
	help
86 87
	  Say Y here if you want suppt for the Acer N30, Acer N35,
	  Navman PiN570, Yakumo AlphaX or Airis NC05 PDAs.
L
Linus Torvalds 已提交
88

89 90
config ARCH_BAST
	bool "Simtec Electronics BAST (EB2410ITX)"
L
Linus Torvalds 已提交
91
	select CPU_S3C2410
92
	select S3C2410_IOTIMING if S3C2410_CPUFREQ
93
	select PM_SIMTEC if PM
94
	select SIMTEC_NOR
95
	select MACH_BAST_IDE
96
	select S3C24XX_DCLK
97
	select ISA
98
	select S3C_DEV_USB_HOST
L
Linus Torvalds 已提交
99
	help
100 101
	  Say Y here if you are using the Simtec Electronics EB2410ITX
	  development board (also known as BAST)
L
Linus Torvalds 已提交
102

103 104 105
config MACH_OTOM
 	bool "NexVision OTOM Board"
 	select CPU_S3C2410
106
	select S3C_DEV_USB_HOST
L
Linus Torvalds 已提交
107
	help
108
 	  Say Y here if you are using the Nex Vision OTOM board
109

110 111 112 113
config MACH_AML_M5900
	bool "AML M5900 Series"
	select CPU_S3C2410
	select PM_SIMTEC if PM
114
	select S3C_DEV_USB_HOST
115
	help
116 117
	   Say Y here if you are using the American Microsystems M5900 Series
           <http://www.amltd.com>
118

119 120 121 122
config BAST_PC104_IRQ
	bool "BAST PC104 IRQ support"
	depends on ARCH_BAST
	default y
123
	help
124 125
	  Say Y	here to enable the PC104 IRQ routing on the
	  Simtec BAST (EB2410ITX)
126

127 128 129
config MACH_TCT_HAMMER
	bool "TCT Hammer Board"
	select CPU_S3C2410
130
	select S3C_DEV_USB_HOST
131 132 133 134
	help
	   Say Y here if you are using the TinCanTools Hammer Board
           <http://www.tincantools.com>

L
Linus Torvalds 已提交
135 136
config MACH_VR1000
	bool "Thorcom VR1000"
137
	select PM_SIMTEC if PM
138
	select S3C24XX_DCLK
139
	select SIMTEC_NOR
140
	select MACH_BAST_IDE
L
Linus Torvalds 已提交
141
	select CPU_S3C2410
142
	select S3C_DEV_USB_HOST
L
Linus Torvalds 已提交
143 144 145
	help
	  Say Y here if you are using the Thorcom VR1000 board.

146 147 148
config MACH_QT2410
	bool "QT2410"
	select CPU_S3C2410
149
	select S3C_DEV_USB_HOST
150 151
	help
	   Say Y here if you are using the Armzone QT2410
152

L
Linus Torvalds 已提交
153
endmenu