summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/arch/arm/mach-bcmring/Kconfig
diff options
context:
space:
mode:
authorKevin2014-11-15 09:58:27 +0800
committerKevin2014-11-15 09:58:27 +0800
commit392e8802486cb573b916e746010e141a75f507e6 (patch)
tree50029aca02c81f087b90336e670b44e510782330 /ANDROID_3.4.5/arch/arm/mach-bcmring/Kconfig
downloadFOSSEE-netbook-kernel-source-392e8802486cb573b916e746010e141a75f507e6.tar.gz
FOSSEE-netbook-kernel-source-392e8802486cb573b916e746010e141a75f507e6.tar.bz2
FOSSEE-netbook-kernel-source-392e8802486cb573b916e746010e141a75f507e6.zip
init android origin source code
Diffstat (limited to 'ANDROID_3.4.5/arch/arm/mach-bcmring/Kconfig')
-rw-r--r--ANDROID_3.4.5/arch/arm/mach-bcmring/Kconfig19
1 files changed, 19 insertions, 0 deletions
diff --git a/ANDROID_3.4.5/arch/arm/mach-bcmring/Kconfig b/ANDROID_3.4.5/arch/arm/mach-bcmring/Kconfig
new file mode 100644
index 00000000..9170d16d
--- /dev/null
+++ b/ANDROID_3.4.5/arch/arm/mach-bcmring/Kconfig
@@ -0,0 +1,19 @@
+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