Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # HSI driver configuration
0004 #
0005 menuconfig HSI
0006         tristate "HSI support"
0007         help
0008           The "High speed synchronous Serial Interface" is
0009           synchronous serial interface used mainly to connect
0010           application engines and cellular modems.
0011 
0012 if HSI
0013 
0014 config HSI_BOARDINFO
0015         bool
0016         default y
0017 
0018 source "drivers/hsi/controllers/Kconfig"
0019 source "drivers/hsi/clients/Kconfig"
0020 
0021 endif # HSI