This patch moves mach-s3c2410/pll into mach-s3c24xx/ and removes arch/arm/mach-s3c2410/ directory in kernel. Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>tirimbino
parent
98713e401f
commit
82c1871245
@ -1,13 +0,0 @@ |
||||
# 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 |
||||
|
@ -1,13 +0,0 @@ |
||||
# arch/arm/mach-s3c2410/Makefile
|
||||
#
|
||||
# Copyright 2007 Simtec Electronics
|
||||
#
|
||||
# Licensed under GPLv2
|
||||
|
||||
obj-y :=
|
||||
obj-m :=
|
||||
obj-n :=
|
||||
obj- :=
|
||||
|
||||
obj-$(CONFIG_S3C2410_PLLTABLE) += pll.o
|
||||
|
Loading…
Reference in new issue