27f28f2822
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>
12 lines
195 B
Plaintext
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
|