zephyr: reference local Kconfig

Reference Kconfig in zephyr module file which is evaluated by Zephyr
directly. This will eliminate the need for including the SOF Kconfig
directly.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2020-11-27 13:00:26 -05:00 committed by Liam Girdwood
parent 86e257731d
commit a97d166121
2 changed files with 5 additions and 1 deletions

3
zephyr/Kconfig Normal file
View File

@ -0,0 +1,3 @@
if SOF
rsource "../Kconfig"
endif

View File

@ -1,2 +1,3 @@
build:
cmake: ./zephyr
cmake: ./zephyr
kconfig: ./zephyr/Kconfig