diff options
author | Weilong Chen <[email protected]> | 2020-06-19 16:03:33 +0800 |
---|---|---|
committer | Michael S. Tsirkin <[email protected]> | 2020-07-30 11:28:17 -0400 |
commit | a96b0d061d476093cf86ca1c2de06fc57163588d (patch) | |
tree | 56b833a7534a95a8cf95835261d893bd4d84324a /lib/mpi/mpi-add.c | |
parent | 168c358af2f8c5a37f8b5f877ba2cc93995606ee (diff) |
virtio-mem: Fix build error due to improper use 'select'
As noted in:
https://www.kernel.org/doc/Documentation/kbuild/kconfig-language.txt
"select should be used with care. select will force a symbol to a
value without visiting the dependencies."
Config VIRTIO_MEM should not select CONTIG_ALLOC directly.
Otherwise it will cause an error:
https://bugzilla.kernel.org/show_bug.cgi?id=208245
Signed-off-by: Weilong Chen <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Acked-by: Randy Dunlap <[email protected]> # build-tested
Signed-off-by: Michael S. Tsirkin <[email protected]>
Acked-by: Jason Wang <[email protected]>
Acked-by: David Hildenbrand <[email protected]>
Diffstat (limited to 'lib/mpi/mpi-add.c')
0 files changed, 0 insertions, 0 deletions