blob: c5ebe6ff35ddecaf762d79f6275ca8adce35e48a [file] [log] [blame]
Kukjin Kimc4ffccd2010-01-14 08:19:36 +09001# 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
Kukjin Kima73ddc62011-05-11 16:27:51 +090010 depends on (ARCH_S5P64X0 || ARCH_S5PC100 || ARCH_S5PV210 || ARCH_EXYNOS4)
Kukjin Kimc4ffccd2010-01-14 08:19:36 +090011 default y
Kukjin Kim10606aa2011-02-14 15:05:27 +090012 select ARM_VIC if !ARCH_EXYNOS4
13 select ARM_GIC if ARCH_EXYNOS4
Marc Zyngier680392b2011-11-12 16:09:49 +000014 select GIC_NON_BANKED if ARCH_EXYNOS4
Kukjin Kimc4ffccd2010-01-14 08:19:36 +090015 select NO_IOPORT
16 select ARCH_REQUIRE_GPIOLIB
17 select S3C_GPIO_TRACK
Marek Szyprowski838c6d42010-05-18 12:23:36 +020018 select S5P_GPIO_DRVSTR
Kukjin Kim42d828d2010-01-19 15:31:17 +090019 select SAMSUNG_GPIOLIB_4BIT
20 select S3C_GPIO_CFG_S3C64XX
21 select S3C_GPIO_PULL_UPDOWN
22 select S3C_GPIO_CFG_S3C24XX
Kukjin Kimc4ffccd2010-01-14 08:19:36 +090023 select PLAT_SAMSUNG
24 select SAMSUNG_CLKSRC
25 select SAMSUNG_IRQ_VIC_TIMER
26 select SAMSUNG_IRQ_UART
27 help
28 Base platform code for Samsung's S5P series SoC.
Jongpill Lee0df04f82010-05-17 16:56:26 +090029
30config S5P_EXT_INT
31 bool
32 help
33 Use the external interrupts (other than GPIO interrupts.)
Kukjin Kim49b7a492010-09-07 15:47:18 +090034 Note: Do not choose this for S5P6440 and S5P6450.
Kukjin Kim25da4962010-08-09 18:26:13 +090035
Marek Szyprowski170a4612010-10-01 10:40:37 +090036config S5P_GPIO_INT
37 bool
38 help
39 Common code for the GPIO interrupts (other than external interrupts.)
40
Sangbeom Kim9e65bbf2011-03-12 08:05:19 +090041config S5P_HRT
42 bool
43 help
44 Use the High Resolution timer support
45
Kukjin Kim40194522011-02-01 15:08:53 +090046comment "System MMU"
47
48config S5P_SYSTEM_MMU
49 bool "S5P SYSTEM MMU"
Kukjin Kim10606aa2011-02-14 15:05:27 +090050 depends on ARCH_EXYNOS4
Kukjin Kim40194522011-02-01 15:08:53 +090051 help
52 Say Y here if you want to enable System MMU
53
Kukjin Kim25da4962010-08-09 18:26:13 +090054config S5P_DEV_FIMC0
55 bool
56 help
57 Compile in platform device definitions for FIMC controller 0
58
59config S5P_DEV_FIMC1
60 bool
61 help
62 Compile in platform device definitions for FIMC controller 1
63
64config S5P_DEV_FIMC2
65 bool
66 help
67 Compile in platform device definitions for FIMC controller 2
Kukjin Kim13904fb2010-08-27 13:56:54 +090068
Sylwester Nawrocki604eefe2011-03-12 08:58:01 +090069config S5P_DEV_FIMC3
70 bool
71 help
72 Compile in platform device definitions for FIMC controller 3
73
Kukjin Kim13904fb2010-08-27 13:56:54 +090074config S5P_DEV_ONENAND
75 bool
76 help
77 Compile in platform device definition for OneNAND controller
Sylwester Nawrocki3bbef1b2010-12-17 15:08:07 +090078
79config S5P_DEV_CSIS0
80 bool
81 help
82 Compile in platform device definitions for MIPI-CSIS channel 0
83
84config S5P_DEV_CSIS1
85 bool
86 help
87 Compile in platform device definitions for MIPI-CSIS channel 1
Sylwester Nawrocki1d45ac42011-03-10 21:53:40 +090088
Joonyoung Shim3e112662011-04-08 13:22:09 +090089config S5P_DEV_USB_EHCI
90 bool
91 help
92 Compile in platform device definition for USB EHCI
93
Sylwester Nawrocki1d45ac42011-03-10 21:53:40 +090094config S5P_SETUP_MIPIPHY
95 bool
96 help
97 Compile in common setup code for MIPI-CSIS and MIPI-DSIM devices