diff --git a/zephyr/Kconfig b/zephyr/Kconfig new file mode 100644 index 000000000..f4fceb3e4 --- /dev/null +++ b/zephyr/Kconfig @@ -0,0 +1,3 @@ +if SOF +rsource "../Kconfig" +endif diff --git a/zephyr/module.yml b/zephyr/module.yml index 7ac5323a3..9c43bc6e5 100644 --- a/zephyr/module.yml +++ b/zephyr/module.yml @@ -1,2 +1,3 @@ build: - cmake: ./zephyr + cmake: ./zephyr + kconfig: ./zephyr/Kconfig