Kconfig 2.1 KB
Newer Older
1 2 3 4 5 6 7
# Copyright 2007 Simtec Electronics
#
# Licensed under GPLv2

config CPU_S3C2412
	bool
	depends on ARCH_S3C2410
8
	select CPU_ARM926T
9
	select CPU_LLSERIAL_S3C2440
10 11
	select S3C2412_PM if PM
	select S3C2412_DMA if S3C2410_DMA
12
	select S3C2410_GPIO
13 14 15 16 17 18
	help
	  Support for the S3C2412 and S3C2413 SoCs from the S3C24XX line

config CPU_S3C2412_ONLY
	bool
	depends on ARCH_S3C2410 && !CPU_S3C2400 && !CPU_S3C2410 && \
19
		   !CPU_S3C2416 && !CPU_S3C2440 && !CPU_S3C2442 && \
Y
Yauhen Kharuzhy 已提交
20
		   !CPU_S3C2443 && CPU_S3C2412
21 22 23 24 25 26 27 28 29 30
	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
31
	select S3C2412_PM_SLEEP
32 33 34
	help
	  Internal config node to apply S3C2412 power management

35 36 37 38 39 40
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.

41 42
# Note, the S3C2412 IOtiming support is in plat-s3c24xx

43 44 45
config S3C2412_CPUFREQ
	bool
	depends on CPU_FREQ_S3C24XX && CPU_S3C2412
46
	select S3C2412_IOTIMING
47 48 49
	default y
	help
	  CPU Frequency scaling support for S3C2412 and S3C2413 SoC CPUs.
50 51 52

menu "S3C2412 Machines"

53 54 55
config MACH_JIVE
	bool "Logitech Jive"
	select CPU_S3C2412
56
	select S3C_DEV_USB_HOST
57
	select S3C_DEV_NAND
58 59 60 61 62 63 64
	help
	  Say Y here if you are using the Logitech Jive.

config MACH_JIVE_SHOW_BOOTLOADER
	bool "Allow access to bootloader partitions in MTD"
	depends on MACH_JIVE && EXPERIMENTAL

65 66 67 68 69
config MACH_SMDK2413
	bool "SMDK2413"
	select CPU_S3C2412
	select MACH_S3C2413
	select MACH_SMDK
70
	select S3C_DEV_USB_HOST
71
	select S3C_DEV_NAND
72 73 74 75 76 77 78 79 80 81
	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

82 83 84 85 86 87 88 89 90
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.

91 92 93
config MACH_VSTMS
	bool "VMSTMS"
	select CPU_S3C2412
94
	select S3C_DEV_USB_HOST
95
	select S3C_DEV_NAND
96 97 98 99
	help
	  Say Y here if you are using an VSTMS board

endmenu