zmk/app/drivers/gpio/Kconfig
Peter Johanson 00f64c3c5a fix(drivers): Avoid build failures for GPIO driver
* Avoid defining the ZMK GPIO drivers lib if none of the drivers  are
  selected.
2022-06-05 05:56:45 +00:00

5 lines
No EOL
93 B
Text

menuconfig ZMK_DRIVERS_GPIO
bool "GPIO"
rsource "Kconfig.mcp23017"
rsource "Kconfig.595"