Ben Dooks | cf38367 | 2009-11-10 00:14:58 +0000 | [diff] [blame] | 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 | |
Harald Welte | aa9ad6a | 2009-12-01 01:24:34 +0000 | [diff] [blame] | 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. |
Ben Dooks | cf38367 | 2009-11-10 00:14:58 +0000 | [diff] [blame] | 21 | |
Ben Dooks | 4f830db | 2010-01-06 02:28:20 +0900 | [diff] [blame^] | 22 | # options for gpio configuration support |
| 23 | |
| 24 | config S3C_GPIO_CFG_S3C24XX |
| 25 | bool |
| 26 | help |
| 27 | Internal configuration to enable S3C24XX style GPIO configuration |
| 28 | functions. |
| 29 | |
| 30 | config S3C_GPIO_CFG_S3C64XX |
| 31 | bool |
| 32 | help |
| 33 | Internal configuration to enable S3C64XX style GPIO configuration |
| 34 | functions. |
| 35 | |
| 36 | config S5P_GPIO_CFG_S5PC1XX |
| 37 | bool |
| 38 | help |
| 39 | Internal configuration to enable S5PC1XX style GPIO configuration |
| 40 | functions. |
| 41 | |
| 42 | config S3C_GPIO_PULL_UPDOWN |
| 43 | bool |
| 44 | help |
| 45 | Internal configuration to enable the correct GPIO pull helper |
| 46 | |
| 47 | config S3C_GPIO_PULL_DOWN |
| 48 | bool |
| 49 | help |
| 50 | Internal configuration to enable the correct GPIO pull helper |
| 51 | |
| 52 | config S3C_GPIO_PULL_UP |
| 53 | bool |
| 54 | help |
| 55 | Internal configuration to enable the correct GPIO pull helper |
| 56 | |
Ben Dooks | b6a6041 | 2010-01-06 02:45:09 +0900 | [diff] [blame] | 57 | # device definitions to compile in |
| 58 | |
| 59 | config S3C_DEV_HSMMC |
| 60 | bool |
| 61 | help |
| 62 | Compile in platform device definitions for HSMMC code |
| 63 | |
| 64 | config S3C_DEV_HSMMC1 |
| 65 | bool |
| 66 | help |
| 67 | Compile in platform device definitions for HSMMC channel 1 |
| 68 | |
| 69 | config S3C_DEV_HSMMC2 |
| 70 | bool |
| 71 | help |
| 72 | Compile in platform device definitions for HSMMC channel 2 |
| 73 | |
| 74 | config S3C_DEV_I2C1 |
| 75 | bool |
| 76 | help |
| 77 | Compile in platform device definitions for I2C channel 1 |
| 78 | |
| 79 | config S3C_DEV_FB |
| 80 | bool |
| 81 | help |
| 82 | Compile in platform device definition for framebuffer |
| 83 | |
| 84 | config S3C_DEV_USB_HOST |
| 85 | bool |
| 86 | help |
| 87 | Compile in platform device definition for USB host. |
| 88 | |
| 89 | config S3C_DEV_USB_HSOTG |
| 90 | bool |
| 91 | help |
| 92 | Compile in platform device definition for USB high-speed OtG |
| 93 | |
| 94 | config S3C_DEV_NAND |
| 95 | bool |
| 96 | help |
| 97 | Compile in platform device definition for NAND controller |
| 98 | |
Ben Dooks | cf38367 | 2009-11-10 00:14:58 +0000 | [diff] [blame] | 99 | endif |