diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-04 00:26:11 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-04 00:26:11 +0100 |
commit | 613edafdbc80885a5465bf1add798432be2e52d8 (patch) | |
tree | ae1d32487fa6cb27e496e37c8eb81b137a61185e /target/alix1c | |
parent | 2a8b0c42a074556bd489ef88a2b788f84ff6cf1e (diff) |
enable devtmpfs
Diffstat (limited to 'target/alix1c')
-rw-r--r-- | target/alix1c/kernel.config | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/target/alix1c/kernel.config b/target/alix1c/kernel.config index 121f91fac..722961e20 100644 --- a/target/alix1c/kernel.config +++ b/target/alix1c/kernel.config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.32 -# Tue Jan 19 19:49:54 2010 +# Mon Feb 1 19:22:02 2010 # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -311,11 +311,6 @@ CONFIG_PHYSICAL_ALIGN=0x100000 # CPU Frequency scaling # # CONFIG_CPU_FREQ is not set -# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set -# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set -# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set -# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set -# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set # CONFIG_CPU_IDLE is not set # @@ -430,7 +425,8 @@ CONFIG_DEFAULT_TCP_CONG="cubic" # Generic Driver Options # CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" -# CONFIG_DEVTMPFS is not set +CONFIG_DEVTMPFS=y +CONFIG_DEVTMPFS_MOUNT=y # CONFIG_STANDALONE is not set # CONFIG_PREVENT_FIRMWARE_BUILD is not set # CONFIG_FW_LOADER is not set |