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:
Masayuki Ishikawa 2022-09-27 17:58:04 +09:00 committed by Petro Karashchenko
parent ae38e3eb10
commit 0cd896b1d5

View File

@ -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