forked from RIOT-OS/RIOT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKconfig
28 lines (24 loc) · 775 Bytes
/
Kconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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 MODULE_IO1_XPLAINED
bool "Atmel IO1 Xplained Extension board"
depends on HAS_PERIPH_GPIO
depends on HAS_PERIPH_ADC
depends on HAS_PERIPH_I2C
depends on HAS_PERIPH_SPI
depends on TEST_KCONFIG
select MODULE_PERIPH_ADC
select MODULE_PERIPH_GPIO
select MODULE_PERIPH_I2C
select MODULE_PERIPH_SPI
select MODULE_SDCARD_SPI
select MODULE_AT30TSE75X
config HAVE_IO1_XPLAINED
bool
select MODULE_IO1_XPLAINED if MODULE_SAUL_DEFAULT
help
Indicates that a Atmel IO1 Xplained Extension board is present.