blob: d8c023d4df30a32ba20ebb8d070cf5bb9cfcd179 [file] [log] [blame]
Ben Dooksa21765a2007-02-11 18:31:01 +01001# arch/arm/mach-s3c2410/Kconfig
2#
3# Copyright 2007 Simtec Electronics
4#
5# Licensed under GPLv2
Ben Dooks3fc3a252006-09-15 23:46:20 +01006
Linus Torvalds1da177e2005-04-16 15:20:36 -07007config CPU_S3C2410
8 bool
9 depends on ARCH_S3C2410
Russell Kingc7508152008-10-26 10:55:14 +000010 select CPU_ARM920T
Ben Dooks99c13852006-06-22 22:18:20 +010011 select S3C2410_CLOCK
Ben Dooksd19494b2007-02-09 19:24:45 +010012 select S3C2410_GPIO
Ben Dooksb2627582007-07-22 16:09:44 +010013 select CPU_LLSERIAL_S3C2410
Ben Dooks9bcb5332006-12-18 00:39:47 +010014 select S3C2410_PM if PM
Ben Dooksa24c0912009-07-30 23:23:27 +010015 select S3C2410_CPUFREQ if CPU_FREQ_S3C24XX
Linus Torvalds1da177e2005-04-16 15:20:36 -070016 help
17 Support for S3C2410 and S3C2410A family from the S3C24XX line
18 of Samsung Mobile CPUs.
19
Ben Dooksa21765a2007-02-11 18:31:01 +010020config CPU_S3C2410_DMA
Ben Dooks68d9ab32006-06-24 21:21:27 +010021 bool
Ben Dooksa21765a2007-02-11 18:31:01 +010022 depends on S3C2410_DMA && (CPU_S3C2410 || CPU_S3C2442)
23 default y if CPU_S3C2410 || CPU_S3C2442
24 help
25 DMA device selection for S3C2410 and compatible CPUs
Ben Dooks68d9ab32006-06-24 21:21:27 +010026
Ben Dooksa21765a2007-02-11 18:31:01 +010027config S3C2410_PM
Ben Dooks4b053e72006-09-22 15:42:18 +010028 bool
Ben Dooks4b053e72006-09-22 15:42:18 +010029 help
Ben Dooksa21765a2007-02-11 18:31:01 +010030 Power Management code common to S3C2410 and better
Ben Dooks4b053e72006-09-22 15:42:18 +010031
Ben Dooksa21765a2007-02-11 18:31:01 +010032config S3C2410_GPIO
Ben Dooksf705b1a2005-06-29 11:09:15 +010033 bool
Ben Dooks618b20a2006-12-19 23:46:17 +010034 help
Ben Dooksa21765a2007-02-11 18:31:01 +010035 GPIO code for S3C2410 and similar processors
Ben Dooksf705b1a2005-06-29 11:09:15 +010036
Ben Dooks9d529c62008-07-03 11:24:39 +010037config SIMTEC_NOR
38 bool
39 help
40 Internal node to specify machine has simtec NOR mapping
41
Ben Dooksb7a12d12008-07-03 11:24:37 +010042config MACH_BAST_IDE
43 bool
44 select HAVE_PATA_PLATFORM
45 help
46 Internal node for machines with an BAST style IDE
47 interface
Linus Torvalds1da177e2005-04-16 15:20:36 -070048
Ben Dooksa24c0912009-07-30 23:23:27 +010049# cpu frequency scaling support
50
51config S3C2410_CPUFREQ
52 bool
53 depends on CPU_FREQ_S3C24XX && CPU_S3C2410
54 select S3C2410_CPUFREQ_UTILS
55 help
56 CPU Frequency scaling support for S3C2410
57
Ben Dooks438a09e2009-07-30 23:23:28 +010058config S3C2410_PLLTABLE
59 bool
60 depends on S3C2410_CPUFREQ && CPU_FREQ_S3C24XX_PLL
61 default y
62 help
63 Select the PLL table for the S3C2410
64
Ben Dooksa21765a2007-02-11 18:31:01 +010065menu "S3C2410 Machines"
66
67config ARCH_SMDK2410
68 bool "SMDK2410/A9M2410"
69 select CPU_S3C2410
70 select MACH_SMDK
71 help
72 Say Y here if you are using the SMDK2410 or the derived module A9M2410
73 <http://www.fsforth.de>
74
75config ARCH_H1940
76 bool "IPAQ H1940"
77 select CPU_S3C2410
78 select PM_H1940 if PM
Ben Dookseca86552009-03-06 19:49:48 +000079 select S3C_DEV_USB_HOST
Ben Dooksa21765a2007-02-11 18:31:01 +010080 help
81 Say Y here if you are using the HP IPAQ H1940
82
83config PM_H1940
84 bool
85 help
86 Internal node for H1940 and related PM
87
88config MACH_N30
Christer Weinigel95790872008-07-07 18:12:45 +010089 bool "Acer N30 family"
Ben Dooksa21765a2007-02-11 18:31:01 +010090 select CPU_S3C2410
Ben Dookseca86552009-03-06 19:49:48 +000091 select S3C_DEV_USB_HOST
Ben Dooksa21765a2007-02-11 18:31:01 +010092 help
Christer Weinigel95790872008-07-07 18:12:45 +010093 Say Y here if you want suppt for the Acer N30, Acer N35,
94 Navman PiN570, Yakumo AlphaX or Airis NC05 PDAs.
Ben Dooksa21765a2007-02-11 18:31:01 +010095
96config ARCH_BAST
97 bool "Simtec Electronics BAST (EB2410ITX)"
98 select CPU_S3C2410
Ben Dooksa24c0912009-07-30 23:23:27 +010099 select S3C2410_IOTIMING if S3C2410_CPUFREQ
Ben Dooksa21765a2007-02-11 18:31:01 +0100100 select PM_SIMTEC if PM
Ben Dooks9d529c62008-07-03 11:24:39 +0100101 select SIMTEC_NOR
Ben Dooksb7a12d12008-07-03 11:24:37 +0100102 select MACH_BAST_IDE
Ben Dooks93bc6b62008-10-21 14:06:33 +0100103 select S3C24XX_DCLK
Ben Dooksa21765a2007-02-11 18:31:01 +0100104 select ISA
Ben Dookseca86552009-03-06 19:49:48 +0000105 select S3C_DEV_USB_HOST
Ben Dooksa21765a2007-02-11 18:31:01 +0100106 help
107 Say Y here if you are using the Simtec Electronics EB2410ITX
108 development board (also known as BAST)
109
110config MACH_OTOM
111 bool "NexVision OTOM Board"
112 select CPU_S3C2410
Ben Dookseca86552009-03-06 19:49:48 +0000113 select S3C_DEV_USB_HOST
Ben Dooksa21765a2007-02-11 18:31:01 +0100114 help
115 Say Y here if you are using the Nex Vision OTOM board
116
117config MACH_AML_M5900
118 bool "AML M5900 Series"
119 select CPU_S3C2410
120 select PM_SIMTEC if PM
Ben Dookseca86552009-03-06 19:49:48 +0000121 select S3C_DEV_USB_HOST
Ben Dooksa21765a2007-02-11 18:31:01 +0100122 help
123 Say Y here if you are using the American Microsystems M5900 Series
124 <http://www.amltd.com>
125
126config BAST_PC104_IRQ
127 bool "BAST PC104 IRQ support"
128 depends on ARCH_BAST
129 default y
130 help
131 Say Y here to enable the PC104 IRQ routing on the
132 Simtec BAST (EB2410ITX)
133
David Anders79b34af2008-04-10 22:36:59 +0100134config MACH_TCT_HAMMER
135 bool "TCT Hammer Board"
136 select CPU_S3C2410
Ben Dookseca86552009-03-06 19:49:48 +0000137 select S3C_DEV_USB_HOST
David Anders79b34af2008-04-10 22:36:59 +0100138 help
139 Say Y here if you are using the TinCanTools Hammer Board
140 <http://www.tincantools.com>
141
Ben Dooksa21765a2007-02-11 18:31:01 +0100142config MACH_VR1000
143 bool "Thorcom VR1000"
144 select PM_SIMTEC if PM
Ben Dooks93bc6b62008-10-21 14:06:33 +0100145 select S3C24XX_DCLK
Ben Dooks9d529c62008-07-03 11:24:39 +0100146 select SIMTEC_NOR
Ben Dooksb7a12d12008-07-03 11:24:37 +0100147 select MACH_BAST_IDE
Ben Dooksa21765a2007-02-11 18:31:01 +0100148 select CPU_S3C2410
Ben Dookseca86552009-03-06 19:49:48 +0000149 select S3C_DEV_USB_HOST
Ben Dooksa21765a2007-02-11 18:31:01 +0100150 help
151 Say Y here if you are using the Thorcom VR1000 board.
152
Ben Dooksc6184e22007-02-17 00:52:37 +0100153config MACH_QT2410
154 bool "QT2410"
155 select CPU_S3C2410
Ben Dookseca86552009-03-06 19:49:48 +0000156 select S3C_DEV_USB_HOST
Ben Dooksc6184e22007-02-17 00:52:37 +0100157 help
158 Say Y here if you are using the Armzone QT2410
Ben Dooksa21765a2007-02-11 18:31:01 +0100159
160endmenu