diff --git a/tests/periph/timer/Kconfig b/tests/periph/timer/Kconfig new file mode 100644 index 000000000000..e262e3bcd320 --- /dev/null +++ b/tests/periph/timer/Kconfig @@ -0,0 +1,11 @@ +# Copyright (c) 2020 HAW Hamburg +# +# This file is subject to the terms and conditions of the GNU Lesser +# General Public License v2.1. See the file LICENSE in the top level +# directory for more details. + +config APPLICATION + bool + default y + depends on TEST_KCONFIG + imply MODULE_PERIPH_TIMER_QUERY_FREQ