diff options
author | Olof Johansson <olof@lixom.net> | 2007-07-06 16:15:14 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-07-10 08:01:00 -0400 |
commit | bc6b73e14e11b19d43c89920aa516813459c84da (patch) | |
tree | 3b2761bcd0edb1060b30b9116a6d329877bd9de1 /arch | |
parent | d4875a217b75df8995f9815d8e274429383c2d1d (diff) |
[POWERPC] pasemi: Don't auto-select CONFIG_EMBEDDED
Disable auto-select of CONFIG_EMBEDDED. ELECTRA_IDE selects
PATA_PLATFORM which should be sufficient.
Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/powerpc/platforms/pasemi/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/pasemi/Kconfig b/arch/powerpc/platforms/pasemi/Kconfig index 4275ff873aac..95cd90fd81c7 100644 --- a/arch/powerpc/platforms/pasemi/Kconfig +++ b/arch/powerpc/platforms/pasemi/Kconfig | |||
@@ -5,7 +5,6 @@ config PPC_PASEMI | |||
5 | select MPIC | 5 | select MPIC |
6 | select PPC_UDBG_16550 | 6 | select PPC_UDBG_16550 |
7 | select PPC_NATIVE | 7 | select PPC_NATIVE |
8 | select EMBEDDED | ||
9 | help | 8 | help |
10 | This option enables support for PA Semi's PWRficient line | 9 | This option enables support for PA Semi's PWRficient line |
11 | of SoC processors, including PA6T-1682M | 10 | of SoC processors, including PA6T-1682M |