Merge remote-tracking branch 'moduleh/module.h-split'
[linux-2.6/next.git] / arch / arm / mach-u300 / Kconfig
blob966a5a06a58ca3f234ee570cabaaeda1bd11b011
1 if ARCH_U300
3 menu "ST-Ericsson AB U300/U330/U335/U365 Platform"
5 comment "ST-Ericsson Mobile Platform Products"
7 config MACH_U300
8         bool "U300"
10 comment "ST-Ericsson U300/U330/U335/U365 Feature Selections"
12 choice
13         prompt "U300/U330/U335/U365 system type"
14         default MACH_U300_BS2X
15         ---help---
16         You need to select the target system, i.e. the
17         U300/U330/U335/U365 board that you want to compile your kernel
18         for.
20 config MACH_U300_BS2X
21         bool "S26/S26/B25/B26 Test Products"
22         depends on MACH_U300
23         help
24                 Select this if you're developing on the
25                 S26/S25 test products. (Also works on
26                 B26/B25 big boards.)
28 config MACH_U300_BS330
29         bool "S330/B330 Test Products"
30         depends on MACH_U300
31         help
32                 Select this if you're developing on the
33                 S330/B330 test products.
35 config MACH_U300_BS335
36         bool "S335/B335 Test Products"
37         depends on MACH_U300
38         help
39                 Select this if you're developing on the
40                 S335/B335 test products.
42 config MACH_U300_BS365
43         bool "S365/B365 Test Products"
44         depends on MACH_U300
45         help
46                 Select this if you're developing on the
47                 S365/B365 test products.
49 endchoice
51 config U300_DEBUG
52         bool "Debug support for U300"
53         depends on PM
54         help
55                 Debug support for U300 in sysfs, procfs etc.
57 config MACH_U300_SPIDUMMY
58         bool "SSP/SPI dummy chip"
59         select SPI
60         select SPI_MASTER
61         select SPI_PL022
62         help
63                 This creates a small kernel module that creates a dummy
64                 SPI device to be used for loopback tests. Regularly used
65                 to test reference designs. If you're not testing SPI,
66                 you don't need it. Selecting this will activate the
67                 SPI framework and ARM PL022 support.
69 endmenu
71 endif