fix(boards): Remove references to PINMUX Kconfig.
This commit is contained in:
parent
f4e6d70465
commit
802881b625
9 changed files with 4 additions and 28 deletions
|
|
@ -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)
|
||||
|
|
@ -21,9 +21,6 @@ endif # USB
|
|||
config BT_CTLR
|
||||
default BT
|
||||
|
||||
config PINMUX
|
||||
default y
|
||||
|
||||
choice BOARD_MIKOTO_CHARGER_CURRENT
|
||||
default BOARD_MIKOTO_CHARGER_CURRENT_100MA
|
||||
endchoice
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue