blob: 910b8d29f0f40eb8f7e3b8db641b38c3d1d04974 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Copyright 2007 Simtec Electronics
#
# Licensed under GPLv2
# cpu frequency scaling support
config S3C2410_PLLTABLE
bool
depends on S3C2410_CPUFREQ && CPU_FREQ_S3C24XX_PLL
default y
help
Select the PLL table for the S3C2410
|