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
5250283c33
zephyr
/
boards
/
quark_se_devboard
/
Kconfig.board
5 lines
107 B
Plaintext
Raw
Normal View
History
Unescape
Escape
quark-se: Add the development board support It's basically the same pinmuxer as in CTB with different external sensors wired to it. Change-Id: Icea89a72b805d6dd2c5798c3f517c4fb00c819c9 Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2015-11-20 21:37:13 +08:00
config BOARD_QUARK_SE_DEVBOARD
bool "Quark SE Development 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