mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 13:42:34 +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
103 B
Plaintext
5 lines
103 B
Plaintext
|
|
config BOARD_BASIC_CORTEX_M3
|
|
bool "Basic Cortex-M3 Board"
|
|
depends on SOC_TI_LM3S6965
|