ARM: S5PV210: Fixup machine Kconfig order
[safe/jmp/linux-2.6] / arch / arm / mach-s5pv210 / Kconfig
1 # arch/arm/mach-s5pv210/Kconfig
2 #
3 # Copyright (c) 2010 Samsung Electronics Co., Ltd.
4 #               http://www.samsung.com/
5 #
6 # Licensed under GPLv2
7
8 # Configuration options for the S5PV210/S5PC110
9
10 if ARCH_S5PV210
11
12 config CPU_S5PV210
13         bool
14         select PLAT_S5P
15         select S3C_PL330_DMA
16         help
17           Enable S5PV210 CPU support
18
19 config S5PV210_SETUP_I2C1
20         bool
21         help
22           Common setup code for i2c bus 1.
23
24 config S5PV210_SETUP_I2C2
25         bool
26         help
27           Common setup code for i2c bus 2.
28
29 config S5PV210_SETUP_FB_24BPP
30         bool
31         help
32           Common setup code for S5PV210 with an 24bpp RGB display helper.
33
34 config S5PV210_SETUP_SDHCI
35         bool
36         select S5PV210_SETUP_SDHCI_GPIO
37         help
38           Internal helper functions for S5PV210 based SDHCI systems
39
40 config S5PV210_SETUP_SDHCI_GPIO
41         bool
42         help
43           Common setup code for SDHCI gpio.
44
45 # machine support
46
47 config MACH_AQUILA
48         bool "Samsung Aquila"
49         select CPU_S5PV210
50         select ARCH_SPARSEMEM_ENABLE
51         select S5PV210_SETUP_FB_24BPP
52         select S3C_DEV_FB
53         help
54           Machine support for the Samsung Aquila target based on S5PC110 SoC
55
56 config MACH_GONI
57         bool "GONI"
58         select CPU_S5PV210
59         select ARCH_SPARSEMEM_ENABLE
60         help
61           Machine support for Samsung GONI board
62           S5PC110(MCP) is one of package option of S5PV210
63
64 config MACH_SMDKV210
65         bool "SMDKV210"
66         select CPU_S5PV210
67         select ARCH_SPARSEMEM_ENABLE
68         help
69           Machine support for Samsung SMDKV210
70
71 config MACH_SMDKC110
72         bool "SMDKC110"
73         select CPU_S5PV210
74         select ARCH_SPARSEMEM_ENABLE
75         help
76           Machine support for Samsung SMDKC110
77           S5PC110(MCP) is one of package option of S5PV210
78
79 endif