mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 15:11:50 +00:00
cf18acf0e0
Add the PLL clock initialisation and clock registration and include the clocks sourced via CLKDIVx for most of the on-chip peripherals. Signed-off-by: Ben Dooks <ben-linux@fluff.org>
37 lines
749 B
Plaintext
37 lines
749 B
Plaintext
# arch/arm/plat-s3c64xx/Kconfig
|
|
#
|
|
# Copyright 2008 Openmoko, Inc.
|
|
# Copyright 2008 Simtec Electronics
|
|
# Ben Dooks <ben@simtec.co.uk>
|
|
#
|
|
# Licensed under GPLv2
|
|
|
|
config PLAT_S3C64XX
|
|
bool
|
|
depends on ARCH_S3C64XX
|
|
select PLAT_S3C
|
|
select ARM_VIC
|
|
default y
|
|
select NO_IOPORT
|
|
select ARCH_REQUIRE_GPIOLIB
|
|
help
|
|
Base platform code for any Samsung S3C64XX device
|
|
|
|
if PLAT_S3C64XX
|
|
|
|
# Configuration options shared by all S3C64XX implementations
|
|
|
|
config CPU_S3C6400_INIT
|
|
bool
|
|
help
|
|
Common initialisation code for the S3C6400 that is shared
|
|
by other CPUs in the series, such as the S3C6410.
|
|
|
|
config CPU_S3C6400_CLOCK
|
|
bool
|
|
help
|
|
Common clock support code for the S3C6400 that is shared
|
|
by other CPUs in the series, such as the S3C6410.
|
|
|
|
endif
|