iio: ep93xx: remove redundant return value check of platform_get_resource()
[linux-2.6/btrfs-unstable.git] / drivers / hsi / Kconfig
blob2c76de438eb17fe29e86d3c4ea6c793f890385aa
2 # HSI driver configuration
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.
11 if HSI
13 config HSI_BOARDINFO
14         bool
15         default y
17 source "drivers/hsi/controllers/Kconfig"
18 source "drivers/hsi/clients/Kconfig"
20 endif # HSI