aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/configs/qcom_defconfig
Commit message (Collapse)AuthorAge
* ARM: qcom: Increase MMC_BLOCK_MINORS in defconfigGeorgi Djakov2015-03-25
| | | | | | | | | There are currently more than 16 partitions on the eMMC of all recent Qualcomm devices. Increase the number of minors per block device to detect all available partitions. Signed-off-by: Georgi Djakov <gdjakov@mm-sol.com> Signed-off-by: Kumar Gala <galak@codeaurora.org>
* arm: qcom: Update defconfigStephen Boyd2015-03-16
| | | | | | | | | After removing ARCH_REQUIRE_GPIOLIB we need to select CONFIG_GPIOLIB to keep building the pinctrl drivers. Make the defconfig smaller too by running savedefconfig. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Kumar Gala <galak@codeaurora.org>
* arm: qcom: Enable lpass clock driver in defconfigRajendra Nayak2015-03-16
| | | | | | | | | | | Enable the LPASS clock controller driver so that audio drivers can enable, disable, and set rates on their clocks. Signed-off-by: Rajendra Nayak <rnayak@codeaurora.org> Signed-off-by: Kumar Gala <galak@codeaurora.org> [sboyd@codeaurora.org: Enable 8960 driver too] Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Kumar Gala <galak@codeaurora.org>
* ARM: qcom: Update defconfigKumar Gala2014-09-22
| | | | | | * Enable APQ8084 pinctrl Signed-off-by: Kumar Gala <galak@codeaurora.org>
* ARM: qcom: Update defconfigKumar Gala2014-08-21
| | | | | | | | | | | | * General defconfig update to match upstream changes * Enable IPQ806x & APQ8084 clk support * Enable pinctrl on MSM8960 * Enable CPU_IDLE to get basic wfi support * Enable SPI NOR and MTD M25P80 support (used on AP148 board) * Enable SATA PHY support on IPQ806x and APQ8064 * Enable Fixed regulator and ARM MMCI support (mmc support on APQ8064) Signed-off-by: Kumar Gala <galak@codeaurora.org>
* ARM: qcom: Enable GSBI driver in defconfigKumar Gala2014-05-29
| | | | Signed-off-by: Kumar Gala <galak@codeaurora.org>
* ARM: config: Add qcom_defconfigStephen Boyd2014-05-16
Add a defconfig for mach-qcom platforms (copied from msm_defconfig). Although these platforms are part of the multi-platform kernel, it's useful to have a stripped down version of the defconfig that just selects the DT based Qualcomm platforms and drivers. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Kumar Gala <galak@codeaurora.org>