cpu/mips_pic32_common: Add Kconfig symbols

This commit is contained in:
Leandro Lanzieri 2020-07-09 10:45:30 +02:00
parent ea3166e08e
commit c1b25655fd
No known key found for this signature in database
GPG Key ID: 13559905E2EBEAA5
2 changed files with 15 additions and 1 deletions

View File

@ -0,0 +1,14 @@
# Copyright (c) 2020 HAW Hamburg
#
# This file is subject to the terms and conditions of the GNU Lesser
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.
#
config CPU_COMMON_MIPS_PIC32
bool
select HAS_PERIPH_CPUID
select HAS_PERIPH_GPIO
select HAS_PERIPH_GPIO_IRQ
source "$(RIOTCPU)/mips32r2_common/Kconfig"

View File

@ -1,4 +1,4 @@
FEATURES_PROVIDED += periph_cpuid FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_gpio periph_gpio_irq FEATURES_PROVIDED += periph_gpio periph_gpio_irq
-include $(RIOTCPU)/mips32r2_common/Makefile.features include $(RIOTCPU)/mips32r2_common/Makefile.features