mirror of
https://github.com/torvalds/linux.git
synced 2024-11-06 03:51:48 +00:00
85e2a26f3d
This patch moves S3C2412 stuff into mach-s3c24xx/ directory so that we can merge the s3c24 series' directories to the just one mach-s3c24xx/ directory. And this patch is including following. - re-ordered alphabetically by option text at Kconfig and Makefile Cc: Ben Dooks <ben-linux@fluff.org> [heiko@sntech.de: move 'config S3C2412_PM_SLEEP' to use it for S3C2416] Signed-off-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
14 lines
301 B
Plaintext
14 lines
301 B
Plaintext
# Copyright 2007 Simtec Electronics
|
|
#
|
|
# Licensed under GPLv2
|
|
|
|
# Note, the S3C2412 IOtiming support is in plat-s3c24xx
|
|
|
|
config S3C2412_CPUFREQ
|
|
bool
|
|
depends on CPU_FREQ_S3C24XX && CPU_S3C2412
|
|
select S3C2412_IOTIMING
|
|
default y
|
|
help
|
|
CPU Frequency scaling support for S3C2412 and S3C2413 SoC CPUs.
|