| Kukjin Kim | 939d28a | 2010-02-24 16:40:29 +0900 | [diff] [blame] | 1 | # arch/arm/mach-s5pv210/Kconfig |
| 2 | # |
| 3 | # Copyright (c) 2010 Samsung Electronics Co., Ltd. |
| 4 | # http://www.samsung.com/ |
| 5 | # |
| 6 | # Licensed under GPLv2 |
| 7 | |
| 8 | # Configuration options for the S5PV210/S5PC110 |
| 9 | |
| 10 | if ARCH_S5PV210 |
| 11 | |
| 12 | config CPU_S5PV210 |
| 13 | bool |
| 14 | select PLAT_S5P |
| Jassi Brar | 7d1a207 | 2010-05-18 11:59:34 +0900 | [diff] [blame] | 15 | select S3C_PL330_DMA |
| Kukjin Kim | 939d28a | 2010-02-24 16:40:29 +0900 | [diff] [blame] | 16 | help |
| 17 | Enable S5PV210 CPU support |
| 18 | |
| Marek Szyprowski | d947e79 | 2010-05-17 08:53:10 +0200 | [diff] [blame] | 19 | config MACH_AQUILA |
| 20 | bool "Samsung Aquila" |
| 21 | select CPU_S5PV210 |
| 22 | select ARCH_SPARSEMEM_ENABLE |
| Marek Szyprowski | b315032 | 2010-05-17 08:53:13 +0200 | [diff] [blame] | 23 | select S5PV210_SETUP_FB_24BPP |
| 24 | select S3C_DEV_FB |
| Marek Szyprowski | d947e79 | 2010-05-17 08:53:10 +0200 | [diff] [blame] | 25 | help |
| 26 | Machine support for the Samsung Aquila target based on S5PC110 SoC |
| 27 | |
| Marek Szyprowski | e6f66a9 | 2010-05-20 08:13:07 +0200 | [diff] [blame^] | 28 | config S5PV210_SETUP_I2C1 |
| 29 | bool |
| 30 | help |
| 31 | Common setup code for i2c bus 1. |
| 32 | |
| 33 | config S5PV210_SETUP_I2C2 |
| 34 | bool |
| 35 | help |
| 36 | Common setup code for i2c bus 2. |
| 37 | |
| Marek Szyprowski | 5b696a6 | 2010-05-20 08:13:04 +0200 | [diff] [blame] | 38 | config S5PV210_SETUP_FB_24BPP |
| 39 | bool |
| 40 | help |
| 41 | Common setup code for S5PV210 with an 24bpp RGB display helper. |
| 42 | |
| Marek Szyprowski | e6f66a9 | 2010-05-20 08:13:07 +0200 | [diff] [blame^] | 43 | config S5PV210_SETUP_SDHCI |
| 44 | bool |
| 45 | select S5PV210_SETUP_SDHCI_GPIO |
| 46 | help |
| 47 | Internal helper functions for S5PV210 based SDHCI systems |
| 48 | |
| 49 | config S5PV210_SETUP_SDHCI_GPIO |
| 50 | bool |
| 51 | help |
| 52 | Common setup code for SDHCI gpio. |
| 53 | |
| Kukjin Kim | 939d28a | 2010-02-24 16:40:29 +0900 | [diff] [blame] | 54 | config MACH_SMDKV210 |
| 55 | bool "SMDKV210" |
| 56 | select CPU_S5PV210 |
| 57 | select ARCH_SPARSEMEM_ENABLE |
| 58 | help |
| 59 | Machine support for Samsung SMDKV210 |
| 60 | |
| 61 | config MACH_SMDKC110 |
| 62 | bool "SMDKC110" |
| 63 | select CPU_S5PV210 |
| 64 | select ARCH_SPARSEMEM_ENABLE |
| 65 | help |
| 66 | Machine support for Samsung SMDKC110 |
| 67 | S5PC110(MCP) is one of package option of S5PV210 |
| 68 | |
| Kukjin Kim | 939d28a | 2010-02-24 16:40:29 +0900 | [diff] [blame] | 69 | endif |