File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ config GPIO_ALTERA
121
121
122
122
config GPIO_ASPEED
123
123
bool "Aspeed AST2400 GPIO support"
124
- depends on ARCH_ASPEED && OF
124
+ depends on ( ARCH_ASPEED || COMPILE_TEST) && OF
125
125
select GENERIC_IRQ_CHIP
126
126
help
127
127
Say Y here to support Aspeed AST2400 GPIO.
Original file line number Diff line number Diff line change @@ -976,7 +976,7 @@ config I2C_RCAR
976
976
977
977
config I2C_ASPEED
978
978
tristate "Aspeed AST2xxx SoC I2C Controller"
979
- depends on ARCH_ASPEED
979
+ depends on ARCH_ASPEED || COMPILE_TEST
980
980
select I2C_SLAVE
981
981
help
982
982
If you say yes to this option, support will be included for the
Original file line number Diff line number Diff line change @@ -580,7 +580,7 @@ config LPC18XX_WATCHDOG
580
580
581
581
config ASPEED_24xx_WATCHDOG
582
582
tristate "Aspeed 23xx 24xx SoCs watchdog support"
583
- depends on ARCH_ASPEED
583
+ depends on ARCH_ASPEED || COMPILE_TEST
584
584
select WATCHDOG_CORE
585
585
help
586
586
Say Y here to include support for the watchdog timer
You can’t perform that action at this time.
0 commit comments