Kconfig 2.8 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 15 16 17
	select S3C2410_PM if PM
	help
	  Support for S3C2410 and S3C2410A family from the S3C24XX line
	  of Samsung Mobile CPUs.
L
Linus Torvalds 已提交
18

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

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

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

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

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

48
menu "S3C2410 Machines"
49

50 51 52 53
config ARCH_SMDK2410
	bool "SMDK2410/A9M2410"
	select CPU_S3C2410
	select MACH_SMDK
54
	help
55 56
	   Say Y here if you are using the SMDK2410 or the derived module A9M2410
           <http://www.fsforth.de>
57

L
Linus Torvalds 已提交
58 59 60
config ARCH_H1940
	bool "IPAQ H1940"
	select CPU_S3C2410
61
	select PM_H1940 if PM
L
Linus Torvalds 已提交
62 63 64
	help
	  Say Y here if you are using the HP IPAQ H1940

65 66 67 68
config PM_H1940
	bool
	help
	  Internal node for H1940 and related PM
L
Linus Torvalds 已提交
69 70

config MACH_N30
71
	bool "Acer N30 family"
L
Linus Torvalds 已提交
72 73
	select CPU_S3C2410
	help
74 75
	  Say Y here if you want suppt for the Acer N30, Acer N35,
	  Navman PiN570, Yakumo AlphaX or Airis NC05 PDAs.
L
Linus Torvalds 已提交
76

77 78
config ARCH_BAST
	bool "Simtec Electronics BAST (EB2410ITX)"
L
Linus Torvalds 已提交
79
	select CPU_S3C2410
80
	select PM_SIMTEC if PM
81
	select SIMTEC_NOR
82
	select MACH_BAST_IDE
83
	select S3C24XX_DCLK
84
	select ISA
L
Linus Torvalds 已提交
85
	help
86 87
	  Say Y here if you are using the Simtec Electronics EB2410ITX
	  development board (also known as BAST)
L
Linus Torvalds 已提交
88

89 90 91
config MACH_OTOM
 	bool "NexVision OTOM Board"
 	select CPU_S3C2410
L
Linus Torvalds 已提交
92
	help
93
 	  Say Y here if you are using the Nex Vision OTOM board
94

95 96 97 98
config MACH_AML_M5900
	bool "AML M5900 Series"
	select CPU_S3C2410
	select PM_SIMTEC if PM
99
	help
100 101
	   Say Y here if you are using the American Microsystems M5900 Series
           <http://www.amltd.com>
102

103 104 105 106
config BAST_PC104_IRQ
	bool "BAST PC104 IRQ support"
	depends on ARCH_BAST
	default y
107
	help
108 109
	  Say Y	here to enable the PC104 IRQ routing on the
	  Simtec BAST (EB2410ITX)
110

111 112 113 114 115 116 117
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 已提交
118 119
config MACH_VR1000
	bool "Thorcom VR1000"
120
	select PM_SIMTEC if PM
121
	select S3C24XX_DCLK
122
	select SIMTEC_NOR
123
	select MACH_BAST_IDE
L
Linus Torvalds 已提交
124 125 126 127
	select CPU_S3C2410
	help
	  Say Y here if you are using the Thorcom VR1000 board.

128 129 130 131 132
config MACH_QT2410
	bool "QT2410"
	select CPU_S3C2410
	help
	   Say Y here if you are using the Armzone QT2410
133

L
Linus Torvalds 已提交
134
endmenu