Commit 3579ad41 authored by Jean Delvare's avatar Jean Delvare Committed by Brian Norris

mtd: Fix Elan SC520 dependencies

Anyone working with an AMD Elan SC520 development or evaluation board
would be building a dedicated kernel for it, so we can make the
sc520cdp and netsc520 maps depend on MELAN. SC520_CPUFREQ already
depends on MELAN so it makes things more consistent. It also makes
kernel configuration for every other x86 user easier.
Signed-off-by: default avatarJean Delvare <jdelvare@suse.de>
Cc: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: default avatarBrian Norris <computersforpeace@gmail.com>
parent 49c50b97
...@@ -108,7 +108,7 @@ config MTD_SUN_UFLASH ...@@ -108,7 +108,7 @@ config MTD_SUN_UFLASH
config MTD_SC520CDP config MTD_SC520CDP
tristate "CFI Flash device mapped on AMD SC520 CDP" tristate "CFI Flash device mapped on AMD SC520 CDP"
depends on X86 && MTD_CFI depends on (MELAN || COMPILE_TEST) && MTD_CFI
help help
The SC520 CDP board has two banks of CFI-compliant chips and one The SC520 CDP board has two banks of CFI-compliant chips and one
Dual-in-line JEDEC chip. This 'mapping' driver supports that Dual-in-line JEDEC chip. This 'mapping' driver supports that
...@@ -116,7 +116,7 @@ config MTD_SC520CDP ...@@ -116,7 +116,7 @@ config MTD_SC520CDP
config MTD_NETSC520 config MTD_NETSC520
tristate "CFI Flash device mapped on AMD NetSc520" tristate "CFI Flash device mapped on AMD NetSc520"
depends on X86 && MTD_CFI depends on (MELAN || COMPILE_TEST) && MTD_CFI
help help
This enables access routines for the flash chips on the AMD NetSc520 This enables access routines for the flash chips on the AMD NetSc520
demonstration board. If you have one of these boards and would like demonstration board. If you have one of these boards and would like
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment