acpiphp: Execute ACPI _REG method for hotadded devices
[linux/fpc-iii.git] / arch / arm / plat-s3c64xx / Kconfig
blobe6da87a5885ca084e4345e9530bb7a61def01ff4
1 # Copyright 2008 Openmoko, Inc.
2 # Copyright 2008 Simtec Electronics
3 #       Ben Dooks <ben@simtec.co.uk>
5 # Licensed under GPLv2
7 config PLAT_S3C64XX
8         bool
9         depends on ARCH_S3C64XX
10         default y
11         select CPU_V6
12         select PLAT_S3C
13         select ARM_VIC
14         select NO_IOPORT
15         select ARCH_REQUIRE_GPIOLIB
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 S3C_DEV_NAND
21         select USB_ARCH_HAS_OHCI
22         help
23           Base platform code for any Samsung S3C64XX device
25 if PLAT_S3C64XX
27 # Configuration options shared by all S3C64XX implementations
29 config CPU_S3C6400_INIT
30         bool
31         help
32           Common initialisation code for the S3C6400 that is shared
33           by other CPUs in the series, such as the S3C6410.
35 config CPU_S3C6400_CLOCK
36         bool
37         help
38           Common clock support code for the S3C6400 that is shared
39           by other CPUs in the series, such as the S3C6410.
41 config S3C64XX_DMA
42         bool "S3C64XX DMA"
43         select S3C_DMA
45 # platform specific device setup
47 config S3C64XX_SETUP_I2C0
48         bool
49         default y
50         help
51           Common setup code for i2c bus 0.
53           Note, currently since i2c0 is always compiled, this setup helper
54           is always compiled with it.
56 config S3C64XX_SETUP_I2C1
57         bool
58         help
59           Common setup code for i2c bus 1.
61 config S3C64XX_SETUP_FB_24BPP
62         bool
63         help
64           Common setup code for S3C64XX with an 24bpp RGB display helper.
66 config S3C64XX_SETUP_SDHCI_GPIO
67         bool
68         help
69           Common setup code for S3C64XX SDHCI GPIO configurations
71 endif