simulator: Fix simulator build
Commit b6ccd268
inadvertently broke the simulator build - fix it.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
ee86463ed2
commit
1ad1ed573a
|
@ -15,6 +15,9 @@ config SIMULATOR_SELECT
|
||||||
select HAVE_GPIO_SPI
|
select HAVE_GPIO_SPI
|
||||||
select HAVE_GPIO_HARD_PWM
|
select HAVE_GPIO_HARD_PWM
|
||||||
|
|
||||||
|
config SERIAL
|
||||||
|
default y
|
||||||
|
|
||||||
config CLOCK_FREQ
|
config CLOCK_FREQ
|
||||||
int
|
int
|
||||||
default 20000000
|
default 20000000
|
||||||
|
|
Loading…
Reference in New Issue