From 38f1dbd9842eaf53db359ad46b070bfff8db1359 Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Mon, 8 Jun 2020 21:07:16 -0400 Subject: Move Zephyr app into subdirectory. --- boards/arm/planck/Kconfig.defconfig | 39 ------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 boards/arm/planck/Kconfig.defconfig (limited to 'boards/arm/planck/Kconfig.defconfig') diff --git a/boards/arm/planck/Kconfig.defconfig b/boards/arm/planck/Kconfig.defconfig deleted file mode 100644 index 3ccd178..0000000 --- a/boards/arm/planck/Kconfig.defconfig +++ /dev/null @@ -1,39 +0,0 @@ -# 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 -- cgit v1.2.3