zephyr/boards/riscv32/hifive1/Kconfig.defconfig

16 lines
141 B
Plaintext

# SPDX-License-Identifier: Apache-2.0
if BOARD_HIFIVE1
config BOARD
default "hifive1"
if PWM
config PWM_SIFIVE
default y
endif
endif