diff options
author | Sven Van Asbroeck <thesven73@gmail.com> | 2019-04-16 11:56:14 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-04-17 12:07:31 +0200 |
commit | 17614978ed34b8933e2b9272e2fe5133fdc38a58 (patch) | |
tree | 1ff4be6b508a66074d43d2008cf7584c2257275f /drivers/staging/fieldbus/Makefile | |
parent | 308ee87a2f1ea7e83c5da49e4359cb133a93217f (diff) |
staging: fieldbus: anybus-s: support the Arcx anybus controller
Add a driver for the Arcx anybus controller.
This device implements two Anybus-S hosts (buses),
and connects to the SoC via a parallel memory bus.
There is also a CAN power readout, unrelated to the Anybus,
modelled as a regulator.
Signed-off-by: Sven Van Asbroeck <TheSven73@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/fieldbus/Makefile')
-rw-r--r-- | drivers/staging/fieldbus/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/fieldbus/Makefile b/drivers/staging/fieldbus/Makefile index c21056bdb3d2..bdf645d41344 100644 --- a/drivers/staging/fieldbus/Makefile +++ b/drivers/staging/fieldbus/Makefile @@ -5,4 +5,3 @@ obj-$(CONFIG_FIELDBUS_DEV) += fieldbus_dev.o anybuss/ fieldbus_dev-y := dev_core.o - |