]> git.baikalelectronics.ru Git - kernel.git/commit
isdn: disable HiSax NetJet driver on microblaze arch
authorNicolai Stange <nicstange@gmail.com>
Wed, 17 Jun 2015 01:05:02 +0000 (03:05 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 21 Jun 2015 16:53:01 +0000 (09:53 -0700)
commit2317a1a68814a1048f11e00af2cf35f9a998ade3
tree99cad673ac4bdcf6f538ccb4c25fcc00221f44bb
parentbf1b26873d61e9092b58734b3f58f2f6bb9de87a
isdn: disable HiSax NetJet driver on microblaze arch

Fix an allmodconfig compilation failer on microblaze due to big endian
architectures being apparently unsupported by the NetJet code:
  drivers/isdn/hisax/nj_s.c: In function 'setup_netjet_s':
  drivers/isdn/hisax/nj_s.c:265:2:
      error: #error "not running on big endian machines now"

Modify the relevant Kconfig such that the NetJet code is not built on
microblaze anymore.

Note that endianess on microblaze is not determined through Kconfig,
but by means of a compiler provided CPP macro, namely __MICROBLAZEEL__.
However, gcc defaults to big endianess on that platform.

Signed-off-by: Nicolai Stange <nicstange@gmail.com>
Acked-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/isdn/hisax/Kconfig