ARM: SAMSUNG: add i2c hdmiphy controller definitions
[deliverable/linux.git] / arch / arm / plat-s5p / Kconfig
CommitLineData
c4ffccdd
KK
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
8config PLAT_S5P
9 bool
a73ddc61 10 depends on (ARCH_S5P64X0 || ARCH_S5PC100 || ARCH_S5PV210 || ARCH_EXYNOS4)
c4ffccdd 11 default y
10606aad
KK
12 select ARM_VIC if !ARCH_EXYNOS4
13 select ARM_GIC if ARCH_EXYNOS4
c4ffccdd
KK
14 select NO_IOPORT
15 select ARCH_REQUIRE_GPIOLIB
16 select S3C_GPIO_TRACK
838c6d49 17 select S5P_GPIO_DRVSTR
42d828d4 18 select SAMSUNG_GPIOLIB_4BIT
c4ffccdd
KK
19 select PLAT_SAMSUNG
20 select SAMSUNG_CLKSRC
21 select SAMSUNG_IRQ_VIC_TIMER
22 select SAMSUNG_IRQ_UART
23 help
24 Base platform code for Samsung's S5P series SoC.
0df04f82
JL
25
26config S5P_EXT_INT
27 bool
28 help
29 Use the external interrupts (other than GPIO interrupts.)
49b7a491 30 Note: Do not choose this for S5P6440 and S5P6450.
25da496f 31
170a4617
MS
32config S5P_GPIO_INT
33 bool
34 help
35 Common code for the GPIO interrupts (other than external interrupts.)
36
9e65bbf2
SK
37config S5P_HRT
38 bool
0d8f6e04 39 select SAMSUNG_DEV_PWM
9e65bbf2
SK
40 help
41 Use the High Resolution timer support
42
40194521
KK
43comment "System MMU"
44
45config S5P_SYSTEM_MMU
46 bool "S5P SYSTEM MMU"
10606aad 47 depends on ARCH_EXYNOS4
40194521
KK
48 help
49 Say Y here if you want to enable System MMU
50
25da496f
KK
51config S5P_DEV_FIMC0
52 bool
53 help
54 Compile in platform device definitions for FIMC controller 0
55
56config S5P_DEV_FIMC1
57 bool
58 help
59 Compile in platform device definitions for FIMC controller 1
60
61config S5P_DEV_FIMC2
62 bool
63 help
64 Compile in platform device definitions for FIMC controller 2
13904fba 65
604eefeb
SN
66config S5P_DEV_FIMC3
67 bool
68 help
69 Compile in platform device definitions for FIMC controller 3
70
e61b1701
JH
71config S5P_DEV_FIMD0
72 bool
73 help
74 Compile in platform device definitions for FIMD controller 0
75
c40e7e0d
TS
76config S5P_DEV_I2C_HDMIPHY
77 bool
78 help
79 Compile in platform device definitions for I2C HDMIPHY controller
80
0f75a96b
KD
81config S5P_DEV_MFC
82 bool
83 help
84 Compile in platform device definitions for MFC
85
13904fba
KK
86config S5P_DEV_ONENAND
87 bool
88 help
89 Compile in platform device definition for OneNAND controller
3bbef1b9
SN
90
91config S5P_DEV_CSIS0
92 bool
93 help
94 Compile in platform device definitions for MIPI-CSIS channel 0
95
96config S5P_DEV_CSIS1
97 bool
98 help
99 Compile in platform device definitions for MIPI-CSIS channel 1
1d45ac49 100
3e112662
JS
101config S5P_DEV_USB_EHCI
102 bool
103 help
104 Compile in platform device definition for USB EHCI
105
1d45ac49
SN
106config S5P_SETUP_MIPIPHY
107 bool
108 help
109 Compile in common setup code for MIPI-CSIS and MIPI-DSIM devices
This page took 0.096409 seconds and 5 git commands to generate.