Commit ca220c9e authored by Adam Wujek's avatar Adam Wujek 💬

sw:rt:Kconfig: add MOCKTURTLE_FRAMEWORK_* depends on MOCKTURTLE_FRAMEWORK_ENABLE

Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 6fca5128
......@@ -11,7 +11,3 @@
# Mock Turtle configuration
#
# CONFIG_MOCKTURTLE_FRAMEWORK_ENABLE is not set
# CONFIG_MOCKTURTLE_FRAMEWORK_DEBUG_ENABLE is not set
# CONFIG_MOCKTURTLE_FRAMEWORK_VARIABLE_ENABLE is not set
# CONFIG_MOCKTURTLE_FRAMEWORK_BUFFER_ENABLE is not set
# CONFIG_MOCKTURTLE_FRAMEWORK_32BIT_ALIGN is not set
#
# Automatically generated file; DO NOT EDIT.
# alarm_clock demo configuration
# hello_world_framework demo configuration
#
#
......
......@@ -11,7 +11,3 @@
# Mock Turtle configuration
#
# CONFIG_MOCKTURTLE_FRAMEWORK_ENABLE is not set
# CONFIG_MOCKTURTLE_FRAMEWORK_DEBUG_ENABLE is not set
# CONFIG_MOCKTURTLE_FRAMEWORK_VARIABLE_ENABLE is not set
# CONFIG_MOCKTURTLE_FRAMEWORK_BUFFER_ENABLE is not set
# CONFIG_MOCKTURTLE_FRAMEWORK_32BIT_ALIGN is not set
......@@ -2,16 +2,34 @@ comment "Mock Turtle configuration"
config MOCKTURTLE_FRAMEWORK_ENABLE
bool "Enable Mock Turtle framework"
default y
help
Help text
config MOCKTURTLE_FRAMEWORK_DEBUG_ENABLE
bool "Enable debugging in Mock Turtle framework"
depends on MOCKTURTLE_FRAMEWORK_ENABLE
default y
help
Help text
config MOCKTURTLE_FRAMEWORK_VARIABLE_ENABLE
bool "Enable variable in Mock Turtle framework"
depends on MOCKTURTLE_FRAMEWORK_ENABLE
default y
help
Help text
config MOCKTURTLE_FRAMEWORK_BUFFER_ENABLE
bool "Enable buffer in Mock Turtle framework"
depends on MOCKTURTLE_FRAMEWORK_ENABLE
default y
help
Help text
config MOCKTURTLE_FRAMEWORK_32BIT_ALIGN
bool "Enable 32bit align in Mock Turtle framework"
depends on MOCKTURTLE_FRAMEWORK_ENABLE
default y
help
Help text
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment