Merge tag 'sound-fix2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[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
acc84707
MS
8if ARCH_S5PC100
9
5a7652f2
BM
10config CPU_S5PC100
11 bool
80dfd955 12 select S5P_EXT_INT
a422bd0f 13 select SAMSUNG_DMADEV
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
323d7717
PV
48config S5PC100_SETUP_SPI
49 bool
50 help
51 Common setup code for SPI GPIO configurations.
52
5a7652f2
BM
53config MACH_SMDKC100
54 bool "SMDKC100"
55 select CPU_S5PC100
079b0324 56 select S3C_DEV_FB
0c318628
KP
57 select S3C_DEV_HSMMC
58 select S3C_DEV_HSMMC1
59 select S3C_DEV_HSMMC2
d61bd77f 60 select S3C_DEV_I2C1
fa9ce742 61 select S3C_DEV_RTC
c4023617 62 select S3C_DEV_WDT
b884c0e0 63 select S5PC100_SETUP_FB_24BPP
51ffd971 64 select S5PC100_SETUP_I2C1
66194a74 65 select S5PC100_SETUP_IDE
2211f28c 66 select S5PC100_SETUP_KEYPAD
0c318628 67 select S5PC100_SETUP_SDHCI
db94a2f4
SN
68 select S5P_DEV_FIMC0
69 select S5P_DEV_FIMC1
70 select S5P_DEV_FIMC2
b1b3f49c
RK
71 select SAMSUNG_DEV_ADC
72 select SAMSUNG_DEV_BACKLIGHT
73 select SAMSUNG_DEV_IDE
74 select SAMSUNG_DEV_KEYPAD
75 select SAMSUNG_DEV_PWM
76 select SAMSUNG_DEV_TS
5a7652f2
BM
77 help
78 Machine support for the Samsung SMDKC100
acc84707
MS
79
80endif
This page took 0.404061 seconds and 5 git commands to generate.