diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-10-25 15:11:45 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-10-25 15:11:45 +0000 |
commit | 1e2962e63c9e4a6d6a0af120943d0b56ef53a3ce (patch) | |
tree | 40a620e730e0f62e3370907873591dd22a3fdf17 /target/linux/generic | |
parent | 5591188ac3193a68f2cef52212f56a61e23f3ee2 (diff) | |
download | upstream-1e2962e63c9e4a6d6a0af120943d0b56ef53a3ce.tar.gz upstream-1e2962e63c9e4a6d6a0af120943d0b56ef53a3ce.tar.bz2 upstream-1e2962e63c9e4a6d6a0af120943d0b56ef53a3ce.zip |
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
SVN-Revision: 33923
Diffstat (limited to 'target/linux/generic')
-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 ae697b0481..4458ef0ac8 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 e0398142e2..c87aeb6c8f 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 |