summaryrefslogtreecommitdiff
path: root/drivers/hsi/Kconfig
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@stericsson.com>2012-04-06 11:11:35 +0200
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-04-06 11:11:35 +0200
commitfc654dbbce5d9fc60c400de301476691f2bace44 (patch)
tree1dbfd49c53cfd2622ae4cda590614dcf5c4717c8 /drivers/hsi/Kconfig
parente1076f2b6e3e1a8631060238f32c5deb2e37b655 (diff)
parent6a0d2186fd8891be6595c6d61ce960e12040816e (diff)
Merge topic branch 'hsi' into integration-linux-ux500-3.3
Diffstat (limited to 'drivers/hsi/Kconfig')
-rw-r--r--drivers/hsi/Kconfig20
1 files changed, 20 insertions, 0 deletions
diff --git a/drivers/hsi/Kconfig b/drivers/hsi/Kconfig
new file mode 100644
index 00000000000..2c76de438eb
--- /dev/null
+++ b/drivers/hsi/Kconfig
@@ -0,0 +1,20 @@
+#
+# HSI driver configuration
+#
+menuconfig HSI
+ tristate "HSI support"
+ ---help---
+ The "High speed synchronous Serial Interface" is
+ synchronous serial interface used mainly to connect
+ application engines and cellular modems.
+
+if HSI
+
+config HSI_BOARDINFO
+ bool
+ default y
+
+source "drivers/hsi/controllers/Kconfig"
+source "drivers/hsi/clients/Kconfig"
+
+endif # HSI