summaryrefslogtreecommitdiff
path: root/net/can
diff options
context:
space:
mode:
authorNicolai Stange <nicstange@gmail.com>2015-06-17 03:05:02 +0200
committerDavid S. Miller <davem@davemloft.net>2015-06-21 09:53:01 -0700
commit7b48f45797be7c4bdbb772de80efe6bdcd78e81d (patch)
tree99cad673ac4bdcf6f538ccb4c25fcc00221f44bb /net/can
parent2c51a97f76d20ebf1f50fef908b986cb051fdff9 (diff)
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>
Diffstat (limited to 'net/can')
0 files changed, 0 insertions, 0 deletions