You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# Planck keyboard configuration
|
|
|
|
|
|
|
|
# Copyright (c) 2017 I-SENSE group of ICCS
|
|
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
|
|
|
|
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
|