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
171dab4f22
zephyr
/
boards
/
minnowboard
/
Kconfig.board
5 lines
86 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
config BOARD_MINNOWBOARD
Introduce the Atom SoC This is a generic Atom configuration that can be inherited by boards with Atom SoC like the minnowboard. Change-Id: I06ab999062be7811d14755fd34440dee8f8b81ed Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2015-12-17 13:03:40 +08:00
bool "Minnowboard Max"
boards: make individual boards dependent on SoC selections This makes the board selection dependent on SoC selection. For example, select Atmel SAM3 will only allow "Arduino Due" as board selection. This disallows incompatible SoC/board combination, like K64F with Arduino Due. JIRA: ZEP-106 Change-Id: I675961cf33db5a0058fc68f14c8f16978f9c6b95 Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-03-15 06:28:48 +08:00
depends on SOC_ATOM