zephyr/boards/arm/frdm_k82f/Kconfig.defconfig
Kumar Gala b9ed2d33fd drivers: spi: Remove unused Kconfig symbols
Remove SPI_[0-8] and SPI_[0-8]_OP_MODES Kconfig symbols as no driver
uses them anymore.  We also cleanup board and sample code to remove
use of these symbols.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2021-03-09 04:53:46 -05:00

38 lines
445 B
Plaintext

# FRDM-K82F board
# 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
depends on FXOS8700_TRIGGER
endif # BOARD_FRDM_K82F