[ARM] S3C64XX: Initial support for DVFS
[deliverable/linux.git] / arch / arm / plat-s3c64xx / Kconfig
CommitLineData
a08ab637
BD
1# 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
7bb56d01
BD
12 default y
13 select CPU_V6
a08ab637 14 select PLAT_S3C
d9b79fb5 15 select ARM_VIC
a08ab637
BD
16 select NO_IOPORT
17 select ARCH_REQUIRE_GPIOLIB
8a53bdb9 18 select S3C_GPIO_TRACK
21b23664
BD
19 select S3C_GPIO_PULL_UPDOWN
20 select S3C_GPIO_CFG_S3C24XX
21 select S3C_GPIO_CFG_S3C64XX
67b3e542 22 select USB_ARCH_HAS_OHCI
a08ab637
BD
23 help
24 Base platform code for any Samsung S3C64XX device
25
26if PLAT_S3C64XX
27
28# Configuration options shared by all S3C64XX implementations
29
aa64ea3f
BD
30config CPU_S3C6400_INIT
31 bool
32 help
33 Common initialisation code for the S3C6400 that is shared
34 by other CPUs in the series, such as the S3C6410.
35
cf18acf0
BD
36config CPU_S3C6400_CLOCK
37 bool
38 help
39 Common clock support code for the S3C6400 that is shared
40 by other CPUs in the series, such as the S3C6410.
41
fa7a7883
BD
42config S3C64XX_DMA
43 bool "S3C64XX DMA"
44 select S3C_DMA
45
55132b8b
BD
46# platform specific device setup
47
48config S3C64XX_SETUP_I2C0
49 bool
50 default y
51 help
52 Common setup code for i2c bus 0.
53
54 Note, currently since i2c0 is always compiled, this setup helper
55 is always compiled with it.
56
f9e2f345
BD
57config S3C64XX_SETUP_I2C1
58 bool
59 help
60 Common setup code for i2c bus 1.
61
c7a0401e
BD
62config S3C64XX_SETUP_FB_24BPP
63 bool
64 help
65 Common setup code for S3C64XX with an 24bpp RGB display helper.
66
4faf6867
BD
67config S3C64XX_SETUP_SDHCI_GPIO
68 bool
69 help
70 Common setup code for S3C64XX SDHCI GPIO configurations
71
a08ab637 72endif
This page took 0.067196 seconds and 5 git commands to generate.