/linux-4.4.14/drivers/media/platform/exynos4-is/ |
D | fimc-is-regs.c | 20 void fimc_is_fw_clear_irq1(struct fimc_is *is, unsigned int nr) in fimc_is_fw_clear_irq1() argument 22 mcuctl_write(1UL << nr, is, MCUCTL_REG_INTCR1); in fimc_is_fw_clear_irq1() 25 void fimc_is_fw_clear_irq2(struct fimc_is *is) in fimc_is_fw_clear_irq2() argument 27 u32 cfg = mcuctl_read(is, MCUCTL_REG_INTSR2); in fimc_is_fw_clear_irq2() 28 mcuctl_write(cfg, is, MCUCTL_REG_INTCR2); in fimc_is_fw_clear_irq2() 31 void fimc_is_hw_set_intgr0_gd0(struct fimc_is *is) in fimc_is_hw_set_intgr0_gd0() argument 33 mcuctl_write(INTGR0_INTGD(0), is, MCUCTL_REG_INTGR0); in fimc_is_hw_set_intgr0_gd0() 36 int fimc_is_hw_wait_intmsr0_intmsd0(struct fimc_is *is) in fimc_is_hw_wait_intmsr0_intmsd0() argument 42 cfg = mcuctl_read(is, MCUCTL_REG_INTMSR0); in fimc_is_hw_wait_intmsr0_intmsd0() 46 dev_warn(&is->pdev->dev, "%s timeout\n", in fimc_is_hw_wait_intmsr0_intmsd0() [all …]
|
D | fimc-is.c | 66 static void fimc_is_put_clocks(struct fimc_is *is) in fimc_is_put_clocks() argument 71 if (IS_ERR(is->clocks[i])) in fimc_is_put_clocks() 73 clk_put(is->clocks[i]); in fimc_is_put_clocks() 74 is->clocks[i] = ERR_PTR(-EINVAL); in fimc_is_put_clocks() 78 static int fimc_is_get_clocks(struct fimc_is *is) in fimc_is_get_clocks() argument 83 is->clocks[i] = ERR_PTR(-EINVAL); in fimc_is_get_clocks() 86 is->clocks[i] = clk_get(&is->pdev->dev, fimc_is_clocks[i]); in fimc_is_get_clocks() 87 if (IS_ERR(is->clocks[i])) { in fimc_is_get_clocks() 88 ret = PTR_ERR(is->clocks[i]); in fimc_is_get_clocks() 95 fimc_is_put_clocks(is); in fimc_is_get_clocks() [all …]
|
D | fimc-is-param.c | 41 static void __fimc_is_hw_update_param_global_shotmode(struct fimc_is *is) in __fimc_is_hw_update_param_global_shotmode() argument 45 dst = &is->is_p_region->parameter.global.shotmode; in __fimc_is_hw_update_param_global_shotmode() 46 src = &is->config[is->config_index].global.shotmode; in __fimc_is_hw_update_param_global_shotmode() 50 static void __fimc_is_hw_update_param_sensor_framerate(struct fimc_is *is) in __fimc_is_hw_update_param_sensor_framerate() argument 54 dst = &is->is_p_region->parameter.sensor.frame_rate; in __fimc_is_hw_update_param_sensor_framerate() 55 src = &is->config[is->config_index].sensor.frame_rate; in __fimc_is_hw_update_param_sensor_framerate() 59 int __fimc_is_hw_update_param(struct fimc_is *is, u32 offset) in __fimc_is_hw_update_param() argument 61 struct is_param_region *par = &is->is_p_region->parameter; in __fimc_is_hw_update_param() 62 struct chain_config *cfg = &is->config[is->config_index]; in __fimc_is_hw_update_param() 164 unsigned int __get_pending_param_count(struct fimc_is *is) in __get_pending_param_count() argument [all …]
|
D | fimc-isp.c | 91 void fimc_isp_irq_handler(struct fimc_is *is) in fimc_isp_irq_handler() argument 93 is->i2h_cmd.args[0] = mcuctl_read(is, MCUCTL_REG_ISSR(20)); in fimc_isp_irq_handler() 94 is->i2h_cmd.args[1] = mcuctl_read(is, MCUCTL_REG_ISSR(21)); in fimc_isp_irq_handler() 96 fimc_is_fw_clear_irq1(is, FIMC_IS_INT_FRAME_DONE_ISP); in fimc_isp_irq_handler() 97 fimc_isp_video_irq_handler(is); in fimc_isp_irq_handler() 99 wake_up(&is->irq_queue); in fimc_isp_irq_handler() 204 struct fimc_is *is = fimc_isp_to_is(isp); in fimc_isp_subdev_set_fmt() local 242 __is_set_frame_size(is, &isp->src_fmt); in fimc_isp_subdev_set_fmt() 258 struct fimc_is *is = fimc_isp_to_is(isp); in fimc_isp_subdev_s_stream() local 263 if (!test_bit(IS_ST_INIT_DONE, &is->state)) in fimc_isp_subdev_s_stream() [all …]
|
/linux-4.4.14/arch/xtensa/configs/ |
D | iss_defconfig | 6 # CONFIG_FRAME_POINTER is not set 12 # CONFIG_ARCH_HAS_ILOG2_U32 is not set 13 # CONFIG_ARCH_HAS_ILOG2_U64 is not set 30 # CONFIG_POSIX_MQUEUE is not set 31 # CONFIG_BSD_PROCESS_ACCT is not set 32 # CONFIG_TASKSTATS is not set 33 # CONFIG_AUDIT is not set 39 # CONFIG_TREE_PREEMPT_RCU is not set 40 # CONFIG_TINY_RCU is not set 41 # CONFIG_RCU_TRACE is not set [all …]
|
D | common_defconfig | 6 # CONFIG_FRAME_POINTER is not set 8 # CONFIG_UID16 is not set 25 # CONFIG_POSIX_MQUEUE is not set 27 # CONFIG_BSD_PROCESS_ACCT_V3 is not set 29 # CONFIG_AUDIT is not set 31 # CONFIG_HOTPLUG is not set 33 # CONFIG_IKCONFIG is not set 34 # CONFIG_EXPERT is not set 36 # CONFIG_KALLSYMS_ALL is not set 37 # CONFIG_KALLSYMS_EXTRA_PASS is not set [all …]
|
D | nommu_kc705_defconfig | 19 # CONFIG_RD_BZIP2 is not set 20 # CONFIG_RD_LZMA is not set 21 # CONFIG_RD_XZ is not set 22 # CONFIG_RD_LZO is not set 23 # CONFIG_RD_LZ4 is not set 30 # CONFIG_IOSCHED_DEADLINE is not set 31 # CONFIG_IOSCHED_CFQ is not set 34 # CONFIG_XTENSA_VARIANT_MMU is not set 37 # CONFIG_PCI is not set 54 # CONFIG_IPV6 is not set [all …]
|
D | generic_kc705_defconfig | 27 # CONFIG_IOSCHED_DEADLINE is not set 28 # CONFIG_IOSCHED_CFQ is not set 33 # CONFIG_PCI is not set 39 # CONFIG_COMPACTION is not set 40 # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 50 # CONFIG_IPV6 is not set 52 # CONFIG_WIRELESS is not set 55 # CONFIG_STANDALONE is not set 69 # CONFIG_NET_VENDOR_ARC is not set 70 # CONFIG_NET_VENDOR_BROADCOM is not set [all …]
|
D | smp_lx200_defconfig | 27 # CONFIG_IOSCHED_DEADLINE is not set 28 # CONFIG_IOSCHED_CFQ is not set 36 # CONFIG_INITIALIZE_XTENSA_MMU_INSIDE_VMLINUX is not set 37 # CONFIG_PCI is not set 43 # CONFIG_COMPACTION is not set 44 # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 54 # CONFIG_IPV6 is not set 56 # CONFIG_WIRELESS is not set 59 # CONFIG_STANDALONE is not set 73 # CONFIG_NET_VENDOR_ARC is not set [all …]
|
D | audio_kc705_defconfig | 26 # CONFIG_IOSCHED_DEADLINE is not set 27 # CONFIG_IOSCHED_CFQ is not set 33 # CONFIG_PCI is not set 39 # CONFIG_COMPACTION is not set 40 # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 51 # CONFIG_IPV6 is not set 53 # CONFIG_WIRELESS is not set 56 # CONFIG_STANDALONE is not set 70 # CONFIG_NET_VENDOR_ARC is not set 71 # CONFIG_NET_VENDOR_BROADCOM is not set [all …]
|
/linux-4.4.14/arch/arm/configs/ |
D | efm32_defconfig | 4 # CONFIG_UID16 is not set 5 # CONFIG_BASE_FULL is not set 6 # CONFIG_FUTEX is not set 7 # CONFIG_EPOLL is not set 8 # CONFIG_SIGNALFD is not set 9 # CONFIG_EVENTFD is not set 10 # CONFIG_AIO is not set 12 # CONFIG_VM_EVENT_COUNTERS is not set 13 # CONFIG_SLUB_DEBUG is not set 14 # CONFIG_LBDAF is not set [all …]
|
D | lpc18xx_defconfig | 4 # CONFIG_RD_BZIP2 is not set 5 # CONFIG_RD_LZMA is not set 6 # CONFIG_RD_XZ is not set 7 # CONFIG_RD_LZO is not set 8 # CONFIG_RD_LZ4 is not set 10 # CONFIG_UID16 is not set 11 # CONFIG_BASE_FULL is not set 12 # CONFIG_FUTEX is not set 13 # CONFIG_EPOLL is not set 14 # CONFIG_SIGNALFD is not set [all …]
|
D | moxart_defconfig | 1 # CONFIG_LOCALVERSION_AUTO is not set 2 # CONFIG_SWAP is not set 8 # CONFIG_ELF_CORE is not set 9 # CONFIG_BASE_FULL is not set 10 # CONFIG_SIGNALFD is not set 11 # CONFIG_TIMERFD is not set 12 # CONFIG_EVENTFD is not set 13 # CONFIG_AIO is not set 15 # CONFIG_VM_EVENT_COUNTERS is not set 16 # CONFIG_SLUB_DEBUG is not set [all …]
|
D | stm32_defconfig | 6 # CONFIG_UID16 is not set 7 # CONFIG_BASE_FULL is not set 8 # CONFIG_FUTEX is not set 9 # CONFIG_EPOLL is not set 10 # CONFIG_SIGNALFD is not set 11 # CONFIG_EVENTFD is not set 12 # CONFIG_AIO is not set 14 # CONFIG_VM_EVENT_COUNTERS is not set 15 # CONFIG_SLUB_DEBUG is not set 16 # CONFIG_LBDAF is not set [all …]
|
D | xcep_defconfig | 3 # CONFIG_LOCALVERSION_AUTO is not set 12 # CONFIG_UID16 is not set 13 # CONFIG_SHMEM is not set 14 # CONFIG_VM_EVENT_COUNTERS is not set 15 # CONFIG_COMPAT_BRK is not set 22 # CONFIG_BLOCK is not set 42 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 43 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 44 # CONFIG_INET_XFRM_MODE_BEET is not set 45 # CONFIG_INET_DIAG is not set [all …]
|
D | clps711x_defconfig | 9 # CONFIG_LBDAF is not set 11 # CONFIG_IOSCHED_CFQ is not set 21 # CONFIG_COREDUMP is not set 26 # CONFIG_IPV6 is not set 29 # CONFIG_WIRELESS is not set 42 # CONFIG_NET_CADENCE is not set 43 # CONFIG_NET_VENDOR_BROADCOM is not set 46 # CONFIG_NET_VENDOR_FARADAY is not set 47 # CONFIG_NET_VENDOR_INTEL is not set 48 # CONFIG_NET_VENDOR_MARVELL is not set [all …]
|
D | vf610m4_defconfig | 3 # CONFIG_RD_BZIP2 is not set 4 # CONFIG_RD_LZMA is not set 5 # CONFIG_RD_XZ is not set 6 # CONFIG_RD_LZ4 is not set 9 # CONFIG_MMU is not set 23 # CONFIG_SUSPEND is not set 24 # CONFIG_UEVENT_HELPER is not set 25 # CONFIG_STANDALONE is not set 26 # CONFIG_PREVENT_FIRMWARE_BUILD is not set 27 # CONFIG_FIRMWARE_IN_KERNEL is not set [all …]
|
D | acs5k_tiny_defconfig | 2 # CONFIG_SWAP is not set 10 # CONFIG_BLK_DEV_BSG is not set 11 # CONFIG_IOSCHED_DEADLINE is not set 12 # CONFIG_IOSCHED_CFQ is not set 15 # CONFIG_ARM_THUMB is not set 25 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 26 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 27 # CONFIG_INET_XFRM_MODE_BEET is not set 28 # CONFIG_INET_LRO is not set 29 # CONFIG_IPV6 is not set [all …]
|
D | h5000_defconfig | 6 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 8 # CONFIG_UID16 is not set 13 # CONFIG_BLK_DEV_BSG is not set 14 # CONFIG_IOSCHED_CFQ is not set 31 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 32 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 33 # CONFIG_INET_XFRM_MODE_BEET is not set 34 # CONFIG_INET_LRO is not set 35 # CONFIG_INET_DIAG is not set 36 # CONFIG_IPV6 is not set [all …]
|
D | pcm027_defconfig | 2 # CONFIG_SWAP is not set 9 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 11 # CONFIG_KALLSYMS is not set 16 # CONFIG_BLK_DEV_BSG is not set 17 # CONFIG_IOSCHED_DEADLINE is not set 18 # CONFIG_IOSCHED_CFQ is not set 26 # CONFIG_OABI_COMPAT is not set 34 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 35 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 36 # CONFIG_INET_XFRM_MODE_BEET is not set [all …]
|
D | eseries_pxa_defconfig | 4 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 6 # CONFIG_KALLSYMS is not set 7 # CONFIG_COMPAT_BRK is not set 12 # CONFIG_BLK_DEV_BSG is not set 13 # CONFIG_IOSCHED_DEADLINE is not set 14 # CONFIG_IOSCHED_CFQ is not set 17 # CONFIG_ARM_THUMB is not set 32 # CONFIG_INET_LRO is not set 33 # CONFIG_IPV6 is not set 44 # CONFIG_MAC80211_RC_MINSTREL is not set [all …]
|
D | am200epdkit_defconfig | 3 # CONFIG_SWAP is not set 7 # CONFIG_SYSCTL_SYSCALL is not set 8 # CONFIG_EPOLL is not set 9 # CONFIG_SHMEM is not set 10 # CONFIG_VM_EVENT_COUNTERS is not set 14 # CONFIG_BLK_DEV_BSG is not set 15 # CONFIG_IOSCHED_DEADLINE is not set 16 # CONFIG_IOSCHED_CFQ is not set 22 # CONFIG_OABI_COMPAT is not set 30 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set [all …]
|
D | tct_hammer_defconfig | 2 # CONFIG_LOCALVERSION_AUTO is not set 3 # CONFIG_SWAP is not set 9 # CONFIG_KALLSYMS is not set 10 # CONFIG_BUGVERBOSE is not set 11 # CONFIG_ELF_CORE is not set 12 # CONFIG_SHMEM is not set 16 # CONFIG_BLK_DEV_BSG is not set 27 # CONFIG_PREVENT_FIRMWARE_BUILD is not set 39 # CONFIG_MISC_DEVICES is not set 40 # CONFIG_INPUT_MOUSEDEV is not set [all …]
|
D | u300_defconfig | 1 # CONFIG_LOCALVERSION_AUTO is not set 2 # CONFIG_SWAP is not set 8 # CONFIG_AIO is not set 9 # CONFIG_VM_EVENT_COUNTERS is not set 12 # CONFIG_LBDAF is not set 13 # CONFIG_BLK_DEV_BSG is not set 15 # CONFIG_IOSCHED_CFQ is not set 16 # CONFIG_ARCH_MULTI_V7 is not set 25 # CONFIG_SUSPEND is not set 27 # CONFIG_PREVENT_FIRMWARE_BUILD is not set [all …]
|
D | sunxi_defconfig | 29 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 30 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 31 # CONFIG_INET_XFRM_MODE_BEET is not set 32 # CONFIG_INET_LRO is not set 33 # CONFIG_INET_DIAG is not set 34 # CONFIG_IPV6 is not set 37 # CONFIG_WIRELESS is not set 46 # CONFIG_NET_VENDOR_ARC is not set 47 # CONFIG_NET_CADENCE is not set 48 # CONFIG_NET_VENDOR_BROADCOM is not set [all …]
|
D | sama5_defconfig | 1 # CONFIG_LOCALVERSION_AUTO is not set 2 # CONFIG_SWAP is not set 13 # CONFIG_BLK_DEV_BSG is not set 14 # CONFIG_IOSCHED_DEADLINE is not set 15 # CONFIG_IOSCHED_CFQ is not set 30 # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 42 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 43 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 44 # CONFIG_INET_XFRM_MODE_BEET is not set 45 # CONFIG_INET_LRO is not set [all …]
|
D | lpc32xx_defconfig | 17 # CONFIG_BLK_DEV_BSG is not set 32 # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 42 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 43 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 44 # CONFIG_INET_XFRM_MODE_BEET is not set 45 # CONFIG_INET_LRO is not set 46 # CONFIG_INET_DIAG is not set 49 # CONFIG_WIRELESS is not set 53 # CONFIG_FW_LOADER is not set 74 # CONFIG_NET_VENDOR_BROADCOM is not set [all …]
|
D | cm_x2xx_defconfig | 2 # CONFIG_LOCALVERSION_AUTO is not set 10 # CONFIG_VM_EVENT_COUNTERS is not set 11 # CONFIG_SLUB_DEBUG is not set 12 # CONFIG_COMPAT_BRK is not set 15 # CONFIG_BLK_DEV_BSG is not set 21 # CONFIG_YENTA_O2 is not set 22 # CONFIG_YENTA_RICOH is not set 23 # CONFIG_YENTA_ENE_TUNE is not set 24 # CONFIG_YENTA_TOSHIBA is not set 42 # CONFIG_INET_LRO is not set [all …]
|
D | pxa168_defconfig | 9 # CONFIG_BLK_DEV_BSG is not set 27 # CONFIG_INET_LRO is not set 28 # CONFIG_IPV6 is not set 30 # CONFIG_STANDALONE is not set 31 # CONFIG_PREVENT_FIRMWARE_BUILD is not set 32 # CONFIG_BLK_DEV is not set 33 # CONFIG_MISC_DEVICES is not set 37 # CONFIG_NETDEV_1000 is not set 38 # CONFIG_NETDEV_10000 is not set 39 # CONFIG_INPUT_MOUSEDEV_PSAUX is not set [all …]
|
D | at91_dt_defconfig | 1 # CONFIG_LOCALVERSION_AUTO is not set 2 # CONFIG_SWAP is not set 12 # CONFIG_LBDAF is not set 13 # CONFIG_BLK_DEV_BSG is not set 14 # CONFIG_IOSCHED_DEADLINE is not set 15 # CONFIG_IOSCHED_CFQ is not set 18 # CONFIG_ARCH_MULTI_V7 is not set 30 # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 40 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 41 # CONFIG_INET_XFRM_MODE_TUNNEL is not set [all …]
|
D | magician_defconfig | 8 # CONFIG_UID16 is not set 12 # CONFIG_BLK_DEV_BSG is not set 13 # CONFIG_IOSCHED_DEADLINE is not set 14 # CONFIG_IOSCHED_CFQ is not set 35 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 36 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 37 # CONFIG_INET_XFRM_MODE_BEET is not set 38 # CONFIG_INET_LRO is not set 39 # CONFIG_INET_DIAG is not set 40 # CONFIG_IPV6 is not set [all …]
|
D | palmz72_defconfig | 2 # CONFIG_LOCALVERSION_AUTO is not set 10 # CONFIG_BLK_DEV_BSG is not set 11 # CONFIG_IOSCHED_DEADLINE is not set 12 # CONFIG_IOSCHED_CFQ is not set 15 # CONFIG_MACH_PALMTX is not set 30 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 31 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 32 # CONFIG_INET_XFRM_MODE_BEET is not set 33 # CONFIG_INET_LRO is not set 34 # CONFIG_IPV6 is not set [all …]
|
D | cns3420vb_defconfig | 2 # CONFIG_LOCALVERSION_AUTO is not set 3 # CONFIG_SWAP is not set 12 # CONFIG_PERF_EVENTS is not set 20 # CONFIG_BLK_DEV_BSG is not set 23 #CONFIG_ARCH_MULTI_V7 is not set 32 # CONFIG_FIRMWARE_IN_KERNEL is not set 44 # CONFIG_MISC_DEVICES is not set 47 # CONFIG_SATA_PMP is not set 48 # CONFIG_ATA_SFF is not set 49 # CONFIG_INPUT_MOUSEDEV_PSAUX is not set [all …]
|
D | imote2_defconfig | 2 # CONFIG_LOCALVERSION_AUTO is not set 10 # CONFIG_COMPAT_BRK is not set 16 # CONFIG_LBDAF is not set 17 # CONFIG_BLK_DEV_BSG is not set 18 # CONFIG_IOSCHED_CFQ is not set 43 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 44 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 45 # CONFIG_INET_XFRM_MODE_BEET is not set 46 # CONFIG_INET_LRO is not set 47 # CONFIG_INET_DIAG is not set [all …]
|
D | pxa3xx_defconfig | 5 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 9 # CONFIG_BLK_DEV_BSG is not set 25 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 26 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 27 # CONFIG_INET_XFRM_MODE_BEET is not set 28 # CONFIG_INET_LRO is not set 29 # CONFIG_INET_DIAG is not set 30 # CONFIG_IPV6 is not set 32 # CONFIG_STANDALONE is not set 33 # CONFIG_PREVENT_FIRMWARE_BUILD is not set [all …]
|
D | nuc960_defconfig | 2 # CONFIG_LOCALVERSION_AUTO is not set 12 # CONFIG_MACH_W90P910EVB is not set 34 # CONFIG_MISC_DEVICES is not set 36 # CONFIG_SCSI_PROC_FS is not set 38 # CONFIG_SCSI_LOWLEVEL is not set 39 # CONFIG_INPUT_MOUSEDEV_PSAUX is not set 40 # CONFIG_INPUT_KEYBOARD is not set 41 # CONFIG_INPUT_MOUSE is not set 42 # CONFIG_SERIO is not set 43 # CONFIG_DEVKMEM is not set [all …]
|
D | omap1_defconfig | 1 # CONFIG_SWAP is not set 9 # CONFIG_KALLSYMS is not set 10 # CONFIG_ELF_CORE is not set 11 # CONFIG_BASE_FULL is not set 12 # CONFIG_SHMEM is not set 13 # CONFIG_VM_EVENT_COUNTERS is not set 20 # CONFIG_LBDAF is not set 21 # CONFIG_BLK_DEV_BSG is not set 22 # CONFIG_IOSCHED_DEADLINE is not set 23 # CONFIG_IOSCHED_CFQ is not set [all …]
|
D | nuc910_defconfig | 2 # CONFIG_LOCALVERSION_AUTO is not set 28 # CONFIG_MISC_DEVICES is not set 30 # CONFIG_SCSI_PROC_FS is not set 32 # CONFIG_SCSI_LOWLEVEL is not set 33 # CONFIG_INPUT_MOUSEDEV_PSAUX is not set 34 # CONFIG_INPUT_KEYBOARD is not set 35 # CONFIG_INPUT_MOUSE is not set 36 # CONFIG_SERIO is not set 37 # CONFIG_DEVKMEM is not set 41 # CONFIG_LEGACY_PTYS is not set [all …]
|
D | mmp2_defconfig | 9 # CONFIG_BLK_DEV_BSG is not set 26 # CONFIG_INET_LRO is not set 27 # CONFIG_IPV6 is not set 28 # CONFIG_STANDALONE is not set 29 # CONFIG_PREVENT_FIRMWARE_BUILD is not set 36 # CONFIG_BLK_DEV is not set 37 # CONFIG_MISC_DEVICES is not set 41 # CONFIG_NETDEV_1000 is not set 42 # CONFIG_NETDEV_10000 is not set 43 # CONFIG_INPUT_MOUSEDEV_PSAUX is not set [all …]
|
D | axm55xx_defconfig | 16 # CONFIG_UTS_NS is not set 17 # CONFIG_IPC_NS is not set 18 # CONFIG_PID_NS is not set 19 # CONFIG_NET_NS is not set 25 # CONFIG_COMPAT_BRK is not set 29 # CONFIG_IOSCHED_DEADLINE is not set 59 # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 61 # CONFIG_SUSPEND is not set 77 # CONFIG_INET_LRO is not set 78 # CONFIG_IPV6 is not set [all …]
|
D | pxa910_defconfig | 10 # CONFIG_BLK_DEV_BSG is not set 27 # CONFIG_INET_LRO is not set 28 # CONFIG_IPV6 is not set 30 # CONFIG_STANDALONE is not set 31 # CONFIG_PREVENT_FIRMWARE_BUILD is not set 32 # CONFIG_BLK_DEV is not set 33 # CONFIG_MISC_DEVICES is not set 37 # CONFIG_NETDEV_1000 is not set 38 # CONFIG_NETDEV_10000 is not set 39 # CONFIG_INPUT_MOUSEDEV_PSAUX is not set [all …]
|
D | nuc950_defconfig | 2 # CONFIG_LOCALVERSION_AUTO is not set 12 # CONFIG_MACH_W90P910EVB is not set 34 # CONFIG_MISC_DEVICES is not set 36 # CONFIG_SCSI_PROC_FS is not set 38 # CONFIG_SCSI_LOWLEVEL is not set 39 # CONFIG_INPUT_MOUSEDEV_PSAUX is not set 40 # CONFIG_INPUT_KEYBOARD is not set 41 # CONFIG_INPUT_MOUSE is not set 42 # CONFIG_SERIO is not set 43 # CONFIG_DEVKMEM is not set [all …]
|
D | cm_x300_defconfig | 3 # CONFIG_LOCALVERSION_AUTO is not set 9 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 13 # CONFIG_BLK_DEV_BSG is not set 35 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 36 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 37 # CONFIG_INET_XFRM_MODE_BEET is not set 38 # CONFIG_INET_LRO is not set 39 # CONFIG_INET_DIAG is not set 40 # CONFIG_IPV6 is not set 69 # CONFIG_NETDEV_1000 is not set [all …]
|
D | em_x270_defconfig | 2 # CONFIG_LOCALVERSION_AUTO is not set 10 # CONFIG_VM_EVENT_COUNTERS is not set 11 # CONFIG_SLUB_DEBUG is not set 12 # CONFIG_COMPAT_BRK is not set 15 # CONFIG_BLK_DEV_BSG is not set 37 # CONFIG_INET_LRO is not set 38 # CONFIG_INET_DIAG is not set 39 # CONFIG_IPV6 is not set 66 # CONFIG_MISC_DEVICES is not set 69 # CONFIG_SCSI_LOWLEVEL is not set [all …]
|
D | ezx_defconfig | 3 # CONFIG_LOCALVERSION_AUTO is not set 11 # CONFIG_COMPAT_BRK is not set 17 # CONFIG_LBDAF is not set 18 # CONFIG_BLK_DEV_BSG is not set 19 # CONFIG_IOSCHED_CFQ is not set 51 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 52 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 53 # CONFIG_INET_XFRM_MODE_BEET is not set 54 # CONFIG_INET_LRO is not set 55 # CONFIG_INET_DIAG is not set [all …]
|
D | mxs_defconfig | 11 # CONFIG_UTS_NS is not set 12 # CONFIG_IPC_NS is not set 13 # CONFIG_PID_NS is not set 14 # CONFIG_NET_NS is not set 16 # CONFIG_COMPAT_BRK is not set 23 # CONFIG_IOSCHED_DEADLINE is not set 24 # CONFIG_IOSCHED_CFQ is not set 25 # CONFIG_ARCH_MULTI_V7 is not set 27 # CONFIG_ARM_THUMB is not set 37 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set [all …]
|
D | collie_defconfig | 2 # CONFIG_SWAP is not set 6 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 8 # CONFIG_BASE_FULL is not set 9 # CONFIG_EPOLL is not set 11 # CONFIG_IOSCHED_DEADLINE is not set 12 # CONFIG_IOSCHED_CFQ is not set 27 # CONFIG_IPV6 is not set 36 # CONFIG_MTD_MAP_BANK_WIDTH_1 is not set 37 # CONFIG_MTD_MAP_BANK_WIDTH_2 is not set 38 # CONFIG_MTD_CFI_I1 is not set [all …]
|
/linux-4.4.14/arch/h8300/configs/ |
D | edosk2674_defconfig | 1 # CONFIG_LOCALVERSION_AUTO is not set 2 # CONFIG_USELIB is not set 4 # CONFIG_UID16 is not set 5 # CONFIG_SYSFS_SYSCALL is not set 6 # CONFIG_KALLSYMS is not set 7 # CONFIG_BASE_FULL is not set 8 # CONFIG_FUTEX is not set 9 # CONFIG_EPOLL is not set 10 # CONFIG_SIGNALFD is not set 11 # CONFIG_TIMERFD is not set [all …]
|
D | h8s-sim_defconfig | 1 # CONFIG_LOCALVERSION_AUTO is not set 2 # CONFIG_USELIB is not set 4 # CONFIG_UID16 is not set 5 # CONFIG_SYSFS_SYSCALL is not set 6 # CONFIG_KALLSYMS is not set 7 # CONFIG_BASE_FULL is not set 8 # CONFIG_FUTEX is not set 9 # CONFIG_EPOLL is not set 10 # CONFIG_SIGNALFD is not set 11 # CONFIG_TIMERFD is not set [all …]
|
D | h8300h-sim_defconfig | 1 # CONFIG_LOCALVERSION_AUTO is not set 2 # CONFIG_USELIB is not set 4 # CONFIG_UID16 is not set 5 # CONFIG_SYSFS_SYSCALL is not set 6 # CONFIG_KALLSYMS is not set 7 # CONFIG_BASE_FULL is not set 8 # CONFIG_FUTEX is not set 9 # CONFIG_EPOLL is not set 10 # CONFIG_SIGNALFD is not set 11 # CONFIG_TIMERFD is not set [all …]
|
/linux-4.4.14/arch/powerpc/configs/44x/ |
D | akebono_defconfig | 9 # CONFIG_SLUB_CPU_PARTIAL is not set 14 # CONFIG_BLK_DEV_BSG is not set 16 # CONFIG_EBONY is not set 21 # CONFIG_COMPACTION is not set 24 # CONFIG_SUSPEND is not set 32 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 33 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 34 # CONFIG_INET_XFRM_MODE_BEET is not set 35 # CONFIG_INET_LRO is not set 36 # CONFIG_IPV6 is not set [all …]
|
D | icon_defconfig | 9 # CONFIG_EBONY is not set 15 # CONFIG_PCIEASPM is not set 23 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 24 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 25 # CONFIG_INET_XFRM_MODE_BEET is not set 26 # CONFIG_INET_LRO is not set 27 # CONFIG_IPV6 is not set 43 # CONFIG_SCSI_LOWLEVEL is not set 50 # CONFIG_WLAN is not set 53 # CONFIG_MOUSE_PS2_ALPS is not set [all …]
|
/linux-4.4.14/arch/sh/configs/ |
D | edosk7705_defconfig | 1 # CONFIG_LOCALVERSION_AUTO is not set 2 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 3 # CONFIG_UID16 is not set 4 # CONFIG_KALLSYMS is not set 5 # CONFIG_HOTPLUG is not set 6 # CONFIG_PRINTK is not set 7 # CONFIG_BUG is not set 8 # CONFIG_ELF_CORE is not set 9 # CONFIG_BASE_FULL is not set 10 # CONFIG_FUTEX is not set [all …]
|
D | se7619_defconfig | 2 # CONFIG_LOCALVERSION_AUTO is not set 4 # CONFIG_UID16 is not set 5 # CONFIG_SYSCTL_SYSCALL is not set 6 # CONFIG_KALLSYMS is not set 7 # CONFIG_HOTPLUG is not set 8 # CONFIG_ELF_CORE is not set 9 # CONFIG_BASE_FULL is not set 10 # CONFIG_FUTEX is not set 11 # CONFIG_EPOLL is not set 12 # CONFIG_VM_EVENT_COUNTERS is not set [all …]
|
D | secureedge5410_defconfig | 2 # CONFIG_SWAP is not set 5 # CONFIG_SYSCTL_SYSCALL is not set 6 # CONFIG_HOTPLUG is not set 8 # CONFIG_BLK_DEV_BSG is not set 18 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 19 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 20 # CONFIG_INET_XFRM_MODE_BEET is not set 21 # CONFIG_INET_LRO is not set 22 # CONFIG_INET_DIAG is not set 23 # CONFIG_IPV6 is not set [all …]
|
D | ecovec24-romimage_defconfig | 2 # CONFIG_LOCALVERSION_AUTO is not set 9 # CONFIG_KALLSYMS is not set 11 # CONFIG_LBDAF is not set 12 # CONFIG_BLK_DEV_BSG is not set 17 # CONFIG_SH_TIMER_TMU is not set 21 # CONFIG_SUSPEND is not set 26 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 27 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 28 # CONFIG_INET_XFRM_MODE_BEET is not set 29 # CONFIG_INET_LRO is not set [all …]
|
D | kfr2r09-romimage_defconfig | 2 # CONFIG_LOCALVERSION_AUTO is not set 9 # CONFIG_KALLSYMS is not set 11 # CONFIG_BLOCK is not set 16 # CONFIG_SH_TIMER_TMU is not set 21 # CONFIG_SUSPEND is not set 26 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 27 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 28 # CONFIG_INET_XFRM_MODE_BEET is not set 29 # CONFIG_INET_LRO is not set 30 # CONFIG_INET_DIAG is not set [all …]
|
D | sh7724_generic_defconfig | 2 # CONFIG_LOCALVERSION_AUTO is not set 5 # CONFIG_UID16 is not set 6 # CONFIG_COMPAT_BRK is not set 9 # CONFIG_BLK_DEV_BSG is not set 20 # CONFIG_PREVENT_FIRMWARE_BUILD is not set 21 # CONFIG_MISC_DEVICES is not set 22 # CONFIG_INPUT is not set 23 # CONFIG_SERIO is not set 24 # CONFIG_VT is not set 25 # CONFIG_DEVKMEM is not set [all …]
|
D | shmin_defconfig | 2 # CONFIG_SWAP is not set 4 # CONFIG_UID16 is not set 5 # CONFIG_SYSCTL_SYSCALL is not set 6 # CONFIG_KALLSYMS is not set 7 # CONFIG_HOTPLUG is not set 8 # CONFIG_BUG is not set 9 # CONFIG_ELF_CORE is not set 10 # CONFIG_BASE_FULL is not set 11 # CONFIG_FUTEX is not set 12 # CONFIG_EPOLL is not set [all …]
|
D | kfr2r09_defconfig | 2 # CONFIG_LOCALVERSION_AUTO is not set 9 # CONFIG_KALLSYMS is not set 13 # CONFIG_BLK_DEV_BSG is not set 14 # CONFIG_IOSCHED_DEADLINE is not set 15 # CONFIG_IOSCHED_CFQ is not set 20 # CONFIG_SH_TIMER_TMU is not set 27 # CONFIG_SUSPEND is not set 33 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 34 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 35 # CONFIG_INET_XFRM_MODE_BEET is not set [all …]
|
D | sh7770_generic_defconfig | 2 # CONFIG_LOCALVERSION_AUTO is not set 5 # CONFIG_UID16 is not set 6 # CONFIG_COMPAT_BRK is not set 9 # CONFIG_BLK_DEV_BSG is not set 22 # CONFIG_PREVENT_FIRMWARE_BUILD is not set 23 # CONFIG_MISC_DEVICES is not set 24 # CONFIG_INPUT is not set 25 # CONFIG_SERIO is not set 26 # CONFIG_VT is not set 27 # CONFIG_DEVKMEM is not set [all …]
|
D | ul2_defconfig | 11 # CONFIG_BLK_DEV_BSG is not set 12 # CONFIG_IOSCHED_DEADLINE is not set 13 # CONFIG_IOSCHED_CFQ is not set 17 # CONFIG_MIGRATION is not set 18 # CONFIG_SH_DSP is not set 19 # CONFIG_SH_TIMER_CMT is not set 32 # CONFIG_INET_LRO is not set 33 # CONFIG_IPV6 is not set 37 # CONFIG_MAC80211_RC_MINSTREL is not set 53 # CONFIG_NETDEV_1000 is not set [all …]
|
D | se7343_defconfig | 2 # CONFIG_SWAP is not set 6 # CONFIG_SYSCTL_SYSCALL is not set 7 # CONFIG_FUTEX is not set 8 # CONFIG_EPOLL is not set 9 # CONFIG_SHMEM is not set 14 # CONFIG_BLK_DEV_BSG is not set 15 # CONFIG_IOSCHED_CFQ is not set 21 # CONFIG_SH_TIMER_CMT is not set 30 # CONFIG_INET_LRO is not set 31 # CONFIG_INET_DIAG is not set [all …]
|
D | se7780_defconfig | 1 # CONFIG_SWAP is not set 6 # CONFIG_KALLSYMS is not set 7 # CONFIG_HOTPLUG is not set 8 # CONFIG_EPOLL is not set 12 # CONFIG_IOSCHED_CFQ is not set 27 # CONFIG_INET_LRO is not set 29 # CONFIG_INET6_XFRM_MODE_TRANSPORT is not set 30 # CONFIG_INET6_XFRM_MODE_TUNNEL is not set 31 # CONFIG_INET6_XFRM_MODE_BEET is not set 32 # CONFIG_IPV6_SIT is not set [all …]
|
D | se7206_defconfig | 22 # CONFIG_UID16 is not set 23 # CONFIG_SYSCTL_SYSCALL is not set 25 # CONFIG_ELF_CORE is not set 26 # CONFIG_COMPAT_BRK is not set 32 # CONFIG_BLK_DEV_BSG is not set 33 # CONFIG_IOSCHED_DEADLINE is not set 34 # CONFIG_IOSCHED_CFQ is not set 58 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 59 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 60 # CONFIG_INET_XFRM_MODE_BEET is not set [all …]
|
D | se7724_defconfig | 2 # CONFIG_LOCALVERSION_AUTO is not set 6 # CONFIG_KALLSYMS is not set 10 # CONFIG_BLK_DEV_BSG is not set 15 # CONFIG_SH_TIMER_CMT is not set 30 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 31 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 32 # CONFIG_INET_XFRM_MODE_BEET is not set 33 # CONFIG_INET_LRO is not set 34 # CONFIG_IPV6 is not set 56 # CONFIG_NETDEV_1000 is not set [all …]
|
D | rsk7264_defconfig | 2 # CONFIG_LOCALVERSION_AUTO is not set 15 # CONFIG_VM_EVENT_COUNTERS is not set 19 # CONFIG_LBDAF is not set 20 # CONFIG_BLK_DEV_BSG is not set 22 # CONFIG_IOSCHED_DEADLINE is not set 23 # CONFIG_IOSCHED_CFQ is not set 29 # CONFIG_SH_TIMER_MTU2 is not set 35 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 36 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 37 # CONFIG_INET_XFRM_MODE_BEET is not set [all …]
|
D | rsk7201_defconfig | 2 # CONFIG_LOCALVERSION_AUTO is not set 13 # CONFIG_AIO is not set 18 # CONFIG_BLK_DEV_BSG is not set 19 # CONFIG_IOSCHED_DEADLINE is not set 20 # CONFIG_IOSCHED_CFQ is not set 36 # CONFIG_STANDALONE is not set 37 # CONFIG_PREVENT_FIRMWARE_BUILD is not set 38 # CONFIG_FW_LOADER is not set 48 # CONFIG_INPUT_MOUSEDEV is not set 49 # CONFIG_INPUT_KEYBOARD is not set [all …]
|
D | rsk7269_defconfig | 4 # CONFIG_VM_EVENT_COUNTERS is not set 6 # CONFIG_LBDAF is not set 7 # CONFIG_BLK_DEV_BSG is not set 8 # CONFIG_IOSCHED_DEADLINE is not set 9 # CONFIG_IOSCHED_CFQ is not set 17 # CONFIG_SH_TIMER_MTU2 is not set 24 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 25 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 26 # CONFIG_INET_XFRM_MODE_BEET is not set 27 # CONFIG_INET_LRO is not set [all …]
|
D | sh7710voipgw_defconfig | 2 # CONFIG_SWAP is not set 6 # CONFIG_SYSCTL_SYSCALL is not set 7 # CONFIG_FUTEX is not set 8 # CONFIG_EPOLL is not set 9 # CONFIG_SHMEM is not set 14 # CONFIG_BLK_DEV_BSG is not set 15 # CONFIG_IOSCHED_CFQ is not set 20 # CONFIG_SH_ADC is not set 27 # CONFIG_INET_LRO is not set 28 # CONFIG_INET_DIAG is not set [all …]
|
D | magicpanelr2_defconfig | 2 # CONFIG_LOCALVERSION_AUTO is not set 10 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 17 # CONFIG_BLK_DEV_BSG is not set 18 # CONFIG_IOSCHED_DEADLINE is not set 19 # CONFIG_IOSCHED_CFQ is not set 35 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 36 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 37 # CONFIG_INET_XFRM_MODE_BEET is not set 38 # CONFIG_INET_LRO is not set 39 # CONFIG_IPV6 is not set [all …]
|
D | polaris_defconfig | 2 # CONFIG_LOCALVERSION_AUTO is not set 3 # CONFIG_SWAP is not set 10 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 15 # CONFIG_BLK_DEV_BSG is not set 16 # CONFIG_IOSCHED_DEADLINE is not set 37 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 38 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 39 # CONFIG_INET_XFRM_MODE_BEET is not set 40 # CONFIG_INET_LRO is not set 41 # CONFIG_IPV6 is not set [all …]
|
D | ecovec24_defconfig | 2 # CONFIG_LOCALVERSION_AUTO is not set 6 # CONFIG_KALLSYMS is not set 10 # CONFIG_BLK_DEV_BSG is not set 16 # CONFIG_SH_TIMER_CMT is not set 29 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 30 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 31 # CONFIG_INET_XFRM_MODE_BEET is not set 32 # CONFIG_INET_LRO is not set 33 # CONFIG_IPV6 is not set 56 # CONFIG_NETDEV_1000 is not set [all …]
|
D | se7705_defconfig | 2 # CONFIG_SWAP is not set 5 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 6 # CONFIG_SYSCTL_SYSCALL is not set 7 # CONFIG_KALLSYMS is not set 8 # CONFIG_HOTPLUG is not set 11 # CONFIG_BLK_DEV_BSG is not set 12 # CONFIG_IOSCHED_DEADLINE is not set 13 # CONFIG_IOSCHED_CFQ is not set 18 # CONFIG_SH_ADC is not set 30 # CONFIG_INET_LRO is not set [all …]
|
D | migor_defconfig | 7 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 8 # CONFIG_SYSCTL_SYSCALL is not set 13 # CONFIG_BLK_DEV_BSG is not set 17 # CONFIG_MIGRATION is not set 19 # CONFIG_SH_TIMER_CMT is not set 29 # CONFIG_INET_LRO is not set 30 # CONFIG_IPV6 is not set 50 # CONFIG_NETDEV_1000 is not set 51 # CONFIG_NETDEV_10000 is not set 52 # CONFIG_INPUT_MOUSEDEV is not set [all …]
|
D | apsh4a3a_defconfig | 14 # CONFIG_BLK_DEV_BSG is not set 23 # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 31 # CONFIG_INET_LRO is not set 32 # CONFIG_IPV6 is not set 33 # CONFIG_WIRELESS is not set 35 # CONFIG_FW_LOADER is not set 49 # CONFIG_NETDEV_1000 is not set 50 # CONFIG_NETDEV_10000 is not set 51 # CONFIG_WLAN is not set 52 # CONFIG_INPUT_MOUSEDEV is not set [all …]
|
D | dreamcast_defconfig | 5 # CONFIG_SYSCTL_SYSCALL is not set 10 # CONFIG_BLK_DEV_BSG is not set 35 # CONFIG_INET_LRO is not set 36 # CONFIG_IPV6 is not set 38 # CONFIG_STANDALONE is not set 39 # CONFIG_FW_LOADER is not set 45 # CONFIG_8139TOO_PIO is not set 46 # CONFIG_NETDEV_1000 is not set 47 # CONFIG_NETDEV_10000 is not set 48 # CONFIG_KEYBOARD_ATKBD is not set [all …]
|
D | rsk7203_defconfig | 2 # CONFIG_LOCALVERSION_AUTO is not set 19 # CONFIG_BLK_DEV_BSG is not set 20 # CONFIG_IOSCHED_DEADLINE is not set 21 # CONFIG_IOSCHED_CFQ is not set 44 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 45 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 46 # CONFIG_INET_XFRM_MODE_BEET is not set 47 # CONFIG_INET_LRO is not set 48 # CONFIG_INET_DIAG is not set 49 # CONFIG_IPV6 is not set [all …]
|
D | se7721_defconfig | 2 # CONFIG_LOCALVERSION_AUTO is not set 3 # CONFIG_SWAP is not set 8 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 10 # CONFIG_BUG is not set 11 # CONFIG_BASE_FULL is not set 12 # CONFIG_SHMEM is not set 15 # CONFIG_BLK_DEV_BSG is not set 16 # CONFIG_IOSCHED_DEADLINE is not set 17 # CONFIG_IOSCHED_CFQ is not set 22 # CONFIG_SH_DSP is not set [all …]
|
D | ap325rxa_defconfig | 2 # CONFIG_LOCALVERSION_AUTO is not set 6 # CONFIG_KALLSYMS is not set 10 # CONFIG_BLK_DEV_BSG is not set 15 # CONFIG_SH_TIMER_CMT is not set 28 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 29 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 30 # CONFIG_INET_XFRM_MODE_BEET is not set 31 # CONFIG_INET_LRO is not set 32 # CONFIG_IPV6 is not set 54 # CONFIG_NETDEV_1000 is not set [all …]
|
D | sh7785lcr_defconfig | 11 # CONFIG_BLK_DEV_BSG is not set 29 # CONFIG_INET_LRO is not set 30 # CONFIG_IPV6 is not set 32 # CONFIG_FW_LOADER is not set 42 # CONFIG_MISC_DEVICES is not set 44 # CONFIG_SCSI_LOWLEVEL is not set 49 # CONFIG_NETDEV_10000 is not set 51 # CONFIG_INPUT_MOUSEDEV_PSAUX is not set 52 # CONFIG_KEYBOARD_ATKBD is not set 53 # CONFIG_INPUT_MOUSE is not set [all …]
|
D | se7712_defconfig | 2 # CONFIG_LOCALVERSION_AUTO is not set 3 # CONFIG_SWAP is not set 8 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 10 # CONFIG_BUG is not set 11 # CONFIG_BASE_FULL is not set 12 # CONFIG_SHMEM is not set 15 # CONFIG_BLK_DEV_BSG is not set 16 # CONFIG_IOSCHED_DEADLINE is not set 17 # CONFIG_IOSCHED_CFQ is not set 22 # CONFIG_SH_DSP is not set [all …]
|
/linux-4.4.14/arch/arc/configs/ |
D | nsimosci_hs_smp_defconfig | 3 # CONFIG_SWAP is not set 9 # CONFIG_UTS_NS is not set 10 # CONFIG_PID_NS is not set 13 # CONFIG_COMPAT_BRK is not set 16 # CONFIG_LBDAF is not set 17 # CONFIG_BLK_DEV_BSG is not set 18 # CONFIG_IOSCHED_DEADLINE is not set 19 # CONFIG_IOSCHED_CFQ is not set 25 # CONFIG_ARC_HAS_RTSC is not set 28 # CONFIG_COMPACTION is not set [all …]
|
D | nsimosci_defconfig | 2 # CONFIG_LOCALVERSION_AUTO is not set 4 # CONFIG_SWAP is not set 6 # CONFIG_CROSS_MEMORY_ATTACH is not set 12 # CONFIG_UTS_NS is not set 13 # CONFIG_PID_NS is not set 18 # CONFIG_SLUB_DEBUG is not set 19 # CONFIG_COMPAT_BRK is not set 22 # CONFIG_LBDAF is not set 23 # CONFIG_BLK_DEV_BSG is not set 24 # CONFIG_IOSCHED_DEADLINE is not set [all …]
|
D | nsim_700_defconfig | 2 # CONFIG_LOCALVERSION_AUTO is not set 4 # CONFIG_SWAP is not set 11 # CONFIG_UTS_NS is not set 12 # CONFIG_PID_NS is not set 17 # CONFIG_SLUB_DEBUG is not set 18 # CONFIG_COMPAT_BRK is not set 21 # CONFIG_LBDAF is not set 22 # CONFIG_BLK_DEV_BSG is not set 23 # CONFIG_IOSCHED_DEADLINE is not set 24 # CONFIG_IOSCHED_CFQ is not set [all …]
|
D | nsim_hs_defconfig | 2 # CONFIG_LOCALVERSION_AUTO is not set 4 # CONFIG_SWAP is not set 7 # CONFIG_CROSS_MEMORY_ATTACH is not set 12 # CONFIG_UTS_NS is not set 13 # CONFIG_PID_NS is not set 18 # CONFIG_SLUB_DEBUG is not set 19 # CONFIG_COMPAT_BRK is not set 22 # CONFIG_LBDAF is not set 23 # CONFIG_BLK_DEV_BSG is not set 24 # CONFIG_IOSCHED_DEADLINE is not set [all …]
|
D | nsim_hs_smp_defconfig | 2 # CONFIG_LOCALVERSION_AUTO is not set 4 # CONFIG_SWAP is not set 9 # CONFIG_UTS_NS is not set 10 # CONFIG_PID_NS is not set 15 # CONFIG_SLUB_DEBUG is not set 16 # CONFIG_COMPAT_BRK is not set 19 # CONFIG_LBDAF is not set 20 # CONFIG_BLK_DEV_BSG is not set 21 # CONFIG_IOSCHED_DEADLINE is not set 22 # CONFIG_IOSCHED_CFQ is not set [all …]
|
D | tb10x_defconfig | 2 # CONFIG_LOCALVERSION_AUTO is not set 16 # CONFIG_RD_GZIP is not set 19 # CONFIG_AIO is not set 21 # CONFIG_COMPAT_BRK is not set 26 # CONFIG_BLOCK is not set 33 # CONFIG_COMPACTION is not set 34 # CONFIG_CROSS_MEMORY_ATTACH is not set 40 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 41 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 42 # CONFIG_INET_XFRM_MODE_BEET is not set [all …]
|
D | nsimosci_hs_defconfig | 2 # CONFIG_LOCALVERSION_AUTO is not set 4 # CONFIG_SWAP is not set 6 # CONFIG_CROSS_MEMORY_ATTACH is not set 12 # CONFIG_UTS_NS is not set 13 # CONFIG_PID_NS is not set 18 # CONFIG_SLUB_DEBUG is not set 19 # CONFIG_COMPAT_BRK is not set 22 # CONFIG_LBDAF is not set 23 # CONFIG_BLK_DEV_BSG is not set 24 # CONFIG_IOSCHED_DEADLINE is not set [all …]
|
D | axs101_defconfig | 3 # CONFIG_SWAP is not set 6 # CONFIG_CROSS_MEMORY_ATTACH is not set 12 # CONFIG_UTS_NS is not set 13 # CONFIG_PID_NS is not set 18 # CONFIG_VM_EVENT_COUNTERS is not set 19 # CONFIG_SLUB_DEBUG is not set 20 # CONFIG_COMPAT_BRK is not set 28 # CONFIG_COMPACTION is not set 38 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 39 # CONFIG_INET_XFRM_MODE_TUNNEL is not set [all …]
|
D | axs103_defconfig | 3 # CONFIG_SWAP is not set 6 # CONFIG_CROSS_MEMORY_ATTACH is not set 12 # CONFIG_UTS_NS is not set 13 # CONFIG_PID_NS is not set 18 # CONFIG_VM_EVENT_COUNTERS is not set 19 # CONFIG_SLUB_DEBUG is not set 20 # CONFIG_COMPAT_BRK is not set 28 # CONFIG_COMPACTION is not set 38 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 39 # CONFIG_INET_XFRM_MODE_TUNNEL is not set [all …]
|
D | axs103_smp_defconfig | 3 # CONFIG_SWAP is not set 6 # CONFIG_CROSS_MEMORY_ATTACH is not set 12 # CONFIG_UTS_NS is not set 13 # CONFIG_PID_NS is not set 18 # CONFIG_VM_EVENT_COUNTERS is not set 19 # CONFIG_COMPAT_BRK is not set 29 # CONFIG_COMPACTION is not set 39 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 40 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 41 # CONFIG_INET_XFRM_MODE_BEET is not set [all …]
|
D | vdk_hs38_smp_defconfig | 2 # CONFIG_LOCALVERSION_AUTO is not set 4 # CONFIG_CROSS_MEMORY_ATTACH is not set 11 # CONFIG_VM_EVENT_COUNTERS is not set 12 # CONFIG_SLUB_DEBUG is not set 13 # CONFIG_COMPAT_BRK is not set 19 # CONFIG_ARC_HAS_GRTC is not set 32 # CONFIG_IPV6 is not set 35 # CONFIG_STANDALONE is not set 36 # CONFIG_PREVENT_FIRMWARE_BUILD is not set 37 # CONFIG_FIRMWARE_IN_KERNEL is not set [all …]
|
D | vdk_hs38_defconfig | 2 # CONFIG_LOCALVERSION_AUTO is not set 4 # CONFIG_CROSS_MEMORY_ATTACH is not set 11 # CONFIG_VM_EVENT_COUNTERS is not set 12 # CONFIG_SLUB_DEBUG is not set 13 # CONFIG_COMPAT_BRK is not set 30 # CONFIG_IPV6 is not set 33 # CONFIG_STANDALONE is not set 34 # CONFIG_PREVENT_FIRMWARE_BUILD is not set 35 # CONFIG_FIRMWARE_IN_KERNEL is not set 44 # CONFIG_NET_VENDOR_ARC is not set [all …]
|
/linux-4.4.14/arch/mips/configs/ |
D | bcm63xx_defconfig | 7 # CONFIG_SECCOMP is not set 9 # CONFIG_LOCALVERSION_AUTO is not set 10 # CONFIG_SWAP is not set 14 # CONFIG_PCSPKR_PLATFORM is not set 15 # CONFIG_FUTEX is not set 16 # CONFIG_EPOLL is not set 17 # CONFIG_SIGNALFD is not set 18 # CONFIG_TIMERFD is not set 19 # CONFIG_EVENTFD is not set 20 # CONFIG_SHMEM is not set [all …]
|
D | ls1b_defconfig | 3 # CONFIG_SECCOMP is not set 5 # CONFIG_LOCALVERSION_AUTO is not set 19 # CONFIG_COMPAT_BRK is not set 23 # CONFIG_LBDAF is not set 24 # CONFIG_BLK_DEV_BSG is not set 25 # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 26 # CONFIG_SUSPEND is not set 34 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 35 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 36 # CONFIG_INET_XFRM_MODE_BEET is not set [all …]
|
D | rt305x_defconfig | 4 # CONFIG_COMPACTION is not set 5 # CONFIG_CROSS_MEMORY_ATTACH is not set 7 # CONFIG_SECCOMP is not set 9 # CONFIG_LOCALVERSION_AUTO is not set 16 # CONFIG_RD_GZIP is not set 19 # CONFIG_AIO is not set 21 # CONFIG_VM_EVENT_COUNTERS is not set 22 # CONFIG_SLUB_DEBUG is not set 23 # CONFIG_COMPAT_BRK is not set 26 # CONFIG_BLK_DEV_BSG is not set [all …]
|
D | ath79_defconfig | 9 # CONFIG_SECCOMP is not set 11 # CONFIG_LOCALVERSION_AUTO is not set 15 # CONFIG_RD_GZIP is not set 17 # CONFIG_KALLSYMS is not set 18 # CONFIG_AIO is not set 20 # CONFIG_VM_EVENT_COUNTERS is not set 21 # CONFIG_SLUB_DEBUG is not set 22 # CONFIG_COMPAT_BRK is not set 25 # CONFIG_BLK_DEV_BSG is not set 26 # CONFIG_IOSCHED_CFQ is not set [all …]
|
D | cavium_octeon_defconfig | 22 # CONFIG_BLK_DEV_BSG is not set 45 # CONFIG_INET_LRO is not set 48 # CONFIG_FW_LOADER is not set 50 # CONFIG_MTD_OF_PARTS is not set 66 # CONFIG_NET_VENDOR_3COM is not set 67 # CONFIG_NET_VENDOR_ADAPTEC is not set 68 # CONFIG_NET_VENDOR_ALTEON is not set 69 # CONFIG_NET_VENDOR_AMD is not set 70 # CONFIG_NET_VENDOR_ATHEROS is not set 71 # CONFIG_NET_VENDOR_BROADCOM is not set [all …]
|
D | ci20_defconfig | 4 # CONFIG_COMPACTION is not set 8 # CONFIG_SECCOMP is not set 9 # CONFIG_LOCALVERSION_AUTO is not set 33 # CONFIG_VM_EVENT_COUNTERS is not set 34 # CONFIG_COMPAT_BRK is not set 36 # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 37 # CONFIG_SUSPEND is not set 42 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 43 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 44 # CONFIG_INET_XFRM_MODE_BEET is not set [all …]
|
D | xilfpga_defconfig | 2 # CONFIG_COMPACTION is not set 3 # CONFIG_LOCALVERSION_AUTO is not set 5 # CONFIG_VM_EVENT_COUNTERS is not set 6 # CONFIG_COMPAT_BRK is not set 8 # CONFIG_BLOCK is not set 9 # CONFIG_SUSPEND is not set 10 # CONFIG_UEVENT_HELPER is not set 13 # CONFIG_STANDALONE is not set 14 # CONFIG_PREVENT_FIRMWARE_BUILD is not set 15 # CONFIG_FW_LOADER is not set [all …]
|
D | xway_defconfig | 4 # CONFIG_COMPACTION is not set 5 # CONFIG_CROSS_MEMORY_ATTACH is not set 7 # CONFIG_SECCOMP is not set 8 # CONFIG_LOCALVERSION_AUTO is not set 12 # CONFIG_RD_GZIP is not set 15 # CONFIG_AIO is not set 17 # CONFIG_VM_EVENT_COUNTERS is not set 18 # CONFIG_SLUB_DEBUG is not set 19 # CONFIG_COMPAT_BRK is not set 22 # CONFIG_BLK_DEV_BSG is not set [all …]
|
D | lasat_defconfig | 7 # CONFIG_SECCOMP is not set 12 # CONFIG_SYSCTL_SYSCALL is not set 13 # CONFIG_KALLSYMS is not set 14 # CONFIG_HOTPLUG is not set 15 # CONFIG_EPOLL is not set 16 # CONFIG_SIGNALFD is not set 17 # CONFIG_TIMERFD is not set 18 # CONFIG_EVENTFD is not set 20 # CONFIG_BLK_DEV_BSG is not set 21 # CONFIG_IOSCHED_DEADLINE is not set [all …]
|
D | malta_qemu_32r6_defconfig | 20 # CONFIG_BLK_DEV_BSG is not set 22 # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 45 # CONFIG_INET_LRO is not set 79 # CONFIG_WIRELESS is not set 85 # CONFIG_SCSI_LOWLEVEL is not set 92 # CONFIG_NET_VENDOR_3COM is not set 93 # CONFIG_NET_VENDOR_ADAPTEC is not set 94 # CONFIG_NET_VENDOR_ALTEON is not set 96 # CONFIG_NET_VENDOR_ATHEROS is not set 97 # CONFIG_NET_VENDOR_BROADCOM is not set [all …]
|
D | maltasmvp_defconfig | 24 # CONFIG_BLK_DEV_BSG is not set 26 # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 49 # CONFIG_INET_LRO is not set 83 # CONFIG_WIRELESS is not set 89 # CONFIG_SCSI_LOWLEVEL is not set 91 # CONFIG_SATA_PMP is not set 94 # CONFIG_NET_VENDOR_3COM is not set 95 # CONFIG_NET_VENDOR_ADAPTEC is not set 96 # CONFIG_NET_VENDOR_ALTEON is not set 98 # CONFIG_NET_VENDOR_ATHEROS is not set [all …]
|
D | qi_lb60_defconfig | 2 # CONFIG_COMPACTION is not set 3 # CONFIG_CROSS_MEMORY_ATTACH is not set 6 # CONFIG_SECCOMP is not set 7 # CONFIG_LOCALVERSION_AUTO is not set 13 # CONFIG_VM_EVENT_COUNTERS is not set 14 # CONFIG_COMPAT_BRK is not set 18 # CONFIG_BLK_DEV_BSG is not set 20 # CONFIG_EFI_PARTITION is not set 21 # CONFIG_IOSCHED_CFQ is not set 22 # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set [all …]
|
D | maltasmvp_eva_defconfig | 25 # CONFIG_BLK_DEV_BSG is not set 27 # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 50 # CONFIG_INET_LRO is not set 84 # CONFIG_WIRELESS is not set 90 # CONFIG_SCSI_LOWLEVEL is not set 97 # CONFIG_NET_VENDOR_3COM is not set 98 # CONFIG_NET_VENDOR_ADAPTEC is not set 99 # CONFIG_NET_VENDOR_ALTEON is not set 101 # CONFIG_NET_VENDOR_ATHEROS is not set 102 # CONFIG_NET_VENDOR_BROADCOM is not set [all …]
|
D | maltaaprp_defconfig | 21 # CONFIG_BLK_DEV_BSG is not set 23 # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 46 # CONFIG_INET_LRO is not set 80 # CONFIG_WIRELESS is not set 86 # CONFIG_SCSI_LOWLEVEL is not set 93 # CONFIG_NET_VENDOR_3COM is not set 94 # CONFIG_NET_VENDOR_ADAPTEC is not set 95 # CONFIG_NET_VENDOR_ALTEON is not set 97 # CONFIG_NET_VENDOR_ATHEROS is not set 98 # CONFIG_NET_VENDOR_BROADCOM is not set [all …]
|
D | maltaup_defconfig | 20 # CONFIG_BLK_DEV_BSG is not set 22 # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 45 # CONFIG_INET_LRO is not set 79 # CONFIG_WIRELESS is not set 85 # CONFIG_SCSI_LOWLEVEL is not set 92 # CONFIG_NET_VENDOR_3COM is not set 93 # CONFIG_NET_VENDOR_ADAPTEC is not set 94 # CONFIG_NET_VENDOR_ALTEON is not set 96 # CONFIG_NET_VENDOR_ATHEROS is not set 97 # CONFIG_NET_VENDOR_BROADCOM is not set [all …]
|
D | ar7_defconfig | 5 # CONFIG_SECCOMP is not set 7 # CONFIG_LOCALVERSION_AUTO is not set 18 # CONFIG_KALLSYMS is not set 19 # CONFIG_ELF_CORE is not set 20 # CONFIG_PCSPKR_PLATFORM is not set 21 # CONFIG_VM_EVENT_COUNTERS is not set 22 # CONFIG_COMPAT_BRK is not set 26 # CONFIG_LBDAF is not set 27 # CONFIG_BLK_DEV_BSG is not set 28 # CONFIG_IOSCHED_CFQ is not set [all …]
|
D | bmips_be_defconfig | 5 # CONFIG_SECCOMP is not set 7 # CONFIG_LOCALVERSION_AUTO is not set 8 # CONFIG_SWAP is not set 13 # CONFIG_VM_EVENT_COUNTERS is not set 14 # CONFIG_SLUB_DEBUG is not set 15 # CONFIG_BLK_DEV_BSG is not set 16 # CONFIG_IOSCHED_DEADLINE is not set 17 # CONFIG_IOSCHED_CFQ is not set 23 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 24 # CONFIG_INET_XFRM_MODE_TUNNEL is not set [all …]
|
D | bmips_stb_defconfig | 6 # CONFIG_SECCOMP is not set 8 # CONFIG_LOCALVERSION_AUTO is not set 9 # CONFIG_SWAP is not set 14 # CONFIG_VM_EVENT_COUNTERS is not set 15 # CONFIG_SLUB_DEBUG is not set 16 # CONFIG_BLK_DEV_BSG is not set 17 # CONFIG_IOSCHED_DEADLINE is not set 18 # CONFIG_IOSCHED_CFQ is not set 24 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 25 # CONFIG_INET_XFRM_MODE_TUNNEL is not set [all …]
|
D | rbtx49xx_defconfig | 8 # CONFIG_SECCOMP is not set 16 # CONFIG_HOTPLUG is not set 17 # CONFIG_PCSPKR_PLATFORM is not set 18 # CONFIG_EPOLL is not set 22 # CONFIG_LBDAF is not set 23 # CONFIG_BLK_DEV_BSG is not set 31 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 32 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 33 # CONFIG_INET_XFRM_MODE_BEET is not set 34 # CONFIG_INET_LRO is not set [all …]
|
D | jmr3927_defconfig | 3 # CONFIG_SECCOMP is not set 8 # CONFIG_HOTPLUG is not set 9 # CONFIG_PCSPKR_PLATFORM is not set 18 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 19 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 20 # CONFIG_INET_XFRM_MODE_BEET is not set 21 # CONFIG_INET_LRO is not set 22 # CONFIG_INET_DIAG is not set 23 # CONFIG_IPV6 is not set 31 # CONFIG_MISC_DEVICES is not set [all …]
|
D | sead3micro_defconfig | 18 # CONFIG_BLK_DEV_BSG is not set 19 # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 27 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 28 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 29 # CONFIG_INET_XFRM_MODE_BEET is not set 30 # CONFIG_INET_LRO is not set 31 # CONFIG_INET_DIAG is not set 32 # CONFIG_IPV6 is not set 33 # CONFIG_WIRELESS is not set 46 # CONFIG_SCSI_PROC_FS is not set [all …]
|
D | sead3_defconfig | 17 # CONFIG_BLK_DEV_BSG is not set 18 # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 26 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 27 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 28 # CONFIG_INET_XFRM_MODE_BEET is not set 29 # CONFIG_INET_LRO is not set 30 # CONFIG_INET_DIAG is not set 31 # CONFIG_IPV6 is not set 32 # CONFIG_WIRELESS is not set 45 # CONFIG_SCSI_PROC_FS is not set [all …]
|
D | mips_paravirt_defconfig | 20 # CONFIG_BLK_DEV_BSG is not set 42 # CONFIG_INET_LRO is not set 44 # CONFIG_WIRELESS is not set 46 # CONFIG_FW_LOADER is not set 53 # CONFIG_NET_VENDOR_BROADCOM is not set 54 # CONFIG_NET_VENDOR_INTEL is not set 55 # CONFIG_NET_VENDOR_MARVELL is not set 56 # CONFIG_NET_VENDOR_MICREL is not set 57 # CONFIG_NET_VENDOR_NATSEMI is not set 58 # CONFIG_NET_VENDOR_SMSC is not set [all …]
|
D | tb0226_defconfig | 7 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 9 # CONFIG_PCSPKR_PLATFORM is not set 16 # CONFIG_BLK_DEV_BSG is not set 29 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 30 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 31 # CONFIG_INET_XFRM_MODE_BEET is not set 32 # CONFIG_INET_LRO is not set 33 # CONFIG_IPV6 is not set 40 # CONFIG_MISC_DEVICES is not set 46 # CONFIG_SCSI_SAS_LIBSAS_DEBUG is not set [all …]
|
D | ip28_defconfig | 10 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 12 # CONFIG_HOTPLUG is not set 18 # CONFIG_BLK_DEV_BSG is not set 24 # CONFIG_SUSPEND is not set 35 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 36 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 37 # CONFIG_INET_XFRM_MODE_BEET is not set 38 # CONFIG_INET_LRO is not set 40 # CONFIG_IPV6 is not set 41 # CONFIG_MISC_DEVICES is not set [all …]
|
D | rb532_defconfig | 5 # CONFIG_SECCOMP is not set 7 # CONFIG_LOCALVERSION_AUTO is not set 17 # CONFIG_KALLSYMS is not set 18 # CONFIG_ELF_CORE is not set 19 # CONFIG_VM_EVENT_COUNTERS is not set 20 # CONFIG_PCI_QUIRKS is not set 24 # CONFIG_LBDAF is not set 25 # CONFIG_BLK_DEV_BSG is not set 26 # CONFIG_IOSCHED_CFQ is not set 39 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set [all …]
|
D | loongson3_defconfig | 13 # CONFIG_LOCALVERSION_AUTO is not set 53 # CONFIG_PCIEAER is not set 163 # CONFIG_NET_VENDOR_3COM is not set 164 # CONFIG_NET_VENDOR_ADAPTEC is not set 165 # CONFIG_NET_VENDOR_ALTEON is not set 166 # CONFIG_NET_VENDOR_AMD is not set 167 # CONFIG_NET_VENDOR_ARC is not set 168 # CONFIG_NET_VENDOR_ATHEROS is not set 169 # CONFIG_NET_CADENCE is not set 170 # CONFIG_NET_VENDOR_BROADCOM is not set [all …]
|
D | pnx8335_stb225_defconfig | 7 # CONFIG_SECCOMP is not set 9 # CONFIG_LOCALVERSION_AUTO is not set 10 # CONFIG_SWAP is not set 18 # CONFIG_BLK_DEV_BSG is not set 19 # CONFIG_IOSCHED_DEADLINE is not set 20 # CONFIG_IOSCHED_CFQ is not set 30 # CONFIG_INET_LRO is not set 31 # CONFIG_IPV6 is not set 44 # CONFIG_MISC_DEVICES is not set 46 # CONFIG_SCSI_LOWLEVEL is not set [all …]
|
/linux-4.4.14/arch/s390/configs/ |
D | zfcpdump_defconfig | 1 # CONFIG_SWAP is not set 6 # CONFIG_COMPAT_BRK is not set 12 # CONFIG_COMPAT is not set 14 # CONFIG_HOTPLUG_CPU is not set 16 # CONFIG_COMPACTION is not set 17 # CONFIG_MIGRATION is not set 18 # CONFIG_CHECK_STACK is not set 19 # CONFIG_CHSC_SCH is not set 20 # CONFIG_SCM_BUS is not set 22 # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set [all …]
|
/linux-4.4.14/arch/openrisc/configs/ |
D | or1ksim_defconfig | 5 # CONFIG_RD_GZIP is not set 7 # CONFIG_KALLSYMS is not set 8 # CONFIG_EPOLL is not set 9 # CONFIG_TIMERFD is not set 10 # CONFIG_EVENTFD is not set 11 # CONFIG_AIO is not set 12 # CONFIG_VM_EVENT_COUNTERS is not set 13 # CONFIG_COMPAT_BRK is not set 16 # CONFIG_BLOCK is not set 23 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set [all …]
|
/linux-4.4.14/arch/blackfin/configs/ |
D | BF518F-EZBRD_defconfig | 8 # CONFIG_ELF_CORE is not set 9 # CONFIG_FUTEX is not set 10 # CONFIG_SIGNALFD is not set 11 # CONFIG_TIMERFD is not set 12 # CONFIG_EVENTFD is not set 13 # CONFIG_AIO is not set 18 # CONFIG_LBDAF is not set 19 # CONFIG_BLK_DEV_BSG is not set 20 # CONFIG_IOSCHED_DEADLINE is not set 21 # CONFIG_IOSCHED_CFQ is not set [all …]
|
D | BF561-EZKIT_defconfig | 8 # CONFIG_ELF_CORE is not set 9 # CONFIG_FUTEX is not set 10 # CONFIG_SIGNALFD is not set 11 # CONFIG_TIMERFD is not set 12 # CONFIG_EVENTFD is not set 13 # CONFIG_AIO is not set 18 # CONFIG_LBDAF is not set 19 # CONFIG_BLK_DEV_BSG is not set 20 # CONFIG_IOSCHED_DEADLINE is not set 21 # CONFIG_IOSCHED_CFQ is not set [all …]
|
D | BF561-EZKIT-SMP_defconfig | 8 # CONFIG_ELF_CORE is not set 9 # CONFIG_FUTEX is not set 10 # CONFIG_SIGNALFD is not set 11 # CONFIG_TIMERFD is not set 12 # CONFIG_EVENTFD is not set 13 # CONFIG_AIO is not set 18 # CONFIG_LBDAF is not set 19 # CONFIG_BLK_DEV_BSG is not set 20 # CONFIG_IOSCHED_DEADLINE is not set 21 # CONFIG_IOSCHED_CFQ is not set [all …]
|
D | BF533-EZKIT_defconfig | 8 # CONFIG_ELF_CORE is not set 9 # CONFIG_FUTEX is not set 10 # CONFIG_SIGNALFD is not set 11 # CONFIG_TIMERFD is not set 12 # CONFIG_EVENTFD is not set 13 # CONFIG_AIO is not set 18 # CONFIG_LBDAF is not set 19 # CONFIG_BLK_DEV_BSG is not set 20 # CONFIG_IOSCHED_DEADLINE is not set 21 # CONFIG_IOSCHED_CFQ is not set [all …]
|
D | TCM-BF518_defconfig | 8 # CONFIG_RD_GZIP is not set 11 # CONFIG_SYSCTL_SYSCALL is not set 12 # CONFIG_ELF_CORE is not set 13 # CONFIG_FUTEX is not set 14 # CONFIG_SIGNALFD is not set 15 # CONFIG_TIMERFD is not set 16 # CONFIG_EVENTFD is not set 17 # CONFIG_AIO is not set 22 # CONFIG_LBDAF is not set 23 # CONFIG_BLK_DEV_BSG is not set [all …]
|
D | BF526-EZBRD_defconfig | 8 # CONFIG_ELF_CORE is not set 9 # CONFIG_FUTEX is not set 10 # CONFIG_SIGNALFD is not set 11 # CONFIG_TIMERFD is not set 12 # CONFIG_EVENTFD is not set 13 # CONFIG_AIO is not set 18 # CONFIG_LBDAF is not set 19 # CONFIG_BLK_DEV_BSG is not set 20 # CONFIG_IOSCHED_DEADLINE is not set 21 # CONFIG_IOSCHED_CFQ is not set [all …]
|
D | BF527-EZKIT_defconfig | 8 # CONFIG_ELF_CORE is not set 9 # CONFIG_FUTEX is not set 10 # CONFIG_SIGNALFD is not set 11 # CONFIG_TIMERFD is not set 12 # CONFIG_EVENTFD is not set 13 # CONFIG_AIO is not set 18 # CONFIG_LBDAF is not set 19 # CONFIG_BLK_DEV_BSG is not set 20 # CONFIG_IOSCHED_DEADLINE is not set 21 # CONFIG_IOSCHED_CFQ is not set [all …]
|
D | BF533-STAMP_defconfig | 8 # CONFIG_ELF_CORE is not set 9 # CONFIG_FUTEX is not set 10 # CONFIG_SIGNALFD is not set 11 # CONFIG_TIMERFD is not set 12 # CONFIG_EVENTFD is not set 13 # CONFIG_AIO is not set 18 # CONFIG_LBDAF is not set 19 # CONFIG_BLK_DEV_BSG is not set 20 # CONFIG_IOSCHED_DEADLINE is not set 21 # CONFIG_IOSCHED_CFQ is not set [all …]
|
D | BF527-TLL6527M_defconfig | 8 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 10 # CONFIG_SYSCTL_SYSCALL is not set 11 # CONFIG_ELF_CORE is not set 12 # CONFIG_FUTEX is not set 13 # CONFIG_SIGNALFD is not set 14 # CONFIG_TIMERFD is not set 15 # CONFIG_EVENTFD is not set 16 # CONFIG_AIO is not set 21 # CONFIG_LBDAF is not set 22 # CONFIG_BLK_DEV_BSG is not set [all …]
|
D | BF527-EZKIT-V2_defconfig | 8 # CONFIG_ELF_CORE is not set 9 # CONFIG_FUTEX is not set 10 # CONFIG_SIGNALFD is not set 11 # CONFIG_TIMERFD is not set 12 # CONFIG_EVENTFD is not set 13 # CONFIG_AIO is not set 18 # CONFIG_LBDAF is not set 19 # CONFIG_BLK_DEV_BSG is not set 20 # CONFIG_IOSCHED_DEADLINE is not set 21 # CONFIG_IOSCHED_CFQ is not set [all …]
|
D | BF537-STAMP_defconfig | 8 # CONFIG_ELF_CORE is not set 9 # CONFIG_FUTEX is not set 10 # CONFIG_SIGNALFD is not set 11 # CONFIG_TIMERFD is not set 12 # CONFIG_EVENTFD is not set 13 # CONFIG_AIO is not set 18 # CONFIG_LBDAF is not set 19 # CONFIG_BLK_DEV_BSG is not set 20 # CONFIG_IOSCHED_DEADLINE is not set 21 # CONFIG_IOSCHED_CFQ is not set [all …]
|
D | PNAV-10_defconfig | 4 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 6 # CONFIG_SYSCTL_SYSCALL is not set 7 # CONFIG_ELF_CORE is not set 8 # CONFIG_FUTEX is not set 9 # CONFIG_AIO is not set 14 # CONFIG_LBDAF is not set 15 # CONFIG_BLK_DEV_BSG is not set 16 # CONFIG_IOSCHED_DEADLINE is not set 17 # CONFIG_IOSCHED_CFQ is not set 22 # CONFIG_CYCLES_CLOCKSOURCE is not set [all …]
|
D | BF548-EZKIT_defconfig | 8 # CONFIG_ELF_CORE is not set 9 # CONFIG_FUTEX is not set 10 # CONFIG_SIGNALFD is not set 11 # CONFIG_TIMERFD is not set 12 # CONFIG_EVENTFD is not set 13 # CONFIG_AIO is not set 18 # CONFIG_LBDAF is not set 19 # CONFIG_BLK_DEV_BSG is not set 20 # CONFIG_IOSCHED_DEADLINE is not set 21 # CONFIG_IOSCHED_CFQ is not set [all …]
|
D | BF538-EZKIT_defconfig | 7 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 9 # CONFIG_SYSCTL_SYSCALL is not set 10 # CONFIG_ELF_CORE is not set 11 # CONFIG_FUTEX is not set 12 # CONFIG_SIGNALFD is not set 13 # CONFIG_TIMERFD is not set 14 # CONFIG_EVENTFD is not set 15 # CONFIG_AIO is not set 20 # CONFIG_LBDAF is not set 21 # CONFIG_BLK_DEV_BSG is not set [all …]
|
D | CM-BF537E_defconfig | 8 # CONFIG_RD_GZIP is not set 10 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 12 # CONFIG_UID16 is not set 13 # CONFIG_SYSCTL_SYSCALL is not set 14 # CONFIG_ELF_CORE is not set 15 # CONFIG_FUTEX is not set 16 # CONFIG_SIGNALFD is not set 17 # CONFIG_TIMERFD is not set 18 # CONFIG_EVENTFD is not set 19 # CONFIG_AIO is not set [all …]
|
D | CM-BF527_defconfig | 8 # CONFIG_RD_GZIP is not set 10 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 12 # CONFIG_SYSCTL_SYSCALL is not set 13 # CONFIG_ELF_CORE is not set 14 # CONFIG_FUTEX is not set 15 # CONFIG_AIO is not set 20 # CONFIG_BLK_DEV_BSG is not set 21 # CONFIG_IOSCHED_DEADLINE is not set 31 # CONFIG_CYCLES_CLOCKSOURCE is not set 32 # CONFIG_SCHEDULE_L1 is not set [all …]
|
D | BF609-EZKIT_defconfig | 9 # CONFIG_ELF_CORE is not set 10 # CONFIG_FUTEX is not set 11 # CONFIG_SIGNALFD is not set 12 # CONFIG_TIMERFD is not set 13 # CONFIG_EVENTFD is not set 14 # CONFIG_AIO is not set 19 # CONFIG_LBDAF is not set 20 # CONFIG_BLK_DEV_BSG is not set 21 # CONFIG_IOSCHED_DEADLINE is not set 22 # CONFIG_IOSCHED_CFQ is not set [all …]
|
D | CM-BF561_defconfig | 8 # CONFIG_RD_GZIP is not set 10 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 12 # CONFIG_UID16 is not set 13 # CONFIG_SYSCTL_SYSCALL is not set 14 # CONFIG_ELF_CORE is not set 15 # CONFIG_FUTEX is not set 16 # CONFIG_SIGNALFD is not set 17 # CONFIG_TIMERFD is not set 18 # CONFIG_EVENTFD is not set 19 # CONFIG_AIO is not set [all …]
|
D | BF561-ACVILON_defconfig | 7 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 9 # CONFIG_SYSCTL_SYSCALL is not set 10 # CONFIG_ELF_CORE is not set 11 # CONFIG_FUTEX is not set 12 # CONFIG_SIGNALFD is not set 13 # CONFIG_TIMERFD is not set 14 # CONFIG_EVENTFD is not set 15 # CONFIG_AIO is not set 20 # CONFIG_LBDAF is not set 21 # CONFIG_BLK_DEV_BSG is not set [all …]
|
D | CM-BF533_defconfig | 8 # CONFIG_RD_GZIP is not set 11 # CONFIG_UID16 is not set 12 # CONFIG_SYSCTL_SYSCALL is not set 13 # CONFIG_ELF_CORE is not set 14 # CONFIG_FUTEX is not set 18 # CONFIG_BLK_DEV_BSG is not set 19 # CONFIG_IOSCHED_DEADLINE is not set 20 # CONFIG_IOSCHED_CFQ is not set 23 # CONFIG_CYCLES_CLOCKSOURCE is not set 36 # CONFIG_WIRELESS is not set [all …]
|
D | TCM-BF537_defconfig | 8 # CONFIG_RD_GZIP is not set 10 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 12 # CONFIG_UID16 is not set 13 # CONFIG_SYSCTL_SYSCALL is not set 14 # CONFIG_ELF_CORE is not set 15 # CONFIG_FUTEX is not set 16 # CONFIG_AIO is not set 21 # CONFIG_BLK_DEV_BSG is not set 22 # CONFIG_IOSCHED_DEADLINE is not set 27 # CONFIG_CYCLES_CLOCKSOURCE is not set [all …]
|
D | CM-BF537U_defconfig | 8 # CONFIG_RD_GZIP is not set 10 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 12 # CONFIG_UID16 is not set 13 # CONFIG_SYSCTL_SYSCALL is not set 14 # CONFIG_ELF_CORE is not set 15 # CONFIG_FUTEX is not set 20 # CONFIG_BLK_DEV_BSG is not set 21 # CONFIG_IOSCHED_DEADLINE is not set 27 # CONFIG_CYCLES_CLOCKSOURCE is not set 42 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set [all …]
|
D | CM-BF548_defconfig | 8 # CONFIG_RD_GZIP is not set 10 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 12 # CONFIG_UID16 is not set 13 # CONFIG_SYSCTL_SYSCALL is not set 14 # CONFIG_ELF_CORE is not set 15 # CONFIG_FUTEX is not set 20 # CONFIG_BLK_DEV_BSG is not set 21 # CONFIG_IOSCHED_DEADLINE is not set 27 # CONFIG_DEB_DMA_URGENT is not set 28 # CONFIG_SCHEDULE_L1 is not set [all …]
|
D | BF527-AD7160-EVAL_defconfig | 7 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 9 # CONFIG_ELF_CORE is not set 10 # CONFIG_AIO is not set 15 # CONFIG_BLK_DEV_BSG is not set 16 # CONFIG_IOSCHED_DEADLINE is not set 34 # CONFIG_CYCLES_CLOCKSOURCE is not set 46 # CONFIG_WIRELESS is not set 49 # CONFIG_INPUT_MOUSEDEV is not set 51 # CONFIG_INPUT_KEYBOARD is not set 52 # CONFIG_INPUT_MOUSE is not set [all …]
|
D | BlackStamp_defconfig | 8 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 10 # CONFIG_SYSCTL_SYSCALL is not set 11 # CONFIG_ELF_CORE is not set 12 # CONFIG_FUTEX is not set 18 # CONFIG_BLK_DEV_BSG is not set 19 # CONFIG_IOSCHED_DEADLINE is not set 25 # CONFIG_CYCLES_CLOCKSOURCE is not set 41 # CONFIG_INET_LRO is not set 42 # CONFIG_IPV6 is not set 43 # CONFIG_WIRELESS is not set [all …]
|
D | H8606_defconfig | 4 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 6 # CONFIG_SYSCTL_SYSCALL is not set 7 # CONFIG_ELF_CORE is not set 8 # CONFIG_FUTEX is not set 13 # CONFIG_IOSCHED_DEADLINE is not set 18 # CONFIG_CACHELINE_ALIGNED_L1 is not set 30 # CONFIG_IPV6 is not set 36 # CONFIG_WIRELESS is not set 37 # CONFIG_FW_LOADER is not set 51 # CONFIG_NETDEV_1000 is not set [all …]
|
D | SRV1_defconfig | 5 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 7 # CONFIG_SYSCTL_SYSCALL is not set 9 # CONFIG_ELF_CORE is not set 10 # CONFIG_FUTEX is not set 15 # CONFIG_IOSCHED_DEADLINE is not set 32 # CONFIG_IPV6 is not set 38 # CONFIG_WIRELESS is not set 39 # CONFIG_FW_LOADER is not set 52 # CONFIG_NETDEV_1000 is not set 53 # CONFIG_NETDEV_10000 is not set [all …]
|
D | IP0X_defconfig | 5 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 7 # CONFIG_SYSCTL_SYSCALL is not set 8 # CONFIG_HOTPLUG is not set 9 # CONFIG_ELF_CORE is not set 10 # CONFIG_FUTEX is not set 15 # CONFIG_IOSCHED_DEADLINE is not set 21 # CONFIG_BFIN_ICACHE is not set 22 # CONFIG_BFIN_DCACHE is not set 36 # CONFIG_IPV6 is not set 44 # CONFIG_WIRELESS is not set [all …]
|
D | DNP5370_defconfig | 10 # CONFIG_BLK_DEV_BSG is not set 11 # CONFIG_IOSCHED_CFQ is not set 16 # CONFIG_CYCLES_CLOCKSOURCE is not set 20 # CONFIG_SUSPEND is not set 28 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 29 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 30 # CONFIG_INET_XFRM_MODE_BEET is not set 31 # CONFIG_INET_LRO is not set 32 # CONFIG_INET_DIAG is not set 33 # CONFIG_IPV6 is not set [all …]
|
/linux-4.4.14/arch/m68k/configs/ |
D | m5208evb_defconfig | 3 # CONFIG_KALLSYMS is not set 4 # CONFIG_FUTEX is not set 5 # CONFIG_EPOLL is not set 6 # CONFIG_SIGNALFD is not set 7 # CONFIG_TIMERFD is not set 8 # CONFIG_EVENTFD is not set 9 # CONFIG_AIO is not set 10 # CONFIG_VM_EVENT_COUNTERS is not set 11 # CONFIG_COMPAT_BRK is not set 12 # CONFIG_BLK_DEV_BSG is not set [all …]
|
D | m5275evb_defconfig | 3 # CONFIG_KALLSYMS is not set 4 # CONFIG_FUTEX is not set 5 # CONFIG_EPOLL is not set 6 # CONFIG_SIGNALFD is not set 7 # CONFIG_TIMERFD is not set 8 # CONFIG_EVENTFD is not set 9 # CONFIG_AIO is not set 10 # CONFIG_VM_EVENT_COUNTERS is not set 11 # CONFIG_SLUB_DEBUG is not set 12 # CONFIG_BLK_DEV_BSG is not set [all …]
|
D | m5307c3_defconfig | 3 # CONFIG_KALLSYMS is not set 4 # CONFIG_FUTEX is not set 5 # CONFIG_EPOLL is not set 6 # CONFIG_SIGNALFD is not set 7 # CONFIG_TIMERFD is not set 8 # CONFIG_EVENTFD is not set 9 # CONFIG_AIO is not set 10 # CONFIG_VM_EVENT_COUNTERS is not set 11 # CONFIG_SLUB_DEBUG is not set 12 # CONFIG_BLK_DEV_BSG is not set [all …]
|
D | m5475evb_defconfig | 1 # CONFIG_SWAP is not set 4 # CONFIG_KALLSYMS is not set 5 # CONFIG_FUTEX is not set 6 # CONFIG_EPOLL is not set 7 # CONFIG_SIGNALFD is not set 8 # CONFIG_TIMERFD is not set 9 # CONFIG_EVENTFD is not set 10 # CONFIG_SHMEM is not set 11 # CONFIG_AIO is not set 14 # CONFIG_LBDAF is not set [all …]
|
D | m5249evb_defconfig | 3 # CONFIG_KALLSYMS is not set 4 # CONFIG_FUTEX is not set 5 # CONFIG_EPOLL is not set 6 # CONFIG_SIGNALFD is not set 7 # CONFIG_TIMERFD is not set 8 # CONFIG_EVENTFD is not set 9 # CONFIG_AIO is not set 10 # CONFIG_VM_EVENT_COUNTERS is not set 11 # CONFIG_SLUB_DEBUG is not set 12 # CONFIG_BLK_DEV_BSG is not set [all …]
|
D | m5272c3_defconfig | 3 # CONFIG_KALLSYMS is not set 4 # CONFIG_FUTEX is not set 5 # CONFIG_EPOLL is not set 6 # CONFIG_SIGNALFD is not set 7 # CONFIG_TIMERFD is not set 8 # CONFIG_EVENTFD is not set 9 # CONFIG_AIO is not set 10 # CONFIG_VM_EVENT_COUNTERS is not set 11 # CONFIG_SLUB_DEBUG is not set 12 # CONFIG_BLK_DEV_BSG is not set [all …]
|
D | m5407c3_defconfig | 3 # CONFIG_KALLSYMS is not set 4 # CONFIG_FUTEX is not set 5 # CONFIG_EPOLL is not set 6 # CONFIG_SIGNALFD is not set 7 # CONFIG_TIMERFD is not set 8 # CONFIG_EVENTFD is not set 9 # CONFIG_AIO is not set 10 # CONFIG_VM_EVENT_COUNTERS is not set 13 # CONFIG_BLK_DEV_BSG is not set 14 # CONFIG_IOSCHED_DEADLINE is not set [all …]
|
/linux-4.4.14/arch/powerpc/configs/ |
D | gamecube_defconfig | 8 # CONFIG_ELF_CORE is not set 10 # CONFIG_VM_EVENT_COUNTERS is not set 14 # CONFIG_BLK_DEV_BSG is not set 15 # CONFIG_PPC_CHRP is not set 16 # CONFIG_PPC_PMAC is not set 19 # CONFIG_PPC_OF_BOOT_TRAMPOLINE is not set 23 # CONFIG_SECCOMP is not set 32 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 33 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 34 # CONFIG_INET_XFRM_MODE_BEET is not set [all …]
|
D | ps3_defconfig | 13 # CONFIG_PERF_EVENTS is not set 14 # CONFIG_COMPAT_BRK is not set 20 # CONFIG_PPC_POWERNV is not set 21 # CONFIG_PPC_PSERIES is not set 22 # CONFIG_PPC_PMAC is not set 31 # CONFIG_PPC_OF_BOOT_TRAMPOLINE is not set 32 # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 35 # CONFIG_SPARSEMEM_VMEMMAP is not set 36 # CONFIG_COMPACTION is not set 42 # CONFIG_SECCOMP is not set [all …]
|
D | mpc885_ads_defconfig | 2 # CONFIG_SWAP is not set 8 # CONFIG_ELF_CORE is not set 9 # CONFIG_BASE_FULL is not set 10 # CONFIG_FUTEX is not set 11 # CONFIG_VM_EVENT_COUNTERS is not set 12 # CONFIG_BLK_DEV_BSG is not set 14 # CONFIG_IOSCHED_CFQ is not set 17 # CONFIG_SECCOMP is not set 25 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 26 # CONFIG_INET_XFRM_MODE_TUNNEL is not set [all …]
|
D | ep88xc_defconfig | 2 # CONFIG_SWAP is not set 8 # CONFIG_ELF_CORE is not set 9 # CONFIG_BASE_FULL is not set 10 # CONFIG_FUTEX is not set 11 # CONFIG_VM_EVENT_COUNTERS is not set 12 # CONFIG_BLK_DEV_BSG is not set 14 # CONFIG_IOSCHED_CFQ is not set 18 # CONFIG_SECCOMP is not set 26 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 27 # CONFIG_INET_XFRM_MODE_TUNNEL is not set [all …]
|
D | tqm8xx_defconfig | 2 # CONFIG_SWAP is not set 8 # CONFIG_ELF_CORE is not set 9 # CONFIG_BASE_FULL is not set 10 # CONFIG_FUTEX is not set 11 # CONFIG_VM_EVENT_COUNTERS is not set 15 # CONFIG_BLK_DEV_BSG is not set 17 # CONFIG_IOSCHED_CFQ is not set 20 # CONFIG_8xx_CPU15 is not set 22 # CONFIG_SECCOMP is not set 29 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set [all …]
|
D | wii_defconfig | 2 # CONFIG_LOCALVERSION_AUTO is not set 9 # CONFIG_ELF_CORE is not set 11 # CONFIG_VM_EVENT_COUNTERS is not set 15 # CONFIG_PPC_CHRP is not set 16 # CONFIG_PPC_PMAC is not set 19 # CONFIG_PPC_OF_BOOT_TRAMPOLINE is not set 23 # CONFIG_SECCOMP is not set 32 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 33 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 34 # CONFIG_INET_XFRM_MODE_BEET is not set [all …]
|
D | mpc512x_defconfig | 1 # CONFIG_SWAP is not set 6 # CONFIG_COMPAT_BRK is not set 10 # CONFIG_BLK_DEV_BSG is not set 12 # CONFIG_IOSCHED_CFQ is not set 13 # CONFIG_PPC_CHRP is not set 18 # CONFIG_PPC_PMAC is not set 20 # CONFIG_SECCOMP is not set 21 # CONFIG_PCI is not set 27 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 28 # CONFIG_INET_XFRM_MODE_TUNNEL is not set [all …]
|
D | adder875_defconfig | 2 # CONFIG_SWAP is not set 6 # CONFIG_ELF_CORE is not set 7 # CONFIG_BASE_FULL is not set 8 # CONFIG_FUTEX is not set 9 # CONFIG_VM_EVENT_COUNTERS is not set 10 # CONFIG_BLK_DEV_BSG is not set 12 # CONFIG_IOSCHED_CFQ is not set 16 # CONFIG_SECCOMP is not set 24 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 25 # CONFIG_INET_XFRM_MODE_TUNNEL is not set [all …]
|
D | ep8248e_defconfig | 9 # CONFIG_IOSCHED_CFQ is not set 10 # CONFIG_PPC_CHRP is not set 11 # CONFIG_PPC_PMAC is not set 15 # CONFIG_SECCOMP is not set 26 # CONFIG_INET_LRO is not set 29 # CONFIG_FW_LOADER is not set 35 # CONFIG_MTD_MAP_BANK_WIDTH_1 is not set 36 # CONFIG_MTD_MAP_BANK_WIDTH_2 is not set 37 # CONFIG_MTD_CFI_I1 is not set 43 # CONFIG_FS_ENET_HAS_SCC is not set [all …]
|
D | mvme5100_defconfig | 8 # CONFIG_UTS_NS is not set 9 # CONFIG_IPC_NS is not set 10 # CONFIG_PID_NS is not set 11 # CONFIG_NET_NS is not set 13 # CONFIG_COMPAT_BRK is not set 16 # CONFIG_BLK_DEV_BSG is not set 17 # CONFIG_PPC_CHRP is not set 18 # CONFIG_PPC_PMAC is not set 23 # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 24 # CONFIG_COMPACTION is not set [all …]
|
D | amigaone_defconfig | 2 # CONFIG_LOCALVERSION_AUTO is not set 11 # CONFIG_COMPAT_BRK is not set 15 # CONFIG_BLK_DEV_BSG is not set 18 # CONFIG_PPC_CHRP is not set 19 # CONFIG_PPC_PMAC is not set 29 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 30 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 31 # CONFIG_INET_XFRM_MODE_BEET is not set 32 # CONFIG_INET_LRO is not set 33 # CONFIG_IPV6 is not set [all …]
|
/linux-4.4.14/drivers/isdn/i4l/ |
D | isdn_ppp.c | 34 static int isdn_ppp_set_compressor(struct ippp_struct *is, struct isdn_ppp_comp_data *); 40 struct ippp_struct *is, struct ippp_struct *master, int type); 45 static void isdn_ppp_ccp_kickup(struct ippp_struct *is); 46 static void isdn_ppp_ccp_xmit_reset(struct ippp_struct *is, int proto, 49 static struct ippp_ccp_reset *isdn_ppp_ccp_reset_alloc(struct ippp_struct *is); 50 static void isdn_ppp_ccp_reset_free(struct ippp_struct *is); 51 static void isdn_ppp_ccp_reset_free_state(struct ippp_struct *is, 54 static struct ippp_ccp_reset_state *isdn_ppp_ccp_reset_alloc_state(struct ippp_struct *is, 56 static void isdn_ppp_ccp_reset_trans(struct ippp_struct *is, 58 static void isdn_ppp_ccp_reset_ack_rcvd(struct ippp_struct *is, [all …]
|
/linux-4.4.14/arch/hexagon/configs/ |
D | comet_defconfig | 7 # CONFIG_LOCALVERSION_AUTO is not set 19 # CONFIG_VM_EVENT_COUNTERS is not set 20 # CONFIG_BLK_DEV_BSG is not set 22 # CONFIG_STANDALONE is not set 30 # CONFIG_NETDEV_1000 is not set 31 # CONFIG_NETDEV_10000 is not set 32 # CONFIG_INPUT_MOUSEDEV is not set 33 # CONFIG_INPUT_KEYBOARD is not set 34 # CONFIG_INPUT_MOUSE is not set 35 # CONFIG_SERIO is not set [all …]
|
/linux-4.4.14/arch/metag/configs/ |
D | tz1090_defconfig | 1 # CONFIG_LOCALVERSION_AUTO is not set 2 # CONFIG_SWAP is not set 7 # CONFIG_ELF_CORE is not set 9 # CONFIG_BLK_DEV_BSG is not set 11 # CONFIG_MSDOS_PARTITION is not set 12 # CONFIG_IOSCHED_DEADLINE is not set 13 # CONFIG_IOSCHED_CFQ is not set 17 # CONFIG_METAG_FPU is not set 21 # CONFIG_STANDALONE is not set 22 # CONFIG_PREVENT_FIRMWARE_BUILD is not set [all …]
|
D | meta1_defconfig | 1 # CONFIG_LOCALVERSION_AUTO is not set 2 # CONFIG_SWAP is not set 6 # CONFIG_ELF_CORE is not set 8 # CONFIG_BLK_DEV_BSG is not set 10 # CONFIG_MSDOS_PARTITION is not set 11 # CONFIG_IOSCHED_DEADLINE is not set 12 # CONFIG_IOSCHED_CFQ is not set 19 # CONFIG_STANDALONE is not set 20 # CONFIG_PREVENT_FIRMWARE_BUILD is not set 21 # CONFIG_FW_LOADER is not set [all …]
|
D | meta2_defconfig | 1 # CONFIG_LOCALVERSION_AUTO is not set 2 # CONFIG_SWAP is not set 7 # CONFIG_ELF_CORE is not set 9 # CONFIG_BLK_DEV_BSG is not set 11 # CONFIG_MSDOS_PARTITION is not set 12 # CONFIG_IOSCHED_DEADLINE is not set 13 # CONFIG_IOSCHED_CFQ is not set 20 # CONFIG_STANDALONE is not set 21 # CONFIG_PREVENT_FIRMWARE_BUILD is not set 22 # CONFIG_FW_LOADER is not set [all …]
|
D | meta2_smp_defconfig | 1 # CONFIG_LOCALVERSION_AUTO is not set 2 # CONFIG_SWAP is not set 7 # CONFIG_ELF_CORE is not set 9 # CONFIG_BLK_DEV_BSG is not set 11 # CONFIG_MSDOS_PARTITION is not set 12 # CONFIG_IOSCHED_DEADLINE is not set 13 # CONFIG_IOSCHED_CFQ is not set 21 # CONFIG_STANDALONE is not set 22 # CONFIG_PREVENT_FIRMWARE_BUILD is not set 23 # CONFIG_FW_LOADER is not set [all …]
|
/linux-4.4.14/arch/powerpc/configs/85xx/ |
D | kmp204x_defconfig | 25 # CONFIG_BLK_DEV_BSG is not set 31 # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 37 # CONFIG_PCIEASPM is not set 67 # CONFIG_INET_LRO is not set 116 # CONFIG_NET_VENDOR_3COM is not set 117 # CONFIG_NET_VENDOR_ADAPTEC is not set 118 # CONFIG_NET_VENDOR_ALTEON is not set 119 # CONFIG_NET_VENDOR_AMD is not set 120 # CONFIG_NET_VENDOR_ATHEROS is not set 121 # CONFIG_NET_VENDOR_BROADCOM is not set [all …]
|
/linux-4.4.14/arch/nios2/configs/ |
D | 10m50_defconfig | 6 # CONFIG_ELF_CORE is not set 7 # CONFIG_EPOLL is not set 8 # CONFIG_SIGNALFD is not set 9 # CONFIG_TIMERFD is not set 10 # CONFIG_EVENTFD is not set 11 # CONFIG_SHMEM is not set 12 # CONFIG_AIO is not set 23 # CONFIG_NIOS2_CMDLINE_IGNORE_DTB is not set 33 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 34 # CONFIG_INET_XFRM_MODE_TUNNEL is not set [all …]
|
D | 3c120_defconfig | 6 # CONFIG_ELF_CORE is not set 7 # CONFIG_EPOLL is not set 8 # CONFIG_SIGNALFD is not set 9 # CONFIG_TIMERFD is not set 10 # CONFIG_EVENTFD is not set 11 # CONFIG_SHMEM is not set 12 # CONFIG_AIO is not set 23 # CONFIG_NIOS2_CMDLINE_IGNORE_DTB is not set 35 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 36 # CONFIG_INET_XFRM_MODE_TUNNEL is not set [all …]
|
/linux-4.4.14/arch/powerpc/configs/52xx/ |
D | pcm030_defconfig | 2 # CONFIG_LOCALVERSION_AUTO is not set 3 # CONFIG_SWAP is not set 12 # CONFIG_VM_EVENT_COUNTERS is not set 16 # CONFIG_BLK_DEV_BSG is not set 17 # CONFIG_IOSCHED_DEADLINE is not set 18 # CONFIG_IOSCHED_CFQ is not set 19 # CONFIG_PPC_CHRP is not set 22 # CONFIG_PPC_PMAC is not set 25 # CONFIG_SECCOMP is not set 34 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set [all …]
|
D | lite5200b_defconfig | 7 # CONFIG_KALLSYMS is not set 8 # CONFIG_EPOLL is not set 11 # CONFIG_BLK_DEV_BSG is not set 12 # CONFIG_PPC_CHRP is not set 16 # CONFIG_PPC_PMAC is not set 27 # CONFIG_INET_LRO is not set 28 # CONFIG_IPV6 is not set 30 # CONFIG_FW_LOADER is not set 34 # CONFIG_SCSI_PROC_FS is not set 41 # CONFIG_INPUT is not set [all …]
|
/linux-4.4.14/arch/score/configs/ |
D | spct6600_defconfig | 4 # CONFIG_LOCALVERSION_AUTO is not set 11 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 13 # CONFIG_KALLSYMS is not set 14 # CONFIG_HOTPLUG is not set 20 # CONFIG_BLK_DEV_BSG is not set 28 # CONFIG_INET_LRO is not set 29 # CONFIG_IPV6 is not set 30 # CONFIG_STANDALONE is not set 31 # CONFIG_PREVENT_FIRMWARE_BUILD is not set 36 # CONFIG_MISC_DEVICES is not set [all …]
|
/linux-4.4.14/arch/mn10300/configs/ |
D | asb2364_defconfig | 16 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 18 # CONFIG_KALLSYMS is not set 19 # CONFIG_VM_EVENT_COUNTERS is not set 24 # CONFIG_BLOCK is not set 27 # CONFIG_MN10300_USING_JTAG is not set 41 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 42 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 43 # CONFIG_INET_XFRM_MODE_BEET is not set 44 # CONFIG_INET_LRO is not set 45 # CONFIG_INET_DIAG is not set [all …]
|
D | asb2303_defconfig | 6 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 8 # CONFIG_KALLSYMS is not set 9 # CONFIG_HOTPLUG is not set 10 # CONFIG_VM_EVENT_COUNTERS is not set 13 # CONFIG_BLOCK is not set 28 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 29 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 30 # CONFIG_INET_XFRM_MODE_BEET is not set 31 # CONFIG_INET_LRO is not set 32 # CONFIG_INET_DIAG is not set [all …]
|
/linux-4.4.14/arch/avr32/configs/ |
D | atstk1003_defconfig | 1 # CONFIG_LOCALVERSION_AUTO is not set 10 # CONFIG_BASE_FULL is not set 11 # CONFIG_COMPAT_BRK is not set 16 # CONFIG_BLK_DEV_BSG is not set 17 # CONFIG_IOSCHED_DEADLINE is not set 19 # CONFIG_OWNERSHIP_TRACE is not set 22 # CONFIG_CPU_FREQ_STAT is not set 30 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 31 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 32 # CONFIG_INET_XFRM_MODE_BEET is not set [all …]
|
D | atstk1004_defconfig | 1 # CONFIG_LOCALVERSION_AUTO is not set 10 # CONFIG_BASE_FULL is not set 11 # CONFIG_COMPAT_BRK is not set 16 # CONFIG_BLK_DEV_BSG is not set 17 # CONFIG_IOSCHED_DEADLINE is not set 19 # CONFIG_OWNERSHIP_TRACE is not set 22 # CONFIG_CPU_FREQ_STAT is not set 30 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 31 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 32 # CONFIG_INET_XFRM_MODE_BEET is not set [all …]
|
D | merisc_defconfig | 1 # CONFIG_LOCALVERSION_AUTO is not set 11 # CONFIG_BASE_FULL is not set 15 # CONFIG_BLK_DEV_BSG is not set 16 # CONFIG_IOSCHED_DEADLINE is not set 19 # CONFIG_OWNERSHIP_TRACE is not set 36 # CONFIG_INET_LRO is not set 37 # CONFIG_IPV6 is not set 40 # CONFIG_PREVENT_FIRMWARE_BUILD is not set 41 # CONFIG_FW_LOADER is not set 54 # CONFIG_SCSI_LOWLEVEL is not set [all …]
|
D | atngw100_mrmt_defconfig | 1 # CONFIG_LOCALVERSION_AUTO is not set 9 # CONFIG_BASE_FULL is not set 10 # CONFIG_SLUB_DEBUG is not set 14 # CONFIG_BLK_DEV_BSG is not set 15 # CONFIG_IOSCHED_DEADLINE is not set 16 # CONFIG_OWNERSHIP_TRACE is not set 17 # CONFIG_SUSPEND is not set 31 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 32 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 33 # CONFIG_INET_XFRM_MODE_BEET is not set [all …]
|
/linux-4.4.14/arch/parisc/configs/ |
D | generic-64bit_defconfig | 2 # CONFIG_LOCALVERSION_AUTO is not set 11 # CONFIG_UTS_NS is not set 12 # CONFIG_IPC_NS is not set 13 # CONFIG_PID_NS is not set 14 # CONFIG_NET_NS is not set 18 # CONFIG_COMPAT_BRK is not set 25 # CONFIG_IOSCHED_DEADLINE is not set 29 # CONFIG_COMPACTION is not set 58 # CONFIG_NETFILTER_ADVANCED is not set 61 # CONFIG_WIRELESS is not set [all …]
|
D | generic-32bit_defconfig | 2 # CONFIG_LOCALVERSION_AUTO is not set 21 # CONFIG_LBDAF is not set 22 # CONFIG_BLK_DEV_BSG is not set 35 # CONFIG_PDC_CHASSIS is not set 36 # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 49 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 50 # CONFIG_INET_XFRM_MODE_TUNNEL is not set 51 # CONFIG_INET_XFRM_MODE_BEET is not set 52 # CONFIG_INET_LRO is not set 55 # CONFIG_WIRELESS is not set [all …]
|
/linux-4.4.14/arch/c6x/configs/ |
D | evmc6678_defconfig | 3 # CONFIG_LOCALVERSION_AUTO is not set 8 # CONFIG_UTS_NS is not set 9 # CONFIG_USER_NS is not set 10 # CONFIG_PID_NS is not set 14 # CONFIG_FUTEX is not set 15 # CONFIG_SLUB_DEBUG is not set 22 # CONFIG_CMDLINE_FORCE is not set 31 # CONFIG_INPUT is not set 32 # CONFIG_SERIO is not set 33 # CONFIG_VT is not set [all …]
|
D | evmc6474_defconfig | 3 # CONFIG_LOCALVERSION_AUTO is not set 8 # CONFIG_UTS_NS is not set 9 # CONFIG_USER_NS is not set 10 # CONFIG_PID_NS is not set 14 # CONFIG_FUTEX is not set 15 # CONFIG_SLUB_DEBUG is not set 22 # CONFIG_CMDLINE_FORCE is not set 31 # CONFIG_INPUT is not set 32 # CONFIG_SERIO is not set 33 # CONFIG_VT is not set [all …]
|
D | evmc6472_defconfig | 3 # CONFIG_LOCALVERSION_AUTO is not set 8 # CONFIG_UTS_NS is not set 9 # CONFIG_USER_NS is not set 10 # CONFIG_PID_NS is not set 14 # CONFIG_FUTEX is not set 15 # CONFIG_SLUB_DEBUG is not set 22 # CONFIG_CMDLINE_FORCE is not set 31 # CONFIG_INPUT is not set 32 # CONFIG_SERIO is not set 33 # CONFIG_VT is not set [all …]
|
D | dsk6455_defconfig | 3 # CONFIG_LOCALVERSION_AUTO is not set 8 # CONFIG_UTS_NS is not set 9 # CONFIG_USER_NS is not set 10 # CONFIG_PID_NS is not set 14 # CONFIG_FUTEX is not set 15 # CONFIG_SLUB_DEBUG is not set 29 # CONFIG_INPUT is not set 30 # CONFIG_SERIO is not set 31 # CONFIG_VT is not set 32 # CONFIG_HW_RANDOM is not set [all …]
|
D | evmc6457_defconfig | 3 # CONFIG_LOCALVERSION_AUTO is not set 8 # CONFIG_UTS_NS is not set 9 # CONFIG_USER_NS is not set 10 # CONFIG_PID_NS is not set 14 # CONFIG_FUTEX is not set 15 # CONFIG_SLUB_DEBUG is not set 30 # CONFIG_INPUT is not set 31 # CONFIG_SERIO is not set 32 # CONFIG_VT is not set 33 # CONFIG_HW_RANDOM is not set [all …]
|
/linux-4.4.14/arch/powerpc/configs/83xx/ |
D | sbc834x_defconfig | 5 # CONFIG_KALLSYMS is not set 9 # CONFIG_BLK_DEV_BSG is not set 10 # CONFIG_PPC_CHRP is not set 11 # CONFIG_PPC_PMAC is not set 25 # CONFIG_INET_LRO is not set 26 # CONFIG_IPV6 is not set 28 # CONFIG_FW_LOADER is not set 39 # CONFIG_SCSI_PROC_FS is not set 41 # CONFIG_SCSI_LOWLEVEL is not set 45 # CONFIG_INPUT_MOUSEDEV is not set [all …]
|
D | kmeter1_defconfig | 1 # CONFIG_SWAP is not set 11 # CONFIG_BLK_DEV_BSG is not set 13 # CONFIG_MSDOS_PARTITION is not set 14 # CONFIG_IOSCHED_DEADLINE is not set 15 # CONFIG_IOSCHED_CFQ is not set 16 # CONFIG_PPC_CHRP is not set 17 # CONFIG_PPC_PMAC is not set 21 # CONFIG_SECCOMP is not set 28 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set 29 # CONFIG_INET_XFRM_MODE_TUNNEL is not set [all …]
|
/linux-4.4.14/arch/powerpc/configs/40x/ |
D | klondike_defconfig | 12 # CONFIG_WALNUT is not set 14 # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set 16 # CONFIG_SUSPEND is not set 24 # CONFIG_INPUT is not set 25 # CONFIG_SERIO is not set 26 # CONFIG_VT is not set 27 # CONFIG_UNIX98_PTYS is not set 28 # CONFIG_LEGACY_PTYS is not set 29 # CONFIG_DEVKMEM is not set 30 # CONFIG_HW_RANDOM is not set [all …]
|
/linux-4.4.14/drivers/isdn/hardware/mISDN/ |
D | mISDNisar.c | 417 pr_debug("%s: HL->LL FAXIND %x\n", ch->is->name, status); in deliver_status() 427 if (!ch->is->clsb) { in isar_rcv_frame() 428 pr_debug("%s; ISAR zero len frame\n", ch->is->name); in isar_rcv_frame() 429 ch->is->write_reg(ch->is->hw, ISAR_IIA, 0); in isar_rcv_frame() 433 ch->bch.dropcnt += ch->is->clsb; in isar_rcv_frame() 434 ch->is->write_reg(ch->is->hw, ISAR_IIA, 0); in isar_rcv_frame() 440 ch->is->name, ch->is->iis, ch->is->cmsb, ch->is->clsb); in isar_rcv_frame() 441 ch->is->write_reg(ch->is->hw, ISAR_IIA, 0); in isar_rcv_frame() 446 maxlen = bchannel_get_rxbuf(&ch->bch, ch->is->clsb); in isar_rcv_frame() 449 ch->is->name, ch->bch.nr, ch->is->clsb); in isar_rcv_frame() [all …]
|