blob: bcfa778614d851c467647e952e8022f2c4439fbd [file] [log] [blame]
Ben Dooksa08ab632008-10-21 14:06:39 +01001# arch/arm/plat-s3c64xx/Kconfig
2#
3# Copyright 2008 Openmoko, Inc.
4# Copyright 2008 Simtec Electronics
5# Ben Dooks <ben@simtec.co.uk>
6#
7# Licensed under GPLv2
8
9config PLAT_S3C64XX
10 bool
11 depends on ARCH_S3C64XX
Ben Dooks7bb56d02008-12-18 22:06:42 +000012 default y
13 select CPU_V6
Ben Dooksa08ab632008-10-21 14:06:39 +010014 select PLAT_S3C
Ben Dooksd9b79fb2008-10-21 14:06:51 +010015 select ARM_VIC
Ben Dooksa08ab632008-10-21 14:06:39 +010016 select NO_IOPORT
17 select ARCH_REQUIRE_GPIOLIB
Ben Dooks8a53bdb2008-10-31 16:14:32 +000018 select S3C_GPIO_TRACK
Ben Dooks21b23662008-10-31 16:14:34 +000019 select S3C_GPIO_PULL_UPDOWN
20 select S3C_GPIO_CFG_S3C24XX
21 select S3C_GPIO_CFG_S3C64XX
Ben Dooksdb616eb2009-08-16 23:54:58 +010022 select S3C_DEV_NAND
Ben Dooks67b3e542009-03-06 19:51:51 +000023 select USB_ARCH_HAS_OHCI
Ben Dooksa08ab632008-10-21 14:06:39 +010024 help
25 Base platform code for any Samsung S3C64XX device
26
27if PLAT_S3C64XX
28
29# Configuration options shared by all S3C64XX implementations
30
Ben Dooksaa64ea32008-10-21 14:06:58 +010031config 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.
36
Ben Dookscf18acf2008-10-21 14:07:02 +010037config 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.
42
Ben Dooksfa7a7882009-03-10 23:57:26 +000043config S3C64XX_DMA
44 bool "S3C64XX DMA"
45 select S3C_DMA
46
Ben Dooks55132b82008-10-31 16:14:51 +000047# platform specific device setup
48
49config S3C64XX_SETUP_I2C0
50 bool
51 default y
52 help
53 Common setup code for i2c bus 0.
54
55 Note, currently since i2c0 is always compiled, this setup helper
56 is always compiled with it.
57
Ben Dooksf9e2f342008-10-31 16:14:56 +000058config S3C64XX_SETUP_I2C1
59 bool
60 help
61 Common setup code for i2c bus 1.
62
Ben Dooksc7a04012008-11-19 15:41:33 +000063config S3C64XX_SETUP_FB_24BPP
64 bool
65 help
66 Common setup code for S3C64XX with an 24bpp RGB display helper.
67
Ben Dooks4faf68672009-03-25 11:01:24 +000068config S3C64XX_SETUP_SDHCI_GPIO
69 bool
70 help
71 Common setup code for S3C64XX SDHCI GPIO configurations
72
Ben Dooksa08ab632008-10-21 14:06:39 +010073endif