zte's code,first commit

Change-Id: I9a04da59e459a9bc0d67f101f700d9d7dc8d681b
diff --git a/ap/os/linux/linux-3.4.x/drivers/base/regmap/Kconfig b/ap/os/linux/linux-3.4.x/drivers/base/regmap/Kconfig
new file mode 100644
index 0000000..0f6c7fb
--- /dev/null
+++ b/ap/os/linux/linux-3.4.x/drivers/base/regmap/Kconfig
@@ -0,0 +1,18 @@
+# Generic register map support.  There are no user servicable options here,
+# this is an API intended to be used by other kernel subsystems.  These
+# subsystems should select the appropriate symbols.
+
+config REGMAP
+	default y if (REGMAP_I2C || REGMAP_SPI)
+	select LZO_COMPRESS
+	select LZO_DECOMPRESS
+	bool
+
+config REGMAP_I2C
+	tristate
+
+config REGMAP_SPI
+	tristate
+
+config REGMAP_IRQ
+	bool