blob: 99fdc736698c25c2428aa6ede50a759b718d84b3 [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
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
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 Dooksa21765a2007-02-11 18:31:01 +010035config S3C2410_CLOCK
36 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -070037 help
Ben Dooksa21765a2007-02-11 18:31:01 +010038 Clock code for the S3C2410, and similar processors
Linus Torvalds1da177e2005-04-16 15:20:36 -070039
Ben Dooks9d529c62008-07-03 11:24:39 +010040config SIMTEC_NOR
41 bool
42 help
43 Internal node to specify machine has simtec NOR mapping
44
Ben Dooksb7a12d12008-07-03 11:24:37 +010045config MACH_BAST_IDE
46 bool
47 select HAVE_PATA_PLATFORM
48 help
49 Internal node for machines with an BAST style IDE
50 interface
Linus Torvalds1da177e2005-04-16 15:20:36 -070051
Ben Dooksa21765a2007-02-11 18:31:01 +010052menu "S3C2410 Machines"
53
54config ARCH_SMDK2410
55 bool "SMDK2410/A9M2410"
56 select CPU_S3C2410
57 select MACH_SMDK
58 help
59 Say Y here if you are using the SMDK2410 or the derived module A9M2410
60 <http://www.fsforth.de>
61
62config ARCH_H1940
63 bool "IPAQ H1940"
64 select CPU_S3C2410
65 select PM_H1940 if PM
66 help
67 Say Y here if you are using the HP IPAQ H1940
68
69config PM_H1940
70 bool
71 help
72 Internal node for H1940 and related PM
73
74config MACH_N30
Christer Weinigel95790872008-07-07 18:12:45 +010075 bool "Acer N30 family"
Ben Dooksa21765a2007-02-11 18:31:01 +010076 select CPU_S3C2410
77 help
Christer Weinigel95790872008-07-07 18:12:45 +010078 Say Y here if you want suppt for the Acer N30, Acer N35,
79 Navman PiN570, Yakumo AlphaX or Airis NC05 PDAs.
Ben Dooksa21765a2007-02-11 18:31:01 +010080
81config ARCH_BAST
82 bool "Simtec Electronics BAST (EB2410ITX)"
83 select CPU_S3C2410
84 select PM_SIMTEC if PM
Ben Dooks9d529c62008-07-03 11:24:39 +010085 select SIMTEC_NOR
Ben Dooksb7a12d12008-07-03 11:24:37 +010086 select MACH_BAST_IDE
Ben Dooksa21765a2007-02-11 18:31:01 +010087 select ISA
88 help
89 Say Y here if you are using the Simtec Electronics EB2410ITX
90 development board (also known as BAST)
91
92config MACH_OTOM
93 bool "NexVision OTOM Board"
94 select CPU_S3C2410
95 help
96 Say Y here if you are using the Nex Vision OTOM board
97
98config MACH_AML_M5900
99 bool "AML M5900 Series"
100 select CPU_S3C2410
101 select PM_SIMTEC if PM
102 help
103 Say Y here if you are using the American Microsystems M5900 Series
104 <http://www.amltd.com>
105
106config BAST_PC104_IRQ
107 bool "BAST PC104 IRQ support"
108 depends on ARCH_BAST
109 default y
110 help
111 Say Y here to enable the PC104 IRQ routing on the
112 Simtec BAST (EB2410ITX)
113
David Anders79b34af2008-04-10 22:36:59 +0100114config MACH_TCT_HAMMER
115 bool "TCT Hammer Board"
116 select CPU_S3C2410
117 help
118 Say Y here if you are using the TinCanTools Hammer Board
119 <http://www.tincantools.com>
120
Ben Dooksa21765a2007-02-11 18:31:01 +0100121config MACH_VR1000
122 bool "Thorcom VR1000"
123 select PM_SIMTEC if PM
Ben Dooks9d529c62008-07-03 11:24:39 +0100124 select SIMTEC_NOR
Ben Dooksb7a12d12008-07-03 11:24:37 +0100125 select MACH_BAST_IDE
Ben Dooksa21765a2007-02-11 18:31:01 +0100126 select CPU_S3C2410
127 help
128 Say Y here if you are using the Thorcom VR1000 board.
129
Ben Dooksc6184e22007-02-17 00:52:37 +0100130config MACH_QT2410
131 bool "QT2410"
132 select CPU_S3C2410
133 help
134 Say Y here if you are using the Armzone QT2410
Ben Dooksa21765a2007-02-11 18:31:01 +0100135
136endmenu