diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-01-05 12:45:09 -0500 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-01-15 03:10:13 -0500 |
commit | b6a604137bb978d9f65b1228cf0bb691ece45cba (patch) | |
tree | 9fe4d3df50c44249d7a4344bb137b96904d627fb /arch/arm/plat-samsung/Kconfig | |
parent | 9745626b65b856bf58e70feb4eee1e5471db699e (diff) |
ARM: SAMSUNG: Move device definitions in plat-samsung
Move all the platform device definitions from plat-s3c into plat-samsung
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-samsung/Kconfig')
-rw-r--r-- | arch/arm/plat-samsung/Kconfig | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig index e3ae68472ea7..5a72a5235573 100644 --- a/arch/arm/plat-samsung/Kconfig +++ b/arch/arm/plat-samsung/Kconfig | |||
@@ -19,4 +19,46 @@ config SAMSUNG_CLKSRC | |||
19 | Select the clock code for the clksrc implementation | 19 | Select the clock code for the clksrc implementation |
20 | used by newer systems such as the S3C64XX. | 20 | used by newer systems such as the S3C64XX. |
21 | 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 | |||
22 | endif | 64 | endif |