zephyr/boards/riscv32/hifive1/Kconfig.defconfig

14 lines
103 B
Plaintext

if BOARD_HIFIVE1
config BOARD
default "hifive1"
if PWM
config PWM_SIFIVE
def_bool y
endif
endif