blob: 3cb12e39e0a88942d98ecaca71821fddd58dd591 [file] [log] [blame]
Ben Dooksa21765a2007-02-11 18:31:01 +01001# arch/arm/mach-s3c2440/Kconfig
2#
3# Copyright 2007 Simtec Electronics
4#
5# Licensed under GPLv2
6
7config CPU_S3C2440
8 bool
9 depends on ARCH_S3C2410
Russell Kingc7508152008-10-26 10:55:14 +000010 select CPU_ARM920T
Ben Dooksa21765a2007-02-11 18:31:01 +010011 select S3C2410_CLOCK
12 select S3C2410_PM if PM
13 select S3C2410_GPIO
14 select S3C2440_DMA if S3C2410_DMA
15 select CPU_S3C244X
Ben Dooksb2627582007-07-22 16:09:44 +010016 select CPU_LLSERIAL_S3C2440
Ben Dooksa21765a2007-02-11 18:31:01 +010017 help
18 Support for S3C2440 Samsung Mobile CPU based systems.
19
20config S3C2440_DMA
21 bool
22 depends on ARCH_S3C2410 && CPU_S3C24405B
23 help
24 Support for S3C2440 specific DMA code5A
25
26
27menu "S3C2440 Machines"
28
29config MACH_ANUBIS
30 bool "Simtec Electronics ANUBIS"
31 select CPU_S3C2440
Ben Dooks93bc6b62008-10-21 14:06:33 +010032 select S3C24XX_DCLK
Ben Dooksa21765a2007-02-11 18:31:01 +010033 select PM_SIMTEC if PM
Ben Dooksb9db83a2008-07-03 11:24:38 +010034 select HAVE_PATA_PLATFORM
Ben Dookse2178d42008-11-10 10:59:32 +000035 select S3C24XX_GPIO_EXTRA64
Ben Dooks0345b512009-07-30 23:23:31 +010036 select S3C2440_XTAL_12000000
Ben Dookseca86552009-03-06 19:49:48 +000037 select S3C_DEV_USB_HOST
Ben Dooksa21765a2007-02-11 18:31:01 +010038 help
39 Say Y here if you are using the Simtec Electronics ANUBIS
40 development system
41
42config MACH_OSIRIS
43 bool "Simtec IM2440D20 (OSIRIS) module"
44 select CPU_S3C2440
Ben Dooks93bc6b62008-10-21 14:06:33 +010045 select S3C24XX_DCLK
Ben Dooksa21765a2007-02-11 18:31:01 +010046 select PM_SIMTEC if PM
Ben Dookse2178d42008-11-10 10:59:32 +000047 select S3C24XX_GPIO_EXTRA128
Ben Dooks0345b512009-07-30 23:23:31 +010048 select S3C2440_XTAL_12000000
Ben Dookseca86552009-03-06 19:49:48 +000049 select S3C_DEV_USB_HOST
Ben Dooksa21765a2007-02-11 18:31:01 +010050 help
51 Say Y here if you are using the Simtec IM2440D20 module, also
52 known as the Osiris.
53
54config MACH_RX3715
55 bool "HP iPAQ rx3715"
56 select CPU_S3C2440
Ben Dooks0345b512009-07-30 23:23:31 +010057 select S3C2440_XTAL_16934400
Ben Dooksa21765a2007-02-11 18:31:01 +010058 select PM_H1940 if PM
59 help
60 Say Y here if you are using the HP iPAQ rx3715.
61
62config ARCH_S3C2440
63 bool "SMDK2440"
64 select CPU_S3C2440
Ben Dooks0345b512009-07-30 23:23:31 +010065 select S3C2440_XTAL_16934400
Ben Dooksa21765a2007-02-11 18:31:01 +010066 select MACH_SMDK
Ben Dookseca86552009-03-06 19:49:48 +000067 select S3C_DEV_USB_HOST
Ben Dooksa21765a2007-02-11 18:31:01 +010068 help
69 Say Y here if you are using the SMDK2440.
70
71config MACH_NEXCODER_2440
72 bool "NexVision NEXCODER 2440 Light Board"
73 select CPU_S3C2440
Ben Dooks0345b512009-07-30 23:23:31 +010074 select S3C2440_XTAL_12000000
Ben Dookseca86552009-03-06 19:49:48 +000075 select S3C_DEV_USB_HOST
Ben Dooksa21765a2007-02-11 18:31:01 +010076 help
77 Say Y here if you are using the Nex Vision NEXCODER 2440 Light Board
78
79config SMDK2440_CPU2440
80 bool "SMDK2440 with S3C2440 CPU module"
81 depends on ARCH_S3C2440
82 default y if ARCH_S3C2440
Ben Dooks0345b512009-07-30 23:23:31 +010083 select S3C2440_XTAL_16934400
Ben Dooksa21765a2007-02-11 18:31:01 +010084 select CPU_S3C2440
85
Ramax Lo4ab989712008-07-07 18:12:36 +010086config MACH_AT2440EVB
87 bool "Avantech AT2440EVB development board"
88 select CPU_S3C2440
Ben Dookseca86552009-03-06 19:49:48 +000089 select S3C_DEV_USB_HOST
Ramax Lo4ab989712008-07-07 18:12:36 +010090 help
91 Say Y here if you are using the AT2440EVB development board
Ben Dooksa21765a2007-02-11 18:31:01 +010092
Michel Pollet5102aa42009-03-25 17:19:14 +000093config MACH_MINI2440
94 bool "MINI2440 development board"
95 select CPU_S3C2440
96 select EEPROM_AT24
97 select LEDS_TRIGGER_BACKLIGHT
98 select SND_S3C24XX_SOC_S3C24XX_UDA134X
99 help
100 Say Y here to select support for the MINI2440. Is a 10cm x 10cm board
101 available via various sources. It can come with a 3.5" or 7" touch LCD.
102
Ben Dooksa21765a2007-02-11 18:31:01 +0100103endmenu
104