Subject: disable HVC_FSS in defconfigs The latest version of Systemsim does come with HVC_RTAS support enabled. Use that one instead, since it brings us one step closer to using no special device drivers for systemsim. Signed-off-by: Arnd Bergmann Index: linus-2.6/arch/powerpc/configs/cbesim_defconfig =================================================================== --- linus-2.6.orig/arch/powerpc/configs/cbesim_defconfig +++ linus-2.6/arch/powerpc/configs/cbesim_defconfig @@ -529,8 +529,8 @@ CONFIG_SERIAL_CORE_CONSOLE=y CONFIG_UNIX98_PTYS=y # CONFIG_LEGACY_PTYS is not set CONFIG_HVC_DRIVER=y -# CONFIG_HVC_RTAS is not set -CONFIG_HVC_FSS=y +CONFIG_HVC_RTAS=y +# CONFIG_HVC_FSS is not set # # IPMI Index: linus-2.6/arch/powerpc/configs/cell_defconfig =================================================================== --- linus-2.6.orig/arch/powerpc/configs/cell_defconfig +++ linus-2.6/arch/powerpc/configs/cell_defconfig @@ -655,7 +655,7 @@ CONFIG_UNIX98_PTYS=y # CONFIG_LEGACY_PTYS is not set CONFIG_HVC_DRIVER=y CONFIG_HVC_RTAS=y -CONFIG_HVC_FSS=y +# CONFIG_HVC_FSS is not set # # IPMI