summaryrefslogtreecommitdiffstats
path: root/drivers/siox
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/siox')
-rw-r--r--drivers/siox/Kconfig1
-rw-r--r--drivers/siox/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/siox/Kconfig b/drivers/siox/Kconfig
index 083d2e62189a..4326db32c02e 100644
--- a/drivers/siox/Kconfig
+++ b/drivers/siox/Kconfig
@@ -1,3 +1,4 @@
1# SPDX-License-Identifier: GPL-2.0-only
1menuconfig SIOX 2menuconfig SIOX
2 tristate "Eckelmann SIOX Support" 3 tristate "Eckelmann SIOX Support"
3 help 4 help
diff --git a/drivers/siox/Makefile b/drivers/siox/Makefile
index a956f65206d5..8b5ebb1a878e 100644
--- a/drivers/siox/Makefile
+++ b/drivers/siox/Makefile
@@ -1,2 +1,3 @@
1# SPDX-License-Identifier: GPL-2.0-only
1obj-$(CONFIG_SIOX) += siox-core.o 2obj-$(CONFIG_SIOX) += siox-core.o
2obj-$(CONFIG_SIOX_BUS_GPIO) += siox-bus-gpio.o 3obj-$(CONFIG_SIOX_BUS_GPIO) += siox-bus-gpio.o