xref: /openbmc/linux/arch/arm/mach-s5pv210/Kconfig (revision d61bd77f)
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
15	select S3C_PL330_DMA
16	select S5P_EXT_INT
17	help
18	  Enable S5PV210 CPU support
19
20config 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
30config S5PV210_SETUP_IDE
31	bool
32	help
33	  Common setup code for S5PV210 IDE GPIO configurations
34
35config S5PV210_SETUP_FB_24BPP
36	bool
37	help
38          Common setup code for S5PV210 with an 24bpp RGB display helper.
39
40config S5PV210_SETUP_KEYPAD
41	bool
42	help
43	  Common setup code for keypad.
44
45config S5PV210_SETUP_SDHCI
46        bool
47        select S5PV210_SETUP_SDHCI_GPIO
48        help
49          Internal helper functions for S5PV210 based SDHCI systems
50
51config S5PV210_SETUP_SDHCI_GPIO
52	bool
53	help
54	  Common setup code for SDHCI gpio.
55
56config S5PC110_DEV_ONENAND
57	bool
58	help
59	  Compile in platform device definition for OneNAND1 controller
60
61menu "S5PC110 Machines"
62
63config MACH_AQUILA
64	bool "Aquila"
65	select CPU_S5PV210
66	select ARCH_SPARSEMEM_ENABLE
67	select S3C_DEV_FB
68	select S3C_DEV_HSMMC
69	select S3C_DEV_HSMMC1
70	select S3C_DEV_HSMMC2
71	select S5PC110_DEV_ONENAND
72	select S5PV210_SETUP_FB_24BPP
73	select S5PV210_SETUP_SDHCI
74	help
75	  Machine support for the Samsung Aquila target based on S5PC110 SoC
76
77config MACH_GONI
78	bool "GONI"
79	select CPU_S5PV210
80	select ARCH_SPARSEMEM_ENABLE
81	select S3C_DEV_FB
82	select S3C_DEV_HSMMC
83	select S3C_DEV_HSMMC1
84	select S3C_DEV_HSMMC2
85	select S5PC110_DEV_ONENAND
86	select S5PV210_SETUP_FB_24BPP
87	select S5PV210_SETUP_SDHCI
88	help
89	  Machine support for Samsung GONI board
90	  S5PC110(MCP) is one of package option of S5PV210
91
92config MACH_SMDKC110
93	bool "SMDKC110"
94	select CPU_S5PV210
95	select ARCH_SPARSEMEM_ENABLE
96	select S3C_DEV_I2C1
97	select S3C_DEV_I2C2
98	select S3C_DEV_RTC
99	select S3C_DEV_WDT
100	select SAMSUNG_DEV_IDE
101	select S5PV210_SETUP_I2C1
102	select S5PV210_SETUP_I2C2
103	select S5PV210_SETUP_IDE
104	help
105	  Machine support for Samsung SMDKC110
106	  S5PC110(MCP) is one of package option of S5PV210
107
108endmenu
109
110menu "S5PV210 Machines"
111
112config MACH_SMDKV210
113	bool "SMDKV210"
114	select CPU_S5PV210
115	select ARCH_SPARSEMEM_ENABLE
116	select S3C_DEV_HSMMC
117	select S3C_DEV_HSMMC1
118	select S3C_DEV_HSMMC2
119	select S3C_DEV_HSMMC3
120	select S3C_DEV_I2C1
121	select S3C_DEV_I2C2
122	select S3C_DEV_RTC
123	select S3C_DEV_WDT
124	select SAMSUNG_DEV_ADC
125	select SAMSUNG_DEV_IDE
126	select SAMSUNG_DEV_KEYPAD
127	select SAMSUNG_DEV_TS
128	select S5PV210_SETUP_I2C1
129	select S5PV210_SETUP_I2C2
130	select S5PV210_SETUP_IDE
131	select S5PV210_SETUP_KEYPAD
132	select S5PV210_SETUP_SDHCI
133	help
134	  Machine support for Samsung SMDKV210
135
136endmenu
137
138endif
139