blob: 016b53f5d6fc9673e1ab5f1246e608679882c157 [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 Dooks9bcb5332006-12-18 00:39:47 +010012 select S3C2410_PM if PM
Linus Torvalds1da177e2005-04-16 15:20:36 -070013 help
14 Support for S3C2410 and S3C2410A family from the S3C24XX line
15 of Samsung Mobile CPUs.
16
Ben Dooksa21765a2007-02-11 18:31:01 +010017config CPU_S3C2410_DMA
Ben Dooks68d9ab32006-06-24 21:21:27 +010018 bool
Ben Dooksa21765a2007-02-11 18:31:01 +010019 depends on S3C2410_DMA && (CPU_S3C2410 || CPU_S3C2442)
20 default y if CPU_S3C2410 || CPU_S3C2442
21 help
22 DMA device selection for S3C2410 and compatible CPUs
Ben Dooks68d9ab32006-06-24 21:21:27 +010023
Ben Dooksa21765a2007-02-11 18:31:01 +010024config S3C2410_PM
Ben Dooks4b053e72006-09-22 15:42:18 +010025 bool
Ben Dooks4b053e72006-09-22 15:42:18 +010026 help
Ben Dooksa21765a2007-02-11 18:31:01 +010027 Power Management code common to S3C2410 and better
Ben Dooks4b053e72006-09-22 15:42:18 +010028
Ben Dooksa21765a2007-02-11 18:31:01 +010029config S3C2410_GPIO
Ben Dooksf705b1a2005-06-29 11:09:15 +010030 bool
Ben Dooks618b20a2006-12-19 23:46:17 +010031 help
Ben Dooksa21765a2007-02-11 18:31:01 +010032 GPIO code for S3C2410 and similar processors
Ben Dooksf705b1a2005-06-29 11:09:15 +010033
Ben Dooksa21765a2007-02-11 18:31:01 +010034config S3C2410_CLOCK
35 bool
Linus Torvalds1da177e2005-04-16 15:20:36 -070036 help
Ben Dooksa21765a2007-02-11 18:31:01 +010037 Clock code for the S3C2410, and similar processors
Linus Torvalds1da177e2005-04-16 15:20:36 -070038
Linus Torvalds1da177e2005-04-16 15:20:36 -070039
Ben Dooksa21765a2007-02-11 18:31:01 +010040menu "S3C2410 Machines"
41
42config ARCH_SMDK2410
43 bool "SMDK2410/A9M2410"
44 select CPU_S3C2410
45 select MACH_SMDK
46 help
47 Say Y here if you are using the SMDK2410 or the derived module A9M2410
48 <http://www.fsforth.de>
49
50config ARCH_H1940
51 bool "IPAQ H1940"
52 select CPU_S3C2410
53 select PM_H1940 if PM
54 help
55 Say Y here if you are using the HP IPAQ H1940
56
57config PM_H1940
58 bool
59 help
60 Internal node for H1940 and related PM
61
62config MACH_N30
63 bool "Acer N30"
64 select CPU_S3C2410
65 help
66 Say Y here if you are using the Acer N30
67
68config ARCH_BAST
69 bool "Simtec Electronics BAST (EB2410ITX)"
70 select CPU_S3C2410
71 select PM_SIMTEC if PM
72 select ISA
73 help
74 Say Y here if you are using the Simtec Electronics EB2410ITX
75 development board (also known as BAST)
76
77config MACH_OTOM
78 bool "NexVision OTOM Board"
79 select CPU_S3C2410
80 help
81 Say Y here if you are using the Nex Vision OTOM board
82
83config MACH_AML_M5900
84 bool "AML M5900 Series"
85 select CPU_S3C2410
86 select PM_SIMTEC if PM
87 help
88 Say Y here if you are using the American Microsystems M5900 Series
89 <http://www.amltd.com>
90
91config BAST_PC104_IRQ
92 bool "BAST PC104 IRQ support"
93 depends on ARCH_BAST
94 default y
95 help
96 Say Y here to enable the PC104 IRQ routing on the
97 Simtec BAST (EB2410ITX)
98
99config MACH_VR1000
100 bool "Thorcom VR1000"
101 select PM_SIMTEC if PM
102 select CPU_S3C2410
103 help
104 Say Y here if you are using the Thorcom VR1000 board.
105
106
107endmenu
108