boards: support the SAME70Q21B on the SAM E70 Xplained Board
Let allow users to select the revision B of the chip on the SAM E70 Xplained Board. The same board exists with SoC revision A or B. Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
805dca917a
commit
68a4bc541a
|
@ -6,4 +6,4 @@
|
|||
|
||||
config BOARD_SAM_E70_XPLAINED
|
||||
bool "Atmel SMART SAM E70 Xplained Board"
|
||||
depends on SOC_PART_NUMBER_SAME70Q21
|
||||
depends on SOC_PART_NUMBER_SAME70Q21 || SOC_PART_NUMBER_SAME70Q21B
|
||||
|
|
Loading…
Reference in a new issue