https://github.com/torvalds/linux
Raw File
Tip revision: 091438dd5668396328a3419abcbc6591159eb8d1 authored by Linus Torvalds on 30 April 2009, 04:48:16 UTC
Linux 2.6.30-rc4
Tip revision: 091438d
Kconfig
config ARM_GIC
	bool

config ARM_VIC
	bool

config ICST525
	bool

config ICST307
	bool

config SA1111
	bool
	select DMABOUNCE if !ARCH_PXA

config DMABOUNCE
	bool
	select ZONE_DMA

config TIMER_ACORN
	bool

config SHARP_LOCOMO
	bool

config SHARP_PARAM
	bool

config SHARPSL_PM
	bool
	select APM_EMULATION

config SHARP_SCOOP
	bool

config COMMON_CLKDEV
	bool
back to top