blob: 554731868b07e5c36cc12892c128f4abedefed4d [file] [log] [blame]
Ben Dooksa21765a2007-02-11 18:31:01 +01001# Copyright 2007 Simtec Electronics
2#
3# Licensed under GPLv2
Ben Dooks3fc3a252006-09-15 23:46:20 +01004
Linus Torvalds1da177e2005-04-16 15:20:36 -07005config CPU_S3C2410
6 bool
7 depends on ARCH_S3C2410
Russell Kingc7508152008-10-26 10:55:14 +00008 select CPU_ARM920T
Ben Dooks99c13852006-06-22 22:18:20 +01009 select S3C2410_CLOCK
Ben Dooksd19494b2007-02-09 19:24:45 +010010 select S3C2410_GPIO
Ben Dooksb2627582007-07-22 16:09:44 +010011 select CPU_LLSERIAL_S3C2410
Ben Dooks9bcb5332006-12-18 00:39:47 +010012 select S3C2410_PM if PM
Ben Dooksa24c0912009-07-30 23:23:27 +010013 select S3C2410_CPUFREQ if CPU_FREQ_S3C24XX
Linus Torvalds1da177e2005-04-16 15:20:36 -070014 help
15 Support for S3C2410 and S3C2410A family from the S3C24XX line
16 of Samsung Mobile CPUs.
17
Ben Dooksa21765a2007-02-11 18:31:01 +010018config CPU_S3C2410_DMA
Ben Dooks68d9ab32006-06-24 21:21:27 +010019 bool
Ben Dooksa21765a2007-02-11 18:31:01 +010020 depends on S3C2410_DMA && (CPU_S3C2410 || CPU_S3C2442)
21 default y if CPU_S3C2410 || CPU_S3C2442
22 help
23 DMA device selection for S3C2410 and compatible CPUs
Ben Dooks68d9ab32006-06-24 21:21:27 +010024
Ben Dooksa21765a2007-02-11 18:31:01 +010025config S3C2410_PM
Ben Dooks4b053e72006-09-22 15:42:18 +010026 bool
Ben Dooks4b053e72006-09-22 15:42:18 +010027 help
Ben Dooksa21765a2007-02-11 18:31:01 +010028 Power Management code common to S3C2410 and better
Ben Dooks4b053e72006-09-22 15:42:18 +010029
Ben Dooksa21765a2007-02-11 18:31:01 +010030config S3C2410_GPIO
Ben Dooksf705b1a2005-06-29 11:09:15 +010031 bool
Ben Dooks618b20a2006-12-19 23:46:17 +010032 help
Ben Dooksa21765a2007-02-11 18:31:01 +010033 GPIO code for S3C2410 and similar processors
Ben Dooksf705b1a2005-06-29 11:09:15 +010034
Ben Dooks9d529c62008-07-03 11:24:39 +010035config SIMTEC_NOR
36 bool
37 help
38 Internal node to specify machine has simtec NOR mapping
39
Ben Dooksb7a12d12008-07-03 11:24:37 +010040config MACH_BAST_IDE
41 bool
42 select HAVE_PATA_PLATFORM
43 help
44 Internal node for machines with an BAST style IDE
45 interface
Linus Torvalds1da177e2005-04-16 15:20:36 -070046
Ben Dooksa24c0912009-07-30 23:23:27 +010047# cpu frequency scaling support
48
49config S3C2410_CPUFREQ
50 bool
51 depends on CPU_FREQ_S3C24XX && CPU_S3C2410
52 select S3C2410_CPUFREQ_UTILS
53 help
54 CPU Frequency scaling support for S3C2410
55
Ben Dooks438a09e2009-07-30 23:23:28 +010056config S3C2410_PLLTABLE
57 bool
58 depends on S3C2410_CPUFREQ && CPU_FREQ_S3C24XX_PLL
59 default y
60 help
61 Select the PLL table for the S3C2410
62
Ben Dooksa21765a2007-02-11 18:31:01 +010063menu "S3C2410 Machines"
64
65config ARCH_SMDK2410
66 bool "SMDK2410/A9M2410"
67 select CPU_S3C2410
68 select MACH_SMDK
69 help
70 Say Y here if you are using the SMDK2410 or the derived module A9M2410
71 <http://www.fsforth.de>
72
73config ARCH_H1940
74 bool "IPAQ H1940"
75 select CPU_S3C2410
76 select PM_H1940 if PM
Ben Dookseca86552009-03-06 19:49:48 +000077 select S3C_DEV_USB_HOST
Ben Dooksd23b3512009-09-17 00:01:54 +010078 select S3C_DEV_NAND
Ben Dooksa21765a2007-02-11 18:31:01 +010079 help
80 Say Y here if you are using the HP IPAQ H1940
81
arnaud.patard@rtp-net.org1a71e4a2009-11-17 14:54:59 +010082config H1940BT
83 tristate "Control the state of H1940 bluetooth chip"
84 depends on ARCH_H1940
85 select RFKILL
86 help
87 This is a simple driver that is able to control
88 the state of built in bluetooth chip on h1940.
89
Ben Dooksa21765a2007-02-11 18:31:01 +010090config PM_H1940
91 bool
92 help
93 Internal node for H1940 and related PM
94
95config MACH_N30
Christer Weinigel95790872008-07-07 18:12:45 +010096 bool "Acer N30 family"
Ben Dooksa21765a2007-02-11 18:31:01 +010097 select CPU_S3C2410
Ben Dookseca86552009-03-06 19:49:48 +000098 select S3C_DEV_USB_HOST
Ben Dooksd23b3512009-09-17 00:01:54 +010099 select S3C_DEV_NAND
Ben Dooksa21765a2007-02-11 18:31:01 +0100100 help
Christer Weinigel95790872008-07-07 18:12:45 +0100101 Say Y here if you want suppt for the Acer N30, Acer N35,
102 Navman PiN570, Yakumo AlphaX or Airis NC05 PDAs.
Ben Dooksa21765a2007-02-11 18:31:01 +0100103
104config ARCH_BAST
105 bool "Simtec Electronics BAST (EB2410ITX)"
106 select CPU_S3C2410
Ben Dooksa24c0912009-07-30 23:23:27 +0100107 select S3C2410_IOTIMING if S3C2410_CPUFREQ
Ben Dooksa21765a2007-02-11 18:31:01 +0100108 select PM_SIMTEC if PM
Ben Dooks9d529c62008-07-03 11:24:39 +0100109 select SIMTEC_NOR
Ben Dooksb7a12d12008-07-03 11:24:37 +0100110 select MACH_BAST_IDE
Ben Dooks93bc6b62008-10-21 14:06:33 +0100111 select S3C24XX_DCLK
Ben Dooksa21765a2007-02-11 18:31:01 +0100112 select ISA
Ben Dookseca86552009-03-06 19:49:48 +0000113 select S3C_DEV_USB_HOST
Ben Dooksd23b3512009-09-17 00:01:54 +0100114 select S3C_DEV_NAND
Ben Dooksa21765a2007-02-11 18:31:01 +0100115 help
116 Say Y here if you are using the Simtec Electronics EB2410ITX
117 development board (also known as BAST)
118
119config MACH_OTOM
120 bool "NexVision OTOM Board"
121 select CPU_S3C2410
Ben Dookseca86552009-03-06 19:49:48 +0000122 select S3C_DEV_USB_HOST
Ben Dooksd23b3512009-09-17 00:01:54 +0100123 select S3C_DEV_NAND
Ben Dooksa21765a2007-02-11 18:31:01 +0100124 help
125 Say Y here if you are using the Nex Vision OTOM board
126
127config MACH_AML_M5900
128 bool "AML M5900 Series"
129 select CPU_S3C2410
130 select PM_SIMTEC if PM
Ben Dookseca86552009-03-06 19:49:48 +0000131 select S3C_DEV_USB_HOST
Ben Dooksa21765a2007-02-11 18:31:01 +0100132 help
133 Say Y here if you are using the American Microsystems M5900 Series
134 <http://www.amltd.com>
135
136config BAST_PC104_IRQ
137 bool "BAST PC104 IRQ support"
138 depends on ARCH_BAST
139 default y
140 help
141 Say Y here to enable the PC104 IRQ routing on the
142 Simtec BAST (EB2410ITX)
143
David Anders79b34af2008-04-10 22:36:59 +0100144config MACH_TCT_HAMMER
145 bool "TCT Hammer Board"
146 select CPU_S3C2410
Ben Dookseca86552009-03-06 19:49:48 +0000147 select S3C_DEV_USB_HOST
David Anders79b34af2008-04-10 22:36:59 +0100148 help
149 Say Y here if you are using the TinCanTools Hammer Board
150 <http://www.tincantools.com>
151
Ben Dooksa21765a2007-02-11 18:31:01 +0100152config MACH_VR1000
153 bool "Thorcom VR1000"
154 select PM_SIMTEC if PM
Ben Dooks93bc6b62008-10-21 14:06:33 +0100155 select S3C24XX_DCLK
Ben Dooks9d529c62008-07-03 11:24:39 +0100156 select SIMTEC_NOR
Ben Dooksb7a12d12008-07-03 11:24:37 +0100157 select MACH_BAST_IDE
Ben Dooksa21765a2007-02-11 18:31:01 +0100158 select CPU_S3C2410
Ben Dookseca86552009-03-06 19:49:48 +0000159 select S3C_DEV_USB_HOST
Ben Dooksa21765a2007-02-11 18:31:01 +0100160 help
161 Say Y here if you are using the Thorcom VR1000 board.
162
Ben Dooksc6184e22007-02-17 00:52:37 +0100163config MACH_QT2410
164 bool "QT2410"
165 select CPU_S3C2410
Ben Dookseca86552009-03-06 19:49:48 +0000166 select S3C_DEV_USB_HOST
Ben Dooksd23b3512009-09-17 00:01:54 +0100167 select S3C_DEV_NAND
Ben Dooksc6184e22007-02-17 00:52:37 +0100168 help
169 Say Y here if you are using the Armzone QT2410
Ben Dooksa21765a2007-02-11 18:31:01 +0100170
171endmenu