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
/
arduino_101
/
Kconfig.board
5 lines
92 B
Plaintext
Raw
Normal View
History
Unescape
Escape
kconfig: add board configurations First step for adding the new board layer. Create configurations for the various boards we support on x86 under boards with the new Kconfig variables defining them. The board selection is optional, that means you will be able to run make menuconfig and create your own .config and select any SoC. Change-Id: If08e88e9675d13f0f0501ef6750b9424b15f5dc8 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2015-12-13 18:54:28 +08:00
config BOARD_ARDUINO_101
bool "Arduino 101 Board"
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_QUARK_SE