Kconfig 1.9 KB
Newer Older
1 2 3 4 5 6 7 8 9
# arch/arm/mach-s3c2440/Kconfig
#
# Copyright 2007 Simtec Electronics
#
# Licensed under GPLv2

config CPU_S3C2440
	bool
	depends on ARCH_S3C2410
10
	select CPU_ARM920T
11 12 13 14 15
	select S3C2410_CLOCK
	select S3C2410_PM if PM
	select S3C2410_GPIO
	select S3C2440_DMA if S3C2410_DMA
	select CPU_S3C244X
16
	select CPU_LLSERIAL_S3C2440
17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
	help
	  Support for S3C2440 Samsung Mobile CPU based systems.

config S3C2440_DMA
	bool
	depends on ARCH_S3C2410 && CPU_S3C24405B
	help
	  Support for S3C2440 specific DMA code5A


menu "S3C2440 Machines"

config MACH_ANUBIS
	bool "Simtec Electronics ANUBIS"
	select CPU_S3C2440
32
	select S3C24XX_DCLK
33
	select PM_SIMTEC if PM
34
	select HAVE_PATA_PLATFORM
35
	select S3C24XX_GPIO_EXTRA64
36
	select S3C_DEV_USB_HOST
37 38 39 40 41 42 43
	help
	  Say Y here if you are using the Simtec Electronics ANUBIS
	  development system

config MACH_OSIRIS
	bool "Simtec IM2440D20 (OSIRIS) module"
	select CPU_S3C2440
44
	select S3C24XX_DCLK
45
	select PM_SIMTEC if PM
46
	select S3C24XX_GPIO_EXTRA128
47
	select S3C_DEV_USB_HOST
48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
	help
	  Say Y here if you are using the Simtec IM2440D20 module, also
	  known as the Osiris.

config MACH_RX3715
	bool "HP iPAQ rx3715"
	select CPU_S3C2440
	select PM_H1940 if PM
	help
	  Say Y here if you are using the HP iPAQ rx3715.

config ARCH_S3C2440
	bool "SMDK2440"
	select CPU_S3C2440
	select MACH_SMDK
63
	select S3C_DEV_USB_HOST
64 65 66 67 68 69
	help
	  Say Y here if you are using the SMDK2440.

config MACH_NEXCODER_2440
 	bool "NexVision NEXCODER 2440 Light Board"
 	select CPU_S3C2440
70
	select S3C_DEV_USB_HOST
71 72 73 74 75 76 77 78 79
	help
 	  Say Y here if you are using the Nex Vision NEXCODER 2440 Light Board

config SMDK2440_CPU2440
	bool "SMDK2440 with S3C2440 CPU module"
	depends on ARCH_S3C2440
	default y if ARCH_S3C2440
	select CPU_S3C2440

80 81 82
config MACH_AT2440EVB
	bool "Avantech AT2440EVB development board"
	select CPU_S3C2440
83
	select S3C_DEV_USB_HOST
84 85
	help
	  Say Y here if you are using the AT2440EVB development board
86 87 88

endmenu