cpu/mips_pic32_common: Add Kconfig symbols
This commit is contained in:
parent
ea3166e08e
commit
c1b25655fd
14
cpu/mips_pic32_common/Kconfig
Normal file
14
cpu/mips_pic32_common/Kconfig
Normal 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"
|
||||
@ -1,4 +1,4 @@
|
||||
FEATURES_PROVIDED += periph_cpuid
|
||||
FEATURES_PROVIDED += periph_gpio periph_gpio_irq
|
||||
|
||||
-include $(RIOTCPU)/mips32r2_common/Makefile.features
|
||||
include $(RIOTCPU)/mips32r2_common/Makefile.features
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user