Merge branch 'next-samsung-board' into next-samsung-devel-2
[deliverable/linux.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 S5P_EXT_INT
13 select S3C_PL330_DMA
14 help
15 Enable S5PC100 CPU support
16
17 config S5PC100_SETUP_FB_24BPP
18 bool
19 help
20 Common setup code for S5PC1XX with an 24bpp RGB display helper.
21
22 config S5PC100_SETUP_I2C1
23 bool
24 help
25 Common setup code for i2c bus 1.
26
27 config S5PC100_SETUP_IDE
28 bool
29 help
30 Common setup code for S5PC100 IDE GPIO configurations
31
32 config S5PC100_SETUP_KEYPAD
33 bool
34 help
35 Common setup code for KEYPAD GPIO configurations.
36
37 config S5PC100_SETUP_SDHCI
38 bool
39 select S5PC100_SETUP_SDHCI_GPIO
40 help
41 Internal helper functions for S5PC100 based SDHCI systems
42
43 config S5PC100_SETUP_SDHCI_GPIO
44 bool
45 help
46 Common setup code for SDHCI gpio.
47
48 config MACH_SMDKC100
49 bool "SMDKC100"
50 select CPU_S5PC100
51 select S3C_DEV_FB
52 select S3C_DEV_HSMMC
53 select S3C_DEV_HSMMC1
54 select S3C_DEV_HSMMC2
55 select S3C_DEV_I2C1
56 select S3C_DEV_RTC
57 select S3C_DEV_WDT
58 select SAMSUNG_DEV_ADC
59 select SAMSUNG_DEV_BACKLIGHT
60 select SAMSUNG_DEV_IDE
61 select SAMSUNG_DEV_KEYPAD
62 select SAMSUNG_DEV_PWM
63 select SAMSUNG_DEV_TS
64 select S5PC100_SETUP_FB_24BPP
65 select S5PC100_SETUP_I2C1
66 select S5PC100_SETUP_IDE
67 select S5PC100_SETUP_KEYPAD
68 select S5PC100_SETUP_SDHCI
69 select S5P_DEV_FIMC0
70 select S5P_DEV_FIMC1
71 select S5P_DEV_FIMC2
72 help
73 Machine support for the Samsung SMDKC100
74
75 endif
This page took 0.031882 seconds and 5 git commands to generate.