forked from kofal.net/zmk
fix(boards): Remove references to PINMUX Kconfig.
This commit is contained in:
committed by
Pete Johanson
parent
f4e6d70465
commit
802881b625
@@ -1,6 +1,3 @@
|
||||
|
||||
if(CONFIG_PINMUX)
|
||||
zephyr_library()
|
||||
zephyr_library_sources(pinmux.c)
|
||||
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
|
||||
endif()
|
||||
zephyr_library_include_directories(${ZEPHYR_BASE}/drivers)
|
||||
@@ -18,9 +18,6 @@ endif # USB_DEVICE_STACK
|
||||
config BT_CTLR
|
||||
default BT
|
||||
|
||||
config PINMUX
|
||||
default y
|
||||
|
||||
if BOARD_NRFMICRO_13 || BOARD_NRFMICRO_13_52833
|
||||
|
||||
config BOARD_NRFMICRO_CHARGER
|
||||
|
||||
Reference in New Issue
Block a user