aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorAndras Domokos <andras.domokos@nokia.com>2010-04-21 12:04:21 +0300
committerCarlos Chinea <carlos.chinea@nokia.com>2012-01-05 15:42:13 +0200
commitf9e402016de91c2444e46ecfd706880969b1ae9e (patch)
tree981cf8e988975d5032b0b7a0e46f34ac65258493 /include/linux
parentHSI: hsi_char: Add HSI char device driver (diff)
downloadlinux-dev-f9e402016de91c2444e46ecfd706880969b1ae9e.tar.xz
linux-dev-f9e402016de91c2444e46ecfd706880969b1ae9e.zip
HSI: hsi_char: Add HSI char device kernel configuration
Add HSI character device kernel configuration Signed-off-by: Andras Domokos <andras.domokos@nokia.com> Signed-off-by: Carlos Chinea <carlos.chinea@nokia.com>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/Kbuild1
-rw-r--r--include/linux/hsi/Kbuild1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/Kbuild b/include/linux/Kbuild
index 619b5657af77..3171939e6261 100644
--- a/include/linux/Kbuild
+++ b/include/linux/Kbuild
@@ -3,6 +3,7 @@ header-y += can/
header-y += caif/
header-y += dvb/
header-y += hdlc/
+header-y += hsi/
header-y += isdn/
header-y += mmc/
header-y += nfsd/
diff --git a/include/linux/hsi/Kbuild b/include/linux/hsi/Kbuild
new file mode 100644
index 000000000000..271a770b4784
--- /dev/null
+++ b/include/linux/hsi/Kbuild
@@ -0,0 +1 @@
+header-y += hsi_char.h