2019-11-01 20:45:29 +08:00
|
|
|
# FRDM-K82F board
|
|
|
|
|
2019-08-19 23:55:29 +08:00
|
|
|
# Copyright (c) 2019 SEAL AG
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
if BOARD_FRDM_K82F
|
|
|
|
|
|
|
|
config BOARD
|
|
|
|
default "frdm_k82f"
|
|
|
|
|
|
|
|
config OSC_XTAL0_FREQ
|
|
|
|
default 12000000
|
|
|
|
|
|
|
|
config MCG_PRDIV0
|
|
|
|
default 0x0
|
|
|
|
|
|
|
|
config MCG_VDIV0
|
|
|
|
default 0x4
|
|
|
|
|
|
|
|
config MCG_FCRDIV
|
|
|
|
default 1
|
|
|
|
|
|
|
|
if FLASH
|
|
|
|
|
|
|
|
config SPI
|
|
|
|
default y
|
|
|
|
|
|
|
|
config SPI_NOR
|
|
|
|
default y
|
|
|
|
|
|
|
|
endif # FXOS8700
|
|
|
|
|
|
|
|
config FXOS8700_DRDY_INT1
|
|
|
|
default y
|
2020-07-31 21:27:39 +08:00
|
|
|
depends on FXOS8700_TRIGGER
|
2019-08-19 23:55:29 +08:00
|
|
|
|
|
|
|
endif # BOARD_FRDM_K82F
|