aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-bcmring/Kconfig
blob: 457b4384913e4464cb4411b9b862f910d51a7834 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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"