aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hsi/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hsi/Kconfig')
-rw-r--r--drivers/hsi/Kconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/hsi/Kconfig b/drivers/hsi/Kconfig
new file mode 100644
index 000000000000..937062e8bcd0
--- /dev/null
+++ b/drivers/hsi/Kconfig
@@ -0,0 +1,17 @@
1#
2# HSI driver configuration
3#
4menuconfig 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
11if HSI
12
13config HSI_BOARDINFO
14 bool
15 default y
16
17endif # HSI