x86, cpu: Kill cpu_has_mp
[cascardo/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 SAMSUNG_DMADEV
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 S5PC100_SETUP_SPI
49         bool
50         help
51           Common setup code for SPI GPIO configurations.
52
53 config MACH_SMDKC100
54         bool "SMDKC100"
55         select CPU_S5PC100
56         select S3C_DEV_FB
57         select S3C_DEV_HSMMC
58         select S3C_DEV_HSMMC1
59         select S3C_DEV_HSMMC2
60         select S3C_DEV_I2C1
61         select S3C_DEV_RTC
62         select S3C_DEV_WDT
63         select S5PC100_SETUP_FB_24BPP
64         select S5PC100_SETUP_I2C1
65         select S5PC100_SETUP_IDE
66         select S5PC100_SETUP_KEYPAD
67         select S5PC100_SETUP_SDHCI
68         select S5P_DEV_FIMC0
69         select S5P_DEV_FIMC1
70         select S5P_DEV_FIMC2
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
77         help
78           Machine support for the Samsung SMDKC100
79
80 endif