aboutsummaryrefslogtreecommitdiffstats
path: root/bsp/xilinx/soc/drivers-softip.scc
blob: cd6475650fd005846fdf9e89ff555d0a3623e823 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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