blob: 231c48513156b33af0dc78ec2962088cd7eb5391 [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
19choice
20 prompt "Select machine type"
21 depends on ARCH_S5PV210
22 default MACH_SMDKV210
23
24config MACH_SMDKV210
25 bool "SMDKV210"
26 select CPU_S5PV210
27 select ARCH_SPARSEMEM_ENABLE
Banajit Goswami5b7d7b22010-05-20 16:21:32 +090028 select S3C_DEV_WDT
29 select HAVE_S3C2410_WATCHDOG
Kukjin Kim939d28a2010-02-24 16:40:29 +090030 help
31 Machine support for Samsung SMDKV210
32
33config MACH_SMDKC110
34 bool "SMDKC110"
35 select CPU_S5PV210
36 select ARCH_SPARSEMEM_ENABLE
Banajit Goswami5b7d7b22010-05-20 16:21:32 +090037 select S3C_DEV_WDT
38 select HAVE_S3C2410_WATCHDOG
Kukjin Kim939d28a2010-02-24 16:40:29 +090039 help
40 Machine support for Samsung SMDKC110
41 S5PC110(MCP) is one of package option of S5PV210
42
43endchoice
44
45endif