We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f34b5a commit 0c16b8fCopy full SHA for 0c16b8f
drivers/memory/Kconfig
@@ -32,7 +32,7 @@ config ARM_PL172_MPMC
32
33
config ATMEL_EBI
34
bool "Atmel EBI driver"
35
- default y if ARCH_AT91
+ default ARCH_AT91
36
depends on ARCH_AT91 || COMPILE_TEST
37
depends on OF
38
select MFD_SYSCON
@@ -147,7 +147,7 @@ config FPGA_DFL_EMIF
147
148
config MVEBU_DEVBUS
149
bool "Marvell EBU Device Bus Controller"
150
- default y if PLAT_ORION
+ default PLAT_ORION
151
depends on PLAT_ORION || COMPILE_TEST
152
153
help
@@ -198,7 +198,7 @@ config DA8XX_DDRCTL
198
199
config PL353_SMC
200
tristate "ARM PL35X Static Memory Controller(SMC) driver"
201
- default y if ARM
+ default ARM
202
depends on ARM || COMPILE_TEST
203
depends on ARM_AMBA
204
0 commit comments