drivers/staging/usbip/userspace/libsrc/vhci_driver.c: test the just-initialized value
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / arm / mach-s5pc100 / Kconfig
blobe8a33c4b054cca68c90ce759bd2df5e9198bbf70
1 # Copyright 2009 Samsung Electronics Co.
2 #       Byungho Min <bhmin@samsung.com>
4 # Licensed under GPLv2
6 # Configuration options for the S5PC100 CPU
8 if ARCH_S5PC100
10 config CPU_S5PC100
11         bool
12         select S5P_EXT_INT
13         select S3C_PL330_DMA
14         help
15           Enable S5PC100 CPU support
17 config S5PC100_SETUP_FB_24BPP
18         bool
19         help
20           Common setup code for S5PC1XX with an 24bpp RGB display helper.
22 config S5PC100_SETUP_I2C1
23         bool
24         help
25           Common setup code for i2c bus 1.
27 config S5PC100_SETUP_IDE
28         bool
29         help
30           Common setup code for S5PC100 IDE GPIO configurations
32 config S5PC100_SETUP_KEYPAD
33         bool
34         help
35           Common setup code for KEYPAD GPIO configurations.
37 config S5PC100_SETUP_SDHCI
38         bool
39         select S5PC100_SETUP_SDHCI_GPIO
40         help
41           Internal helper functions for S5PC100 based SDHCI systems
43 config S5PC100_SETUP_SDHCI_GPIO
44         bool
45         help
46           Common setup code for SDHCI gpio.
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
75 endif