blob: d0432c6177718fd5fb026a76ea7be4442f4eadb3 [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
Jongpill Lee0df04f82010-05-17 16:56:26 +090016 select S5P_EXT_INT
Kukjin Kim939d28a2010-02-24 16:40:29 +090017 help
18 Enable S5PV210 CPU support
19
Marek Szyprowskie6f66a92010-05-20 08:13:07 +020020config S5PV210_SETUP_I2C1
21 bool
22 help
23 Common setup code for i2c bus 1.
24
25config S5PV210_SETUP_I2C2
26 bool
27 help
28 Common setup code for i2c bus 2.
29
Marek Szyprowski5b696a62010-05-20 08:13:04 +020030config S5PV210_SETUP_FB_24BPP
31 bool
32 help
33 Common setup code for S5PV210 with an 24bpp RGB display helper.
34
Marek Szyprowskie6f66a92010-05-20 08:13:07 +020035config S5PV210_SETUP_SDHCI
36 bool
37 select S5PV210_SETUP_SDHCI_GPIO
38 help
39 Internal helper functions for S5PV210 based SDHCI systems
40
41config S5PV210_SETUP_SDHCI_GPIO
42 bool
43 help
44 Common setup code for SDHCI gpio.
45
Ben Dookseff4c742010-05-20 18:48:43 +090046# machine support
47
48config MACH_AQUILA
49 bool "Samsung Aquila"
50 select CPU_S5PV210
51 select ARCH_SPARSEMEM_ENABLE
52 select S5PV210_SETUP_FB_24BPP
53 select S3C_DEV_FB
54 help
55 Machine support for the Samsung Aquila target based on S5PC110 SoC
56
Joonyoung Shim2e57da42010-05-19 23:15:32 +090057config MACH_GONI
58 bool "GONI"
59 select CPU_S5PV210
60 select ARCH_SPARSEMEM_ENABLE
Joonyoung Shim4cefa362010-06-30 20:36:01 +090061 select S5PC110_DEV_ONENAND
Joonyoung Shim2e57da42010-05-19 23:15:32 +090062 help
63 Machine support for Samsung GONI board
64 S5PC110(MCP) is one of package option of S5PV210
Kukjin Kim939d28a2010-02-24 16:40:29 +090065
Marek Szyprowski999304b2010-05-20 08:59:05 +020066config S5PC110_DEV_ONENAND
67 bool
68 help
69 Compile in platform device definition for OneNAND1 controller
70
Kukjin Kim939d28a2010-02-24 16:40:29 +090071config MACH_SMDKV210
72 bool "SMDKV210"
73 select CPU_S5PV210
74 select ARCH_SPARSEMEM_ENABLE
Naveen Krishna Ch41d82892010-05-20 11:39:54 +090075 select SAMSUNG_DEV_ADC
76 select SAMSUNG_DEV_TS
Banajit Goswami5b7d7b22010-05-20 16:21:32 +090077 select S3C_DEV_WDT
78 select HAVE_S3C2410_WATCHDOG
Kukjin Kim939d28a2010-02-24 16:40:29 +090079 help
80 Machine support for Samsung SMDKV210
81
82config MACH_SMDKC110
83 bool "SMDKC110"
84 select CPU_S5PV210
85 select ARCH_SPARSEMEM_ENABLE
Banajit Goswami5b7d7b22010-05-20 16:21:32 +090086 select S3C_DEV_WDT
87 select HAVE_S3C2410_WATCHDOG
Kukjin Kim939d28a2010-02-24 16:40:29 +090088 help
89 Machine support for Samsung SMDKC110
90 S5PC110(MCP) is one of package option of S5PV210
91
Kukjin Kim939d28a2010-02-24 16:40:29 +090092endif