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