[PATCH v3 01/18] drivers/fsi: Add empty fsi bus definitions
Jeremy Kerr
jk at ozlabs.org
Thu Feb 23 06:24:10 PST 2017
Hi Geert,
>> --- /dev/null
>> +++ b/drivers/fsi/Kconfig
>> @@ -0,0 +1,12 @@
>> +#
>> +# FSI subsystem
>> +#
>> +
>> +menu "FSI support"
>> +
>> +config FSI
>> + tristate "FSI support"
>
> I guess this should depend on some POWER symbol || COMPILE_TEST?
No, this is pretty hardware-independent - all it requires on the HW side
is two GPIOs.
Although the FSI slave devices are typically only present on POWER
systems, they can be driven from anything, with currently
implementations being on ARM and 32-bit powerpc.
Cheers,
Jeremy
More information about the linux-arm-kernel
mailing list