u-boot-brain/board/synopsys/nsim/Kconfig
Alexey Brodkin 95f7103f94 ARC: nsim_hs38: Add support of Virtio NET & BLK
Given now nsim_hs38 configuration is usable on QEMU and in QEMU
we have Virtio working perfectly fine the next logical step
is to add support of supported & known to work net & bkl to this
config.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
2020-02-12 20:40:24 +03:00

13 lines
135 B
Plaintext

if TARGET_NSIM
config SYS_BOARD
default "nsim"
config SYS_VENDOR
default "synopsys"
config SYS_CONFIG_NAME
default "nsim"
endif