Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Carlos Chinea | a056ab8 | 2010-04-16 19:01:02 +0300 | [diff] [blame] | 2 | # |
| 3 | # HSI driver configuration |
| 4 | # |
| 5 | menuconfig HSI |
| 6 | tristate "HSI support" |
Masahiro Yamada | a7f7f62 | 2020-06-14 01:50:22 +0900 | [diff] [blame] | 7 | help |
Carlos Chinea | a056ab8 | 2010-04-16 19:01:02 +0300 | [diff] [blame] | 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 | |
Sebastian Reichel | b209e04 | 2013-12-15 23:38:58 +0100 | [diff] [blame] | 18 | source "drivers/hsi/controllers/Kconfig" |
Andras Domokos | f9e4020 | 2010-04-21 12:04:21 +0300 | [diff] [blame] | 19 | source "drivers/hsi/clients/Kconfig" |
| 20 | |
Carlos Chinea | a056ab8 | 2010-04-16 19:01:02 +0300 | [diff] [blame] | 21 | endif # HSI |