Commit 1ff91303 authored by Adam Wujek's avatar Adam Wujek 💬

sw:fw: move FPGA_APPLICATION_ID and RT_APPLICATION_ID to Kconfig.mt

Also for trtl-project-creator.
Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 1baed1db
......@@ -3,17 +3,5 @@ mainmenu "alarm_clock demo configuration"
comment "Project specific configuration"
config FPGA_APPLICATION_ID
int "FPGA application ID"
default 0
help
Help text
config RT_APPLICATION_ID
int "RT application ID"
default 0
help
Help text
# include Mock Turtle's Kconfig
source "Kconfig.mt"
......@@ -6,12 +6,12 @@
#
# Project specific configuration
#
CONFIG_FPGA_APPLICATION_ID=0
CONFIG_RT_APPLICATION_ID=0
#
# Mock Turtle configuration
#
CONFIG_FPGA_APPLICATION_ID=0
CONFIG_RT_APPLICATION_ID=0
#
# Mock Turtle framework configuration
......
......@@ -3,17 +3,5 @@ mainmenu "data_generator demo configuration"
comment "Project specific configuration"
config FPGA_APPLICATION_ID
int "FPGA application ID"
default 0
help
Help text
config RT_APPLICATION_ID
int "RT application ID"
default 0
help
Help text
# include Mock Turtle's Kconfig
source "Kconfig.mt"
......@@ -6,12 +6,12 @@
#
# Project specific configuration
#
CONFIG_FPGA_APPLICATION_ID=0
CONFIG_RT_APPLICATION_ID=0
#
# Mock Turtle configuration
#
CONFIG_FPGA_APPLICATION_ID=0
CONFIG_RT_APPLICATION_ID=0
#
# Mock Turtle framework configuration
......
......@@ -10,6 +10,8 @@
#
# Mock Turtle configuration
#
CONFIG_FPGA_APPLICATION_ID=0
CONFIG_RT_APPLICATION_ID=0
#
# Mock Turtle framework configuration
......
......@@ -10,6 +10,8 @@
#
# Mock Turtle configuration
#
CONFIG_FPGA_APPLICATION_ID=0
CONFIG_RT_APPLICATION_ID=0
#
# Mock Turtle framework configuration
......
......@@ -10,6 +10,8 @@
#
# Mock Turtle configuration
#
CONFIG_FPGA_APPLICATION_ID=0
CONFIG_RT_APPLICATION_ID=0
#
# Mock Turtle framework configuration
......
......@@ -3,17 +3,5 @@ mainmenu "hello_world_framework demo configuration"
comment "Project specific configuration"
config FPGA_APPLICATION_ID
int "FPGA application ID"
default 0
help
Help text
config RT_APPLICATION_ID
int "RT application ID"
default 0
help
Help text
# include Mock Turtle's Kconfig
source "Kconfig.mt"
......@@ -6,12 +6,12 @@
#
# Project specific configuration
#
CONFIG_FPGA_APPLICATION_ID=0
CONFIG_RT_APPLICATION_ID=0
#
# Mock Turtle configuration
#
CONFIG_FPGA_APPLICATION_ID=0
CONFIG_RT_APPLICATION_ID=0
#
# Mock Turtle framework configuration
......
......@@ -10,6 +10,8 @@
#
# Mock Turtle configuration
#
CONFIG_FPGA_APPLICATION_ID=0
CONFIG_RT_APPLICATION_ID=0
#
# Mock Turtle framework configuration
......
......@@ -10,6 +10,8 @@
#
# Mock Turtle configuration
#
CONFIG_FPGA_APPLICATION_ID=0
CONFIG_RT_APPLICATION_ID=0
#
# Mock Turtle framework configuration
......
......@@ -10,6 +10,8 @@
#
# Mock Turtle configuration
#
CONFIG_FPGA_APPLICATION_ID=0
CONFIG_RT_APPLICATION_ID=0
#
# Mock Turtle framework configuration
......
comment "Mock Turtle configuration"
config FPGA_APPLICATION_ID
int "FPGA application ID"
default 0
help
It is the FPGA application ID (hardcoded in the FPGA gateware) where
this firmware is expected to run. A value of 0x0 will make this
firmware running on any Mock Turtle design (default 0x0).
config RT_APPLICATION_ID
int "RT application ID"
default 0
help
The firmware version as 32bit integer (16bit major number,
16bit minor number)
comment "Mock Turtle framework configuration"
config MOCKTURTLE_FRAMEWORK_ENABLE
bool "Enable Mock Turtle framework"
......@@ -105,4 +120,4 @@ config MOCKTURTLE_LIBRARY_PRINT_MESSAGE_ENABLE
help
It enables `pr_message` messages on serial console. When
disabled, those print messages are not compiled.
(based on `pp_printf`)
\ No newline at end of file
(based on `pp_printf`)
......@@ -3,17 +3,5 @@ mainmenu "{{name}} configuration"
comment "Project specific configuration"
config FPGA_APPLICATION_ID
int "FPGA application ID"
default 0
help
Help text
config RT_APPLICATION_ID
int "RT application ID"
default 0
help
Help text
# include Mock Turtle's Kconfig
source "Kconfig.mt"
......@@ -6,12 +6,12 @@
#
# Project specific configuration
#
CONFIG_FPGA_APPLICATION_ID=0
CONFIG_RT_APPLICATION_ID=0
#
# Mock Turtle configuration
#
CONFIG_FPGA_APPLICATION_ID=0
CONFIG_RT_APPLICATION_ID=0
#
# Mock Turtle framework configuration
......
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