xref: /linux/arch/arm/mach-s5pv210/Kconfig (revision b315032f530c58b973ade659f3b880fcc7017e92)
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	help
17	  Enable S5PV210 CPU support
18
19config MACH_AQUILA
20	bool "Samsung Aquila"
21	select CPU_S5PV210
22	select ARCH_SPARSEMEM_ENABLE
23	select S5PV210_SETUP_FB_24BPP
24	select S3C_DEV_FB
25	help
26	  Machine support for the Samsung Aquila target based on S5PC110 SoC
27
28config MACH_SMDKV210
29	bool "SMDKV210"
30	select CPU_S5PV210
31	select ARCH_SPARSEMEM_ENABLE
32	help
33	  Machine support for Samsung SMDKV210
34
35config MACH_SMDKC110
36	bool "SMDKC110"
37	select CPU_S5PV210
38	select ARCH_SPARSEMEM_ENABLE
39	help
40	  Machine support for Samsung SMDKC110
41	  S5PC110(MCP) is one of package option of S5PV210
42
43endif
44