blob: 9efc3b3c9ce4b54283ae7bffd82b30685743e270 [file] [log] [blame]
Kukjin Kim939d28a2010-02-24 16:40:29 +09001# 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
Jassi Brar7d1a2072010-05-18 11:59:34 +090015 select S3C_PL330_DMA
Kukjin Kim939d28a2010-02-24 16:40:29 +090016 help
17 Enable S5PV210 CPU support
18
Marek Szyprowskie6f66a92010-05-20 08:13:07 +020019config S5PV210_SETUP_I2C1
20 bool
21 help
22 Common setup code for i2c bus 1.
23
24config S5PV210_SETUP_I2C2
25 bool
26 help
27 Common setup code for i2c bus 2.
28
Marek Szyprowski5b696a62010-05-20 08:13:04 +020029config S5PV210_SETUP_FB_24BPP
30 bool
31 help
32 Common setup code for S5PV210 with an 24bpp RGB display helper.
33
Marek Szyprowskie6f66a92010-05-20 08:13:07 +020034config S5PV210_SETUP_SDHCI
35 bool
36 select S5PV210_SETUP_SDHCI_GPIO
37 help
38 Internal helper functions for S5PV210 based SDHCI systems
39
40config S5PV210_SETUP_SDHCI_GPIO
41 bool
42 help
43 Common setup code for SDHCI gpio.
44
Ben Dookseff4c742010-05-20 18:48:43 +090045# machine support
46
47config 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
Joonyoung Shim2e57da42010-05-19 23:15:32 +090056config 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
Kukjin Kim939d28a2010-02-24 16:40:29 +090064config MACH_SMDKV210
65 bool "SMDKV210"
66 select CPU_S5PV210
67 select ARCH_SPARSEMEM_ENABLE
68 help
69 Machine support for Samsung SMDKV210
70
71config 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
Kukjin Kim939d28a2010-02-24 16:40:29 +090079endif