Add KZM-ARM11-01 support
[linux-2.6/libata-dev.git] / arch / arm / plat-s3c64xx / Kconfig
blobbcfa778614d851c467647e952e8022f2c4439fbd
1 # arch/arm/plat-s3c64xx/Kconfig
3 # Copyright 2008 Openmoko, Inc.
4 # Copyright 2008 Simtec Electronics
5 #       Ben Dooks <ben@simtec.co.uk>
7 # Licensed under GPLv2
9 config PLAT_S3C64XX
10         bool
11         depends on ARCH_S3C64XX
12         default y
13         select CPU_V6
14         select PLAT_S3C
15         select ARM_VIC
16         select NO_IOPORT
17         select ARCH_REQUIRE_GPIOLIB
18         select S3C_GPIO_TRACK
19         select S3C_GPIO_PULL_UPDOWN
20         select S3C_GPIO_CFG_S3C24XX
21         select S3C_GPIO_CFG_S3C64XX
22         select S3C_DEV_NAND
23         select USB_ARCH_HAS_OHCI
24         help
25           Base platform code for any Samsung S3C64XX device
27 if PLAT_S3C64XX
29 # Configuration options shared by all S3C64XX implementations
31 config CPU_S3C6400_INIT
32         bool
33         help
34           Common initialisation code for the S3C6400 that is shared
35           by other CPUs in the series, such as the S3C6410.
37 config CPU_S3C6400_CLOCK
38         bool
39         help
40           Common clock support code for the S3C6400 that is shared
41           by other CPUs in the series, such as the S3C6410.
43 config S3C64XX_DMA
44         bool "S3C64XX DMA"
45         select S3C_DMA
47 # platform specific device setup
49 config S3C64XX_SETUP_I2C0
50         bool
51         default y
52         help
53           Common setup code for i2c bus 0.
55           Note, currently since i2c0 is always compiled, this setup helper
56           is always compiled with it.
58 config S3C64XX_SETUP_I2C1
59         bool
60         help
61           Common setup code for i2c bus 1.
63 config S3C64XX_SETUP_FB_24BPP
64         bool
65         help
66           Common setup code for S3C64XX with an 24bpp RGB display helper.
68 config S3C64XX_SETUP_SDHCI_GPIO
69         bool
70         help
71           Common setup code for S3C64XX SDHCI GPIO configurations
73 endif