blob: 7245a55795dc70b004f24eca918d7d52b4fa0e19 [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 Dooks1ec72692010-05-03 14:39:45 +09009 select S3C_GPIO_PULL_UP
Ben Dooks99c13852006-06-22 22:18:20 +010010 select S3C2410_CLOCK
Ben Dooksd19494b2007-02-09 19:24:45 +010011 select S3C2410_GPIO
Ben Dooksb2627582007-07-22 16:09:44 +010012 select CPU_LLSERIAL_S3C2410
Ben Dooks9bcb5332006-12-18 00:39:47 +010013 select S3C2410_PM if PM
Ben Dooksa24c0912009-07-30 23:23:27 +010014 select S3C2410_CPUFREQ if CPU_FREQ_S3C24XX
Linus Torvalds1da177e2005-04-16 15:20:36 -070015 help
16 Support for S3C2410 and S3C2410A family from the S3C24XX line
17 of Samsung Mobile CPUs.
18
Ben Dooksa21765a2007-02-11 18:31:01 +010019config CPU_S3C2410_DMA
Ben Dooks68d9ab32006-06-24 21:21:27 +010020 bool
Ben Dooksa21765a2007-02-11 18:31:01 +010021 depends on S3C2410_DMA && (CPU_S3C2410 || CPU_S3C2442)
22 default y if CPU_S3C2410 || CPU_S3C2442
23 help
24 DMA device selection for S3C2410 and compatible CPUs
Ben Dooks68d9ab32006-06-24 21:21:27 +010025
Ben Dooksa21765a2007-02-11 18:31:01 +010026config S3C2410_PM
Ben Dooks4b053e72006-09-22 15:42:18 +010027 bool
Ben Dooks4b053e72006-09-22 15:42:18 +010028 help
Ben Dooksa21765a2007-02-11 18:31:01 +010029 Power Management code common to S3C2410 and better
Ben Dooks4b053e72006-09-22 15:42:18 +010030
Ben Dooksa21765a2007-02-11 18:31:01 +010031config S3C2410_GPIO
Ben Dooksf705b1a2005-06-29 11:09:15 +010032 bool
Ben Dooks618b20a2006-12-19 23:46:17 +010033 help
Ben Dooksa21765a2007-02-11 18:31:01 +010034 GPIO code for S3C2410 and similar processors
Ben Dooksf705b1a2005-06-29 11:09:15 +010035
Ben Dooks9d529c62008-07-03 11:24:39 +010036config SIMTEC_NOR
37 bool
38 help
39 Internal node to specify machine has simtec NOR mapping
40
Ben Dooksb7a12d12008-07-03 11:24:37 +010041config MACH_BAST_IDE
42 bool
43 select HAVE_PATA_PLATFORM
44 help
45 Internal node for machines with an BAST style IDE
46 interface
Linus Torvalds1da177e2005-04-16 15:20:36 -070047
Ben Dooksa24c0912009-07-30 23:23:27 +010048# cpu frequency scaling support
49
50config S3C2410_CPUFREQ
51 bool
52 depends on CPU_FREQ_S3C24XX && CPU_S3C2410
53 select S3C2410_CPUFREQ_UTILS
54 help
55 CPU Frequency scaling support for S3C2410
56
Ben Dooks438a09e2009-07-30 23:23:28 +010057config S3C2410_PLLTABLE
58 bool
59 depends on S3C2410_CPUFREQ && CPU_FREQ_S3C24XX_PLL
60 default y
61 help
62 Select the PLL table for the S3C2410
63
Ben Dooksa21765a2007-02-11 18:31:01 +010064menu "S3C2410 Machines"
65
66config ARCH_SMDK2410
67 bool "SMDK2410/A9M2410"
68 select CPU_S3C2410
69 select MACH_SMDK
70 help
71 Say Y here if you are using the SMDK2410 or the derived module A9M2410
72 <http://www.fsforth.de>
73
74config ARCH_H1940
75 bool "IPAQ H1940"
76 select CPU_S3C2410
77 select PM_H1940 if PM
Ben Dookseca86552009-03-06 19:49:48 +000078 select S3C_DEV_USB_HOST
Ben Dooksd23b3512009-09-17 00:01:54 +010079 select S3C_DEV_NAND
Naveen Krishna5bfdca12010-05-18 20:44:27 +090080 select S3C2410_SETUP_TS
Ben Dooksa21765a2007-02-11 18:31:01 +010081 help
82 Say Y here if you are using the HP IPAQ H1940
83
arnaud.patard@rtp-net.org1a71e4a2009-11-17 14:54:59 +010084config H1940BT
85 tristate "Control the state of H1940 bluetooth chip"
86 depends on ARCH_H1940
87 select RFKILL
88 help
89 This is a simple driver that is able to control
90 the state of built in bluetooth chip on h1940.
91
Ben Dooksa21765a2007-02-11 18:31:01 +010092config PM_H1940
93 bool
94 help
95 Internal node for H1940 and related PM
96
97config MACH_N30
Christer Weinigel95790872008-07-07 18:12:45 +010098 bool "Acer N30 family"
Ben Dooksa21765a2007-02-11 18:31:01 +010099 select CPU_S3C2410
Pinkava Jff3c25fa2010-05-06 15:18:06 +0200100 select MACH_N35
Ben Dookseca86552009-03-06 19:49:48 +0000101 select S3C_DEV_USB_HOST
Ben Dooksd23b3512009-09-17 00:01:54 +0100102 select S3C_DEV_NAND
Ben Dooksa21765a2007-02-11 18:31:01 +0100103 help
Christer Weinigel95790872008-07-07 18:12:45 +0100104 Say Y here if you want suppt for the Acer N30, Acer N35,
105 Navman PiN570, Yakumo AlphaX or Airis NC05 PDAs.
Ben Dooksa21765a2007-02-11 18:31:01 +0100106
Pinkava Jff3c25fa2010-05-06 15:18:06 +0200107config MACH_N35
108 bool
109 help
110 Internal node in order to enable support for Acer N35 if Acer N30 is
111 selected.
112
Ben Dooksa21765a2007-02-11 18:31:01 +0100113config ARCH_BAST
114 bool "Simtec Electronics BAST (EB2410ITX)"
115 select CPU_S3C2410
Ben Dooksa24c0912009-07-30 23:23:27 +0100116 select S3C2410_IOTIMING if S3C2410_CPUFREQ
Ben Dooksa21765a2007-02-11 18:31:01 +0100117 select PM_SIMTEC if PM
Ben Dooks9d529c62008-07-03 11:24:39 +0100118 select SIMTEC_NOR
Ben Dooksb7a12d12008-07-03 11:24:37 +0100119 select MACH_BAST_IDE
Ben Dooks93bc6b62008-10-21 14:06:33 +0100120 select S3C24XX_DCLK
Ben Dooksa21765a2007-02-11 18:31:01 +0100121 select ISA
Maurus Cuelenaere6cd82ff2010-05-04 13:12:32 +0200122 select S3C_DEV_HWMON
Ben Dookseca86552009-03-06 19:49:48 +0000123 select S3C_DEV_USB_HOST
Ben Dooksd23b3512009-09-17 00:01:54 +0100124 select S3C_DEV_NAND
Ben Dooksa21765a2007-02-11 18:31:01 +0100125 help
126 Say Y here if you are using the Simtec Electronics EB2410ITX
127 development board (also known as BAST)
128
129config MACH_OTOM
130 bool "NexVision OTOM Board"
131 select CPU_S3C2410
Ben Dookseca86552009-03-06 19:49:48 +0000132 select S3C_DEV_USB_HOST
Ben Dooksd23b3512009-09-17 00:01:54 +0100133 select S3C_DEV_NAND
Ben Dooksa21765a2007-02-11 18:31:01 +0100134 help
135 Say Y here if you are using the Nex Vision OTOM board
136
137config MACH_AML_M5900
138 bool "AML M5900 Series"
139 select CPU_S3C2410
140 select PM_SIMTEC if PM
Ben Dookseca86552009-03-06 19:49:48 +0000141 select S3C_DEV_USB_HOST
Ben Dooksa21765a2007-02-11 18:31:01 +0100142 help
143 Say Y here if you are using the American Microsystems M5900 Series
144 <http://www.amltd.com>
145
146config BAST_PC104_IRQ
147 bool "BAST PC104 IRQ support"
148 depends on ARCH_BAST
149 default y
150 help
151 Say Y here to enable the PC104 IRQ routing on the
152 Simtec BAST (EB2410ITX)
153
David Anders79b34af2008-04-10 22:36:59 +0100154config MACH_TCT_HAMMER
155 bool "TCT Hammer Board"
156 select CPU_S3C2410
Ben Dookseca86552009-03-06 19:49:48 +0000157 select S3C_DEV_USB_HOST
David Anders79b34af2008-04-10 22:36:59 +0100158 help
159 Say Y here if you are using the TinCanTools Hammer Board
160 <http://www.tincantools.com>
161
Ben Dooksa21765a2007-02-11 18:31:01 +0100162config MACH_VR1000
163 bool "Thorcom VR1000"
164 select PM_SIMTEC if PM
Ben Dooks93bc6b62008-10-21 14:06:33 +0100165 select S3C24XX_DCLK
Ben Dooks9d529c62008-07-03 11:24:39 +0100166 select SIMTEC_NOR
Ben Dooksb7a12d12008-07-03 11:24:37 +0100167 select MACH_BAST_IDE
Ben Dooksa21765a2007-02-11 18:31:01 +0100168 select CPU_S3C2410
Ben Dookseca86552009-03-06 19:49:48 +0000169 select S3C_DEV_USB_HOST
Ben Dooksa21765a2007-02-11 18:31:01 +0100170 help
171 Say Y here if you are using the Thorcom VR1000 board.
172
Ben Dooksc6184e22007-02-17 00:52:37 +0100173config MACH_QT2410
174 bool "QT2410"
175 select CPU_S3C2410
Ben Dookseca86552009-03-06 19:49:48 +0000176 select S3C_DEV_USB_HOST
Ben Dooksd23b3512009-09-17 00:01:54 +0100177 select S3C_DEV_NAND
Ben Dooksc6184e22007-02-17 00:52:37 +0100178 help
179 Say Y here if you are using the Armzone QT2410
Ben Dooksa21765a2007-02-11 18:31:01 +0100180
181endmenu