mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 15:37:44 +00:00
- hide atmel target if arch is not arm nor avr32
This commit is contained in:
parent
89c4864b06
commit
0eca4b95ed
@ -1,5 +1,9 @@
|
|||||||
menu "Atmel Target"
|
menuconfig BR2_TARGET_ATMEL
|
||||||
|
bool "Atmel Target"
|
||||||
|
depends on BR2_arm || BR2_avr32
|
||||||
|
default n
|
||||||
|
|
||||||
|
if BR2_TARGET_ATMEL
|
||||||
comment "Add Atmel Target here"
|
comment "Add Atmel Target here"
|
||||||
|
|
||||||
endmenu
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user