Skip to content

Commit

Permalink
boards/ek-lm4f120: Add Kconfig symbols
Browse files Browse the repository at this point in the history
Also add the board to the whitelist of tests/kconfig_features
  • Loading branch information
leandrolanzieri committed Jul 16, 2020
1 parent 52b31b5 commit cb01f52
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions boards/ek-lm4f120xl/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# 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 BOARD
default "ek-lm4f120xl" if BOARD_EK_LM4F120XL

config BOARD_EK_LM4F120XL
bool
default y
select CPU_MODEL_LM4F120H5QR
select HAS_PERIPH_ADC
select HAS_PERIPH_GPIO
select HAS_PERIPH_GPIO_IRQ
select HAS_PERIPH_SPI
select HAS_PERIPH_TIMER
select HAS_PERIPH_UART
1 change: 1 addition & 0 deletions tests/kconfig_features/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ BOARD_WHITELIST += acd52832 \
derfmega128 \
derfmega256 \
dwm1001 \
ek-lm4f120xl \
esp32-heltec-lora32-v2 \
esp32-mh-et-live-minikit \
esp32-olimex-evb \
Expand Down

0 comments on commit cb01f52

Please sign in to comment.