Files
linux-apfs/arch/arm/mach-omap2/Kconfig
T

187 lines
3.7 KiB
Plaintext
Raw Normal View History

comment "OMAP Core Type"
depends on ARCH_OMAP2
config ARCH_OMAP2420
bool "OMAP2420 support"
2010-02-12 12:26:47 -08:00
depends on ARCH_OMAP2
select OMAP_DM_TIMER
2006-12-07 13:58:10 -08:00
select ARCH_OMAP_OTG
2006-12-06 17:14:05 -08:00
config ARCH_OMAP2430
bool "OMAP2430 support"
2010-02-12 12:26:47 -08:00
depends on ARCH_OMAP2
select ARCH_OMAP_OTG
2006-12-06 17:14:05 -08:00
2008-10-09 17:51:41 +03:00
config ARCH_OMAP3430
bool "OMAP3430 support"
depends on ARCH_OMAP3
2008-10-09 17:51:41 +03:00
select ARCH_OMAP_OTG
2010-07-05 16:31:36 +03:00
config OMAP_PACKAGE_ZAF
bool
config OMAP_PACKAGE_ZAC
bool
config OMAP_PACKAGE_CBC
bool
config OMAP_PACKAGE_CBB
bool
config OMAP_PACKAGE_CUS
bool
2009-12-11 16:16:33 -08:00
config OMAP_PACKAGE_CBP
bool
comment "OMAP Board Type"
depends on ARCH_OMAP2PLUS
config MACH_OMAP_GENERIC
bool "Generic OMAP board"
2010-02-12 12:26:47 -08:00
depends on ARCH_OMAP2
2009-08-28 10:51:37 -07:00
config MACH_OMAP2_TUSB6010
bool
depends on ARCH_OMAP2 && ARCH_OMAP2420
default y if MACH_NOKIA_N8X0
config MACH_OMAP_H4
bool "OMAP 2420 H4 board"
2010-02-12 12:26:47 -08:00
depends on ARCH_OMAP2
2010-07-05 16:31:37 +03:00
select OMAP_PACKAGE_ZAF
select OMAP_DEBUG_DEVICES
config MACH_OMAP_APOLLON
bool "OMAP 2420 Apollon board"
2010-02-12 12:26:47 -08:00
depends on ARCH_OMAP2
2010-07-05 16:31:37 +03:00
select OMAP_PACKAGE_ZAC
2006-12-06 17:14:05 -08:00
config MACH_OMAP_2430SDP
bool "OMAP 2430 SDP board"
2010-02-12 12:26:47 -08:00
depends on ARCH_OMAP2
2006-12-06 17:14:05 -08:00
config MACH_OMAP3_BEAGLE
bool "OMAP3 BEAGLE board"
depends on ARCH_OMAP3
select OMAP_PACKAGE_CBB
2010-02-17 14:09:28 -08:00
config MACH_DEVKIT8000
bool "DEVKIT8000 board"
depends on ARCH_OMAP3
select OMAP_PACKAGE_CUS
select OMAP_MUX
2010-02-17 14:09:28 -08:00
config MACH_OMAP_LDP
bool "OMAP3 LDP board"
depends on ARCH_OMAP3
select OMAP_PACKAGE_CBB
config MACH_OVERO
bool "Gumstix Overo board"
depends on ARCH_OMAP3
select OMAP_PACKAGE_CBB
2009-05-28 14:13:28 -07:00
config MACH_OMAP3EVM
bool "OMAP 3530 EVM board"
depends on ARCH_OMAP3
2010-01-08 10:29:08 -08:00
select OMAP_PACKAGE_CBB
2009-05-28 14:13:28 -07:00
2009-11-18 18:41:09 -08:00
config MACH_OMAP3517EVM
bool "OMAP3517/ AM3517 EVM board"
depends on ARCH_OMAP3
select OMAP_PACKAGE_CBB
2009-11-18 18:41:09 -08:00
config MACH_OMAP3_PANDORA
bool "OMAP3 Pandora"
depends on ARCH_OMAP3
select OMAP_PACKAGE_CBB
2009-03-23 18:38:16 -07:00
config MACH_OMAP3_TOUCHBOOK
bool "OMAP3 Touch Book"
depends on ARCH_OMAP3
select BACKLIGHT_CLASS_DEVICE
2009-03-23 18:38:16 -07:00
config MACH_OMAP_3430SDP
bool "OMAP 3430 SDP board"
depends on ARCH_OMAP3
select OMAP_PACKAGE_CBB
2009-10-22 14:48:13 -07:00
config MACH_NOKIA_N800
bool
config MACH_NOKIA_N810
bool
config MACH_NOKIA_N810_WIMAX
bool
config MACH_NOKIA_N8X0
bool "Nokia N800/N810"
depends on ARCH_OMAP2420
2009-10-22 14:48:13 -07:00
select MACH_NOKIA_N800
select MACH_NOKIA_N810
select MACH_NOKIA_N810_WIMAX
config MACH_NOKIA_RX51
bool "Nokia RX-51 board"
depends on ARCH_OMAP3
select OMAP_PACKAGE_CBB
config MACH_OMAP_ZOOM2
bool "OMAP3 Zoom2 board"
depends on ARCH_OMAP3
select OMAP_PACKAGE_CBB
2009-05-28 14:16:05 -07:00
2009-11-22 10:11:32 -08:00
config MACH_OMAP_ZOOM3
bool "OMAP3630 Zoom3 board"
depends on ARCH_OMAP3
2009-12-11 16:16:33 -08:00
select OMAP_PACKAGE_CBP
2009-11-22 10:11:32 -08:00
2009-11-18 18:41:07 -08:00
config MACH_CM_T35
bool "CompuLab CM-T35 module"
depends on ARCH_OMAP3
select OMAP_PACKAGE_CUS
2009-12-11 16:16:35 -08:00
select OMAP_MUX
2009-11-18 18:41:07 -08:00
2009-11-18 18:41:07 -08:00
config MACH_IGEP0020
2010-02-17 14:09:26 -08:00
bool "IGEP v2 board"
depends on ARCH_OMAP3
select OMAP_PACKAGE_CBB
2009-11-18 18:41:07 -08:00
2010-05-17 14:39:09 +08:00
config MACH_SBC3530
bool "OMAP3 SBC STALKER board"
depends on ARCH_OMAP3
select OMAP_PACKAGE_CUS
select OMAP_MUX
config MACH_OMAP_3630SDP
bool "OMAP3630 SDP board"
depends on ARCH_OMAP3
2009-12-11 16:16:33 -08:00
select OMAP_PACKAGE_CBP
2009-05-28 14:16:05 -07:00
config MACH_OMAP_4430SDP
bool "OMAP 4430 SDP board"
depends on ARCH_OMAP4
config OMAP3_EMU
bool "OMAP3 debugging peripherals"
depends on ARCH_OMAP3
select OC_ETM
help
Say Y here to enable debugging hardware of omap3
config OMAP3_SDRC_AC_TIMING
bool "Enable SDRC AC timing register changes"
depends on ARCH_OMAP3
default n
help
If you know that none of your system initiators will attempt to
access SDRAM during CORE DVFS, select Y here. This should boost
SDRAM performance at lower CORE OPPs. There are relatively few
users who will wish to say yes at this point - almost everyone will
wish to say no. Selecting yes without understanding what is
going on could result in system crashes;