diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/configs/ar100.config | 3 | ||||
-rw-r--r-- | test/configs/pru.config | 2 | ||||
-rw-r--r-- | test/configs/stm32f031.config | 2 |
3 files changed, 7 insertions, 0 deletions
diff --git a/test/configs/ar100.config b/test/configs/ar100.config index 5abf7bf6..a717fe3d 100644 --- a/test/configs/ar100.config +++ b/test/configs/ar100.config @@ -1,2 +1,5 @@ # Base config file for the ar100 CPU CONFIG_MACH_AR100=y +CONFIG_WANT_DISPLAYS=n +CONFIG_WANT_SOFTWARE_I2C=n +CONFIG_WANT_SOFTWARE_SPI=n diff --git a/test/configs/pru.config b/test/configs/pru.config index eee1a467..265fbb53 100644 --- a/test/configs/pru.config +++ b/test/configs/pru.config @@ -1,2 +1,4 @@ # Base config file for the Beaglebone PRU CONFIG_MACH_PRU=y +CONFIG_WANT_GPIO_BITBANGING=n +CONFIG_WANT_DISPLAYS=n diff --git a/test/configs/stm32f031.config b/test/configs/stm32f031.config index 719c6563..aa9c282b 100644 --- a/test/configs/stm32f031.config +++ b/test/configs/stm32f031.config @@ -1,3 +1,5 @@ # Base config file for STM32F031 boards CONFIG_MACH_STM32=y CONFIG_MACH_STM32F031=y +CONFIG_WANT_GPIO_BITBANGING=n +CONFIG_WANT_DISPLAYS=n |