2008-10-21 21:06:39 +08: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
|
2008-12-19 06:06:42 +08:00
|
|
|
default y
|
|
|
|
select CPU_V6
|
2008-10-21 21:06:39 +08:00
|
|
|
select PLAT_S3C
|
2008-10-21 21:06:51 +08:00
|
|
|
select ARM_VIC
|
2008-10-21 21:06:39 +08:00
|
|
|
select NO_IOPORT
|
|
|
|
select ARCH_REQUIRE_GPIOLIB
|
2008-11-01 00:14:32 +08:00
|
|
|
select S3C_GPIO_TRACK
|
2008-11-01 00:14:34 +08:00
|
|
|
select S3C_GPIO_PULL_UPDOWN
|
|
|
|
select S3C_GPIO_CFG_S3C24XX
|
|
|
|
select S3C_GPIO_CFG_S3C64XX
|
2009-08-17 06:54:58 +08:00
|
|
|
select S3C_DEV_NAND
|
2009-03-07 03:51:51 +08:00
|
|
|
select USB_ARCH_HAS_OHCI
|
2008-10-21 21:06:39 +08:00
|
|
|
help
|
|
|
|
Base platform code for any Samsung S3C64XX device
|
|
|
|
|
|
|
|
if PLAT_S3C64XX
|
|
|
|
|
|
|
|
# Configuration options shared by all S3C64XX implementations
|
|
|
|
|
2008-10-21 21:06:58 +08: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 21:07:02 +08: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.
|
|
|
|
|
2009-03-11 07:57:26 +08:00
|
|
|
config S3C64XX_DMA
|
|
|
|
bool "S3C64XX DMA"
|
|
|
|
select S3C_DMA
|
|
|
|
|
2008-11-01 00:14:51 +08:00
|
|
|
# platform specific device setup
|
|
|
|
|
|
|
|
config S3C64XX_SETUP_I2C0
|
|
|
|
bool
|
|
|
|
default y
|
|
|
|
help
|
|
|
|
Common setup code for i2c bus 0.
|
|
|
|
|
|
|
|
Note, currently since i2c0 is always compiled, this setup helper
|
|
|
|
is always compiled with it.
|
|
|
|
|
2008-11-01 00:14:56 +08:00
|
|
|
config S3C64XX_SETUP_I2C1
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Common setup code for i2c bus 1.
|
|
|
|
|
2008-11-19 23:41:33 +08:00
|
|
|
config S3C64XX_SETUP_FB_24BPP
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Common setup code for S3C64XX with an 24bpp RGB display helper.
|
|
|
|
|
2009-03-25 19:01:24 +08:00
|
|
|
config S3C64XX_SETUP_SDHCI_GPIO
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Common setup code for S3C64XX SDHCI GPIO configurations
|
|
|
|
|
2008-10-21 21:06:39 +08:00
|
|
|
endif
|