Carlos Chinea | a056ab8 | 2010-04-16 19:01:02 +0300 | [diff] [blame] | 1 | # |
| 2 | # HSI driver configuration |
| 3 | # |
| 4 | menuconfig HSI |
| 5 | tristate "HSI support" |
| 6 | ---help--- |
| 7 | The "High speed synchronous Serial Interface" is |
| 8 | synchronous serial interface used mainly to connect |
| 9 | application engines and cellular modems. |
| 10 | |
| 11 | if HSI |
| 12 | |
| 13 | config HSI_BOARDINFO |
| 14 | bool |
| 15 | default y |
| 16 | |
Sebastian Reichel | b209e04 | 2013-12-15 23:38:58 +0100 | [diff] [blame] | 17 | source "drivers/hsi/controllers/Kconfig" |
Andras Domokos | f9e4020 | 2010-04-21 12:04:21 +0300 | [diff] [blame] | 18 | source "drivers/hsi/clients/Kconfig" |
| 19 | |
Carlos Chinea | a056ab8 | 2010-04-16 19:01:02 +0300 | [diff] [blame] | 20 | endif # HSI |