2007-02-11 20:31:01 +03:00
|
|
|
# Copyright 2007 Simtec Electronics
|
|
|
|
#
|
|
|
|
# Licensed under GPLv2
|
|
|
|
|
|
|
|
config CPU_S3C2412
|
|
|
|
bool
|
|
|
|
depends on ARCH_S3C2410
|
2008-10-26 13:55:14 +03:00
|
|
|
select CPU_ARM926T
|
2007-07-22 19:09:44 +04:00
|
|
|
select CPU_LLSERIAL_S3C2440
|
2007-02-11 20:31:01 +03:00
|
|
|
select S3C2412_PM if PM
|
|
|
|
select S3C2412_DMA if S3C2410_DMA
|
2007-12-23 05:09:30 +03:00
|
|
|
select S3C2410_GPIO
|
2007-02-11 20:31:01 +03:00
|
|
|
help
|
|
|
|
Support for the S3C2412 and S3C2413 SoCs from the S3C24XX line
|
|
|
|
|
|
|
|
config CPU_S3C2412_ONLY
|
|
|
|
bool
|
2011-07-06 07:44:31 +04:00
|
|
|
depends on ARCH_S3C2410 && !CPU_S3C2410 && \
|
2010-11-28 21:30:27 +03:00
|
|
|
!CPU_S3C2416 && !CPU_S3C2440 && !CPU_S3C2442 && \
|
2010-04-28 13:09:01 +04:00
|
|
|
!CPU_S3C2443 && CPU_S3C2412
|
2007-02-11 20:31:01 +03:00
|
|
|
default y if CPU_S3C2412
|
|
|
|
|
|
|
|
config S3C2412_DMA
|
|
|
|
bool
|
|
|
|
depends on CPU_S3C2412
|
|
|
|
help
|
|
|
|
Internal config node for S3C2412 DMA support
|
|
|
|
|
|
|
|
config S3C2412_PM
|
|
|
|
bool
|
2010-12-17 08:45:01 +03:00
|
|
|
select S3C2412_PM_SLEEP
|
2007-02-11 20:31:01 +03:00
|
|
|
help
|
|
|
|
Internal config node to apply S3C2412 power management
|
|
|
|
|
2010-12-17 08:45:01 +03:00
|
|
|
config S3C2412_PM_SLEEP
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Internal config node to apply sleep for S3C2412 power management.
|
|
|
|
Can be selected by another SoCs with similar sleep procedure.
|
|
|
|
|
2009-07-31 02:23:37 +04:00
|
|
|
# Note, the S3C2412 IOtiming support is in plat-s3c24xx
|
|
|
|
|
2009-07-31 02:23:33 +04:00
|
|
|
config S3C2412_CPUFREQ
|
|
|
|
bool
|
|
|
|
depends on CPU_FREQ_S3C24XX && CPU_S3C2412
|
2009-07-31 02:23:37 +04:00
|
|
|
select S3C2412_IOTIMING
|
2009-07-31 02:23:33 +04:00
|
|
|
default y
|
|
|
|
help
|
|
|
|
CPU Frequency scaling support for S3C2412 and S3C2413 SoC CPUs.
|
2007-02-11 20:31:01 +03:00
|
|
|
|
|
|
|
menu "S3C2412 Machines"
|
|
|
|
|
2008-07-03 14:24:29 +04:00
|
|
|
config MACH_JIVE
|
|
|
|
bool "Logitech Jive"
|
|
|
|
select CPU_S3C2412
|
2009-03-06 22:49:48 +03:00
|
|
|
select S3C_DEV_USB_HOST
|
2009-09-17 03:01:54 +04:00
|
|
|
select S3C_DEV_NAND
|
2008-07-03 14:24:29 +04:00
|
|
|
help
|
|
|
|
Say Y here if you are using the Logitech Jive.
|
|
|
|
|
|
|
|
config MACH_JIVE_SHOW_BOOTLOADER
|
2010-12-06 02:06:22 +03:00
|
|
|
bool "Allow access to bootloader partitions in MTD (EXPERIMENTAL)"
|
2008-07-03 14:24:29 +04:00
|
|
|
depends on MACH_JIVE && EXPERIMENTAL
|
|
|
|
|
2007-02-11 20:31:01 +03:00
|
|
|
config MACH_SMDK2413
|
|
|
|
bool "SMDK2413"
|
|
|
|
select CPU_S3C2412
|
|
|
|
select MACH_S3C2413
|
|
|
|
select MACH_SMDK
|
2009-03-06 22:49:48 +03:00
|
|
|
select S3C_DEV_USB_HOST
|
2009-09-17 03:01:54 +04:00
|
|
|
select S3C_DEV_NAND
|
2007-02-11 20:31:01 +03:00
|
|
|
help
|
|
|
|
Say Y here if you are using an SMDK2413
|
|
|
|
|
|
|
|
config MACH_S3C2413
|
|
|
|
bool
|
|
|
|
help
|
|
|
|
Internal node for S3C2413 version of SMDK2413, so that
|
|
|
|
machine_is_s3c2413() will work when MACH_SMDK2413 is
|
|
|
|
selected
|
|
|
|
|
2007-04-11 15:42:09 +04:00
|
|
|
config MACH_SMDK2412
|
|
|
|
bool "SMDK2412"
|
|
|
|
select MACH_SMDK2413
|
|
|
|
help
|
|
|
|
Say Y here if you are using an SMDK2412
|
|
|
|
|
|
|
|
Note, this shares support with SMDK2413, so will automatically
|
|
|
|
select MACH_SMDK2413.
|
|
|
|
|
2007-02-11 20:31:01 +03:00
|
|
|
config MACH_VSTMS
|
|
|
|
bool "VMSTMS"
|
|
|
|
select CPU_S3C2412
|
2009-03-06 22:49:48 +03:00
|
|
|
select S3C_DEV_USB_HOST
|
2009-09-17 03:01:54 +04:00
|
|
|
select S3C_DEV_NAND
|
2007-02-11 20:31:01 +03:00
|
|
|
help
|
|
|
|
Say Y here if you are using an VSTMS board
|
|
|
|
|
|
|
|
endmenu
|