aboutsummaryrefslogtreecommitdiffstats
path: root/bsp/xilinx/soc/drivers-softip.scc
blob: d2a244bed8cfd528027b2e76548f0ad4f969ce62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# SPDX-License-Identifier: MIT
define KFEATURE_DESCRIPTION "Xilinx Soft IP Core Drivers"
define KFEATURE_COMPATIBILITY board

include features/net/net.scc

kconf hardware drivers-softip.cfg

# MicroBlaze only Soft IP drivers
if [ "$KARCH" = "microblaze" ]; then
	kconf hardware drivers-softip-microblaze.cfg
fi