xref: /openbmc/linux/arch/arm/mach-s5pv210/Kconfig (revision 28c8331d)
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 ARM_AMBA
15	select PL330_DMA if DMADEVICES
16	select S5P_EXT_INT
17	select S5P_PM if PM
18	select S5P_SLEEP if PM
19	help
20	  Enable S5PV210 CPU support
21
22menu "S5PV210 Machines"
23
24config MACH_S5PV210_DT
25	bool "Samsung S5PV210/S5PC110 machine using Device Tree"
26	select CLKSRC_OF
27	select CPU_S5PV210
28	select PINCTRL
29	select PINCTRL_EXYNOS
30	select USE_OF
31	help
32	  Machine support for Samsung S5PV210/S5PC110 machines with Device Tree
33	  enabled.
34	  Select this if a fdt blob is available for your S5PV210 SoC based
35	  board.
36	  Note: This is under development and not all peripherals can be
37	  supported with this machine file.
38endmenu
39
40endif
41