aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-bcmring/Kconfig
diff options
context:
space:
mode:
authorLeo Chen <leochen@broadcom.com>2009-08-07 14:46:49 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2009-08-15 11:01:50 -0400
commit831f1f73a6e1a0a02a5eaa2da5f49cf09c7bb1af (patch)
tree2be3c411a30272b008cffcc9551ffa89615c8475 /arch/arm/mach-bcmring/Kconfig
parentbc5739005f9c0585d21c78f61e9d7965f97b2109 (diff)
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: Leo Chen <leochen@broadcom.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-bcmring/Kconfig')
-rw-r--r--arch/arm/mach-bcmring/Kconfig21
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/mach-bcmring/Kconfig b/arch/arm/mach-bcmring/Kconfig
new file mode 100644
index 000000000000..457b4384913e
--- /dev/null
+++ b/arch/arm/mach-bcmring/Kconfig
@@ -0,0 +1,21 @@
1choice
2 prompt "Processor selection in BCMRING family of devices"
3 depends on ARCH_BCMRING
4 default ARCH_BCM11107
5
6config ARCH_FPGA11107
7 bool "FPGA11107"
8
9config ARCH_BCM11107
10 bool "BCM11107"
11endchoice
12
13menu "BCMRING Options"
14 depends on ARCH_BCMRING
15
16config BCM_ZRELADDR
17 hex "Compressed ZREL ADDR"
18
19endmenu
20
21# source "drivers/char/bcmring/Kconfig"