11 lines
156 B
Plaintext
11 lines
156 B
Plaintext
menu "device"
|
|
config DEVICE_MAX_NAME_LEN
|
|
int "Set maximum device name length"
|
|
default 32
|
|
|
|
config DM
|
|
bool "Enable device model"
|
|
default n
|
|
endmenu
|
|
|