ARM: S5PV210: Add GONI board support
[deliverable/linux.git] / arch / arm / mach-s5pv210 / Kconfig
CommitLineData
939d28aa
KK
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
10if ARCH_S5PV210
11
12config CPU_S5PV210
13 bool
14 select PLAT_S5P
7d1a2077 15 select S3C_PL330_DMA
939d28aa
KK
16 help
17 Enable S5PV210 CPU support
18
d947e792
MS
19config MACH_AQUILA
20 bool "Samsung Aquila"
21 select CPU_S5PV210
22 select ARCH_SPARSEMEM_ENABLE
b315032f
MS
23 select S5PV210_SETUP_FB_24BPP
24 select S3C_DEV_FB
d947e792
MS
25 help
26 Machine support for the Samsung Aquila target based on S5PC110 SoC
27
e6f66a9f
MS
28config S5PV210_SETUP_I2C1
29 bool
30 help
31 Common setup code for i2c bus 1.
32
33config S5PV210_SETUP_I2C2
34 bool
35 help
36 Common setup code for i2c bus 2.
37
5b696a67
MS
38config S5PV210_SETUP_FB_24BPP
39 bool
40 help
41 Common setup code for S5PV210 with an 24bpp RGB display helper.
42
e6f66a9f
MS
43config S5PV210_SETUP_SDHCI
44 bool
45 select S5PV210_SETUP_SDHCI_GPIO
46 help
47 Internal helper functions for S5PV210 based SDHCI systems
48
49config S5PV210_SETUP_SDHCI_GPIO
50 bool
51 help
52 Common setup code for SDHCI gpio.
53
2e57da41
JS
54config MACH_GONI
55 bool "GONI"
56 select CPU_S5PV210
57 select ARCH_SPARSEMEM_ENABLE
58 help
59 Machine support for Samsung GONI board
60 S5PC110(MCP) is one of package option of S5PV210
61
939d28aa
KK
62config MACH_SMDKV210
63 bool "SMDKV210"
64 select CPU_S5PV210
65 select ARCH_SPARSEMEM_ENABLE
66 help
67 Machine support for Samsung SMDKV210
68
69config MACH_SMDKC110
70 bool "SMDKC110"
71 select CPU_S5PV210
72 select ARCH_SPARSEMEM_ENABLE
73 help
74 Machine support for Samsung SMDKC110
75 S5PC110(MCP) is one of package option of S5PV210
76
939d28aa 77endif
This page took 0.036569 seconds and 5 git commands to generate.