ARM: S5PC1XX: Move to using standard timer IRQ handling code
[pandora-kernel.git] / arch / arm / plat-s5pc1xx / Kconfig
1 # Copyright 2009 Samsung Electronics Co.
2 #       Byungho Min <bhmin@samsung.com>
3 #
4 # Licensed under GPLv2
5
6 config PLAT_S5PC1XX
7         bool
8         depends on ARCH_S5PC1XX
9         default y
10         select PLAT_S3C
11         select ARM_VIC
12         select NO_IOPORT
13         select ARCH_REQUIRE_GPIOLIB
14         select SAMSUNG_CLKSRC
15         select SAMSUNG_IRQ_VIC_TIMER
16         select S3C_GPIO_TRACK
17         select S3C_GPIO_PULL_UPDOWN
18         select S3C_GPIO_CFG_S3C24XX
19         select S3C_GPIO_CFG_S3C64XX
20         select S5P_GPIO_CFG_S5PC1XX
21         help
22           Base platform code for any Samsung S5PC1XX device
23
24 if PLAT_S5PC1XX
25
26 # Configuration options shared by all S3C64XX implementations
27
28 config CPU_S5PC100_INIT
29         bool
30         help
31           Common initialisation code for the S5PC1XX
32
33 config CPU_S5PC100_CLOCK
34         bool
35         help
36           Common clock support code for the S5PC1XX
37
38 # platform specific device setup
39
40 config S5PC1XX_SETUP_FB_24BPP
41         bool
42         help
43           Common setup code for S5PC1XX with an 24bpp RGB display helper.
44
45 config S5PC1XX_SETUP_I2C0
46         bool
47         default y
48         help
49           Common setup code for i2c bus 0.
50
51           Note, currently since i2c0 is always compiled, this setup helper
52           is always compiled with it.
53
54 config S5PC1XX_SETUP_I2C1
55         bool
56         help
57           Common setup code for i2c bus 1.
58
59 config S5PC1XX_SETUP_SDHCI_GPIO
60         bool
61         help
62           Common setup code for SDHCI gpio.
63
64 endif