mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-20 08:03:25 +00:00
iio: Kconfig: at91_adc: add COMPILE_TEST dependency to driver
Since changes can come from all sort of places, it may make sense to have this symbol as a dependency to make sure that the 'make allmodconfig' && 'make allyesconfig' build rules cover this driver as well for a compile-build/test. It seemed useful [recently] when trying to apply a change for this. Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com> Acked-by: Ludovic Desroches <ludovic.desroches@microchip.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
parent
18d563858d
commit
4027860dcc
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ config ASPEED_ADC
|
||||||
|
|
||||||
config AT91_ADC
|
config AT91_ADC
|
||||||
tristate "Atmel AT91 ADC"
|
tristate "Atmel AT91 ADC"
|
||||||
depends on ARCH_AT91
|
depends on ARCH_AT91 || COMPILE_TEST
|
||||||
depends on INPUT && SYSFS
|
depends on INPUT && SYSFS
|
||||||
select IIO_BUFFER
|
select IIO_BUFFER
|
||||||
select IIO_TRIGGERED_BUFFER
|
select IIO_TRIGGERED_BUFFER
|
||||||
|
|
Loading…
Add table
Reference in a new issue