mirror of
https://github.com/apache/nuttx.git
synced 2026-08-18 12:08:16 +00:00
arch: risc-v: Fix license information to use the OpenSBI
Summary: - I noticed that the OpenSBI library depends on the BSD license - This commit fixes this issue Impact: - CONFIG_OPENSBI=y only Testing: - Build with icicle:opensbi (will be updated later) Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
This commit is contained in:
parent
ae38e3eb10
commit
0cd896b1d5
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
config OPENSBI
|
||||
bool "OpenSBI support"
|
||||
depends on ARCH_RISCV
|
||||
depends on ARCH_RISCV && ALLOW_BSD_COMPONENTS
|
||||
default n
|
||||
---help---
|
||||
Enable or disable Open Source Supervisor Binary Interface (OpenSBI) features
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue