Byungho Min | 5a7652f | 2009-06-23 21:39:42 +0900 | [diff] [blame] | 1 | # Copyright 2009 Samsung Electronics Co. |
| 2 | # Byungho Min <bhmin@samsung.com> |
| 3 | # |
| 4 | # Licensed under GPLv2 |
| 5 | |
| 6 | config PLAT_S5PC1XX |
| 7 | bool |
| 8 | depends on ARCH_S5PC1XX |
| 9 | default y |
| 10 | select PLAT_S3C |
| 11 | select ARM_VIC |
| 12 | select NO_IOPORT |
| 13 | select ARCH_REQUIRE_GPIOLIB |
Ben Dooks | 4542646 | 2010-01-12 12:19:28 +0900 | [diff] [blame] | 14 | select SAMSUNG_CLKSRC |
Ben Dooks | be97162 | 2010-01-12 14:13:58 +0900 | [diff] [blame] | 15 | select SAMSUNG_IRQ_UART |
Ben Dooks | 47101ec | 2010-01-07 14:41:38 +0900 | [diff] [blame] | 16 | select SAMSUNG_IRQ_VIC_TIMER |
Byungho Min | 5a7652f | 2009-06-23 21:39:42 +0900 | [diff] [blame] | 17 | select S3C_GPIO_TRACK |
| 18 | select S3C_GPIO_PULL_UPDOWN |
Kyungmin Park | b0d5217 | 2009-11-17 08:41:16 +0100 | [diff] [blame] | 19 | select S3C_GPIO_CFG_S3C24XX |
| 20 | select S3C_GPIO_CFG_S3C64XX |
| 21 | select S5P_GPIO_CFG_S5PC1XX |
Byungho Min | 5a7652f | 2009-06-23 21:39:42 +0900 | [diff] [blame] | 22 | help |
| 23 | Base platform code for any Samsung S5PC1XX device |
| 24 | |
| 25 | if PLAT_S5PC1XX |
| 26 | |
| 27 | # Configuration options shared by all S3C64XX implementations |
| 28 | |
| 29 | config CPU_S5PC100_INIT |
| 30 | bool |
| 31 | help |
| 32 | Common initialisation code for the S5PC1XX |
| 33 | |
| 34 | config CPU_S5PC100_CLOCK |
| 35 | bool |
| 36 | help |
| 37 | Common clock support code for the S5PC1XX |
| 38 | |
| 39 | # platform specific device setup |
| 40 | |
Pawel Osciak | edd6e3f | 2009-11-17 08:41:19 +0100 | [diff] [blame] | 41 | config S5PC1XX_SETUP_FB_24BPP |
| 42 | bool |
| 43 | help |
| 44 | Common setup code for S5PC1XX with an 24bpp RGB display helper. |
| 45 | |
Kyungmin Park | 5eda288 | 2009-11-17 08:41:21 +0100 | [diff] [blame] | 46 | config S5PC1XX_SETUP_I2C0 |
Byungho Min | 5a7652f | 2009-06-23 21:39:42 +0900 | [diff] [blame] | 47 | bool |
| 48 | default y |
| 49 | help |
| 50 | Common setup code for i2c bus 0. |
| 51 | |
| 52 | Note, currently since i2c0 is always compiled, this setup helper |
| 53 | is always compiled with it. |
| 54 | |
Kyungmin Park | 5eda288 | 2009-11-17 08:41:21 +0100 | [diff] [blame] | 55 | config S5PC1XX_SETUP_I2C1 |
Byungho Min | 5a7652f | 2009-06-23 21:39:42 +0900 | [diff] [blame] | 56 | bool |
| 57 | help |
| 58 | Common setup code for i2c bus 1. |
Kyungmin Park | 86cd4f5 | 2009-11-17 08:41:23 +0100 | [diff] [blame] | 59 | |
| 60 | config S5PC1XX_SETUP_SDHCI_GPIO |
| 61 | bool |
| 62 | help |
| 63 | Common setup code for SDHCI gpio. |
| 64 | |
Byungho Min | 5a7652f | 2009-06-23 21:39:42 +0900 | [diff] [blame] | 65 | endif |