]> git.karo-electronics.de Git - mv-sheeva.git/blob - arch/arm/mach-s5pv310/Kconfig
ARM: S5P: Remove redundant selection PLAT_S5P for S5PC100, S5PV210 and S5PV310
[mv-sheeva.git] / arch / arm / mach-s5pv310 / Kconfig
1 # arch/arm/mach-s5pv310/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 S5PV310
9
10 if ARCH_S5PV310
11
12 config CPU_S5PV310
13         bool
14         help
15           Enable S5PV310 CPU support
16
17 config S5PV310_SETUP_I2C1
18         bool
19         help
20           Common setup code for i2c bus 1.
21
22 config S5PV310_SETUP_I2C2
23         bool
24         help
25           Common setup code for i2c bus 2.
26
27 # machine support
28
29 menu "S5PC210 Machines"
30
31 config MACH_SMDKC210
32         bool "SMDKC210"
33         select CPU_S5PV310
34         select S3C_DEV_RTC
35         select S3C_DEV_WDT
36         help
37           Machine support for Samsung SMDKC210
38           S5PC210(MCP) is one of package option of S5PV310
39
40 config MACH_UNIVERSAL_C210
41         bool "Mobile UNIVERSAL_C210 Board"
42         select CPU_S5PV310
43         help
44           Machine support for Samsung Mobile Universal S5PC210 Reference
45           Board. S5PC210(MCP) is one of package option of S5PV310
46
47 endmenu
48
49 menu "S5PV310 Machines"
50
51 config MACH_SMDKV310
52         bool "SMDKV310"
53         select CPU_S5PV310
54         select S3C_DEV_RTC
55         select S3C_DEV_WDT
56         help
57           Machine support for Samsung SMDKV310
58
59 endmenu
60
61 endif