mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-16 11:36:03 +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
82 B
Plaintext
5 lines
82 B
Plaintext
|
|
config BOARD_ARDUINO_DUE
|
|
bool "Arduino Due Board"
|
|
depends on SOC_ATMEL_SAM3X8E
|