mtd: Fix Elan SC520 dependencies
authorJean Delvare <jdelvare@suse.de>
Fri, 14 Mar 2014 17:14:20 +0000 (18:14 +0100)
committerBrian Norris <computersforpeace@gmail.com>
Mon, 12 May 2014 18:55:53 +0000 (11:55 -0700)
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: Jean Delvare <jdelvare@suse.de>
Cc: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
drivers/mtd/maps/Kconfig

index fce23fe043f7a4cf1edc998422689d2a45e0982c..21b2874a303bec67af755fa87624ca5af9331ecb 100644 (file)
@@ -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
This page took 0.042081 seconds and 5 git commands to generate.