[ARM] S3C: Add <plat/cpu-freq.h> for initial cpufreq definitions
[deliverable/linux.git] / arch / arm / plat-s3c24xx / Kconfig
CommitLineData
a21765a7
BD
1# arch/arm/plat-s3c24xx/Kconfig
2#
3# Copyright 2007 Simtec Electronics
4#
5# Licensed under GPLv2
6
7config PLAT_S3C24XX
8 bool
9 depends on ARCH_S3C2410
b8870605 10 default y if ARCH_S3C2410
7d477a04 11 select NO_IOPORT
bb2b180c 12 select ARCH_REQUIRE_GPIOLIB
a21765a7 13 help
d58153d8 14 Base platform code for any Samsung S3C24XX device
a21765a7 15
b8870605
BD
16if PLAT_S3C24XX
17
a21765a7
BD
18config CPU_S3C244X
19 bool
20 depends on ARCH_S3C2410 && (CPU_S3C2440 || CPU_S3C2442)
21 help
22 Support for S3C2440 and S3C2442 Samsung Mobile CPU based systems.
23
6fc601e3
BD
24config S3C24XX_PWM
25 bool "PWM device support"
26 select HAVE_PWM
27 help
28 Support for exporting the PWM timer blocks via the pwm device
29 system.
30
a21765a7
BD
31config PM_SIMTEC
32 bool
33 help
34 Common power management code for systems that are
35 compatible with the Simtec style of power management
36
a21765a7
BD
37config S3C2410_DMA
38 bool "S3C2410 DMA support"
39 depends on ARCH_S3C2410
40 help
41 S3C2410 DMA support. This is needed for drivers like sound which
42 use the S3C2410's DMA system to move data to and from the
43 peripheral blocks.
44
45config S3C2410_DMA_DEBUG
46 bool "S3C2410 DMA support debug"
47 depends on ARCH_S3C2410 && S3C2410_DMA
48 help
49 Enable debugging output for the DMA code. This option sends info
50 to the kernel log, at priority KERN_DEBUG.
51
b2a6cf3b
BD
52# SPI default pin configuration code
53
54config S3C24XX_SPI_BUS0_GPE11_GPE12_GPE13
55 bool
56 help
57 SPI GPIO configuration code for BUS0 when connected to
58 GPE11, GPE12 and GPE13.
59
60config S3C24XX_SPI_BUS1_GPG5_GPG6_GPG7
61 bool
62 help
63 SPI GPIO configuration code for BUS 1 when connected to
64 GPG5, GPG6 and GPG7.
65
66# common code for s3c24xx based machines, such as the SMDKs.
67
a21765a7
BD
68config MACH_SMDK
69 bool
70 help
71 Common machine code for SMDK2410 and SMDK2440
72
b8870605 73endif
This page took 0.29989 seconds and 5 git commands to generate.