diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-11-13 13:26:53 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-11-13 14:57:45 -0500 |
commit | 085c9461edc964d1956aece94c45ce6295f6221f (patch) | |
tree | 7be565e07ea0c712106bcf7a72d993487f47f6ff /arch/powerpc | |
parent | afcaed05bcdd0d5c311ce1c210f7046989581bbf (diff) |
powerpc/mpc5121: drop "select MPC5121_ADS_CPLD"
There is no Kconfig symbol named MPC5121_ADS_CPLD. The select statement
for that symbol is a nop. Drop it.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/platforms/512x/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/512x/Kconfig b/arch/powerpc/platforms/512x/Kconfig index b3ebce1aec07..c16999802ecf 100644 --- a/arch/powerpc/platforms/512x/Kconfig +++ b/arch/powerpc/platforms/512x/Kconfig | |||
@@ -12,7 +12,6 @@ config MPC5121_ADS | |||
12 | bool "Freescale MPC5121E ADS" | 12 | bool "Freescale MPC5121E ADS" |
13 | depends on PPC_MPC512x | 13 | depends on PPC_MPC512x |
14 | select DEFAULT_UIMAGE | 14 | select DEFAULT_UIMAGE |
15 | select MPC5121_ADS_CPLD | ||
16 | help | 15 | help |
17 | This option enables support for the MPC5121E ADS board. | 16 | This option enables support for the MPC5121E ADS board. |
18 | 17 | ||