mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 16:37:43 +00:00
target/device/ARM: Use menuconfig and add description of options
This commit is contained in:
parent
226a087e89
commit
d5b8a665b5
@ -1,15 +1,20 @@
|
|||||||
config BR2_TARGET_ARM
|
menuconfig BR2_TARGET_ARM
|
||||||
bool
|
bool "Generic ARM Support"
|
||||||
depends on BR2_arm
|
depends on BR2_arm
|
||||||
depends on !BR2_TARGET_ARMLTD
|
depends on !BR2_TARGET_ARMLTD
|
||||||
depends on !BR2_TARGET_ATMEL
|
depends on !BR2_TARGET_ATMEL
|
||||||
depends on !BR2_TARGET_SHARP
|
depends on !BR2_TARGET_SHARP
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
if BR2_TARGET_ARM
|
||||||
|
|
||||||
config BR2_BOARD_NAME
|
config BR2_BOARD_NAME
|
||||||
string
|
string "Board Name"
|
||||||
default "arm"
|
default "arm"
|
||||||
|
|
||||||
config BR2_BOARD_PATH
|
config BR2_BOARD_PATH
|
||||||
string
|
string "Board Path"
|
||||||
default "target/device/ARM"
|
default "target/device/ARM"
|
||||||
|
|
||||||
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user