summaryrefslogtreecommitdiff
path: root/arch/arm/configs/qcom_defconfig
Commit message (Collapse)AuthorAgeFilesLines
* ARM: configs: qualcomm: Add MDM9615 missing defconfigsNeil Armstrong2016-06-271-0/+7
| | | | | Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Andy Gross <andy.gross@linaro.org>
* ARM: defconfig: enable the MSM8660 pin controllerLinus Walleij2016-06-241-0/+1
| | | | | | | | | After enabling this I get pins, GPIO, keys and everything on the MSM8660 surf (APQ8660 DragonBoard). Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>
* ARM: defconfig: qcom: Enable SSBI driversStephen Boyd2015-12-161-0/+5
| | | | | | | | | Enable some ssbi drivers present on msm8660, msm8960 and apq8064 devices so that we fully exercise the devices present in the dts files. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Andy Gross <andy.gross@linaro.org>
* ARM: defconfig: Update qcom_defconfigBjorn Andersson2015-12-161-2/+8
| | | | | | | | | | This enables smem, smd, rpm, regulators, pmic pinctrl and hwspinlock as these platform features are now merged. It enables gpio-keys as this is used by most boards and enables fhandle and cgroups, so we can boot systemd. Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com> Signed-off-by: Andy Gross <andy.gross@linaro.org>
* ARM: qcom_defconfig: Enable HAVE_ARM_ARCH_TIMERStephen Boyd2015-12-081-0/+1
| | | | | | | | | Enable this config in the defconfig so that we can delete the selection logic surrounding it that exists in mach-qcom/Kconfig. Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Andy Gross <agross@codeaurora.org>
* ARM: qcom_defconfig: Enable SMD-RPM regulatorsAndy Gross2015-10-081-3/+5
| | | | | | | This patch enables all of the options required to support SMD RPM based regulators. Signed-off-by: Andy Gross <agross@codeaurora.org>
* ARM: qcom_defconfig: Enable options for KS8851 ethernetStephen Boyd2015-07-241-0/+3
| | | | | | | | Enable the RPM and RPM regulator drivers as well as the KS8851 ethernet driver so that ethernet works on MSM8960 CDP. Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Andy Gross <agross@codeaurora.org>
* ARM: config: Update qcom_defconfig to enable cpuidleLina Iyer2015-04-281-0/+2
| | | | | | | | | | | Update qcom_defconfig to allow cpuidle for QCOM cpus. * Enable QCOM_PM * Enable ARM_CPUIDLE Cc: Kumar Gala <galak@codeaurora.org> Signed-off-by: Lina Iyer <lina.iyer@linaro.org> Signed-off-by: Kumar Gala <galak@codeaurora.org>
* ARM: qcom: Increase MMC_BLOCK_MINORS in defconfigGeorgi Djakov2015-03-251-1/+1
| | | | | | | | | 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-161-3/+2
| | | | | | | | | 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-161-0/+2
| | | | | | | | | | | 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-221-0/+1
| | | | | | * Enable APQ8084 pinctrl Signed-off-by: Kumar Gala <galak@codeaurora.org>
* ARM: qcom: Update defconfigKumar Gala2014-08-211-4/+9
| | | | | | | | | | | | * 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-291-0/+1
| | | | Signed-off-by: Kumar Gala <galak@codeaurora.org>
* ARM: config: Add qcom_defconfigStephen Boyd2014-05-161-0/+164
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>