From eae1cff04a2def3aef86d185a5c233cc89c10621 Mon Sep 17 00:00:00 2001 From: kiprasdak Date: Sat, 16 Jul 2022 11:31:48 +0300 Subject: [PATCH] wing36 Kconfig --- app/boards/shields/wing36/Kconfig.defconfig | 0 app/boards/shields/wing36/Kconfig.shield | 5 +++++ 2 files changed, 5 insertions(+) create mode 100644 app/boards/shields/wing36/Kconfig.defconfig create mode 100644 app/boards/shields/wing36/Kconfig.shield diff --git a/app/boards/shields/wing36/Kconfig.defconfig b/app/boards/shields/wing36/Kconfig.defconfig new file mode 100644 index 00000000..e69de29b diff --git a/app/boards/shields/wing36/Kconfig.shield b/app/boards/shields/wing36/Kconfig.shield new file mode 100644 index 00000000..a44d975d --- /dev/null +++ b/app/boards/shields/wing36/Kconfig.shield @@ -0,0 +1,5 @@ +config SHIELD_WING36_LEFT + def_bool $(shields_list_contains,wing36_left) + +config SHIELD_WING36_RIGHT + def_bool $(shields_list_contains,wing36_right) \ No newline at end of file