Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3d15f302 authored by Mike Frysinger's avatar Mike Frysinger
Browse files

Blackfin: allow people to select BF51x-0.1 silicon rev



Now that 0.1 of the BF51x is coming out, allow people to build for it.

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent dc2c46bb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -274,7 +274,7 @@ config BF_REV_0_0

config BF_REV_0_1
	bool "0.1"
	depends on (BF52x || (BF54x && !BF54xM))
	depends on (BF51x || BF52x || (BF54x && !BF54xM))

config BF_REV_0_2
	bool "0.2"