Use KConfig for /cfg filesystem size

Because clearfog and Epia have vastly differing flash sizes, we will
have to specify the desired size of the /cfg filesystem template that we
are making. Let's convert this to a "package" so that we have easy
access to the Kconfig tools -- even though it really isn't about any
"package" per se. On a flip side, this should allow for proper
parallelization of image building, yay!

Change-Id: Ic95a201ab7874711514bdc8b2e60b711db97ddc0
diff --git a/package/Config.in b/package/Config.in
new file mode 100644
index 0000000..24c14d9
--- /dev/null
+++ b/package/Config.in
@@ -0,0 +1,2 @@
+source "$BR2_EXTERNAL_CZECHLIGHT_PATH/package/cla-sysrepo/Config.in"
+source "$BR2_EXTERNAL_CZECHLIGHT_PATH/package/czechlight-cfg-fs/Config.in"