Merge 2.6.38-rc5 into staging-next
[deliverable/linux.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_S5P6442 || ARCH_S5PC100 || ARCH_S5PV210 || ARCH_S5PV310)
11 default y
12 select ARM_VIC if !ARCH_S5PV310
13 select ARM_GIC if ARCH_S5PV310
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 select SAMSUNG_IRQ_UART
26 help
27 Base platform code for Samsung's S5P series SoC.
28
29 config S5P_EXT_INT
30 bool
31 help
32 Use the external interrupts (other than GPIO interrupts.)
33 Note: Do not choose this for S5P6440 and S5P6450.
34
35 config S5P_GPIO_INT
36 bool
37 help
38 Common code for the GPIO interrupts (other than external interrupts.)
39
40 comment "System MMU"
41
42 config S5P_SYSTEM_MMU
43 bool "S5P SYSTEM MMU"
44 depends on ARCH_S5PV310
45 help
46 Say Y here if you want to enable System MMU
47
48 config S5P_DEV_FIMC0
49 bool
50 help
51 Compile in platform device definitions for FIMC controller 0
52
53 config S5P_DEV_FIMC1
54 bool
55 help
56 Compile in platform device definitions for FIMC controller 1
57
58 config S5P_DEV_FIMC2
59 bool
60 help
61 Compile in platform device definitions for FIMC controller 2
62
63 config S5P_DEV_ONENAND
64 bool
65 help
66 Compile in platform device definition for OneNAND controller
67
68 config S5P_DEV_CSIS0
69 bool
70 help
71 Compile in platform device definitions for MIPI-CSIS channel 0
72
73 config S5P_DEV_CSIS1
74 bool
75 help
76 Compile in platform device definitions for MIPI-CSIS channel 1
This page took 0.039599 seconds and 5 git commands to generate.