blob: e1006c6808a7e74dca4a6342e397ccc3ff41975f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#
# FSI subsystem
#
menu "FSI support"
config FSI
tristate "FSI support"
select CRC4
---help---
FSI - the FRU Support Interface - is a simple bus for low-level
access to POWER-based hardware.
endmenu
|