]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blob - arch/arm/plat-s5p/Kconfig
Merge branch 'next/cleanup3' of git://git.linaro.org/people/arnd/arm-soc
[mirror_ubuntu-zesty-kernel.git] / arch / arm / plat-s5p / Kconfig
1 # arch/arm/plat-s5p/Kconfig
2 #
3 # Copyright (c) 2009 Samsung Electronics Co., Ltd.
4 # http://www.samsung.com/
5 #
6 # Licensed under GPLv2
7
8 config PLAT_S5P
9 bool
10 depends on (ARCH_S5P64X0 || ARCH_S5PC100 || ARCH_S5PV210 || ARCH_EXYNOS4)
11 default y
12 select ARM_VIC if !ARCH_EXYNOS4
13 select ARM_GIC if ARCH_EXYNOS4
14 select NO_IOPORT
15 select ARCH_REQUIRE_GPIOLIB
16 select S3C_GPIO_TRACK
17 select S5P_GPIO_DRVSTR
18 select SAMSUNG_GPIOLIB_4BIT
19 select PLAT_SAMSUNG
20 select SAMSUNG_CLKSRC
21 select SAMSUNG_IRQ_VIC_TIMER
22 help
23 Base platform code for Samsung's S5P series SoC.
24
25 config S5P_EXT_INT
26 bool
27 help
28 Use the external interrupts (other than GPIO interrupts.)
29 Note: Do not choose this for S5P6440 and S5P6450.
30
31 config S5P_GPIO_INT
32 bool
33 help
34 Common code for the GPIO interrupts (other than external interrupts.)
35
36 config S5P_HRT
37 bool
38 select SAMSUNG_DEV_PWM
39 help
40 Use the High Resolution timer support
41
42 config S5P_PM
43 bool
44 help
45 Common code for power management support on S5P and newer SoCs
46 Note: Do not select this for S5P6440 and S5P6450.
47
48 comment "System MMU"
49
50 config S5P_SYSTEM_MMU
51 bool "S5P SYSTEM MMU"
52 depends on ARCH_EXYNOS4
53 help
54 Say Y here if you want to enable System MMU
55
56 config S5P_SLEEP
57 bool
58 help
59 Internal config node to apply common S5P sleep management code.
60 Can be selected by S5P and newer SoCs with similar sleep procedure.
61
62 config S5P_DEV_FIMC0
63 bool
64 help
65 Compile in platform device definitions for FIMC controller 0
66
67 config S5P_DEV_FIMC1
68 bool
69 help
70 Compile in platform device definitions for FIMC controller 1
71
72 config S5P_DEV_FIMC2
73 bool
74 help
75 Compile in platform device definitions for FIMC controller 2
76
77 config S5P_DEV_FIMC3
78 bool
79 help
80 Compile in platform device definitions for FIMC controller 3
81
82 config S5P_DEV_FIMD0
83 bool
84 help
85 Compile in platform device definitions for FIMD controller 0
86
87 config S5P_DEV_I2C_HDMIPHY
88 bool
89 help
90 Compile in platform device definitions for I2C HDMIPHY controller
91
92 config S5P_DEV_MFC
93 bool
94 help
95 Compile in platform device definitions for MFC
96
97 config S5P_DEV_ONENAND
98 bool
99 help
100 Compile in platform device definition for OneNAND controller
101
102 config S5P_DEV_CSIS0
103 bool
104 help
105 Compile in platform device definitions for MIPI-CSIS channel 0
106
107 config S5P_DEV_CSIS1
108 bool
109 help
110 Compile in platform device definitions for MIPI-CSIS channel 1
111
112 config S5P_DEV_TV
113 bool
114 help
115 Compile in platform device definition for TV interface
116
117 config S5P_DEV_USB_EHCI
118 bool
119 help
120 Compile in platform device definition for USB EHCI
121
122 config S5P_SETUP_MIPIPHY
123 bool
124 help
125 Compile in common setup code for MIPI-CSIS and MIPI-DSIM devices