| # FRDM-KL25Z board | |
| # Copyright (c) 2017, NXP | |
| # SPDX-License-Identifier: Apache-2.0 | |
| if BOARD_FRDM_KL25Z | |
| config OSC_XTAL0_FREQ | |
| default 8000000 | |
| config MCG_PRDIV0 | |
| default 0x01 | |
| config MCG_VDIV0 | |
| default 0x00 | |
| config MCG_FRDIV | |
| default 5 | |
| config MCG_FCRDIV | |
| default 0 | |
| config WDT_DISABLE_AT_BOOT | |
| default y | |
| if FXOS8700 | |
| choice FXOS8700_MODE | |
| default FXOS8700_MODE_ACCEL | |
| endchoice | |
| endif # FXOS8700 | |
| endif # BOARD_FRDM_KL25Z |