|
@@ -108,7 +108,7 @@ config MTD_SUN_UFLASH
|
|
|
|
|
|
config MTD_SC520CDP
|
|
|
tristate "CFI Flash device mapped on AMD SC520 CDP"
|
|
|
- depends on X86 && MTD_CFI
|
|
|
+ depends on (MELAN || COMPILE_TEST) && MTD_CFI
|
|
|
help
|
|
|
The SC520 CDP board has two banks of CFI-compliant chips and one
|
|
|
Dual-in-line JEDEC chip. This 'mapping' driver supports that
|
|
@@ -116,7 +116,7 @@ config MTD_SC520CDP
|
|
|
|
|
|
config MTD_NETSC520
|
|
|
tristate "CFI Flash device mapped on AMD NetSc520"
|
|
|
- depends on X86 && MTD_CFI
|
|
|
+ depends on (MELAN || COMPILE_TEST) && MTD_CFI
|
|
|
help
|
|
|
This enables access routines for the flash chips on the AMD NetSc520
|
|
|
demonstration board. If you have one of these boards and would like
|