diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-10-25 15:13:13 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-10-25 15:13:13 +0000 |
commit | 6566cf33998015ea121b822329a407930c81d40f (patch) | |
tree | 302e8130ec20b98da7b213a250cc09d90dcdcd1b | |
parent | 89db4353e6655720b87eda3c337b6e9825722650 (diff) | |
download | openwrt-6566cf33998015ea121b822329a407930c81d40f.tar.gz openwrt-6566cf33998015ea121b822329a407930c81d40f.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
Backport of r33923
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33928 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | target/linux/generic/config-3.3 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.3 b/target/linux/generic/config-3.3 index fd5407ee1..9c7d9461e 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 @@ -1115,6 +1116,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 @@ -1518,6 +1520,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 @@ -2328,6 +2331,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 |