diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2007-11-20 01:08:49 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-12-02 18:08:53 -0500 |
commit | b80fa3cce7390185e43ea22e9b3c38ab138bc580 (patch) | |
tree | 8ca8b714b4e86e6c898123500f1f4fc59450f7c9 /arch/ppc | |
parent | 8f51506164655ce9af14970ce4f765f28c7970e9 (diff) |
[POWERPC] Remove xmon from ml300 and ml403 defconfig in arch/ppc
xmon is broken under arch/ppc so remove it from the defconfig.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/ppc')
-rw-r--r-- | arch/ppc/configs/ml300_defconfig | 2 | ||||
-rw-r--r-- | arch/ppc/configs/ml403_defconfig | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/ppc/configs/ml300_defconfig b/arch/ppc/configs/ml300_defconfig index 69bad91a6b65..d66cacdb95be 100644 --- a/arch/ppc/configs/ml300_defconfig +++ b/arch/ppc/configs/ml300_defconfig | |||
@@ -719,7 +719,7 @@ CONFIG_DEBUG_INFO=y | |||
719 | CONFIG_FORCED_INLINING=y | 719 | CONFIG_FORCED_INLINING=y |
720 | # CONFIG_RCU_TORTURE_TEST is not set | 720 | # CONFIG_RCU_TORTURE_TEST is not set |
721 | # CONFIG_KGDB is not set | 721 | # CONFIG_KGDB is not set |
722 | CONFIG_XMON=y | 722 | # CONFIG_XMON is not set |
723 | # CONFIG_BDI_SWITCH is not set | 723 | # CONFIG_BDI_SWITCH is not set |
724 | # CONFIG_SERIAL_TEXT_DEBUG is not set | 724 | # CONFIG_SERIAL_TEXT_DEBUG is not set |
725 | 725 | ||
diff --git a/arch/ppc/configs/ml403_defconfig b/arch/ppc/configs/ml403_defconfig index a78896ea4560..71bcfa7ab7f7 100644 --- a/arch/ppc/configs/ml403_defconfig +++ b/arch/ppc/configs/ml403_defconfig | |||
@@ -720,7 +720,7 @@ CONFIG_DEBUG_INFO=y | |||
720 | CONFIG_FORCED_INLINING=y | 720 | CONFIG_FORCED_INLINING=y |
721 | # CONFIG_RCU_TORTURE_TEST is not set | 721 | # CONFIG_RCU_TORTURE_TEST is not set |
722 | # CONFIG_KGDB is not set | 722 | # CONFIG_KGDB is not set |
723 | CONFIG_XMON=y | 723 | # CONFIG_XMON is not set |
724 | # CONFIG_BDI_SWITCH is not set | 724 | # CONFIG_BDI_SWITCH is not set |
725 | # CONFIG_SERIAL_TEXT_DEBUG is not set | 725 | # CONFIG_SERIAL_TEXT_DEBUG is not set |
726 | 726 | ||