summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKees Cook <keescook@google.com>2015-10-14 12:54:25 -0700
committerLee Campbell <leecam@google.com>2015-11-11 11:32:45 -0800
commit8687eb10cd6d77236618730f35c88668c650870f (patch)
tree4029b9cc6aaee38efc61da520ef8f8cc24d249ff
parent9678e79a31b9b98c3d5d31696e63101d7b0003a2 (diff)
downloadqcom-8687eb10cd6d77236618730f35c88668c650870f.tar.gz
msm8916: clean up kernel configs
This removes redundant global kernel configs and drops things that are listed in the defconfig that are being built as modules (which are not used on Brillo). Change-Id: I216dde83d7fe4ddb50a282bf9bb91b423adeabcb
-rw-r--r--soc/msm8916/soc.kconf21
1 files changed, 14 insertions, 7 deletions
diff --git a/soc/msm8916/soc.kconf b/soc/msm8916/soc.kconf
index 3326987..2c12f7c 100644
--- a/soc/msm8916/soc.kconf
+++ b/soc/msm8916/soc.kconf
@@ -14,16 +14,23 @@
# limitations under the License.
#
-CONFIG_BUILD_ARM_APPENDED_DTB_IMAGE=y
CONFIG_SERIAL_MSM_HS=y
CONFIG_SERIAL_MSM_HSL=y
CONFIG_SERIAL_MSM_HSL_CONSOLE=y
-CONFIG_PID_NS=y
-CONFIG_NET_NS=y
-CONFIG_UTS_NS=y
-CONFIG_IPC_NS=y
+CONFIG_PRONTO_WLAN=y
-CONFIG_KEXEC=y
+# Disable unused test modules (no module support).
+# CONFIG_IOSCHED_TEST is not set
+# CONFIG_MSM_DMA_TEST is not set
+# CONFIG_MMC_TEST is not set
+# CONFIG_MMC_BLOCK_TEST is not set
-CONFIG_PRONTO_WLAN=y
+# Disable unused drivers (no module support).
+# CONFIG_INPUT_EVBUG is not set
+# CONFIG_INPUT_GPIO is not set
+# CONFIG_RADIO_IRIS is not set
+# CONFIG_SPI_SPIDEV is not set
+# CONFIG_MOBICORE_SUPPORT is not set
+# CONFIG_MSM_BUSPM_DEV is not set
+# CONFIG_CRYPTO_ANSI_CPRNG is not set