swh:1:snp:32555a3fd8878f019c2ebd6c964bc1edcaeff337
Raw File
Tip revision: 422bef879e84104fee6dc68ded0e371dbeb5f88e authored by Linus Torvalds on 22 August 2009, 01:00:46 UTC
Linux 2.6.31-rc7
Tip revision: 422bef8
Kconfig
if ARCH_STMP3XXX

menu "Freescale STMP3xxx implementations"

choice
	prompt "Select STMP3xxx chip family"

config ARCH_STMP37XX
	bool "Freescale SMTP37xx"
	select CPU_ARM926T
	---help---
	 STMP37xx refers to 3700 through 3769 chips

config ARCH_STMP378X
	bool "Freescale STMP378x"
	select CPU_ARM926T
	---help---
	 STMP378x refers to 3780 through 3789 chips

endchoice

choice
	prompt "Select STMP3xxx board type"

config MACH_STMP37XX
	depends on ARCH_STMP37XX
	bool "Freescale STMP37xx development board"

config MACH_STMP378X
	depends on ARCH_STMP378X
	bool "Freescale STMP378x development board"

endchoice

endmenu

endif
back to top