Move Zephyr app into subdirectory.
This commit is contained in:
parent
92b41d28e5
commit
38f1dbd984
57 changed files with 1 additions and 9 deletions
39
app/boards/arm/planck/Kconfig.defconfig
Normal file
39
app/boards/arm/planck/Kconfig.defconfig
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
# Planck keyboard configuration
|
||||
|
||||
# Copyright (c) 2017 I-SENSE group of ICCS
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
if BOARD_PLANCK_REV6
|
||||
|
||||
config BOARD
|
||||
default "planck_rev6"
|
||||
|
||||
config UART_1
|
||||
default y
|
||||
depends on UART_CONSOLE
|
||||
|
||||
if I2C
|
||||
|
||||
config I2C_1
|
||||
default y
|
||||
|
||||
config I2C_2
|
||||
default y
|
||||
|
||||
endif # I2C
|
||||
|
||||
if SPI
|
||||
|
||||
config SPI_1
|
||||
default y
|
||||
|
||||
config SPI_2
|
||||
default y
|
||||
|
||||
endif # SPI
|
||||
|
||||
config CAN_1
|
||||
default y
|
||||
depends on CAN
|
||||
|
||||
endif # BOARD_PLANCK_REV6
|
||||
Loading…
Add table
Add a link
Reference in a new issue