zephyr/soc/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.mke16f16
Kumar Gala 27f28f2822 can: remove Kconfig.defconfig setting of CAN drivers
Now that CAN drivers are enabled based on devicetree
we need to remove any cases of them getting enabled by
Kconfig.defconfig* files as this can lead to errors.

Typically the Kconfig.defconfig* will blindly enable a
sensor and not respect the devicetree state of the CAN.
Additionally we can get problems with prj.conf/defconfig
getting incorrectly overridden.

Signed-off-by: Kumar Gala <galak@kernel.org>
2022-08-04 13:47:52 +02:00

12 lines
195 B
Plaintext

# Kinetis KE16F16 configuration options
# Copyright (c) 2019 Vestas Wind Systems A/S
# SPDX-License-Identifier: Apache-2.0
if SOC_MKE16F16
config SOC
default "mke16f16"
endif # SOC_MKE16F16