diff options
author | Andrew Dodd <atd7@cornell.edu> | 2012-10-12 18:17:51 -0400 |
---|---|---|
committer | Andrew Dodd <atd7@cornell.edu> | 2012-11-13 19:15:50 -0500 |
commit | 7e287345e691a45d987da9841596a53049f6abd8 (patch) | |
tree | 1d50b5c7a7f228549690adf761246deba23fc124 /arch/arm/configs/cyanogenmod_n8000_defconfig | |
parent | 5ddd587f9564e31f0767b3f352aadbba5ab69e9e (diff) | |
download | kernel_samsung_smdk4412-7e287345e691a45d987da9841596a53049f6abd8.zip kernel_samsung_smdk4412-7e287345e691a45d987da9841596a53049f6abd8.tar.gz kernel_samsung_smdk4412-7e287345e691a45d987da9841596a53049f6abd8.tar.bz2 |
config: Change N80xx default UI window to 3
For whatever reason, the bootloader defaults to 3 on N80xx,
not 2 like I9300.
This causes the bootloader window to sometimes appear briefly
in certain cases until the device is suspended/resumed once,
and causes major corruption with opensource HWC prior to first
suspend/resume.
Change-Id: Ic8a34c8cb5ba1e64412ef551e15e9600cebdb338
Diffstat (limited to 'arch/arm/configs/cyanogenmod_n8000_defconfig')
-rw-r--r-- | arch/arm/configs/cyanogenmod_n8000_defconfig | 54 |
1 files changed, 44 insertions, 10 deletions
diff --git a/arch/arm/configs/cyanogenmod_n8000_defconfig b/arch/arm/configs/cyanogenmod_n8000_defconfig index 42a48c0..3baebc2 100644 --- a/arch/arm/configs/cyanogenmod_n8000_defconfig +++ b/arch/arm/configs/cyanogenmod_n8000_defconfig @@ -516,7 +516,29 @@ CONFIG_SEC_DEBUG_AUXILIARY_LOG=y CONFIG_SEC_WATCHDOG_RESET=y CONFIG_SEC_WATCHDOG_PET_TIME=0 # CONFIG_SEC_LOG is not set -# CONFIG_EHCI_IRQ_DISTRIBUTION is not set +CONFIG_EHCI_IRQ_DISTRIBUTION=y + +# +# Samsung Modem Feature +# +# CONFIG_LTE_VIA_SWITCH is not set +# CONFIG_SEC_DUAL_MODEM_MODE is not set +# CONFIG_SEC_MODEM_M0_C2C is not set +CONFIG_SEC_MODEM_M0=y +# CONFIG_SEC_MODEM_M0_CTC is not set +# CONFIG_SEC_MODEM_T0_CU_DUOS is not set +# CONFIG_SEC_MODEM_T0_OPEN_DUOS is not set +# CONFIG_SEC_MODEM_M0_GRANDECTC is not set +# CONFIG_SEC_MODEM_M1 is not set +# CONFIG_SEC_MODEM_C1 is not set +# CONFIG_SEC_MODEM_C1_LGT is not set +# CONFIG_SEC_MODEM_M2 is not set +# CONFIG_SEC_MODEM_U1 is not set +# CONFIG_SEC_MODEM_U1_LGT is not set +# CONFIG_SEC_MODEM_GAIA is not set +# CONFIG_SEC_MODEM_IRON is not set +# CONFIG_SEC_MODEM_P8LTE is not set +# CONFIG_SEC_MODEM_T0_TD_DUAL is not set # CONFIG_BT_CSR8811 is not set # CONFIG_BT_BCM4330 is not set CONFIG_BT_BCM4334=y @@ -1257,19 +1279,31 @@ CONFIG_STMPE811_ADC=y # CONFIG_SENSORS_LIS3_SPI is not set # CONFIG_SENSORS_LIS3_I2C is not set # CONFIG_SAMSUNG_C2C is not set -CONFIG_HAVE_IDE=y -# CONFIG_IDE is not set - -# -# Samsung Modem Feature -# -CONFIG_SEC_MODEM_M0=y CONFIG_SEC_MODEM=y +# CONFIG_UMTS_MODEM_XMM6260 is not set CONFIG_UMTS_MODEM_XMM6262=y +# CONFIG_CDMA_MODEM_CBP71 is not set +# CONFIG_CDMA_MODEM_CBP72 is not set +# CONFIG_LTE_MODEM_CMC221 is not set +# CONFIG_CDMA_MODEM_MDM6600 is not set +# CONFIG_TDSCDMA_MODEM_SPRD8803 is not set +# CONFIG_GSM_MODEM_ESC6270 is not set +# CONFIG_LINK_DEVICE_MIPI is not set +# CONFIG_LINK_DEVICE_DPRAM is not set +# CONFIG_LINK_DEVICE_PLD is not set +# CONFIG_LINK_DEVICE_USB is not set CONFIG_LINK_DEVICE_HSIC=y +# CONFIG_LINK_DEVICE_C2C is not set +# CONFIG_LINK_DEVICE_SPI is not set +# CONFIG_WORKQUEUE_FRONT is not set +# CONFIG_IPC_CMC22x_OLD_RFS is not set +# CONFIG_SIPC_VER_5 is not set CONFIG_SIM_DETECT=y +# CONFIG_SIM_SLOT_SWITCH is not set +# CONFIG_LTE_MODEM_CMC220 is not set +# CONFIG_INTERNAL_MODEM_IF is not set CONFIG_HAVE_IDE=y - +# CONFIG_IDE is not set # # SCSI device support @@ -2183,7 +2217,7 @@ CONFIG_FB_S5P_SPLASH_SCREEN=y # CONFIG_FB_S5P_DEBUG is not set CONFIG_FB_S5P_VSYNC_THREAD=y # CONFIG_FB_S5P_TRACE_UNDERRUN is not set -CONFIG_FB_S5P_DEFAULT_WINDOW=2 +CONFIG_FB_S5P_DEFAULT_WINDOW=3 CONFIG_FB_S5P_NR_BUFFERS=2 # CONFIG_FB_S5P_VIRTUAL is not set CONFIG_VIDEO_SAMSUNG_MEMSIZE_FIMD=8192 |