10 lines
175 B
Plaintext
10 lines
175 B
Plaintext
menu "Hardware Mio Configuration"
|
|
config ENABLE_MIO
|
|
bool
|
|
prompt "Use Mio"
|
|
depends on TARGET_E2000 || TARGET_TARDIGRADE
|
|
|
|
default n
|
|
endmenu
|
|
|