Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5cccd37e authored by dmitry pervushin's avatar dmitry pervushin Committed by Russell King
Browse files

[ARM] 5477/1: Freescale STMP platform support [6/10]



Sources: common STMP3xxx platform support

Signed-off-by: default avatardmitry pervushin <dpervushin@embeddedalley.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent e317872a
Loading
Loading
Loading
Loading
+37 −0
Original line number Diff line number Diff line
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
+5 −0
Original line number Diff line number Diff line
#
# Makefile for the linux kernel.
#
# Object file lists.
obj-y += core.o timer.o irq.o dma.o clock.o pinmux.o
+1112 −0

File added.

Preview size limit exceeded, changes collapsed.

+61 −0

File added.

Preview size limit exceeded, changes collapsed.

+127 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading