Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CHROMIUM: config: qcom: Enable PINCTRL_MSM explicitly
In commit be117ca ("pinctrl: qcom: Kconfig: Rework PINCTRL_MSM to be a depenency rather then a selected config") it's now important to manually specify that we want PINCTRL_MSM--it's not auto-selected. Set it. This is cat <<EOF | tee -a \ chromeos/config/arm64/chromiumos-arm64.flavour.config \ chromeos/config/arm64/chromiumos-qualcomm.flavour.config CONFIG_PINCTRL_MSM=y EOF on top of a normalized config. BUG=None TEST=emerge-trogdor chromeos-kernel-upstream; Boots on Lazor Change-Id: I81d7c8710d1218bbb5079ebf122ec0c281adabd3 Signed-off-by: Stephen Boyd <swboyd@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/kernel/+/3002927 Commit-Queue: Evan Green <evgreen@chromium.org> Reviewed-by: Lukasz Majczak <lmajczak@google.com> Reviewed-by: Evan Green <evgreen@chromium.org>
- Loading branch information