mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-12 07:31:55 +00:00
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>
5 lines
92 B
Plaintext
5 lines
92 B
Plaintext
|
|
config BOARD_ARDUINO_101
|
|
bool "Arduino 101 Board"
|
|
depends on SOC_QUARK_SE
|