From af1a266670d040d2f4083ff309d732d648afba2a Mon Sep 17 00:00:00 2001 From: Angelos Mouzakitis <a.mouzakitis@virtualopensystems.com> Date: Tue, 10 Oct 2023 14:33:42 +0000 Subject: Add submodule dependency files Change-Id: Iaf8d18082d3991dec7c0ebbea540f092188eb4ec --- roms/u-boot/board/egnite/ethernut5/Kconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 roms/u-boot/board/egnite/ethernut5/Kconfig (limited to 'roms/u-boot/board/egnite/ethernut5/Kconfig') diff --git a/roms/u-boot/board/egnite/ethernut5/Kconfig b/roms/u-boot/board/egnite/ethernut5/Kconfig new file mode 100644 index 000000000..5a6c1c5de --- /dev/null +++ b/roms/u-boot/board/egnite/ethernut5/Kconfig @@ -0,0 +1,12 @@ +if TARGET_ETHERNUT5 + +config SYS_BOARD + default "ethernut5" + +config SYS_VENDOR + default "egnite" + +config SYS_CONFIG_NAME + default "ethernut5" + +endif -- cgit