diff options
author | Andras Domokos <andras.domokos@nokia.com> | 2010-04-21 12:04:21 +0300 |
---|---|---|
committer | Carlos Chinea <carlos.chinea@nokia.com> | 2012-01-05 15:42:13 +0200 |
commit | f9e402016de91c2444e46ecfd706880969b1ae9e (patch) | |
tree | 981cf8e988975d5032b0b7a0e46f34ac65258493 /include | |
parent | 4e69fc22753fcce1d9275b5517ef3646ffeffcf4 (diff) | |
download | talos-obmc-linux-f9e402016de91c2444e46ecfd706880969b1ae9e.tar.gz talos-obmc-linux-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')
-rw-r--r-- | include/linux/Kbuild | 1 | ||||
-rw-r--r-- | include/linux/hsi/Kbuild | 1 |
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 |