Kconfig (999304be1177d42d16bc59c546228c6ac5a3e76a) | Kconfig (5b696a67c327f21fc67b60a1518f65e4e7f2749f) |
---|---|
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 10if ARCH_S5PV210 11 12config CPU_S5PV210 13 bool 14 select PLAT_S5P 15 select S3C_PL330_DMA 16 help 17 Enable S5PV210 CPU support 18 | 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 10if ARCH_S5PV210 11 12config CPU_S5PV210 13 bool 14 select PLAT_S5P 15 select S3C_PL330_DMA 16 help 17 Enable S5PV210 CPU support 18 |
19choice 20 prompt "Select machine type" 21 depends on ARCH_S5PV210 22 default MACH_SMDKV210 | 19config MACH_AQUILA 20 bool "Samsung Aquila" 21 select CPU_S5PV210 22 select ARCH_SPARSEMEM_ENABLE 23 select S5PV210_SETUP_FB_24BPP 24 select S3C_DEV_FB 25 help 26 Machine support for the Samsung Aquila target based on S5PC110 SoC |
23 | 27 |
24config S5PC110_DEV_ONENAND | 28config S5PV210_SETUP_FB_24BPP |
25 bool 26 help | 29 bool 30 help |
27 Compile in platform device definition for OneNAND1 controller | 31 Common setup code for S5PV210 with an 24bpp RGB display helper. |
28 29config MACH_SMDKV210 30 bool "SMDKV210" 31 select CPU_S5PV210 32 select ARCH_SPARSEMEM_ENABLE 33 help 34 Machine support for Samsung SMDKV210 35 36config MACH_SMDKC110 37 bool "SMDKC110" 38 select CPU_S5PV210 39 select ARCH_SPARSEMEM_ENABLE 40 help 41 Machine support for Samsung SMDKC110 42 S5PC110(MCP) is one of package option of S5PV210 43 | 32 33config MACH_SMDKV210 34 bool "SMDKV210" 35 select CPU_S5PV210 36 select ARCH_SPARSEMEM_ENABLE 37 help 38 Machine support for Samsung SMDKV210 39 40config MACH_SMDKC110 41 bool "SMDKC110" 42 select CPU_S5PV210 43 select ARCH_SPARSEMEM_ENABLE 44 help 45 Machine support for Samsung SMDKC110 46 S5PC110(MCP) is one of package option of S5PV210 47 |
44endchoice 45 | |
46endif | 48endif |