blob: 42da4c2355081b7a48e39c0fd74ed7bb114127b4 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Carlos Chineaa056ab82010-04-16 19:01:02 +03002#
3# HSI driver configuration
4#
5menuconfig HSI
6 tristate "HSI support"
Masahiro Yamadaa7f7f622020-06-14 01:50:22 +09007 help
Carlos Chineaa056ab82010-04-16 19:01:02 +03008 The "High speed synchronous Serial Interface" is
9 synchronous serial interface used mainly to connect
10 application engines and cellular modems.
11
12if HSI
13
14config HSI_BOARDINFO
15 bool
16 default y
17
Sebastian Reichelb209e042013-12-15 23:38:58 +010018source "drivers/hsi/controllers/Kconfig"
Andras Domokosf9e40202010-04-21 12:04:21 +030019source "drivers/hsi/clients/Kconfig"
20
Carlos Chineaa056ab82010-04-16 19:01:02 +030021endif # HSI