summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-bcmring/Kconfig
diff options
context:
space:
mode:
authorLeo Chen2009-08-07 20:46:49 +0200
committerRussell King2009-08-15 17:01:50 +0200
commit831f1f73a6e1a0a02a5eaa2da5f49cf09c7bb1af (patch)
tree2be3c411a30272b008cffcc9551ffa89615c8475 /arch/arm/mach-bcmring/Kconfig
parentARM: 5653/1: bcmring: add Makefile of csp code (diff)
downloadkernel-qcow2-linux-831f1f73a6e1a0a02a5eaa2da5f49cf09c7bb1af.tar.gz
kernel-qcow2-linux-831f1f73a6e1a0a02a5eaa2da5f49cf09c7bb1af.tar.xz
kernel-qcow2-linux-831f1f73a6e1a0a02a5eaa2da5f49cf09c7bb1af.zip
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 @@
+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"