2019-11-01 20:45:29 +08:00
|
|
|
# Kinetis KE18F16 configuration options
|
|
|
|
|
2019-05-05 06:01:56 +08:00
|
|
|
# Copyright (c) 2019 Vestas Wind Systems A/S
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
if SOC_MKE18F16
|
|
|
|
|
|
|
|
config SOC
|
|
|
|
default "mke18f16"
|
|
|
|
|
2019-06-07 02:44:01 +08:00
|
|
|
config CAN_MCUX_FLEXCAN
|
|
|
|
default y
|
2020-02-10 11:18:50 +08:00
|
|
|
depends on CAN
|
2019-06-07 02:44:01 +08:00
|
|
|
|
2019-05-05 06:01:56 +08:00
|
|
|
endif # SOC_MKE18F16
|