boards: arm: pinetime: Fix minimal sample build
The board specific driver for `pinetime_devkit0` has a requirement for `CONFIG_GPIO` that was not documented. With this fix the minimal sample build successful. Signed-off-by: Casper Meijn <casper@meijn.net>
This commit is contained in:
parent
94f7bb9194
commit
76c841ccd2
1 changed files with 4 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
|||
# Copyright (c) 2021 Casper Meijn <casper@meijn.net
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
zephyr_library()
|
||||
zephyr_library_sources(key_out.c)
|
||||
if(CONFIG_GPIO)
|
||||
zephyr_library()
|
||||
zephyr_library_sources(key_out.c)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue