fix(drivers): Avoid build failures for GPIO driver

* Avoid defining the ZMK GPIO drivers lib if none of the drivers  are
  selected.
This commit is contained in:
Peter Johanson
2022-06-05 05:56:45 +00:00
committed by Pete Johanson
parent 505c481f6a
commit b5e73204e8
4 changed files with 6 additions and 1 deletions

View File

@@ -1,2 +1,5 @@
menuconfig ZMK_DRIVERS_GPIO
bool "GPIO"
rsource "Kconfig.mcp23017"
rsource "Kconfig.595"