From fd639726bf15fca8ee1a00dce8e0096d0ad9bd18 Mon Sep 17 00:00:00 2001 From: Uwe Kleine-König Date: Tue, 19 Dec 2017 10:00:13 +0100 Subject: siox: add gpio bus driver MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This bus driver uses GPIOs to control the four SIOX bus lines. Acked-by: Gavin Schenk Signed-off-by: Uwe Kleine-König Signed-off-by: Greg Kroah-Hartman --- drivers/siox/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'drivers/siox/Kconfig') diff --git a/drivers/siox/Kconfig b/drivers/siox/Kconfig index bd24d9b50dc6..083d2e62189a 100644 --- a/drivers/siox/Kconfig +++ b/drivers/siox/Kconfig @@ -7,3 +7,12 @@ menuconfig SIOX to drive additional I/O units. Unless you know better, it is probably safe to say "no" here. + +if SIOX + +config SIOX_BUS_GPIO + tristate "SIOX GPIO bus driver" + help + SIOX bus driver that controls the four bus lines using GPIOs. + +endif -- cgit v1.2.3