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

config CPU_S3C2440
	bool
	depends on ARCH_S3C2410
8
	select CPU_ARM920T
9 10 11 12 13
	select S3C2410_CLOCK
	select S3C2410_PM if PM
	select S3C2410_GPIO
	select S3C2440_DMA if S3C2410_DMA
	select CPU_S3C244X
14
	select CPU_LLSERIAL_S3C2440
15 16 17
	help
	  Support for S3C2440 Samsung Mobile CPU based systems.

18 19 20 21 22 23 24 25 26 27 28 29
config CPU_S3C2442
	bool
	depends on ARCH_S3C2410
	select CPU_ARM920T
	select S3C2410_CLOCK
	select S3C2410_GPIO
	select S3C2410_PM if PM
	select CPU_S3C244X
	select CPU_LLSERIAL_S3C2440
	help
	  Support for S3C2442 Samsung Mobile CPU based systems.

30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
config CPU_S3C244X
	bool
	depends on ARCH_S3C2410 && (CPU_S3C2440 || CPU_S3C2442)
	help
	  Support for S3C2440 and S3C2442 Samsung Mobile CPU based systems.



config S3C2440_CPUFREQ
	bool "S3C2440/S3C2442 CPU Frequency scaling support"
	depends on CPU_FREQ_S3C24XX && (CPU_S3C2440 || CPU_S3C2442)
	select S3C2410_CPUFREQ_UTILS
	default y
	help
	  CPU Frequency scaling support for S3C2440 and S3C2442 SoC CPUs.

config S3C2440_XTAL_12000000
	bool
	help
	  Indicate that the build needs to support 12MHz system
	  crystal.

config S3C2440_XTAL_16934400
	bool
	help
	  Indicate that the build needs to support 16.9344MHz system
	  crystal.

config S3C2440_PLL_12000000
	bool
	depends on S3C2440_CPUFREQ && S3C2440_XTAL_12000000
	default y if CPU_FREQ_S3C24XX_PLL
	help
	  PLL tables for S3C2440 or S3C2442 CPUs with 12MHz crystals.

config S3C2440_PLL_16934400
	bool
	depends on S3C2440_CPUFREQ && S3C2440_XTAL_16934400
	default y if CPU_FREQ_S3C24XX_PLL
	help
	  PLL tables for S3C2440 or S3C2442 CPUs with 16.934MHz crystals.

72 73 74 75 76 77
config S3C2440_DMA
	bool
	depends on ARCH_S3C2410 && CPU_S3C24405B
	help
	  Support for S3C2440 specific DMA code5A

78
menu "S3C2440 and S3C2442 Machines"
79 80 81 82

config MACH_ANUBIS
	bool "Simtec Electronics ANUBIS"
	select CPU_S3C2440
83
	select S3C24XX_DCLK
84
	select PM_SIMTEC if PM
85
	select HAVE_PATA_PLATFORM
86
	select S3C24XX_GPIO_EXTRA64
87
	select S3C2440_XTAL_12000000
88
	select S3C_DEV_USB_HOST
89 90 91 92
	help
	  Say Y here if you are using the Simtec Electronics ANUBIS
	  development system

93 94 95 96 97 98 99 100 101 102 103 104
config MACH_NEO1973_GTA02
	bool "Openmoko GTA02 / Freerunner phone"
	select CPU_S3C2442
	select MFD_PCF50633
	select PCF50633_GPIO
	select I2C
	select POWER_SUPPLY
	select MACH_NEO1973
	select S3C2410_PWM
	help
	   Say Y here if you are using the Openmoko GTA02 / Freerunner GSM Phone

105 106 107
config MACH_OSIRIS
	bool "Simtec IM2440D20 (OSIRIS) module"
	select CPU_S3C2440
108
	select S3C24XX_DCLK
109
	select PM_SIMTEC if PM
110
	select S3C24XX_GPIO_EXTRA128
111
	select S3C2440_XTAL_12000000
112
	select S3C2410_IOTIMING if S3C2440_CPUFREQ
113
	select S3C_DEV_USB_HOST
114
	select S3C_DEV_NAND
115 116 117 118
	help
	  Say Y here if you are using the Simtec IM2440D20 module, also
	  known as the Osiris.

119 120 121 122 123 124 125 126 127 128 129 130 131
config MACH_OSIRIS_DVS
	tristate "Simtec IM2440D20 (OSIRIS) Dynamic Voltage Scaling driver"
	depends on MACH_OSIRIS
	select TPS65010
	help
	  Say Y/M here if you want to have dynamic voltage scaling support
	  on the Simtec IM2440D20 (OSIRIS) module via the TPS65011.

	  The DVS driver alters the voltage supplied to the ARM core
	  depending on the frequency it is running at. The driver itself
	  does not do any of the frequency alteration, which is left up
	  to the cpufreq driver.

132 133 134
config MACH_RX3715
	bool "HP iPAQ rx3715"
	select CPU_S3C2440
135
	select S3C2440_XTAL_16934400
136
	select PM_H1940 if PM
137
	select S3C_DEV_NAND
138 139 140 141 142 143
	help
	  Say Y here if you are using the HP iPAQ rx3715.

config ARCH_S3C2440
	bool "SMDK2440"
	select CPU_S3C2440
144
	select S3C2440_XTAL_16934400
145
	select MACH_SMDK
146
	select S3C_DEV_USB_HOST
147
	select S3C_DEV_NAND
148 149 150 151 152 153
	help
	  Say Y here if you are using the SMDK2440.

config MACH_NEXCODER_2440
 	bool "NexVision NEXCODER 2440 Light Board"
 	select CPU_S3C2440
154
	select S3C2440_XTAL_12000000
155
	select S3C_DEV_USB_HOST
156
	select S3C_DEV_NAND
157 158 159 160 161 162
	help
 	  Say Y here if you are using the Nex Vision NEXCODER 2440 Light Board

config SMDK2440_CPU2440
	bool "SMDK2440 with S3C2440 CPU module"
	default y if ARCH_S3C2440
163
	select S3C2440_XTAL_16934400
164 165
	select CPU_S3C2440

166 167 168 169
config SMDK2440_CPU2442
	bool "SMDM2440 with S3C2442 CPU module"
	select CPU_S3C2442

170 171 172
config MACH_AT2440EVB
	bool "Avantech AT2440EVB development board"
	select CPU_S3C2440
173
	select S3C_DEV_USB_HOST
174
	select S3C_DEV_NAND
175 176
	help
	  Say Y here if you are using the AT2440EVB development board
177

178 179 180 181 182 183
config MACH_MINI2440
	bool "MINI2440 development board"
	select CPU_S3C2440
	select EEPROM_AT24
	select LEDS_TRIGGER_BACKLIGHT
	select SND_S3C24XX_SOC_S3C24XX_UDA134X
184
	select S3C_DEV_NAND
185
	select S3C_DEV_USB_HOST
186 187 188 189
	help
	  Say Y here to select support for the MINI2440. Is a 10cm x 10cm board
	  available via various sources. It can come with a 3.5" or 7" touch LCD.

190
endmenu