]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/arm/mach-s5pv310/Kconfig
ARM: S5PV210: Add DMC map_desc table for supporting DMC access
[mirror_ubuntu-bionic-kernel.git] / arch / arm / mach-s5pv310 / Kconfig
CommitLineData
cc0e72b8
CY
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
10if ARCH_S5PV310
11
12config CPU_S5PV310
13 bool
14 select PLAT_S5P
15 help
16 Enable S5PV310 CPU support
17
793177b5
KP
18config S5PV310_SETUP_I2C1
19 bool
20 help
21 Common setup code for i2c bus 1.
22
23config S5PV310_SETUP_I2C2
24 bool
25 help
26 Common setup code for i2c bus 2.
27
cc0e72b8
CY
28# machine support
29
ca0ffd46
KK
30menu "S5PC210 Machines"
31
c05b48af
KK
32config MACH_SMDKC210
33 bool "SMDKC210"
34 select CPU_S5PV310
35 select ARCH_SPARSEMEM_ENABLE
36 help
37 Machine support for Samsung SMDKC210
38 S5PC210(MCP) is one of package option of S5PV310
39
516607d6
KP
40config MACH_UNIVERSAL_C210
41 bool "Mobile UNIVERSAL_C210 Board"
42 select CPU_S5PV310
43 select ARCH_SPARSEMEM_ENABLE
44 help
45 Machine support for Samsung Mobile Universal S5PC210 Reference
46 Board. S5PC210(MCP) is one of package option of S5PV310
47
ca0ffd46
KK
48endmenu
49
50menu "S5PV310 Machines"
51
52config MACH_SMDKV310
53 bool "SMDKV310"
54 select CPU_S5PV310
55 select ARCH_SPARSEMEM_ENABLE
56 help
57 Machine support for Samsung SMDKV310
58
59endmenu
60
cc0e72b8 61endif