diff options
| author | Arnd Bergmann <[email protected]> | 2015-05-19 14:18:35 +0200 |
|---|---|---|
| committer | Marcel Holtmann <[email protected]> | 2015-05-19 19:35:48 +0200 |
| commit | 73e85ed36a96324a2ba5990024f621bf9907fbd5 (patch) | |
| tree | 6956d7da79a10c380dbaf5d451632b32b60ef73f /tools/perf/scripts/python | |
| parent | 39572ab30feb92a8d49bf2a59c9a492ba858c008 (diff) | |
mac802154: select CRYPTO when needed
The mac802154 subsystem uses functions from the crypto layer and correctly
selects the individual crypto algorithms, but fails to build when the
crypto layer is disabled altogether:
crypto/built-in.o: In function `crypto_ctr_free':
:(.text+0x80): undefined reference to `crypto_drop_spawn'
crypto/built-in.o: In function `crypto_rfc3686_free':
:(.text+0xac): undefined reference to `crypto_drop_spawn'
crypto/built-in.o: In function `crypto_ctr_crypt':
:(.text+0x2f0): undefined reference to `blkcipher_walk_virt_block'
:(.text+0x2f8): undefined reference to `crypto_inc'
To solve that, this patch also selects the core crypto code,
like all other users of that code do.
Signed-off-by: Arnd Bergmann <[email protected]>
Reviewed-by: Stefan Schmidt <[email protected]>
Signed-off-by: Marcel Holtmann <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions