blob: 5a72a5235573d9e277a1595ff1c1908d3311b1ed [file] [log] [blame]
Ben Dookscf383672009-11-10 00:14:58 +00001# arch/arm/plat-samsung/Kconfig
2#
3# Copyright 2009 Simtec Electronics
4#
5# Licensed under GPLv2
6
7config 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
14if PLAT_SAMSUNG
15
Harald Welteaa9ad6a2009-12-01 01:24:34 +000016config SAMSUNG_CLKSRC
17 bool
18 help
19 Select the clock code for the clksrc implementation
20 used by newer systems such as the S3C64XX.
Ben Dookscf383672009-11-10 00:14:58 +000021
Ben Dooksb6a60412010-01-06 02:45:09 +090022# device definitions to compile in
23
24config S3C_DEV_HSMMC
25 bool
26 help
27 Compile in platform device definitions for HSMMC code
28
29config S3C_DEV_HSMMC1
30 bool
31 help
32 Compile in platform device definitions for HSMMC channel 1
33
34config S3C_DEV_HSMMC2
35 bool
36 help
37 Compile in platform device definitions for HSMMC channel 2
38
39config S3C_DEV_I2C1
40 bool
41 help
42 Compile in platform device definitions for I2C channel 1
43
44config S3C_DEV_FB
45 bool
46 help
47 Compile in platform device definition for framebuffer
48
49config S3C_DEV_USB_HOST
50 bool
51 help
52 Compile in platform device definition for USB host.
53
54config S3C_DEV_USB_HSOTG
55 bool
56 help
57 Compile in platform device definition for USB high-speed OtG
58
59config S3C_DEV_NAND
60 bool
61 help
62 Compile in platform device definition for NAND controller
63
Ben Dookscf383672009-11-10 00:14:58 +000064endif