Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

fsi: Make FSI a menuconfig to ease disabling it all

No need to get into the submenu to disable all FSI-related config entries

Signed-off-by: Vincent Legoll <vincent.legoll@gmail.com>
Acked-by: Jeremy Kerr <jk@ozlabs.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Vincent Legoll and committed by
Greg Kroah-Hartman
baa8b941 9a450484

+1 -5
+1 -5
drivers/fsi/Kconfig
··· 2 2 # FSI subsystem 3 3 # 4 4 5 - menu "FSI support" 6 - 7 - config FSI 5 + menuconfig FSI 8 6 tristate "FSI support" 9 7 select CRC4 10 8 ---help--- ··· 32 34 This option enables an FSI based SCOM device driver. 33 35 34 36 endif 35 - 36 - endmenu