diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig new file mode 100644 index 0000000..5ae7190 --- /dev/null +++ b/common/Kconfig @@ -0,0 +1,4 @@ +menu "Command line interface" + depends on !SPL_BUILD + +endmenu |