summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKees Cook <keescook@google.com>2015-10-14 12:54:25 -0700
committerKees Cook <keescook@google.com>2015-10-14 13:13:04 -0700
commit8700b6f672d0111dbaa5ec4f029ddaba5110dc60 (patch)
treeb7cb83039ee27d6a033b2a57bff358b5db46c8d8
parentdb018db337ac8259ff41535ad05a680c6f3fa002 (diff)
downloadqcom-8700b6f672d0111dbaa5ec4f029ddaba5110dc60.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