1# Copyright 2007 Simtec Electronics 2# 3# Licensed under GPLv2 4 5# cpu frequency scaling support 6 7config S3C2410_CPUFREQ 8 bool 9 depends on CPU_FREQ_S3C24XX && CPU_S3C2410 10 select S3C2410_CPUFREQ_UTILS 11 help 12 CPU Frequency scaling support for S3C2410 13 14config S3C2410_PLLTABLE 15 bool 16 depends on S3C2410_CPUFREQ && CPU_FREQ_S3C24XX_PLL 17 default y 18 help 19 Select the PLL table for the S3C2410 20 21