blob: 575a21dabd2f530ab8dbb1c7a570d6c0ba8084e8 [file] [log] [blame]
Lennert Buytenheke7736d42006-03-20 17:10:13 +00001if ARCH_EP93XX
2
3menu "Cirrus EP93xx Implementation Options"
4
Lennert Buytenhekc17fad12006-06-27 23:03:03 +01005config CRUNCH
6 bool "Support for MaverickCrunch"
7 help
8 Enable kernel support for MaverickCrunch.
9
Lennert Buytenheke7736d42006-03-20 17:10:13 +000010comment "EP93xx Platforms"
11
Lennert Buytenhek52833042006-12-01 15:15:55 +010012config MACH_ADSSPHERE
13 bool "Support ADS Sphere"
14 help
15 Say 'Y' here if you want your kernel to support the ADS
16 Sphere board.
17
Lennert Buytenhek1100c252006-06-29 16:06:31 +010018config MACH_EDB9302
19 bool "Support Cirrus Logic EDB9302"
20 help
21 Say 'Y' here if you want your kernel to support the Cirrus
22 Logic EDB9302 Evaluation Board.
23
Lennert Buytenhek47d7e522006-12-06 23:07:13 +010024config MACH_EDB9302A
25 bool "Support Cirrus Logic EDB9302A"
26 help
27 Say 'Y' here if you want your kernel to support the Cirrus
28 Logic EDB9302A Evaluation Board.
29
Lennert Buytenhekbf11d262006-09-16 10:48:02 +010030config MACH_EDB9312
31 bool "Support Cirrus Logic EDB9312"
32 help
33 Say 'Y' here if you want your kernel to support the Cirrus
34 Logic EDB9312 Evaluation Board.
35
Lennert Buytenhek87c01732006-06-27 23:03:04 +010036config MACH_EDB9315
37 bool "Support Cirrus Logic EDB9315"
38 help
39 Say 'Y' here if you want your kernel to support the Cirrus
40 Logic EDB9315 Evaluation Board.
41
Lennert Buytenhek9b841752006-07-01 19:56:47 +010042config MACH_EDB9315A
43 bool "Support Cirrus Logic EDB9315A"
44 help
45 Say 'Y' here if you want your kernel to support the Cirrus
46 Logic EDB9315A Evaluation Board.
47
Lennert Buytenheke7736d42006-03-20 17:10:13 +000048config MACH_GESBC9312
49 bool "Support Glomation GESBC-9312-sx"
50 help
51 Say 'Y' here if you want your kernel to support the Glomation
52 GESBC-9312-sx board.
53
Manfred Gruberd941caa2006-12-17 22:10:48 +010054config MACH_MICRO9
55 bool
56 default n
57
58config MACH_MICRO9H
59 bool "Support Contec Hypercontrol Micro9-H"
60 select MACH_MICRO9
61 help
62 Say 'Y' here if you want your kernel to support the
63 Contec Hypercontrol Micro9-H board.
64
65config MACH_MICRO9M
66 bool "Support Contec Hypercontrol Micro9-M"
67 select MACH_MICRO9
68 help
69 Say 'Y' here if you want your kernel to support the
70 Contec Hypercontrol Micro9-M board.
71
72config MACH_MICRO9L
73 bool "Support Contec Hypercontrol Micro9-L"
74 select MACH_MICRO9
75 help
76 Say 'Y' here if you want your kernel to support the
77 Contec Hypercontrol Micro9-L board.
78
Lennert Buytenheke7736d42006-03-20 17:10:13 +000079config MACH_TS72XX
80 bool "Support Technologic Systems TS-72xx SBC"
81 help
82 Say 'Y' here if you want your kernel to support the
83 Technologic Systems TS-72xx board.
84
85endmenu
86
87endif