Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
[pandora-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 S3C_GPIO_CFG_S3C64XX
20         select S3C_GPIO_PULL_UPDOWN
21         select S3C_GPIO_CFG_S3C24XX
22         select PLAT_SAMSUNG
23         select SAMSUNG_CLKSRC
24         select SAMSUNG_IRQ_VIC_TIMER
25         help
26           Base platform code for Samsung's S5P series SoC.
27
28 config S5P_EXT_INT
29         bool
30         help
31           Use the external interrupts (other than GPIO interrupts.)
32           Note: Do not choose this for S5P6440 and S5P6450.
33
34 config S5P_GPIO_INT
35         bool
36         help
37           Common code for the GPIO interrupts (other than external interrupts.)
38
39 config S5P_HRT
40         bool
41         select SAMSUNG_DEV_PWM
42         help
43           Use the High Resolution timer support
44
45 comment "System MMU"
46
47 config S5P_SYSTEM_MMU
48         bool "S5P SYSTEM MMU"
49         depends on ARCH_EXYNOS4
50         help
51           Say Y here if you want to enable System MMU
52
53 config S5P_DEV_FIMC0
54         bool
55         help
56           Compile in platform device definitions for FIMC controller 0
57
58 config S5P_DEV_FIMC1
59         bool
60         help
61           Compile in platform device definitions for FIMC controller 1
62
63 config S5P_DEV_FIMC2
64         bool
65         help
66           Compile in platform device definitions for FIMC controller 2
67
68 config S5P_DEV_FIMC3
69         bool
70         help
71           Compile in platform device definitions for FIMC controller 3
72
73 config S5P_DEV_FIMD0
74         bool
75         help
76           Compile in platform device definitions for FIMD controller 0
77
78 config S5P_DEV_MFC
79         bool
80         help
81           Compile in platform device definitions for MFC
82
83 config S5P_DEV_ONENAND
84         bool
85         help
86           Compile in platform device definition for OneNAND controller
87
88 config S5P_DEV_CSIS0
89         bool
90         help
91           Compile in platform device definitions for MIPI-CSIS channel 0
92
93 config S5P_DEV_CSIS1
94         bool
95         help
96           Compile in platform device definitions for MIPI-CSIS channel 1
97
98 config S5P_DEV_USB_EHCI
99         bool
100         help
101           Compile in platform device definition for USB EHCI
102
103 config S5P_SETUP_MIPIPHY
104         bool
105         help
106           Compile in common setup code for MIPI-CSIS and MIPI-DSIM devices