From 1ad1ed573a8b68a0554a73615f80dd37655f401e Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Fri, 25 Jan 2019 18:23:27 -0500 Subject: [PATCH] simulator: Fix simulator build Commit b6ccd268 inadvertently broke the simulator build - fix it. Signed-off-by: Kevin O'Connor --- src/simulator/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/simulator/Kconfig b/src/simulator/Kconfig index 41ebb8cd..cda64b5a 100644 --- a/src/simulator/Kconfig +++ b/src/simulator/Kconfig @@ -15,6 +15,9 @@ config SIMULATOR_SELECT select HAVE_GPIO_SPI select HAVE_GPIO_HARD_PWM +config SERIAL + default y + config CLOCK_FREQ int default 20000000