diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2014-09-24 04:06:19 -0400 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2014-11-07 19:10:46 -0500 |
commit | 6f2ce34dd7a2cd34b937a149e5513edd9d9ba724 (patch) | |
tree | f8266be0351563b3330dbe4a4cde771b0d3f3648 /arch/powerpc/platforms/8xx/Kconfig | |
parent | c51a6821bdbc9068adda93b3b8ee65df8e4642a6 (diff) |
powerpc/8xx: Remove Kconfig symbol FADS
Commit 39eb56da2b53 ("pcmcia: Remove m8xx_pcmcia driver") removed the
only driver that used CONFIG_FADS. Setting the Kconfig symbol FADS is
pointless since that commit. Remove it.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'arch/powerpc/platforms/8xx/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/8xx/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/powerpc/platforms/8xx/Kconfig b/arch/powerpc/platforms/8xx/Kconfig index bd6f1a1cf922..157250426b56 100644 --- a/arch/powerpc/platforms/8xx/Kconfig +++ b/arch/powerpc/platforms/8xx/Kconfig | |||
@@ -1,6 +1,3 @@ | |||
1 | config FADS | ||
2 | bool | ||
3 | |||
4 | config CPM1 | 1 | config CPM1 |
5 | bool | 2 | bool |
6 | select CPM | 3 | select CPM |
@@ -13,7 +10,6 @@ choice | |||
13 | 10 | ||
14 | config MPC8XXFADS | 11 | config MPC8XXFADS |
15 | bool "FADS" | 12 | bool "FADS" |
16 | select FADS | ||
17 | 13 | ||
18 | config MPC86XADS | 14 | config MPC86XADS |
19 | bool "MPC86XADS" | 15 | bool "MPC86XADS" |