2007-02-12 01:31:01 +08:00
|
|
|
# Copyright 2007 Simtec Electronics
|
|
|
|
#
|
|
|
|
# Licensed under GPLv2
|
|
|
|
|
|
|
|
config CPU_S3C2440
|
|
|
|
bool
|
|
|
|
depends on ARCH_S3C2410
|
2008-10-26 18:55:14 +08:00
|
|
|
select CPU_ARM920T
|
2007-02-12 01:31:01 +08:00
|
|
|
select S3C2410_CLOCK
|
|
|
|
select S3C2410_PM if PM
|
|
|
|
select S3C2410_GPIO
|
|
|
|
select S3C2440_DMA if S3C2410_DMA
|
|
|
|
select CPU_S3C244X
|
2007-07-22 23:09:44 +08:00
|
|
|
select CPU_LLSERIAL_S3C2440
|
2007-02-12 01:31:01 +08:00
|
|
|
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
|
2008-10-21 21:06:33 +08:00
|
|
|
select S3C24XX_DCLK
|
2007-02-12 01:31:01 +08:00
|
|
|
select PM_SIMTEC if PM
|
2008-07-03 18:24:38 +08:00
|
|
|
select HAVE_PATA_PLATFORM
|
2008-11-10 18:59:32 +08:00
|
|
|
select S3C24XX_GPIO_EXTRA64
|
2009-07-31 06:23:31 +08:00
|
|
|
select S3C2440_XTAL_12000000
|
2009-03-07 03:49:48 +08:00
|
|
|
select S3C_DEV_USB_HOST
|
2007-02-12 01:31:01 +08:00
|
|
|
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
|
2008-10-21 21:06:33 +08:00
|
|
|
select S3C24XX_DCLK
|
2007-02-12 01:31:01 +08:00
|
|
|
select PM_SIMTEC if PM
|
2008-11-10 18:59:32 +08:00
|
|
|
select S3C24XX_GPIO_EXTRA128
|
2009-07-31 06:23:31 +08:00
|
|
|
select S3C2440_XTAL_12000000
|
2009-07-31 06:23:32 +08:00
|
|
|
select S3C2410_IOTIMING if S3C2440_CPUFREQ
|
2009-03-07 03:49:48 +08:00
|
|
|
select S3C_DEV_USB_HOST
|
2009-09-17 07:01:54 +08:00
|
|
|
select S3C_DEV_NAND
|
2007-02-12 01:31:01 +08:00
|
|
|
help
|
|
|
|
Say Y here if you are using the Simtec IM2440D20 module, also
|
|
|
|
known as the Osiris.
|
|
|
|
|
2009-11-14 06:34:21 +08:00
|
|
|
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.
|
|
|
|
|
2007-02-12 01:31:01 +08:00
|
|
|
config MACH_RX3715
|
|
|
|
bool "HP iPAQ rx3715"
|
|
|
|
select CPU_S3C2440
|
2009-07-31 06:23:31 +08:00
|
|
|
select S3C2440_XTAL_16934400
|
2007-02-12 01:31:01 +08:00
|
|
|
select PM_H1940 if PM
|
2009-09-17 07:01:54 +08:00
|
|
|
select S3C_DEV_NAND
|
2007-02-12 01:31:01 +08:00
|
|
|
help
|
|
|
|
Say Y here if you are using the HP iPAQ rx3715.
|
|
|
|
|
|
|
|
config ARCH_S3C2440
|
|
|
|
bool "SMDK2440"
|
|
|
|
select CPU_S3C2440
|
2009-07-31 06:23:31 +08:00
|
|
|
select S3C2440_XTAL_16934400
|
2007-02-12 01:31:01 +08:00
|
|
|
select MACH_SMDK
|
2009-03-07 03:49:48 +08:00
|
|
|
select S3C_DEV_USB_HOST
|
2009-09-17 07:01:54 +08:00
|
|
|
select S3C_DEV_NAND
|
2007-02-12 01:31:01 +08:00
|
|
|
help
|
|
|
|
Say Y here if you are using the SMDK2440.
|
|
|
|
|
|
|
|
config MACH_NEXCODER_2440
|
|
|
|
bool "NexVision NEXCODER 2440 Light Board"
|
|
|
|
select CPU_S3C2440
|
2009-07-31 06:23:31 +08:00
|
|
|
select S3C2440_XTAL_12000000
|
2009-03-07 03:49:48 +08:00
|
|
|
select S3C_DEV_USB_HOST
|
2009-09-17 07:01:54 +08:00
|
|
|
select S3C_DEV_NAND
|
2007-02-12 01:31:01 +08:00
|
|
|
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
|
2009-07-31 06:23:31 +08:00
|
|
|
select S3C2440_XTAL_16934400
|
2007-02-12 01:31:01 +08:00
|
|
|
select CPU_S3C2440
|
|
|
|
|
2008-07-08 01:12:36 +08:00
|
|
|
config MACH_AT2440EVB
|
|
|
|
bool "Avantech AT2440EVB development board"
|
|
|
|
select CPU_S3C2440
|
2009-03-07 03:49:48 +08:00
|
|
|
select S3C_DEV_USB_HOST
|
2009-09-17 07:01:54 +08:00
|
|
|
select S3C_DEV_NAND
|
2008-07-08 01:12:36 +08:00
|
|
|
help
|
|
|
|
Say Y here if you are using the AT2440EVB development board
|
2007-02-12 01:31:01 +08:00
|
|
|
|
2009-03-26 01:19:14 +08:00
|
|
|
config MACH_MINI2440
|
|
|
|
bool "MINI2440 development board"
|
|
|
|
select CPU_S3C2440
|
|
|
|
select EEPROM_AT24
|
|
|
|
select LEDS_TRIGGER_BACKLIGHT
|
|
|
|
select SND_S3C24XX_SOC_S3C24XX_UDA134X
|
2009-09-17 07:01:54 +08:00
|
|
|
select S3C_DEV_NAND
|
2009-10-27 04:37:21 +08:00
|
|
|
select S3C_DEV_USB_HOST
|
2009-03-26 01:19:14 +08:00
|
|
|
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.
|
|
|
|
|
2007-02-12 01:31:01 +08:00
|
|
|
endmenu
|