]> bbs.cooldavid.org Git - net-next-2.6.git/blame - arch/arm/mach-s5pc100/Kconfig
Merge branches 'perf-fixes-for-linus' and 'x86-fixes-for-linus' of git://git.kernel...
[net-next-2.6.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
acc84707
MS
8if ARCH_S5PC100
9
5a7652f2
BM
10config CPU_S5PC100
11 bool
80dfd955 12 select S5P_EXT_INT
c5e2caca 13 select S3C_PL330_DMA
5a7652f2
BM
14 help
15 Enable S5PC100 CPU support
16
b884c0e0
MS
17config S5PC100_SETUP_FB_24BPP
18 bool
19 help
20 Common setup code for S5PC1XX with an 24bpp RGB display helper.
21
51ffd971
MS
22config S5PC100_SETUP_I2C1
23 bool
24 help
25 Common setup code for i2c bus 1.
26
66194a74
AK
27config S5PC100_SETUP_IDE
28 bool
29 help
30 Common setup code for S5PC100 IDE GPIO configurations
31
2211f28c
NKC
32config S5PC100_SETUP_KEYPAD
33 bool
34 help
35 Common setup code for KEYPAD GPIO configurations.
36
2af716ba
MS
37config S5PC100_SETUP_SDHCI
38 bool
39 select S5PC100_SETUP_SDHCI_GPIO
40 help
41 Internal helper functions for S5PC100 based SDHCI systems
42
43config S5PC100_SETUP_SDHCI_GPIO
44 bool
45 help
46 Common setup code for SDHCI gpio.
47
5a7652f2
BM
48config MACH_SMDKC100
49 bool "SMDKC100"
50 select CPU_S5PC100
079b0324 51 select S3C_DEV_FB
0c318628
KP
52 select S3C_DEV_HSMMC
53 select S3C_DEV_HSMMC1
54 select S3C_DEV_HSMMC2
d61bd77f 55 select S3C_DEV_I2C1
fa9ce742 56 select S3C_DEV_RTC
c4023617 57 select S3C_DEV_WDT
d61bd77f
KK
58 select SAMSUNG_DEV_ADC
59 select SAMSUNG_DEV_IDE
60 select SAMSUNG_DEV_KEYPAD
61 select SAMSUNG_DEV_TS
b884c0e0 62 select S5PC100_SETUP_FB_24BPP
51ffd971 63 select S5PC100_SETUP_I2C1
66194a74 64 select S5PC100_SETUP_IDE
2211f28c 65 select S5PC100_SETUP_KEYPAD
0c318628 66 select S5PC100_SETUP_SDHCI
db94a2f4
SN
67 select S5P_DEV_FIMC0
68 select S5P_DEV_FIMC1
69 select S5P_DEV_FIMC2
5a7652f2
BM
70 help
71 Machine support for the Samsung SMDKC100
acc84707
MS
72
73endif