Blame view

arch/arm/mach-s3c2412/Kconfig 2.1 KB
a21765a70   Ben Dooks   [ARM] 4157/2: S3C...
1
2
3
4
5
6
7
  # Copyright 2007 Simtec Electronics
  #
  # Licensed under GPLv2
  
  config CPU_S3C2412
  	bool
  	depends on ARCH_S3C2410
c750815e2   Russell King   [ARM] Arrange for...
8
  	select CPU_ARM926T
b2627588c   Ben Dooks   [ARM] 4511/1: S3C...
9
  	select CPU_LLSERIAL_S3C2440
a21765a70   Ben Dooks   [ARM] 4157/2: S3C...
10
11
12
13
14
15
16
  	select S3C2412_PM if PM
  	select S3C2412_DMA if S3C2410_DMA
  	help
  	  Support for the S3C2412 and S3C2413 SoCs from the S3C24XX line
  
  config CPU_S3C2412_ONLY
  	bool
632b7cf6c   Nicolas Pitre   ARM: mach-s3c2400...
17
  	depends on ARCH_S3C2410 && !CPU_S3C2410 && \
4acf89fb3   Yauhen Kharuzhy   ARM: S3C2412: Fix...
18
  		   !CPU_S3C2416 && !CPU_S3C2440 && !CPU_S3C2442 && \
f1290a49c   Yauhen Kharuzhy   ARM: S3C2416: Add...
19
  		   !CPU_S3C2443 && CPU_S3C2412
a21765a70   Ben Dooks   [ARM] 4157/2: S3C...
20
21
22
23
24
25
26
27
28
29
  	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
0f8f9c2b6   Yauhen Kharuzhy   ARM S3C24XX: Fix ...
30
  	select S3C2412_PM_SLEEP
a21765a70   Ben Dooks   [ARM] 4157/2: S3C...
31
32
  	help
  	  Internal config node to apply S3C2412 power management
0f8f9c2b6   Yauhen Kharuzhy   ARM S3C24XX: Fix ...
33
34
35
36
37
  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.
140780ab5   Ben Dooks   ARM: S3C24XX: CPU...
38
  # Note, the S3C2412 IOtiming support is in plat-s3c24xx
22d423997   Ben Dooks   ARM: S3C2412: CPU...
39
40
41
  config S3C2412_CPUFREQ
  	bool
  	depends on CPU_FREQ_S3C24XX && CPU_S3C2412
140780ab5   Ben Dooks   ARM: S3C24XX: CPU...
42
  	select S3C2412_IOTIMING
22d423997   Ben Dooks   ARM: S3C2412: CPU...
43
44
45
  	default y
  	help
  	  CPU Frequency scaling support for S3C2412 and S3C2413 SoC CPUs.
a21765a70   Ben Dooks   [ARM] 4157/2: S3C...
46
47
  
  menu "S3C2412 Machines"
9db829f48   Ben Dooks   [ARM] JIVE: Initi...
48
49
50
  config MACH_JIVE
  	bool "Logitech Jive"
  	select CPU_S3C2412
eca8655ff   Ben Dooks   [ARM] S3C: Add co...
51
  	select S3C_DEV_USB_HOST
d23b35174   Ben Dooks   ARM: S3C: Add mis...
52
  	select S3C_DEV_NAND
9db829f48   Ben Dooks   [ARM] JIVE: Initi...
53
54
55
56
  	help
  	  Say Y here if you are using the Logitech Jive.
  
  config MACH_JIVE_SHOW_BOOTLOADER
4a50bfe36   Russell King   ARM: Ensure exper...
57
  	bool "Allow access to bootloader partitions in MTD (EXPERIMENTAL)"
9db829f48   Ben Dooks   [ARM] JIVE: Initi...
58
  	depends on MACH_JIVE && EXPERIMENTAL
a21765a70   Ben Dooks   [ARM] 4157/2: S3C...
59
60
61
62
63
  config MACH_SMDK2413
  	bool "SMDK2413"
  	select CPU_S3C2412
  	select MACH_S3C2413
  	select MACH_SMDK
eca8655ff   Ben Dooks   [ARM] S3C: Add co...
64
  	select S3C_DEV_USB_HOST
d23b35174   Ben Dooks   ARM: S3C: Add mis...
65
  	select S3C_DEV_NAND
a21765a70   Ben Dooks   [ARM] 4157/2: S3C...
66
67
68
69
70
71
72
73
74
  	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
6f621885f   Ben Dooks   [ARM] 4319/1: S3C...
75
76
77
78
79
80
81
82
  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.
a21765a70   Ben Dooks   [ARM] 4157/2: S3C...
83
84
85
  config MACH_VSTMS
  	bool "VMSTMS"
  	select CPU_S3C2412
eca8655ff   Ben Dooks   [ARM] S3C: Add co...
86
  	select S3C_DEV_USB_HOST
d23b35174   Ben Dooks   ARM: S3C: Add mis...
87
  	select S3C_DEV_NAND
a21765a70   Ben Dooks   [ARM] 4157/2: S3C...
88
89
  	help
  	  Say Y here if you are using an VSTMS board
a21765a70   Ben Dooks   [ARM] 4157/2: S3C...
90
  endmenu