diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2019-01-25 18:23:27 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2019-01-25 18:23:27 -0500 |
commit | 1ad1ed573a8b68a0554a73615f80dd37655f401e (patch) | |
tree | d54659a7a842afbf6895a2b9c28a2ff23c1dd363 /src | |
parent | ee86463ed2174b9f10771875067a4bed90d9c2ca (diff) | |
download | kutter-1ad1ed573a8b68a0554a73615f80dd37655f401e.tar.gz kutter-1ad1ed573a8b68a0554a73615f80dd37655f401e.tar.xz kutter-1ad1ed573a8b68a0554a73615f80dd37655f401e.zip |
simulator: Fix simulator build
Commit b6ccd268 inadvertently broke the simulator build - fix it.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src')
-rw-r--r-- | src/simulator/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
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 |