12 lines
179 B
Plaintext
12 lines
179 B
Plaintext
|
# Kinetis KV56F24 configuration options
|
||
|
|
||
|
# Copyright (c) 2019 SEAL AG
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
if SOC_MKV56F24
|
||
|
|
||
|
config SOC
|
||
|
default "mkv56f24"
|
||
|
|
||
|
endif # SOC_MKV56F24
|