diff options
author | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2016-02-16 14:41:57 +0100 |
---|---|---|
committer | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2016-02-16 14:41:57 +0100 |
commit | 7fbe662a46f3bb994b6f7a9adea731f3d8a5620c (patch) | |
tree | 0c06a46083897d780e7cb735e0b3276b8ad751f8 | |
parent | b87a462d0643d3d8154b1ae0a7b2907c53347e71 (diff) | |
download | kernel_samsung_smdk4412-7fbe662a46f3bb994b6f7a9adea731f3d8a5620c.zip kernel_samsung_smdk4412-7fbe662a46f3bb994b6f7a9adea731f3d8a5620c.tar.gz kernel_samsung_smdk4412-7fbe662a46f3bb994b6f7a9adea731f3d8a5620c.tar.bz2 |
i9300: disable vmware mvp and mobicore
A free user space implementation doesn't seem to exist and they are not needed otherwise
also unset accessory as none of the drivers is set anyway
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
-rw-r--r-- | arch/arm/configs/cyanogenmod_i9300_defconfig | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/arch/arm/configs/cyanogenmod_i9300_defconfig b/arch/arm/configs/cyanogenmod_i9300_defconfig index 1438605..1226937 100644 --- a/arch/arm/configs/cyanogenmod_i9300_defconfig +++ b/arch/arm/configs/cyanogenmod_i9300_defconfig @@ -702,8 +702,7 @@ CONFIG_ALIGNMENT_TRAP=y # CONFIG_CC_STACKPROTECTOR is not set # CONFIG_DEPRECATED_PARAM_STRUCT is not set CONFIG_ARM_FLUSH_CONSOLE_ON_RESTART=y -CONFIG_VMWARE_MVP=y -# CONFIG_VMWARE_MVP_DEBUG is not set +# CONFIG_VMWARE_MVP is not set # # Boot options @@ -2937,19 +2936,12 @@ CONFIG_INPUT_YAS_MAGNETOMETER_POSITION=0 # CONFIG_SENSORS_SSP_SENSORHUB is not set # CONFIG_PM_DEVFREQ is not set # CONFIG_SAMSUNG_PHONE_SVNET is not set -CONFIG_ACCESSORY=y -# CONFIG_30PIN_CONN is not set -# CONFIG_MHL_SII9234 is not set -# CONFIG_SEC_KEYBOARD_DOCK is not set -# CONFIG_HPD_PULL is not set -# CONFIG_SAMSUNG_MHL_9290 is not set +# CONFIG_ACCESSORY is not set # CONFIG_IR_REMOCON is not set # CONFIG_EXTCON is not set # CONFIG_BARCODE_EMUL is not set # CONFIG_SAMSUNG_PHONE_TTY is not set -CONFIG_MOBICORE_SUPPORT=y -# CONFIG_MOBICORE_DEBUG is not set -CONFIG_MOBICORE_API=y +# CONFIG_MOBICORE_SUPPORT is not set CONFIG_IOMMU_SUPPORT=y # CONFIG_FELICA is not set # CONFIG_AUTHENTEC_VPNCLIENT_INTERCEPTOR is not set |