Revision bf7471038840547c9328291b4d9d91c55581dcb8 authored by Greg Kroah-Hartman on 14 February 2014, 19:16:08 UTC, committed by Greg Kroah-Hartman on 14 February 2014, 19:16:08 UTC
This reverts commit f0de8e04a7201a2000f3c6d09732c11e7f35d42d, it is
incorrect, a future patch will fix this up properly.

Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 8c44279
Raw File
Kconfig
#
# 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/clients/Kconfig"

endif # HSI
back to top