]> nv-tegra.nvidia Code Review - linux-4.9.git/commit
arm64: configs: tegra: Build CAN drivers as LKMs
authorNicolin Chen <nicolinc@nvidia.com>
Tue, 11 Sep 2018 21:41:04 +0000 (14:41 -0700)
committermobile promotions <svcmobile_promotions@nvidia.com>
Fri, 26 Oct 2018 17:19:55 +0000 (10:19 -0700)
commit906e8582bcbfe1bb6713ab4816c88247493fa718
treedd82086799fc8fbaa22d5b3be85ecbacc327c129
parent63d63d8191681e6d98cb6d237ea082570f5f4dca
arm64: configs: tegra: Build CAN drivers as LKMs

The following configs are enabled to support CAN:
  CONFIG_CAN
  CONFIG_CAN_VCAN
  CONFIG_CAN_SLCAN
  CONFIG_CAN_PEAK_PCIEFD
  CONFIG_MTTCAN
  CONFIG_TEGRA_HV_SECCAN

However, not all platforms would need CAN support, especially both
MTTCAN and TEGRA_HV_SECCAN depend on ARCH_TEGRA_18x_SOC, so these
could be just skipped for older SoCs, e.g. ARCH_TEGRA_210_SOC.

This patch changes all CAN configs to =m to build them as LKMs.

Bug 200428570
Bug 2284925

Change-Id: If6899fac19876b84adec70c64657441163de111b
Signed-off-by: Nicolin Chen <nicolinc@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1820605
(cherry picked from commit fb39a231b428699d4a62c329fdc2bca455908dbb)
Signed-off-by: Nicolin Chen <nicolinc@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1933435
(cherry picked from commit 191c4e9ea0e53e160004527ad525c370041271d3)
Reviewed-on: https://git-master.nvidia.com/r/1934734
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
arch/arm64/configs/tegra_android_defconfig