# HG changeset patch # User Christopher Rogers # Date 1290107728 0 # Node ID 2efc369ef0601b69a2c37d8ea79f7091dd2eb39c # Parent 0c592641eae249a7ac0ad8d48f24dc0feaaf9a37 Enabled devtmpfs support in kernel. Also enabled APM to help reboot some systems. diff -r 0c592641eae2 -r 2efc369ef060 linux/stuff/linux-2.6.36-slitaz.config --- a/linux/stuff/linux-2.6.36-slitaz.config Thu Nov 18 19:12:26 2010 +0000 +++ b/linux/stuff/linux-2.6.36-slitaz.config Thu Nov 18 19:15:28 2010 +0000 @@ -425,7 +425,13 @@ # CONFIG_ACPI_HED is not set # CONFIG_ACPI_APEI is not set # CONFIG_SFI is not set -# CONFIG_APM is not set +CONFIG_X86_APM_BOOT=y +CONFIG_APM=y +# CONFIG_APM_IGNORE_USER_SUSPEND is not set +CONFIG_APM_DO_ENABLE=y +# CONFIG_APM_CPU_IDLE is not set +# CONFIG_APM_DISPLAY_BLANK is not set +# CONFIG_APM_ALLOW_INTS is not set # # CPU Frequency scaling @@ -1042,7 +1048,8 @@ # Generic Driver Options # CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" -# CONFIG_DEVTMPFS is not set +CONFIG_DEVTMPFS=y +CONFIG_DEVTMPFS_MOUNT=y CONFIG_STANDALONE=y CONFIG_PREVENT_FIRMWARE_BUILD=y CONFIG_FW_LOADER=y