diff options
author | Michal Marek <mmarek@suse.com> | 2015-10-27 15:24:55 +0100 |
---|---|---|
committer | Michal Marek <mmarek@suse.com> | 2015-11-25 11:23:23 +0100 |
commit | 0046a46a8f93f5b99b499118779521ba3b017d69 (patch) | |
tree | d146db3da6f106442f1b36df9f15102e803846de /drivers/of | |
parent | 8005c49d9aea74d382f474ce11afbbc7d7130bec (diff) | |
download | op-kernel-dev-0046a46a8f93f5b99b499118779521ba3b017d69.zip op-kernel-dev-0046a46a8f93f5b99b499118779521ba3b017d69.tar.gz |
staging/ad7606: Actually build the interface modules
The ad7606_par and ad7606_spi drivers are not built if CONFIG_AD7606=m,
because kbuild does not currently support <objname>-m syntax. Even if we
add kbuild support, ad7606 fails to link, because of duplicate
module_init definitions. Make the two drivers separate modules, as the
Kconfig help text already suggests.
Also, CONFIG_IIO_BUFFER is a dependency of CONFIG_AD7606, so there is no
need to test for it in the Makefile.
Signed-off-by: Michal Marek <mmarek@suse.com>
Diffstat (limited to 'drivers/of')
0 files changed, 0 insertions, 0 deletions