ARM: S5PC100: Add support for Compact Flash driver on SMDKC100
[pandora-kernel.git] / arch / arm / mach-s5pc100 / Kconfig
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
8 if ARCH_S5PC100
9
10 config CPU_S5PC100
11         bool
12         select PLAT_S5P
13         select S5P_EXT_INT
14         select S3C_PL330_DMA
15         help
16           Enable S5PC100 CPU support
17
18 config S5PC100_SETUP_FB_24BPP
19         bool
20         help
21           Common setup code for S5PC1XX with an 24bpp RGB display helper.
22
23 config S5PC100_SETUP_I2C1
24         bool
25         help
26           Common setup code for i2c bus 1.
27
28 config S5PC100_SETUP_IDE
29         bool
30         help
31           Common setup code for S5PC100 IDE GPIO configurations
32
33 config S5PC100_SETUP_SDHCI
34         bool
35         select S5PC100_SETUP_SDHCI_GPIO
36         help
37           Internal helper functions for S5PC100 based SDHCI systems
38
39 config S5PC100_SETUP_SDHCI_GPIO
40         bool
41         help
42           Common setup code for SDHCI gpio.
43
44 config MACH_SMDKC100
45         bool "SMDKC100"
46         select CPU_S5PC100
47         select S3C_DEV_FB
48         select S3C_DEV_I2C1
49         select SAMSUNG_DEV_IDE
50         select S3C_DEV_HSMMC
51         select S3C_DEV_HSMMC1
52         select S3C_DEV_HSMMC2
53         select S5PC100_SETUP_FB_24BPP
54         select S5PC100_SETUP_I2C1
55         select S5PC100_SETUP_IDE
56         select S5PC100_SETUP_SDHCI
57         help
58           Machine support for the Samsung SMDKC100
59
60 endif