blob: 9e9700360829604d0fa87937fb69c9df373a36fe [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 Szyprowskid947e792010-05-17 08:53:10 +020019config MACH_AQUILA
20 bool "Samsung Aquila"
21 select CPU_S5PV210
22 select ARCH_SPARSEMEM_ENABLE
Marek Szyprowskib3150322010-05-17 08:53:13 +020023 select S5PV210_SETUP_FB_24BPP
24 select S3C_DEV_FB
Marek Szyprowskid947e792010-05-17 08:53:10 +020025 help
26 Machine support for the Samsung Aquila target based on S5PC110 SoC
27
Marek Szyprowskie6f66a92010-05-20 08:13:07 +020028config 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
Marek Szyprowski5b696a62010-05-20 08:13:04 +020038config S5PV210_SETUP_FB_24BPP
39 bool
40 help
41 Common setup code for S5PV210 with an 24bpp RGB display helper.
42
Marek Szyprowskie6f66a92010-05-20 08:13:07 +020043config 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
Kukjin Kim939d28a2010-02-24 16:40:29 +090054config MACH_SMDKV210
55 bool "SMDKV210"
56 select CPU_S5PV210
57 select ARCH_SPARSEMEM_ENABLE
58 help
59 Machine support for Samsung SMDKV210
60
61config MACH_SMDKC110
62 bool "SMDKC110"
63 select CPU_S5PV210
64 select ARCH_SPARSEMEM_ENABLE
65 help
66 Machine support for Samsung SMDKC110
67 S5PC110(MCP) is one of package option of S5PV210
68
Kukjin Kim939d28a2010-02-24 16:40:29 +090069endif