diff options
Diffstat (limited to 'drivers/siox')
-rw-r--r-- | drivers/siox/Kconfig | 1 | ||||
-rw-r--r-- | drivers/siox/Makefile | 1 |
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 | ||
1 | menuconfig SIOX | 2 | menuconfig 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 | ||
1 | obj-$(CONFIG_SIOX) += siox-core.o | 2 | obj-$(CONFIG_SIOX) += siox-core.o |
2 | obj-$(CONFIG_SIOX_BUS_GPIO) += siox-bus-gpio.o | 3 | obj-$(CONFIG_SIOX_BUS_GPIO) += siox-bus-gpio.o |