ARM: SAMSUNG: Make WDT driver dependency SoC specific instead of machine specific
[linux-2.6-block.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
acc84707 12 select PLAT_S5P
80dfd955 13 select S5P_EXT_INT
c5e2caca 14 select S3C_PL330_DMA
5a7652f2
BM
15 help
16 Enable S5PC100 CPU support
17
b884c0e0
MS
18config S5PC100_SETUP_FB_24BPP
19 bool
20 help
21 Common setup code for S5PC1XX with an 24bpp RGB display helper.
22
51ffd971
MS
23config S5PC100_SETUP_I2C1
24 bool
25 help
26 Common setup code for i2c bus 1.
27
2af716ba
MS
28config S5PC100_SETUP_SDHCI
29 bool
30 select S5PC100_SETUP_SDHCI_GPIO
31 help
32 Internal helper functions for S5PC100 based SDHCI systems
33
34config S5PC100_SETUP_SDHCI_GPIO
35 bool
36 help
37 Common setup code for SDHCI gpio.
38
5a7652f2
BM
39config MACH_SMDKC100
40 bool "SMDKC100"
41 select CPU_S5PC100
079b0324 42 select S3C_DEV_FB
067f131d 43 select S3C_DEV_I2C1
0c318628
KP
44 select S3C_DEV_HSMMC
45 select S3C_DEV_HSMMC1
46 select S3C_DEV_HSMMC2
d8653d9f 47 select S3C_DEV_WDT
b884c0e0 48 select S5PC100_SETUP_FB_24BPP
51ffd971 49 select S5PC100_SETUP_I2C1
0c318628 50 select S5PC100_SETUP_SDHCI
5a7652f2
BM
51 help
52 Machine support for the Samsung SMDKC100
acc84707
MS
53
54endif