]> Git Repo - J-linux.git/blob - drivers/hsi/Kconfig
sysctl: delete unused define SYSCTL_PERM_EMPTY_DIR
[J-linux.git] / drivers / hsi / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 #
3 # HSI driver configuration
4 #
5 menuconfig HSI
6         tristate "HSI support"
7         help
8           The "High speed synchronous Serial Interface" is
9           synchronous serial interface used mainly to connect
10           application engines and cellular modems.
11
12 if HSI
13
14 config HSI_BOARDINFO
15         bool
16         default y
17
18 source "drivers/hsi/controllers/Kconfig"
19 source "drivers/hsi/clients/Kconfig"
20
21 endif # HSI
This page took 0.030116 seconds and 4 git commands to generate.