This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
cedfa9b4ab
zephyr
/
boards
/
nios2
/
qemu_nios2
/
Kconfig.board
6 lines
100 B
Plaintext
Raw
Normal View
History
Unescape
Escape
qemu_nios2: new board for running tests under QEMU Change-Id: If59d9291d3750274ef6a8429e2b24cf35f41dbd3 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2016-06-17 02:04:33 +08:00
config BOARD_QEMU_NIOS2
bool "QEMU NIOS II target"
depends on SOC_NIOS2_QEMU
boards: mark qemu targets with a unified Kconfig This will allow checking if we are building for QEMU globally, without having to know the exact architecture and board name. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-07-26 20:08:21 +08:00
select QEMU_TARGET