[Feature] add GA346 baseline version

Change-Id: Ic62933698569507dcf98240cdf5d9931ae34348f
diff --git a/src/kernel/linux/v4.19/drivers/misc/altera-stapl/Kconfig b/src/kernel/linux/v4.19/drivers/misc/altera-stapl/Kconfig
new file mode 100644
index 0000000..8a828fe
--- /dev/null
+++ b/src/kernel/linux/v4.19/drivers/misc/altera-stapl/Kconfig
@@ -0,0 +1,9 @@
+comment "Altera FPGA firmware download module (requires I2C)"
+	depends on !I2C
+
+config ALTERA_STAPL
+	tristate "Altera FPGA firmware download module"
+	depends on I2C
+	default n
+	help
+	  An Altera FPGA module. Say Y when you want to support this tool.