zephyr/boards/arm/sam4s_xplained/Kconfig.defconfig
Gerson Fernando Budke a937487087 soc: arm: sam4s: Add common Kconfig defs
The current SAM4S define at board level common flags that should be on
soc defines.  Add common flags at SoC Kconfig defines and drop the
correspondent at board defines.

Signed-off-by: Gerson Fernando Budke <nandojve@gmail.com>
2020-11-26 13:51:23 +01:00

12 lines
212 B
Plaintext

# Atmel SAM4S Xplained Board configuration
# Copyright (c) 2017 Justin Watson
# SPDX-License-Identifier: Apache-2.0
if BOARD_SAM4S_XPLAINED
config BOARD
default "sam4s_xplained"
endif # BOARD_SAM4S_XPLAINED