diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2017-02-01 10:53:41 -0600 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-02-10 15:19:48 +0100 |
commit | 0508ad1fff11a8b0acdf0333b5fe108d7bd5fce4 (patch) | |
tree | 66aa092c608ee194e9149217b96ecc0d96be493e /drivers/fsi/Kconfig | |
parent | 17fa87fe5a5141d3c082c5c91e950aca9e0ec701 (diff) | |
download | linux-0508ad1fff11a8b0acdf0333b5fe108d7bd5fce4.tar.bz2 |
drivers/fsi: Add empty fsi bus definitions
This change adds the initial (empty) fsi bus definition, and introduces
drivers/fsi/.
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Chris Bostic <cbostic@us.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/fsi/Kconfig')
-rw-r--r-- | drivers/fsi/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/fsi/Kconfig b/drivers/fsi/Kconfig new file mode 100644 index 000000000000..04c1a0efa7a7 --- /dev/null +++ b/drivers/fsi/Kconfig @@ -0,0 +1,12 @@ +# +# FSI subsystem +# + +menu "FSI support" + +config FSI + tristate "FSI support" + ---help--- + FSI - the FRU Support Interface - is a simple bus for low-level + access to POWER-based hardware. +endmenu |