diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-10-25 15:11:45 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-10-25 15:11:45 +0000 |
commit | 231e652d585ac87a79eca721fd36bb0db2fdd4c6 (patch) | |
tree | 853499274a812bbf3210eb91133a9ffa7b61b49e | |
parent | e123d115636c99bfdeac0483859387f4ec67c7b6 (diff) |
kernel: add a few missing config symbols for x86. added to generic config because of dependencies, so that kernel_menuconfig does not remove them again
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33923 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/generic/config-3.3 | 4 | ||||
-rw-r--r-- | target/linux/generic/config-3.6 | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.3 b/target/linux/generic/config-3.3 index ae697b048..4458ef0ac 100644 --- a/target/linux/generic/config-3.3 +++ b/target/linux/generic/config-3.3 @@ -410,6 +410,7 @@ CONFIG_CMDLINE="" # CONFIG_CODE_PATCHING_SELFTEST is not set # CONFIG_COMEDI is not set # CONFIG_COMPACTION is not set +# CONFIG_COMPAL_LAPTOP is not set # CONFIG_COMPAT_BRK is not set # CONFIG_CONFIGFS_FS is not set # CONFIG_CONNECTOR is not set @@ -1114,6 +1115,7 @@ CONFIG_INPUT_MISC=y # CONFIG_INPUT_YEALINK is not set # CONFIG_INTEL_IDLE is not set # CONFIG_INTEL_MID_PTI is not set +# CONFIG_INTEL_OAKTRAIL is not set # CONFIG_IOMMU_SUPPORT is not set # CONFIG_IOSCHED_CFQ is not set CONFIG_IOSCHED_DEADLINE=y @@ -1517,6 +1519,7 @@ CONFIG_MODULE_UNLOAD=y # CONFIG_MSDOS_FS is not set CONFIG_MSDOS_PARTITION=y # CONFIG_MSI_BITMAP_SELFTEST is not set +# CONFIG_MSI_LAPTOP is not set CONFIG_MTD=y # CONFIG_MTD_ABSENT is not set # CONFIG_MTD_AFS_PARTS is not set @@ -2327,6 +2330,7 @@ CONFIG_RT_MUTEXES=y CONFIG_RWSEM_GENERIC_SPINLOCK=y # CONFIG_S2IO is not set # CONFIG_SAMPLES is not set +# CONFIG_SAMSUNG_LAPTOP is not set # CONFIG_SATA_ACARD_AHCI is not set # CONFIG_SATA_AHCI is not set # CONFIG_SATA_AHCI_PLATFORM is not set diff --git a/target/linux/generic/config-3.6 b/target/linux/generic/config-3.6 index e0398142e..c87aeb6c8 100644 --- a/target/linux/generic/config-3.6 +++ b/target/linux/generic/config-3.6 @@ -414,6 +414,7 @@ CONFIG_CMDLINE="" # CONFIG_CODE_PATCHING_SELFTEST is not set # CONFIG_COMEDI is not set # CONFIG_COMPACTION is not set +# CONFIG_COMPAL_LAPTOP is not set # CONFIG_COMPAT_BRK is not set # CONFIG_CONFIGFS_FS is not set # CONFIG_CONNECTOR is not set @@ -1130,6 +1131,7 @@ CONFIG_INPUT_MISC=y # CONFIG_INPUT_YEALINK is not set # CONFIG_INTEL_IDLE is not set # CONFIG_INTEL_MID_PTI is not set +# CONFIG_INTEL_OAKTRAIL is not set # CONFIG_IOMMU_SUPPORT is not set # CONFIG_IOSCHED_CFQ is not set CONFIG_IOSCHED_DEADLINE=y @@ -1539,6 +1541,7 @@ CONFIG_MODULE_UNLOAD=y # CONFIG_MSDOS_FS is not set CONFIG_MSDOS_PARTITION=y # CONFIG_MSI_BITMAP_SELFTEST is not set +# CONFIG_MSI_LAPTOP is not set CONFIG_MTD=y # CONFIG_MTD_ABSENT is not set # CONFIG_MTD_AFS_PARTS is not set @@ -2372,6 +2375,7 @@ CONFIG_RT_MUTEXES=y CONFIG_RWSEM_GENERIC_SPINLOCK=y # CONFIG_S2IO is not set # CONFIG_SAMPLES is not set +# CONFIG_SAMSUNG_LAPTOP is not set # CONFIG_SATA_ACARD_AHCI is not set # CONFIG_SATA_AHCI is not set # CONFIG_SATA_AHCI_PLATFORM is not set |