ARM: S5PC100: Move frame buffer helpers from plat-s5pc1xx to mach-s5pc100
[deliverable/linux.git] / arch / arm / mach-s5pc100 / Kconfig
CommitLineData
5a7652f2
BM
1# Copyright 2009 Samsung Electronics Co.
2# Byungho Min <bhmin@samsung.com>
3#
4# Licensed under GPLv2
5
6# Configuration options for the S5PC100 CPU
7
8config CPU_S5PC100
9 bool
10 select CPU_S5PC100_INIT
11 select CPU_S5PC100_CLOCK
12 help
13 Enable S5PC100 CPU support
14
b884c0e0
MS
15config S5PC100_SETUP_FB_24BPP
16 bool
17 help
18 Common setup code for S5PC1XX with an 24bpp RGB display helper.
19
86cd4f5f
KP
20config S5PC100_SETUP_SDHCI
21 bool
22 select S5PC1XX_SETUP_SDHCI_GPIO
23 help
24 Internal helper functions for S5PC100 based SDHCI systems
25
5a7652f2
BM
26config MACH_SMDKC100
27 bool "SMDKC100"
28 select CPU_S5PC100
079b0324 29 select S3C_DEV_FB
067f131d 30 select S3C_DEV_I2C1
0c318628
KP
31 select S3C_DEV_HSMMC
32 select S3C_DEV_HSMMC1
33 select S3C_DEV_HSMMC2
067f131d 34 select S5PC1XX_SETUP_I2C0
5a7652f2 35 select S5PC1XX_SETUP_I2C1
b884c0e0 36 select S5PC100_SETUP_FB_24BPP
0c318628 37 select S5PC100_SETUP_SDHCI
5a7652f2
BM
38 help
39 Machine support for the Samsung SMDKC100
This page took 0.079962 seconds and 5 git commands to generate.