Blame view

drivers/hsi/Kconfig 406 Bytes
ec8f24b7f   Thomas Gleixner   treewide: Add SPD...
1
  # SPDX-License-Identifier: GPL-2.0-only
a056ab8c7   Carlos Chinea   HSI: hsi: Introdu...
2
3
4
5
6
  #
  # HSI driver configuration
  #
  menuconfig HSI
  	tristate "HSI support"
a7f7f6248   Masahiro Yamada   treewide: replace...
7
  	help
a056ab8c7   Carlos Chinea   HSI: hsi: Introdu...
8
9
10
11
12
13
14
15
16
  	  The "High speed synchronous Serial Interface" is
  	  synchronous serial interface used mainly to connect
  	  application engines and cellular modems.
  
  if HSI
  
  config HSI_BOARDINFO
  	bool
  	default y
b209e047b   Sebastian Reichel   HSI: Introduce OM...
17
  source "drivers/hsi/controllers/Kconfig"
f9e402016   Andras Domokos   HSI: hsi_char: Ad...
18
  source "drivers/hsi/clients/Kconfig"
a056ab8c7   Carlos Chinea   HSI: hsi: Introdu...
19
  endif # HSI