ARM: SAMSUNG: Move device definitions in plat-samsung
[deliverable/linux.git] / arch / arm / plat-samsung / Kconfig
1 # arch/arm/plat-samsung/Kconfig
2 #
3 # Copyright 2009 Simtec Electronics
4 #
5 # Licensed under GPLv2
6
7 config PLAT_SAMSUNG
8 bool
9 depends on ARCH_S3C2410 || ARCH_S3C24A0 || ARCH_S3C64XX || ARCH_S5PC1XX
10 default y
11 help
12 Base platform code for all Samsung SoC based systems
13
14 if PLAT_SAMSUNG
15
16 config SAMSUNG_CLKSRC
17 bool
18 help
19 Select the clock code for the clksrc implementation
20 used by newer systems such as the S3C64XX.
21
22 # device definitions to compile in
23
24 config S3C_DEV_HSMMC
25 bool
26 help
27 Compile in platform device definitions for HSMMC code
28
29 config S3C_DEV_HSMMC1
30 bool
31 help
32 Compile in platform device definitions for HSMMC channel 1
33
34 config S3C_DEV_HSMMC2
35 bool
36 help
37 Compile in platform device definitions for HSMMC channel 2
38
39 config S3C_DEV_I2C1
40 bool
41 help
42 Compile in platform device definitions for I2C channel 1
43
44 config S3C_DEV_FB
45 bool
46 help
47 Compile in platform device definition for framebuffer
48
49 config S3C_DEV_USB_HOST
50 bool
51 help
52 Compile in platform device definition for USB host.
53
54 config S3C_DEV_USB_HSOTG
55 bool
56 help
57 Compile in platform device definition for USB high-speed OtG
58
59 config S3C_DEV_NAND
60 bool
61 help
62 Compile in platform device definition for NAND controller
63
64 endif
This page took 0.034762 seconds and 5 git commands to generate.