mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-04 12:50:36 +08:00
9449ed6e66
Signed-off-by: Jukka Laitinen <jukkax@ssrc.tii.ae>
13 lines
246 B
Plaintext
13 lines
246 B
Plaintext
menuconfig SYSTEMCMDS_MTD
|
|
bool "mtd"
|
|
default n
|
|
---help---
|
|
Enable support for mtd
|
|
|
|
menuconfig USER_MTD
|
|
bool "mtd running as userspace module"
|
|
default y
|
|
depends on BOARD_PROTECTED && SYSTEMCMDS_MTD
|
|
---help---
|
|
Put mtd in userspace memory
|