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

Commit 831f1f73 authored by Leo Chen's avatar Leo Chen Committed by Russell King
Browse files

ARM: 5642/1: bcmring: add Makefile/Kconfig/Makefile.boot in mach-bcmring



add arch/arm/mach-bcmring directory

add Kconfig, Makefile, and Makefile.boot in mach-bcmring

Signed-off-by: default avatarLeo Chen <leochen@broadcom.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent bc573900
Loading
Loading
Loading
Loading
+21 −0
Original line number Diff line number Diff line
choice
	prompt "Processor selection in BCMRING family of devices"
	depends on ARCH_BCMRING
	default ARCH_BCM11107

config ARCH_FPGA11107
	bool "FPGA11107"

config ARCH_BCM11107
	bool "BCM11107"
endchoice

menu "BCMRING Options"
	depends on ARCH_BCMRING

config BCM_ZRELADDR
	hex "Compressed ZREL ADDR"

endmenu

# source "drivers/char/bcmring/Kconfig"
+8 −0
Original line number Diff line number Diff line
#
# Makefile for the linux kernel.
#

# Object file lists.

obj-y := arch.o mm.o irq.o clock.o core.o timer.o dma.o
obj-y += csp/
+6 −0
Original line number Diff line number Diff line
# Address where decompressor will be written and eventually executed.
#
# default to SDRAM
zreladdr-y      := $(CONFIG_BCM_ZRELADDR)
params_phys-y   := 0x00000800