Blame view

arch/arm/plat-s5p/Kconfig 2.61 KB
c4ffccddd   Kukjin Kim   ARM: S5P6440: Add...
1
2
3
4
5
6
7
8
9
  # arch/arm/plat-s5p/Kconfig
  #
  # Copyright (c) 2009 Samsung Electronics Co., Ltd.
  #		http://www.samsung.com/
  #
  # Licensed under GPLv2
  
  config PLAT_S5P
  	bool
830145796   Kukjin Kim   ARM: EXYNOS: Add ...
10
  	depends on (ARCH_S5P64X0 || ARCH_S5PC100 || ARCH_S5PV210 || ARCH_EXYNOS)
c4ffccddd   Kukjin Kim   ARM: S5P6440: Add...
11
  	default y
10606aadb   Kukjin Kim   ARM: EXYNOS4: Upd...
12
13
  	select ARM_VIC if !ARCH_EXYNOS4
  	select ARM_GIC if ARCH_EXYNOS4
db0d4db22   Marc Zyngier   ARM: gic: allow G...
14
  	select GIC_NON_BANKED if ARCH_EXYNOS4
c4ffccddd   Kukjin Kim   ARM: S5P6440: Add...
15
16
17
  	select NO_IOPORT
  	select ARCH_REQUIRE_GPIOLIB
  	select S3C_GPIO_TRACK
838c6d499   Marek Szyprowski   ARM: SAMSUNG: mov...
18
  	select S5P_GPIO_DRVSTR
42d828d46   Kukjin Kim   ARM: S5P6440: Add...
19
  	select SAMSUNG_GPIOLIB_4BIT
c4ffccddd   Kukjin Kim   ARM: S5P6440: Add...
20
21
22
  	select PLAT_SAMSUNG
  	select SAMSUNG_CLKSRC
  	select SAMSUNG_IRQ_VIC_TIMER
c4ffccddd   Kukjin Kim   ARM: S5P6440: Add...
23
24
  	help
  	  Base platform code for Samsung's S5P series SoC.
0df04f820   Jongpill Lee   ARM: S5PV210: Add...
25
26
27
28
29
  
  config S5P_EXT_INT
  	bool
  	help
  	  Use the external interrupts (other than GPIO interrupts.)
49b7a491b   Kukjin Kim   ARM: S5P64X0: Upd...
30
  	  Note: Do not choose this for S5P6440 and S5P6450.
25da496f3   Kukjin Kim   ARM: S5P: Fix on ...
31

170a46177   Marek Szyprowski   ARM: S5P: Add com...
32
33
34
35
  config S5P_GPIO_INT
  	bool
  	help
  	  Common code for the GPIO interrupts (other than external interrupts.)
9e65bbf21   Sangbeom Kim   ARM: S5P: Update ...
36
37
  config S5P_HRT
  	bool
0d8f6e04a   Kukjin Kim   ARM: S5P: Added s...
38
  	select SAMSUNG_DEV_PWM
9e65bbf21   Sangbeom Kim   ARM: S5P: Update ...
39
40
  	help
  	  Use the High Resolution timer support
0da3beadc   Abhilash Kesavan   ARM: S5P: Make th...
41
42
43
44
45
  config S5P_PM
  	bool
  	help
  	  Common code for power management support on S5P and newer SoCs
  	  Note: Do not select this for S5P6440 and S5P6450.
401945212   Kukjin Kim   ARM: S5PV310: Cle...
46
47
48
49
  comment "System MMU"
  
  config S5P_SYSTEM_MMU
  	bool "S5P SYSTEM MMU"
10606aadb   Kukjin Kim   ARM: EXYNOS4: Upd...
50
  	depends on ARCH_EXYNOS4
401945212   Kukjin Kim   ARM: S5PV310: Cle...
51
52
  	help
  	  Say Y here if you want to enable System MMU
e2e13621b   Abhilash Kesavan   ARM: S5P: Make th...
53
54
55
56
57
  config S5P_SLEEP
  	bool
  	help
  	  Internal config node to apply common S5P sleep management code.
  	  Can be selected by S5P and newer SoCs with similar sleep procedure.
25da496f3   Kukjin Kim   ARM: S5P: Fix on ...
58
59
60
61
62
63
64
65
66
67
68
69
70
71
  config S5P_DEV_FIMC0
  	bool
  	help
  	  Compile in platform device definitions for FIMC controller 0
  
  config S5P_DEV_FIMC1
  	bool
  	help
  	  Compile in platform device definitions for FIMC controller 1
  
  config S5P_DEV_FIMC2
  	bool
  	help
  	  Compile in platform device definitions for FIMC controller 2
13904fba3   Kukjin Kim   ARM: S5P: Move On...
72

604eefeb2   Sylwester Nawrocki   ARM: S5P: Add pla...
73
74
75
76
  config S5P_DEV_FIMC3
  	bool
  	help
  	  Compile in platform device definitions for FIMC controller 3
e61b17013   Jonghun Han   ARM: EXYNOS4: Add...
77
78
79
80
  config S5P_DEV_FIMD0
  	bool
  	help
  	  Compile in platform device definitions for FIMD controller 0
c40e7e0d9   Tomasz Stanislawski   ARM: SAMSUNG: add...
81
82
83
84
  config S5P_DEV_I2C_HDMIPHY
  	bool
  	help
  	  Compile in platform device definitions for I2C HDMIPHY controller
0f75a96bc   Kamil Debski   ARM: S5P: Add sup...
85
86
87
88
  config S5P_DEV_MFC
  	bool
  	help
  	  Compile in platform device definitions for MFC
13904fba3   Kukjin Kim   ARM: S5P: Move On...
89
90
91
92
  config S5P_DEV_ONENAND
  	bool
  	help
  	  Compile in platform device definition for OneNAND controller
3bbef1b91   Sylwester Nawrocki   ARM: S5P: Add pla...
93
94
95
96
97
98
99
100
101
102
  
  config S5P_DEV_CSIS0
  	bool
  	help
  	  Compile in platform device definitions for MIPI-CSIS channel 0
  
  config S5P_DEV_CSIS1
  	bool
  	help
  	  Compile in platform device definitions for MIPI-CSIS channel 1
1d45ac49d   Sylwester Nawrocki   ARM: S5P: Add sup...
103

fbf05563f   Tomasz Stanislawski   ARM: S5P: add sup...
104
105
106
107
  config S5P_DEV_TV
  	bool
  	help
  	  Compile in platform device definition for TV interface
3e1126621   Joonyoung Shim   ARM: S5P: Add usb...
108
109
110
111
  config S5P_DEV_USB_EHCI
  	bool
  	help
  	  Compile in platform device definition for USB EHCI
1d45ac49d   Sylwester Nawrocki   ARM: S5P: Add sup...
112
113
114
115
  config S5P_SETUP_MIPIPHY
  	bool
  	help
  	  Compile in common setup code for MIPI-CSIS and MIPI-DSIM devices