commit | 0ab6b7da4ef2cc04a3ba4d3b21f19f867d6e54d8 | [log] [tgz] |
---|---|---|
author | Joel Stanley <joel@jms.id.au> | Mon Aug 08 21:46:06 2022 +0930 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 21 16:05:37 2022 -0400 |
tree | 868612cfa5d58c2799f733157b127f89523fa938 | |
parent | cf4c4f9e1a1c0a22064d34c772f9dc528f384cd8 [diff] |
config/aspeed: Enable NC-SI support Aspeed BMCs are commonly used with NC-SI. A system indicates the driver should configure the link over NC-SI using the device tree. Add it to the defconfig so we get compile coverage of the driver, even if the EVBs do not normally use it. Signed-off-by: Joel Stanley <joel@jms.id.au> Reviewed-by: Ramon Fried <rfried.dev@gmail.com> Reviewed-by: Cédric Le Goater <clg@kaod.org>