2008-10-21 09:06:39 -04:00
|
|
|
# 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
|
2008-10-21 09:06:51 -04:00
|
|
|
select ARM_VIC
|
2008-10-21 09:06:39 -04:00
|
|
|
default y
|
|
|
|
select NO_IOPORT
|
|
|
|
select ARCH_REQUIRE_GPIOLIB
|
2008-10-31 12:14:32 -04:00
|
|
|
select S3C_GPIO_TRACK
|
2008-10-31 12:14:34 -04:00
|
|
|
select S3C_GPIO_PULL_UPDOWN
|
|
|
|
select S3C_GPIO_CFG_S3C24XX
|
|
|
|
select S3C_GPIO_CFG_S3C64XX
|
2008-10-21 09:06:39 -04:00
|
|
|
help
|
|
|
|
Base platform code for any Samsung S3C64XX device
|
|
|
|
|
|
|
|
if PLAT_S3C64XX
|
|
|
|
|
|
|
|
# Configuration options shared by all S3C64XX implementations
|
|
|
|
|
2008-10-21 09:06:58 -04:00
|
|
|
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.
|
|
|
|
|
2008-10-21 09:07:02 -04:00
|
|
|
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.
|
|
|
|
|
2008-10-21 09:06:39 -04:00
|
|
|
endif
|