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
596c961d69
zephyr
/
boards
/
x86
/
minnowboard
/
Kconfig.defconfig
8 lines
84 B
Plaintext
Raw
Normal View
History
Unescape
Escape
rename basic_atom with minnowboard Use a real board name that can run this kernel instead of a generic name. Basic functionality exits on this board with Zephyr. Setup of the board is mostly similar to what we have in galileo (EFI based) Change-Id: Ic8554f26dcac0dbbbb6d35d863482f6207dc63c5 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2015-12-17 12:37:56 +08:00
if BOARD_MINNOWBOARD
config BOARD
Cleanup whitespace in Kconfig files Convert leading whitespace into tabs in Kconfig files. Also replaced double spaces between config and <prompt>. Change-Id: I341c718ecf4143529b477c239bbde88e18f37062 Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2016-05-25 07:17:13 +08:00
default minnowboard
rename basic_atom with minnowboard Use a real board name that can run this kernel instead of a generic name. Basic functionality exits on this board with Zephyr. Setup of the board is mostly similar to what we have in galileo (EFI based) Change-Id: Ic8554f26dcac0dbbbb6d35d863482f6207dc63c5 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2015-12-17 12:37:56 +08:00
endif # BOARD_MINNOWBOARD