boards: riscv: litex_vexriscv: enable clock control driver

This enables the LiteX clock control driver for litex_vexriscv platform.

Signed-off-by: Pawel Czarnecki <pczarnecki@internships.antmicro.com>
Signed-off-by: Mateusz Holenko <mholenko@antmicro.com>
This commit is contained in:
Pawel Czarnecki 2020-05-11 13:52:52 +02:00 committed by Anas Nashif
commit 967d336dae

View file

@ -30,3 +30,6 @@ CONFIG_PWM_LITEX=y
CONFIG_XIP=n
CONFIG_I2S=y
CONFIG_I2S_LITEX=y
CONFIG_CLOCK_CONTROL=y
CONFIG_CLOCK_CONTROL_LITEX=y
CONFIG_HEAP_MEM_POOL_SIZE=4096