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)
commit7b48f45797be7c4bdbb772de80efe6bdcd78e81d
tree99cad673ac4bdcf6f538ccb4c25fcc00221f44bb
parent2c51a97f76d20ebf1f50fef908b986cb051fdff9
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