Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1224664
| From | Valentin Rothberg <valentinrothberg@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | spi/bcm63xx: unknown CONFIG_BIG_ENDIAN |
| Date | 2015-09-15 08:30 +0200 |
| Message-ID | <q8RUB-54v-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi Jonas,
your commit 158fcc4e050a ("spi/bcm63xx: replace custom io accessors with
standard ones") has shown up in today's Linux next tree (i.e.,
next-20150915).
This commit adds four #ifdef blocks depending on CONFIG_BIG_ENDIAN,
which is not defined in Kconfig breaking the #ifdef #else conditions.
Is there a patch queued somewhere to add this option to Kconfig?
I found some other candidates like '__BIG_ENDIAN' which is used in other
drivers, or 'CPU_BIG_ENDIAN' which is defined for mips. Maybe they can
be used instead.
I detected this issue witch scripts/checkkconfigsymbols.py.
Kind regards,
Valentin
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
spi/bcm63xx: unknown CONFIG_BIG_ENDIAN Valentin Rothberg <valentinrothberg@gmail.com> - 2015-09-15 08:30 +0200
Re: spi/bcm63xx: unknown CONFIG_BIG_ENDIAN Jonas Gorski <jogo@openwrt.org> - 2015-09-15 09:50 +0200
Re: spi/bcm63xx: unknown CONFIG_BIG_ENDIAN Mark Brown <broonie@kernel.org> - 2015-09-15 10:50 +0200
Re: spi/bcm63xx: unknown CONFIG_BIG_ENDIAN Jonas Gorski <jogo@openwrt.org> - 2015-09-15 15:40 +0200
Re: spi/bcm63xx: unknown CONFIG_BIG_ENDIAN Mark Brown <broonie@kernel.org> - 2015-09-15 16:10 +0200
csiph-web