diff options
author | Kevin Hilman <khilman@baylibre.com> | 2018-10-18 14:04:16 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-05-07 19:26:40 +0000 |
commit | 9c8b0c34dabf8650e04ecd07ae962c3573466bd6 (patch) | |
tree | 20fe0c784f88e39a31d7df5496b146dc4d1065fc /meta-agl-bsp/meta-qcom/recipes-kernel | |
parent | cafe35338489168c039840b4c14f6bc4fc1c31ba (diff) |
meta-agl-bsp: kernel: fix can-bus.cfg
This config fragment for CAN bus had both an option for enabling as a
module:
CONFIG_CAN_C_CAN=m
and for disabling:
# CONFIG_CAN_C_CAN is not set
Since the disable came last, disable wins. This caused the C_CAN
driver and the C_CAN_PLATFORM driver (used by the TI dra7-evm) to be
disabled in the kernel.
To fix, remove the option to disable.
Change-Id: I5be0cee161318cdfe7deb9c5e9c9f15d79cda7ac
Fixes: d870883e7b29d212dc3e2a0e6158d837d4356c6a
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'meta-agl-bsp/meta-qcom/recipes-kernel')
0 files changed, 0 insertions, 0 deletions