Commit 274fcaab68ba653f9b2c3c4642ecb3275fe250f3

Authored by 김민수
1 parent c004dc86f5
Exists in master and in 2 other branches fhd, fhd-demo

파일 이름 수정

README.md
... ... @@ -139,9 +139,9 @@
139 139 start size desc
140 140 ---------- ---------- ------------------
141 141 00-MB 64-MB reserved area
142   - 64-MB 32-MB partition#0, FAT32 : BOOT0
143   - 96-MB 32-MB partition#1, FAT32 : BOOT1
144   - 128-MB 128-MB partition#2, ext4 : APP
145   - 256-MB all partition#3, ext4 : DATA
  142 + 64-MB 64-MB partition#0, FAT32 : BOOT0
  143 + 128-MB 64-MB partition#1, FAT32 : BOOT1
  144 + 192-MB 128-MB partition#2, ext4 : APP
  145 + 320-MB all partition#3, ext4 : DATA
146 146  
147 147  
... ...
bootloader/u-boot_2015_04/board/falinux/mx6sl_prime_oven/800mhz_2x256mx16.cfg
... ... @@ -0,0 +1,42 @@
  1 +/*
  2 + * Copyright (C) 2013 Boundary Devices
  3 + *
  4 + * SPDX-License-Identifier: GPL-2.0+
  5 + */
  6 +
  7 +DATA 4, MX6_MMDC_P0_MDPDC, 0x0002002D
  8 +DATA 4, MX6_MMDC_P0_MDCFG0, 0x696C5323
  9 +DATA 4, MX6_MMDC_P0_MDCFG1, 0xB66E8D63
  10 +DATA 4, MX6_MMDC_P0_MDCFG2, 0x01FF00DB
  11 +DATA 4, MX6_MMDC_P0_MDRWD, 0x000026D2
  12 +DATA 4, MX6_MMDC_P0_MDOR, 0x006C1023
  13 +DATA 4, MX6_MMDC_P0_MDOTC, 0x00333030
  14 +DATA 4, MX6_MMDC_P0_MDPDC, 0x0002556D
  15 +DATA 4, MX6_MMDC_P0_MDASP, 0x00000027
  16 +DATA 4, MX6_MMDC_P0_MDCTL, 0x84190000
  17 +DATA 4, MX6_MMDC_P0_MDSCR, 0x04008032
  18 +DATA 4, MX6_MMDC_P0_MDSCR, 0x00008033
  19 +DATA 4, MX6_MMDC_P0_MDSCR, 0x00048031
  20 +DATA 4, MX6_MMDC_P0_MDSCR, 0x13208030
  21 +DATA 4, MX6_MMDC_P0_MDSCR, 0x04008040
  22 +DATA 4, MX6_MMDC_P0_MPZQHWCTRL, 0xA1390003
  23 +DATA 4, MX6_MMDC_P1_MPZQHWCTRL, 0xA1390003
  24 +DATA 4, MX6_MMDC_P0_MDREF, 0x00007800
  25 +DATA 4, MX6_MMDC_P0_MPODTCTRL, 0x00022227
  26 +DATA 4, MX6_MMDC_P1_MPODTCTRL, 0x00022227
  27 +DATA 4, MX6_MMDC_P0_MPDGCTRL0, 0x42350231
  28 +DATA 4, MX6_MMDC_P0_MPDGCTRL1, 0x021A0218
  29 +DATA 4, MX6_MMDC_P1_MPDGCTRL0, 0x42350231
  30 +DATA 4, MX6_MMDC_P1_MPDGCTRL1, 0x021A0218
  31 +DATA 4, MX6_MMDC_P0_MPRDDLCTL, 0x4B4B4E49
  32 +DATA 4, MX6_MMDC_P1_MPRDDLCTL, 0x4B4B4E49
  33 +DATA 4, MX6_MMDC_P0_MPWRDLCTL, 0x3F3F3035
  34 +DATA 4, MX6_MMDC_P1_MPWRDLCTL, 0x3F3F3035
  35 +DATA 4, MX6_MMDC_P0_MPWLDECTRL0, 0x0040003C
  36 +DATA 4, MX6_MMDC_P0_MPWLDECTRL1, 0x0032003E
  37 +DATA 4, MX6_MMDC_P1_MPWLDECTRL0, 0x0040003C
  38 +DATA 4, MX6_MMDC_P1_MPWLDECTRL1, 0x0032003E
  39 +DATA 4, MX6_MMDC_P0_MPMUR0, 0x00000800
  40 +DATA 4, MX6_MMDC_P1_MPMUR0, 0x00000800
  41 +DATA 4, MX6_MMDC_P0_MDSCR, 0x00000000
  42 +DATA 4, MX6_MMDC_P0_MAPSR, 0x00011006
... ...
bootloader/u-boot_2015_04/board/falinux/mx6sl_prime_oven/Kconfig
... ... @@ -0,0 +1,16 @@
  1 +if TARGET_MX6S_CMF
  2 +
  3 +config SYS_BOARD
  4 + default "mx6s_cmf"
  5 +
  6 +config SYS_VENDOR
  7 + default "falinux"
  8 +
  9 +config SYS_SOC
  10 + default "mx6"
  11 +
  12 +config SYS_CONFIG_NAME
  13 + default "mx6s_cmf"
  14 +
  15 +endif
  16 +
... ...
bootloader/u-boot_2015_04/board/falinux/mx6sl_prime_oven/Makefile
... ... @@ -0,0 +1,10 @@
  1 +#
  2 +# Copyright (C) 2012-2013, Guennadi Liakhovetski <lg@denx.de>
  3 +# (C) Copyright 2012-2013 Freescale Semiconductor, Inc.
  4 +# Copyright (C) 2013, Boundary Devices <info@boundarydevices.com>
  5 +# Copyright (C) 2015, Falinux <tsheaven@falinux.com>
  6 +#
  7 +# SPDX-License-Identifier: GPL-2.0+
  8 +#
  9 +
  10 +obj-y := mx6sl_prime_oven.o
... ...
bootloader/u-boot_2015_04/board/falinux/mx6sl_prime_oven/clocks.cfg
... ... @@ -0,0 +1,42 @@
  1 +/*
  2 + * Copyright (C) 2013 Boundary Devices
  3 + * Copyright (C) 2015 Falinux
  4 + *
  5 + * SPDX-License-Identifier: GPL-2.0+
  6 + *
  7 + * Device Configuration Data (DCD)
  8 + *
  9 + * Each entry must have the format:
  10 + * Addr-type Address Value
  11 + *
  12 + * where:
  13 + * Addr-type register length (1,2 or 4 bytes)
  14 + * Address absolute address of the register
  15 + * value value to be stored in the register
  16 + */
  17 +
  18 +/* set the default clock gate to save power */
  19 +DATA 4, CCM_CCGR0, 0x00C03F3F
  20 +DATA 4, CCM_CCGR1, 0x0030FC03
  21 +DATA 4, CCM_CCGR2, 0x0FFFC000
  22 +DATA 4, CCM_CCGR3, 0x3FF00000
  23 +DATA 4, CCM_CCGR4, 0x00FFF300
  24 +DATA 4, CCM_CCGR5, 0x0FFC00C3
  25 +DATA 4, CCM_CCGR6, 0x000003FF
  26 +
  27 +/* enable AXI cache for VDOA/VPU/IPU */
  28 +DATA 4, MX6_IOMUXC_GPR4, 0xF00000CF
  29 +/* set IPU AXI-id0 Qos=0xf(bypass) AXI-id1 Qos=0x7 */
  30 +DATA 4, MX6_IOMUXC_GPR6, 0x007F007F
  31 +DATA 4, MX6_IOMUXC_GPR7, 0x007F007F
  32 +
  33 +/*
  34 + * Setup CCM_CCOSR register as follows:
  35 + *
  36 + * cko1_en = 1 --> CKO1 enabled
  37 + * cko1_div = 111 --> divide by 8
  38 + * cko1_sel = 1011 --> ahb_clk_root
  39 + *
  40 + * This sets CKO1 at ahb_clk_root/8 = 132/8 = 16.5 MHz
  41 + */
  42 +DATA 4, CCM_CCOSR, 0x000000fb
... ...
bootloader/u-boot_2015_04/board/falinux/mx6sl_prime_oven/ddr-setup.cfg
... ... @@ -0,0 +1,97 @@
  1 +/*
  2 + * Copyright (C) 2013 Boundary Devices
  3 + * Copyright (C) 2015 Falinux
  4 + *
  5 + * SPDX-License-Identifier: GPL-2.0+
  6 + *
  7 + * Device Configuration Data (DCD)
  8 + *
  9 + * Each entry must have the format:
  10 + * Addr-type Address Value
  11 + *
  12 + * where:
  13 + * Addr-type register length (1,2 or 4 bytes)
  14 + * Address absolute address of the register
  15 + * value value to be stored in the register
  16 + */
  17 +
  18 +/*
  19 + * DDR3 settings
  20 + * MX6Q ddr is limited to 1066 Mhz currently 1056 MHz(528 MHz clock),
  21 + * memory bus width: 64 bits x16/x32/x64
  22 + * MX6DL ddr is limited to 800 MHz(400 MHz clock)
  23 + * memory bus width: 64 bits x16/x32/x64
  24 + * MX6SOLO ddr is limited to 800 MHz(400 MHz clock)
  25 + * memory bus width: 32 bits x16/x32
  26 + */
  27 +DATA 4, MX6_IOM_DRAM_SDQS0, 0x00000030
  28 +DATA 4, MX6_IOM_DRAM_SDQS1, 0x00000030
  29 +DATA 4, MX6_IOM_DRAM_SDQS2, 0x00000030
  30 +DATA 4, MX6_IOM_DRAM_SDQS3, 0x00000030
  31 +DATA 4, MX6_IOM_DRAM_SDQS4, 0x00000030
  32 +DATA 4, MX6_IOM_DRAM_SDQS5, 0x00000030
  33 +DATA 4, MX6_IOM_DRAM_SDQS6, 0x00000030
  34 +DATA 4, MX6_IOM_DRAM_SDQS7, 0x00000030
  35 +
  36 +DATA 4, MX6_IOM_GRP_B0DS, 0x00000030
  37 +DATA 4, MX6_IOM_GRP_B1DS, 0x00000030
  38 +DATA 4, MX6_IOM_GRP_B2DS, 0x00000030
  39 +DATA 4, MX6_IOM_GRP_B3DS, 0x00000030
  40 +DATA 4, MX6_IOM_GRP_B4DS, 0x00000030
  41 +DATA 4, MX6_IOM_GRP_B5DS, 0x00000030
  42 +DATA 4, MX6_IOM_GRP_B6DS, 0x00000030
  43 +DATA 4, MX6_IOM_GRP_B7DS, 0x00000030
  44 +DATA 4, MX6_IOM_GRP_ADDDS, 0x00000030
  45 +/* 40 Ohm drive strength for cs0/1,sdba2,cke0/1,sdwe */
  46 +DATA 4, MX6_IOM_GRP_CTLDS, 0x00000030
  47 +
  48 +DATA 4, MX6_IOM_DRAM_DQM0, 0x00020030
  49 +DATA 4, MX6_IOM_DRAM_DQM1, 0x00020030
  50 +DATA 4, MX6_IOM_DRAM_DQM2, 0x00020030
  51 +DATA 4, MX6_IOM_DRAM_DQM3, 0x00020030
  52 +DATA 4, MX6_IOM_DRAM_DQM4, 0x00020030
  53 +DATA 4, MX6_IOM_DRAM_DQM5, 0x00020030
  54 +DATA 4, MX6_IOM_DRAM_DQM6, 0x00020030
  55 +DATA 4, MX6_IOM_DRAM_DQM7, 0x00020030
  56 +
  57 +DATA 4, MX6_IOM_DRAM_CAS, 0x00020030
  58 +DATA 4, MX6_IOM_DRAM_RAS, 0x00020030
  59 +DATA 4, MX6_IOM_DRAM_SDCLK_0, 0x00020030
  60 +DATA 4, MX6_IOM_DRAM_SDCLK_1, 0x00020030
  61 +
  62 +DATA 4, MX6_IOM_DRAM_RESET, 0x00020030
  63 +DATA 4, MX6_IOM_DRAM_SDCKE0, 0x00003000
  64 +DATA 4, MX6_IOM_DRAM_SDCKE1, 0x00003000
  65 +
  66 +DATA 4, MX6_IOM_DRAM_SDODT0, 0x00003030
  67 +DATA 4, MX6_IOM_DRAM_SDODT1, 0x00003030
  68 +
  69 +/* (differential input) */
  70 +DATA 4, MX6_IOM_DDRMODE_CTL, 0x00020000
  71 +/* (differential input) */
  72 +DATA 4, MX6_IOM_GRP_DDRMODE, 0x00020000
  73 +/* disable ddr pullups */
  74 +DATA 4, MX6_IOM_GRP_DDRPKE, 0x00000000
  75 +DATA 4, MX6_IOM_DRAM_SDBA2, 0x00000000
  76 +/* 40 Ohm drive strength for cs0/1,sdba2,cke0/1,sdwe */
  77 +DATA 4, MX6_IOM_GRP_DDR_TYPE, 0x000C0000
  78 +
  79 +/* Read data DQ Byte0-3 delay */
  80 +DATA 4, MX6_MMDC_P0_MPRDDQBY0DL, 0x33333333
  81 +DATA 4, MX6_MMDC_P0_MPRDDQBY1DL, 0x33333333
  82 +DATA 4, MX6_MMDC_P0_MPRDDQBY2DL, 0x33333333
  83 +DATA 4, MX6_MMDC_P0_MPRDDQBY3DL, 0x33333333
  84 +DATA 4, MX6_MMDC_P1_MPRDDQBY0DL, 0x33333333
  85 +DATA 4, MX6_MMDC_P1_MPRDDQBY1DL, 0x33333333
  86 +DATA 4, MX6_MMDC_P1_MPRDDQBY2DL, 0x33333333
  87 +DATA 4, MX6_MMDC_P1_MPRDDQBY3DL, 0x33333333
  88 +
  89 +/*
  90 + * MDMISC mirroring interleaved (row/bank/col)
  91 + */
  92 +DATA 4, MX6_MMDC_P0_MDMISC, 0x00081740
  93 +
  94 +/*
  95 + * MDSCR con_req
  96 + */
  97 +DATA 4, MX6_MMDC_P0_MDSCR, 0x00008000
... ...
bootloader/u-boot_2015_04/board/falinux/mx6sl_prime_oven/mx6sl_prime_oven.c
... ... @@ -0,0 +1,719 @@
  1 +/*
  2 + * Copyright (C) 2010-2013 Freescale Semiconductor, Inc.
  3 + * Copyright (C) 2013, Boundary Devices <info@boundarydevices.com>
  4 + * Copyright (C) 2015, Falinux <tsheaven@falinux.com>
  5 + *
  6 + * SPDX-License-Identifier: GPL-2.0+
  7 + */
  8 +
  9 +#include <common.h>
  10 +#include <asm/io.h>
  11 +#include <asm/arch/clock.h>
  12 +#include <asm/arch/imx-regs.h>
  13 +#include <asm/arch/iomux.h>
  14 +#include <asm/arch/sys_proto.h>
  15 +#include <malloc.h>
  16 +#include <asm/arch/mx6-pins.h>
  17 +#include <asm/errno.h>
  18 +#include <asm/gpio.h>
  19 +#include <asm/imx-common/iomux-v3.h>
  20 +#include <asm/imx-common/mxc_i2c.h>
  21 +#include <asm/imx-common/sata.h>
  22 +#include <asm/imx-common/spi.h>
  23 +#include <asm/imx-common/boot_mode.h>
  24 +#include <asm/imx-common/video.h>
  25 +#include <mmc.h>
  26 +#include <fsl_esdhc.h>
  27 +#include <micrel.h>
  28 +#include <miiphy.h>
  29 +#include <netdev.h>
  30 +#include <asm/arch/crm_regs.h>
  31 +#include <asm/arch/mxc_hdmi.h>
  32 +#include <i2c.h>
  33 +#include <input.h>
  34 +#include <netdev.h>
  35 +#include <usb/ehci-fsl.h>
  36 +
  37 +DECLARE_GLOBAL_DATA_PTR;
  38 +
  39 +#define UART_PAD_CTRL (PAD_CTL_PUS_100K_UP | \
  40 + PAD_CTL_SPEED_MED | PAD_CTL_DSE_40ohm | \
  41 + PAD_CTL_SRE_FAST | PAD_CTL_HYS)
  42 +
  43 +#define USDHC_PAD_CTRL (PAD_CTL_PUS_47K_UP | \
  44 + PAD_CTL_SPEED_LOW | PAD_CTL_DSE_80ohm | \
  45 + PAD_CTL_SRE_FAST | PAD_CTL_HYS)
  46 +
  47 +#define ENET_PAD_CTRL (PAD_CTL_PUS_100K_UP | \
  48 + PAD_CTL_SPEED_MED | PAD_CTL_DSE_40ohm | PAD_CTL_HYS)
  49 +
  50 +#define SPI_PAD_CTRL (PAD_CTL_HYS | PAD_CTL_SPEED_MED | \
  51 + PAD_CTL_DSE_40ohm | PAD_CTL_SRE_FAST)
  52 +
  53 +#define BUTTON_PAD_CTRL (PAD_CTL_PUS_100K_UP | \
  54 + PAD_CTL_SPEED_MED | PAD_CTL_DSE_40ohm | PAD_CTL_HYS)
  55 +
  56 +#define I2C_PAD_CTRL (PAD_CTL_PUS_100K_UP | \
  57 + PAD_CTL_SPEED_MED | PAD_CTL_DSE_40ohm | PAD_CTL_HYS | \
  58 + PAD_CTL_ODE | PAD_CTL_SRE_FAST)
  59 +
  60 +#define WEAK_PULLUP (PAD_CTL_PUS_100K_UP | \
  61 + PAD_CTL_SPEED_MED | PAD_CTL_DSE_40ohm | PAD_CTL_HYS | \
  62 + PAD_CTL_SRE_SLOW)
  63 +
  64 +#define WEAK_PULLDOWN (PAD_CTL_PUS_100K_DOWN | \
  65 + PAD_CTL_SPEED_MED | PAD_CTL_DSE_40ohm | \
  66 + PAD_CTL_HYS | PAD_CTL_SRE_SLOW)
  67 +
  68 +#define OUTPUT_40OHM (PAD_CTL_SPEED_MED|PAD_CTL_DSE_40ohm)
  69 +
  70 +int dram_init(void)
  71 +{
  72 + gd->ram_size = ((ulong)CONFIG_DDR_MB * 1024 * 1024);
  73 +
  74 + return 0;
  75 +}
  76 +
  77 +static iomux_v3_cfg_t const uart1_pads[] = {
  78 + MX6_PAD_CSI0_DAT10__UART1_TX_DATA | MUX_PAD_CTRL(UART_PAD_CTRL),
  79 + MX6_PAD_CSI0_DAT11__UART1_RX_DATA | MUX_PAD_CTRL(UART_PAD_CTRL),
  80 +};
  81 +
  82 +static iomux_v3_cfg_t const uart2_pads[] = {
  83 + MX6_PAD_EIM_D26__UART2_TX_DATA | MUX_PAD_CTRL(UART_PAD_CTRL),
  84 + MX6_PAD_EIM_D27__UART2_RX_DATA | MUX_PAD_CTRL(UART_PAD_CTRL),
  85 +};
  86 +
  87 +static iomux_v3_cfg_t const uart23_pads[] = {
  88 + MX6_PAD_EIM_D24__UART3_TX_DATA | MUX_PAD_CTRL(UART_PAD_CTRL),
  89 + MX6_PAD_EIM_D25__UART3_RX_DATA | MUX_PAD_CTRL(UART_PAD_CTRL),
  90 + MX6_PAD_EIM_D31__UART3_RTS_B | MUX_PAD_CTRL(UART_PAD_CTRL),
  91 + MX6_PAD_EIM_D30__UART3_CTS_B | MUX_PAD_CTRL(UART_PAD_CTRL),
  92 +};
  93 +
  94 +
  95 +#define PC MUX_PAD_CTRL(I2C_PAD_CTRL)
  96 +
  97 +/* I2C1 SGTL5000, Ext-I2C#0 */
  98 +static struct i2c_pads_info i2c_pad_info0 = {
  99 + .scl = {
  100 + .i2c_mode = MX6_PAD_CSI0_DAT9__I2C1_SCL | PC,
  101 + .gpio_mode = MX6_PAD_CSI0_DAT9__GPIO5_IO27 | PC,
  102 + .gp = IMX_GPIO_NR(5, 27)
  103 + },
  104 + .sda = {
  105 + .i2c_mode = MX6_PAD_CSI0_DAT8__I2C1_SDA | PC,
  106 + .gpio_mode = MX6_PAD_CSI0_DAT8__GPIO5_IO26 | PC,
  107 + .gp = IMX_GPIO_NR(5, 26)
  108 + }
  109 +};
  110 +
  111 +/* I2C2 PMCI, DS1339(RTC), Mac address, touch, HDMI */
  112 +static struct i2c_pads_info i2c_pad_info1 = {
  113 + .scl = {
  114 + .i2c_mode = MX6_PAD_KEY_COL3__I2C2_SCL | PC,
  115 + .gpio_mode = MX6_PAD_KEY_COL3__GPIO4_IO12 | PC,
  116 + .gp = IMX_GPIO_NR(4, 12)
  117 + },
  118 + .sda = {
  119 + .i2c_mode = MX6_PAD_KEY_ROW3__I2C2_SDA | PC,
  120 + .gpio_mode = MX6_PAD_KEY_ROW3__GPIO4_IO13 | PC,
  121 + .gp = IMX_GPIO_NR(4, 13)
  122 + }
  123 +};
  124 +
  125 +/* I2C3 Ext-I2C#1 */
  126 +static struct i2c_pads_info i2c_pad_info2 = {
  127 + .scl = {
  128 + .i2c_mode = MX6_PAD_GPIO_5__I2C3_SCL | PC,
  129 + .gpio_mode = MX6_PAD_GPIO_5__GPIO1_IO05 | PC,
  130 + .gp = IMX_GPIO_NR(1, 5)
  131 + },
  132 + .sda = {
  133 + .i2c_mode = MX6_PAD_GPIO_6__I2C3_SDA | PC,
  134 + .gpio_mode = MX6_PAD_GPIO_6__GPIO1_IO06 | PC,
  135 + .gp = IMX_GPIO_NR(1, 6)
  136 + }
  137 +};
  138 +
  139 +// Wifi
  140 +static iomux_v3_cfg_t const usdhc2_pads[] = {
  141 + MX6_PAD_SD2_CLK__SD2_CLK | MUX_PAD_CTRL(USDHC_PAD_CTRL),
  142 + MX6_PAD_SD2_CMD__SD2_CMD | MUX_PAD_CTRL(USDHC_PAD_CTRL),
  143 + MX6_PAD_SD2_DAT0__SD2_DATA0 | MUX_PAD_CTRL(USDHC_PAD_CTRL),
  144 + MX6_PAD_SD2_DAT1__SD2_DATA1 | MUX_PAD_CTRL(USDHC_PAD_CTRL),
  145 + MX6_PAD_SD2_DAT2__SD2_DATA2 | MUX_PAD_CTRL(USDHC_PAD_CTRL),
  146 + MX6_PAD_SD2_DAT3__SD2_DATA3 | MUX_PAD_CTRL(USDHC_PAD_CTRL),
  147 + MX6_PAD_SD3_DAT7__GPIO6_IO17 | MUX_PAD_CTRL(NO_PAD_CTRL), /* CD */
  148 + MX6_PAD_SD3_DAT6__GPIO6_IO18 | MUX_PAD_CTRL(NO_PAD_CTRL), /* WP */
  149 +};
  150 +
  151 +// Micro-SD
  152 +static iomux_v3_cfg_t const usdhc3_pads[] = {
  153 + MX6_PAD_SD3_CLK__SD3_CLK | MUX_PAD_CTRL(USDHC_PAD_CTRL),
  154 + MX6_PAD_SD3_CMD__SD3_CMD | MUX_PAD_CTRL(USDHC_PAD_CTRL),
  155 + MX6_PAD_SD3_DAT0__SD3_DATA0 | MUX_PAD_CTRL(USDHC_PAD_CTRL),
  156 + MX6_PAD_SD3_DAT1__SD3_DATA1 | MUX_PAD_CTRL(USDHC_PAD_CTRL),
  157 + MX6_PAD_SD3_DAT2__SD3_DATA2 | MUX_PAD_CTRL(USDHC_PAD_CTRL),
  158 + MX6_PAD_SD3_DAT3__SD3_DATA3 | MUX_PAD_CTRL(USDHC_PAD_CTRL),
  159 + MX6_PAD_SD3_DAT5__GPIO7_IO00 | MUX_PAD_CTRL(NO_PAD_CTRL), /* CD */
  160 +};
  161 +
  162 +// eMMC
  163 +static iomux_v3_cfg_t const usdhc4_pads[] = {
  164 + MX6_PAD_SD4_CLK__SD4_CLK | MUX_PAD_CTRL(USDHC_PAD_CTRL),
  165 + MX6_PAD_SD4_CMD__SD4_CMD | MUX_PAD_CTRL(USDHC_PAD_CTRL),
  166 + MX6_PAD_SD4_DAT0__SD4_DATA0 | MUX_PAD_CTRL(USDHC_PAD_CTRL),
  167 + MX6_PAD_SD4_DAT1__SD4_DATA1 | MUX_PAD_CTRL(USDHC_PAD_CTRL),
  168 + MX6_PAD_SD4_DAT2__SD4_DATA2 | MUX_PAD_CTRL(USDHC_PAD_CTRL),
  169 + MX6_PAD_SD4_DAT3__SD4_DATA3 | MUX_PAD_CTRL(USDHC_PAD_CTRL),
  170 + MX6_PAD_SD4_DAT4__SD4_DATA4 | MUX_PAD_CTRL(USDHC_PAD_CTRL),
  171 + MX6_PAD_SD4_DAT5__SD4_DATA5 | MUX_PAD_CTRL(USDHC_PAD_CTRL),
  172 + MX6_PAD_SD4_DAT6__SD4_DATA6 | MUX_PAD_CTRL(USDHC_PAD_CTRL),
  173 + MX6_PAD_SD4_DAT7__SD4_DATA7 | MUX_PAD_CTRL(USDHC_PAD_CTRL),
  174 +};
  175 +
  176 +static iomux_v3_cfg_t const usb_pads[] = {
  177 + MX6_PAD_NANDF_D0__GPIO2_IO00 | MUX_PAD_CTRL(NO_PAD_CTRL), // USB1_DRVVBUS
  178 + MX6_PAD_NANDF_D1__GPIO2_IO01 | MUX_PAD_CTRL(NO_PAD_CTRL), // USB2_DRVVBUS
  179 + MX6_PAD_NANDF_D2__GPIO2_IO02 | MUX_PAD_CTRL(NO_PAD_CTRL), // USB4_DRVVBUS
  180 +};
  181 +
  182 +static void setup_iomux_uart(void)
  183 +{
  184 + imx_iomux_v3_setup_multiple_pads(uart1_pads, ARRAY_SIZE(uart1_pads));
  185 + imx_iomux_v3_setup_multiple_pads(uart2_pads, ARRAY_SIZE(uart2_pads));
  186 +}
  187 +
  188 +#ifdef CONFIG_USB_EHCI_MX6
  189 +int board_ehci_hcd_init(int port)
  190 +{
  191 + imx_iomux_v3_setup_multiple_pads(usb_pads, ARRAY_SIZE(usb_pads));
  192 +
  193 + /* Reset USB Power */
  194 + gpio_direction_output(IMX_GPIO_NR(2, 0), 0);
  195 + gpio_direction_output(IMX_GPIO_NR(2, 1), 0);
  196 + gpio_direction_output(IMX_GPIO_NR(2, 2), 0);
  197 + mdelay(2);
  198 + gpio_set_value(IMX_GPIO_NR(2, 0), 1);
  199 + gpio_set_value(IMX_GPIO_NR(2, 1), 1);
  200 + gpio_set_value(IMX_GPIO_NR(2, 2), 1);
  201 +
  202 + return 0;
  203 +}
  204 +
  205 +int board_ehci_power(int port, int on)
  206 +{
  207 + if (port)
  208 + return 0;
  209 + return 0;
  210 +}
  211 +
  212 +#endif
  213 +
  214 +#define USDHC3_CD_GPIO IMX_GPIO_NR(7, 0)
  215 +
  216 +#ifdef CONFIG_FSL_ESDHC
  217 +static struct fsl_esdhc_cfg usdhc_cfg[2] = {
  218 + {USDHC4_BASE_ADDR},
  219 + {USDHC3_BASE_ADDR},
  220 +};
  221 +
  222 +int board_mmc_getcd(struct mmc *mmc)
  223 +{
  224 + struct fsl_esdhc_cfg *cfg = (struct fsl_esdhc_cfg *)mmc->priv;
  225 + int ret = 0;
  226 +
  227 + switch (cfg->esdhc_base) {
  228 + case USDHC4_BASE_ADDR:
  229 + ret = 1; // always on
  230 + break;
  231 + case USDHC3_BASE_ADDR:
  232 + gpio_direction_input(USDHC3_CD_GPIO);
  233 + ret = !gpio_get_value(USDHC3_CD_GPIO);
  234 + break;
  235 + }
  236 +
  237 + return ret;
  238 +}
  239 +
  240 +int board_mmc_init(bd_t *bis)
  241 +{
  242 + int ret;
  243 + u32 index = 0;
  244 +
  245 + for (index = 0; index < CONFIG_SYS_FSL_USDHC_NUM; ++index) {
  246 + switch (index) {
  247 + case 0:
  248 + imx_iomux_v3_setup_multiple_pads(usdhc4_pads, ARRAY_SIZE(usdhc4_pads));
  249 + usdhc_cfg[0].sdhc_clk = mxc_get_clock(MXC_ESDHC4_CLK);
  250 + usdhc_cfg[0].max_bus_width = 8;
  251 + break;
  252 + case 1:
  253 + imx_iomux_v3_setup_multiple_pads(usdhc3_pads, ARRAY_SIZE(usdhc3_pads));
  254 + usdhc_cfg[1].sdhc_clk = mxc_get_clock(MXC_ESDHC3_CLK);
  255 + usdhc_cfg[1].max_bus_width = 4;
  256 + break;
  257 + default:
  258 + printf("Warning: you configured more USDHC controllers"
  259 + "(%d) then supported by the board (%d)\n",
  260 + index + 1, CONFIG_SYS_FSL_USDHC_NUM);
  261 + return -EINVAL;
  262 + }
  263 +
  264 + ret = fsl_esdhc_initialize(bis, &usdhc_cfg[index]);
  265 + if (ret)
  266 + return ret;
  267 + }
  268 +}
  269 +#endif
  270 +
  271 +#ifdef CONFIG_MXC_SPI
  272 +int board_spi_cs_gpio(unsigned bus, unsigned cs)
  273 +{
  274 + return (bus == 0 && cs == 0) ? (IMX_GPIO_NR(3, 19)) : -1;
  275 +}
  276 +
  277 +static iomux_v3_cfg_t const ecspi1_pads[] = {
  278 + /* SS1 */
  279 + MX6_PAD_EIM_D16__ECSPI1_SCLK | MUX_PAD_CTRL(SPI_PAD_CTRL),
  280 + MX6_PAD_EIM_D18__ECSPI1_MOSI | MUX_PAD_CTRL(SPI_PAD_CTRL),
  281 + MX6_PAD_EIM_D17__ECSPI1_MISO | MUX_PAD_CTRL(SPI_PAD_CTRL),
  282 + MX6_PAD_EIM_D19__GPIO3_IO19 | MUX_PAD_CTRL(NO_PAD_CTRL),
  283 +};
  284 +
  285 +static iomux_v3_cfg_t const ecspi2_pads[] = {
  286 + /* SS1 */
  287 + MX6_PAD_DISP0_DAT19__ECSPI2_SCLK | MUX_PAD_CTRL(SPI_PAD_CTRL),
  288 + MX6_PAD_DISP0_DAT16__ECSPI2_MOSI | MUX_PAD_CTRL(SPI_PAD_CTRL),
  289 + MX6_PAD_DISP0_DAT17__ECSPI2_MISO | MUX_PAD_CTRL(SPI_PAD_CTRL),
  290 + MX6_PAD_DISP0_DAT18__GPIO5_IO12 | MUX_PAD_CTRL(NO_PAD_CTRL),
  291 +};
  292 +
  293 +static void setup_spi(void)
  294 +{
  295 + imx_iomux_v3_setup_multiple_pads(ecspi1_pads, ARRAY_SIZE(ecspi1_pads));
  296 + imx_iomux_v3_setup_multiple_pads(ecspi2_pads, ARRAY_SIZE(ecspi2_pads));
  297 +}
  298 +#endif
  299 +
  300 +static iomux_v3_cfg_t const enet_pads[] = {
  301 + MX6_PAD_ENET_MDIO__ENET_MDIO | MUX_PAD_CTRL(ENET_PAD_CTRL),
  302 + MX6_PAD_ENET_MDC__ENET_MDC | MUX_PAD_CTRL(ENET_PAD_CTRL),
  303 + MX6_PAD_RGMII_TXC__RGMII_TXC | MUX_PAD_CTRL(ENET_PAD_CTRL),
  304 + MX6_PAD_RGMII_TD0__RGMII_TD0 | MUX_PAD_CTRL(ENET_PAD_CTRL),
  305 + MX6_PAD_RGMII_TD1__RGMII_TD1 | MUX_PAD_CTRL(ENET_PAD_CTRL),
  306 + MX6_PAD_RGMII_TD2__RGMII_TD2 | MUX_PAD_CTRL(ENET_PAD_CTRL),
  307 + MX6_PAD_RGMII_TD3__RGMII_TD3 | MUX_PAD_CTRL(ENET_PAD_CTRL),
  308 + MX6_PAD_RGMII_TX_CTL__RGMII_TX_CTL | MUX_PAD_CTRL(ENET_PAD_CTRL),
  309 + MX6_PAD_ENET_REF_CLK__ENET_TX_CLK | MUX_PAD_CTRL(ENET_PAD_CTRL),
  310 + MX6_PAD_RGMII_RXC__RGMII_RXC | MUX_PAD_CTRL(ENET_PAD_CTRL),
  311 + MX6_PAD_RGMII_RD0__RGMII_RD0 | MUX_PAD_CTRL(ENET_PAD_CTRL),
  312 + MX6_PAD_RGMII_RD1__RGMII_RD1 | MUX_PAD_CTRL(ENET_PAD_CTRL),
  313 + MX6_PAD_RGMII_RD2__RGMII_RD2 | MUX_PAD_CTRL(ENET_PAD_CTRL),
  314 + MX6_PAD_RGMII_RD3__RGMII_RD3 | MUX_PAD_CTRL(ENET_PAD_CTRL),
  315 + MX6_PAD_RGMII_RX_CTL__RGMII_RX_CTL | MUX_PAD_CTRL(ENET_PAD_CTRL),
  316 + /* AR8031 PHY Reset */
  317 + MX6_PAD_ENET_CRS_DV__GPIO1_IO25 | MUX_PAD_CTRL(NO_PAD_CTRL),
  318 +};
  319 +
  320 +static void setup_iomux_enet(void)
  321 +{
  322 + imx_iomux_v3_setup_multiple_pads(enet_pads, ARRAY_SIZE(enet_pads));
  323 +
  324 + /* Reset AR8031 PHY */
  325 + gpio_direction_output(IMX_GPIO_NR(1, 25) , 0);
  326 + udelay(500);
  327 + gpio_set_value(IMX_GPIO_NR(1, 25), 1);
  328 +}
  329 +
  330 +int mx6_rgmii_rework(struct phy_device *phydev)
  331 +{
  332 + unsigned short val;
  333 +
  334 + /* To enable AR8031 ouput a 125MHz clk from CLK_25M */
  335 + phy_write(phydev, MDIO_DEVAD_NONE, 0xd, 0x7);
  336 + phy_write(phydev, MDIO_DEVAD_NONE, 0xe, 0x8016);
  337 + phy_write(phydev, MDIO_DEVAD_NONE, 0xd, 0x4007);
  338 +
  339 + val = phy_read(phydev, MDIO_DEVAD_NONE, 0xe);
  340 + val &= 0xffe3;
  341 + val |= 0x18;
  342 + phy_write(phydev, MDIO_DEVAD_NONE, 0xe, val);
  343 +
  344 + /* introduce tx clock delay */
  345 + phy_write(phydev, MDIO_DEVAD_NONE, 0x1d, 0x5);
  346 + val = phy_read(phydev, MDIO_DEVAD_NONE, 0x1e);
  347 + val |= 0x0100;
  348 + phy_write(phydev, MDIO_DEVAD_NONE, 0x1e, val);
  349 +
  350 + return 0;
  351 +}
  352 +
  353 +int board_phy_config(struct phy_device *phydev)
  354 +{
  355 + mx6_rgmii_rework(phydev);
  356 +
  357 + if (phydev->drv->config)
  358 + phydev->drv->config(phydev);
  359 +
  360 + return 0;
  361 +}
  362 +
  363 +int board_eth_init(bd_t *bis)
  364 +{
  365 + uint32_t base = IMX_FEC_BASE;
  366 + struct mii_dev *bus = NULL;
  367 + struct phy_device *phydev = NULL;
  368 + int ret;
  369 +
  370 + setup_iomux_enet();
  371 +
  372 +#ifdef CONFIG_FEC_MXC
  373 + bus = fec_get_miibus(base, -1);
  374 + if (!bus)
  375 + return 0;
  376 + /* scan phy 4,5,6,7 */
  377 +// phydev = phy_find_by_mask(bus, 1 << 1, PHY_INTERFACE_MODE_RGMII);
  378 + phydev = phy_find_by_mask(bus, 0xFF, PHY_INTERFACE_MODE_RGMII);
  379 +
  380 + if (!phydev) {
  381 + free(bus);
  382 + return 0;
  383 + }
  384 + printf("using phy at %d\n", phydev->addr);
  385 + ret = fec_probe(bis, -1, base, bus, phydev);
  386 + if (ret) {
  387 + printf("FEC MXC: %s:failed\n", __func__);
  388 + free(phydev);
  389 + free(bus);
  390 + }
  391 +#endif
  392 +
  393 + return 0;
  394 +}
  395 +
  396 +#if defined(CONFIG_VIDEO_IPUV3)
  397 +
  398 +static iomux_v3_cfg_t const backlight_pads[] = {
  399 + /* Backlight on RGB connector: J15 */
  400 + MX6_PAD_SD1_DAT3__GPIO1_IO21 | MUX_PAD_CTRL(NO_PAD_CTRL),
  401 +#define RGB_BACKLIGHT_GP IMX_GPIO_NR(1, 21)
  402 +
  403 + /* Backlight on LVDS connector: J6 */
  404 + MX6_PAD_SD1_CMD__GPIO1_IO18 | MUX_PAD_CTRL(NO_PAD_CTRL),
  405 +#define LVDS_BACKLIGHT_GP IMX_GPIO_NR(1, 18)
  406 +};
  407 +
  408 +static iomux_v3_cfg_t const rgb_pads[] = {
  409 + MX6_PAD_DI0_DISP_CLK__IPU1_DI0_DISP_CLK,
  410 + MX6_PAD_DI0_PIN15__IPU1_DI0_PIN15,
  411 + MX6_PAD_DI0_PIN2__IPU1_DI0_PIN02,
  412 + MX6_PAD_DI0_PIN3__IPU1_DI0_PIN03,
  413 + MX6_PAD_DI0_PIN4__GPIO4_IO20,
  414 + MX6_PAD_DISP0_DAT0__IPU1_DISP0_DATA00,
  415 + MX6_PAD_DISP0_DAT1__IPU1_DISP0_DATA01,
  416 + MX6_PAD_DISP0_DAT2__IPU1_DISP0_DATA02,
  417 + MX6_PAD_DISP0_DAT3__IPU1_DISP0_DATA03,
  418 + MX6_PAD_DISP0_DAT4__IPU1_DISP0_DATA04,
  419 + MX6_PAD_DISP0_DAT5__IPU1_DISP0_DATA05,
  420 + MX6_PAD_DISP0_DAT6__IPU1_DISP0_DATA06,
  421 + MX6_PAD_DISP0_DAT7__IPU1_DISP0_DATA07,
  422 + MX6_PAD_DISP0_DAT8__IPU1_DISP0_DATA08,
  423 + MX6_PAD_DISP0_DAT9__IPU1_DISP0_DATA09,
  424 + MX6_PAD_DISP0_DAT10__IPU1_DISP0_DATA10,
  425 + MX6_PAD_DISP0_DAT11__IPU1_DISP0_DATA11,
  426 + MX6_PAD_DISP0_DAT12__IPU1_DISP0_DATA12,
  427 + MX6_PAD_DISP0_DAT13__IPU1_DISP0_DATA13,
  428 + MX6_PAD_DISP0_DAT14__IPU1_DISP0_DATA14,
  429 + MX6_PAD_DISP0_DAT15__IPU1_DISP0_DATA15,
  430 + MX6_PAD_DISP0_DAT16__IPU1_DISP0_DATA16,
  431 + MX6_PAD_DISP0_DAT17__IPU1_DISP0_DATA17,
  432 + MX6_PAD_DISP0_DAT18__IPU1_DISP0_DATA18,
  433 + MX6_PAD_DISP0_DAT19__IPU1_DISP0_DATA19,
  434 + MX6_PAD_DISP0_DAT20__IPU1_DISP0_DATA20,
  435 + MX6_PAD_DISP0_DAT21__IPU1_DISP0_DATA21,
  436 + MX6_PAD_DISP0_DAT22__IPU1_DISP0_DATA22,
  437 + MX6_PAD_DISP0_DAT23__IPU1_DISP0_DATA23,
  438 +};
  439 +
  440 +static void do_enable_hdmi(struct display_info_t const *dev)
  441 +{
  442 + imx_enable_hdmi_phy();
  443 +}
  444 +
  445 +static int detect_i2c(struct display_info_t const *dev)
  446 +{
  447 + return ((0 == i2c_set_bus_num(dev->bus))
  448 + &&
  449 + (0 == i2c_probe(dev->addr)));
  450 +}
  451 +
  452 +static void enable_lvds(struct display_info_t const *dev)
  453 +{
  454 + struct iomuxc *iomux = (struct iomuxc *)
  455 + IOMUXC_BASE_ADDR;
  456 + u32 reg = readl(&iomux->gpr[2]);
  457 + reg |= IOMUXC_GPR2_DATA_WIDTH_CH0_24BIT;
  458 + writel(reg, &iomux->gpr[2]);
  459 +
  460 + gpio_direction_output(IMX_GPIO_NR(1, 4), 1);
  461 +}
  462 +
  463 +static void enable_lvds_jeida(struct display_info_t const *dev)
  464 +{
  465 + struct iomuxc *iomux = (struct iomuxc *)
  466 + IOMUXC_BASE_ADDR;
  467 + u32 reg = readl(&iomux->gpr[2]);
  468 + reg |= IOMUXC_GPR2_DATA_WIDTH_CH0_24BIT
  469 + |IOMUXC_GPR2_BIT_MAPPING_CH0_JEIDA;
  470 + writel(reg, &iomux->gpr[2]);
  471 +
  472 + gpio_direction_output(LVDS_BACKLIGHT_GP, 1);
  473 +}
  474 +
  475 +static void enable_rgb(struct display_info_t const *dev)
  476 +{
  477 + imx_iomux_v3_setup_multiple_pads( rgb_pads, ARRAY_SIZE(rgb_pads));
  478 + gpio_direction_output(RGB_BACKLIGHT_GP, 1);
  479 +}
  480 +
  481 +struct display_info_t const displays[] = { {
  482 + .bus = -1,
  483 + .addr = 0,
  484 + .pixfmt = IPU_PIX_FMT_RGB24,
  485 + .detect = detect_hdmi,
  486 + .enable = do_enable_hdmi,
  487 + .mode = {
  488 + .name = "HDMI",
  489 + .refresh = 60,
  490 + .xres = 1920,
  491 + .yres = 1080,
  492 + .pixclock = 15385,
  493 + .left_margin = 220,
  494 + .right_margin = 40,
  495 + .upper_margin = 21,
  496 + .lower_margin = 7,
  497 + .hsync_len = 60,
  498 + .vsync_len = 10,
  499 + .sync = FB_SYNC_EXT,
  500 + .vmode = FB_VMODE_NONINTERLACED
  501 + } }, {
  502 + .bus = 0,
  503 + .addr = 0,
  504 + .pixfmt = IPU_PIX_FMT_RGB24,
  505 + .detect = 0,
  506 + .enable = enable_rgb,
  507 + .mode = {
  508 + .name = "LDB-G156BGE",
  509 + .refresh = 60,
  510 + .xres = 1366,
  511 + .yres = 768,
  512 + .pixclock = 20831, // 1000000000 / (1366+130+60+4) * 1000 / (768+32+3+3) / 60 = 24831
  513 + .left_margin = 130, // hsync back porch
  514 + .right_margin = 60, // hsync front porch
  515 + .upper_margin = 32, // vsync back porch
  516 + .lower_margin = 3, // hsync fron porch
  517 + .hsync_len = 4,
  518 + .vsync_len = 3,
  519 + .sync = 0,
  520 + .vmode = FB_VMODE_NONINTERLACED
  521 +} } };
  522 +
  523 +size_t display_count = ARRAY_SIZE(displays);
  524 +
  525 +int board_cfb_skip(void)
  526 +{
  527 + return NULL != getenv("novideo");
  528 +}
  529 +
  530 +static void setup_display(void)
  531 +{
  532 + struct mxc_ccm_reg *mxc_ccm = (struct mxc_ccm_reg *)CCM_BASE_ADDR;
  533 + struct iomuxc *iomux = (struct iomuxc *)IOMUXC_BASE_ADDR;
  534 + int reg;
  535 +
  536 + enable_ipu_clock();
  537 + imx_setup_hdmi();
  538 +
  539 + /* Turn on LDB0,IPU,IPU DI0 clocks */
  540 + reg = __raw_readl(&mxc_ccm->CCGR3);
  541 + reg |= MXC_CCM_CCGR3_LDB_DI0_MASK; // | MXC_CCM_CCGR3_IPU1_IPU_DI0_MASK;
  542 + writel(reg, &mxc_ccm->CCGR3);
  543 +
  544 + /* set LDB0, LDB1 clk select to 011/011 */
  545 + reg = readl(&mxc_ccm->cs2cdr);
  546 + reg &= ~(MXC_CCM_CS2CDR_LDB_DI0_CLK_SEL_MASK
  547 + |MXC_CCM_CS2CDR_LDB_DI1_CLK_SEL_MASK);
  548 + reg |= (3<<MXC_CCM_CS2CDR_LDB_DI0_CLK_SEL_OFFSET)
  549 + |(3<<MXC_CCM_CS2CDR_LDB_DI1_CLK_SEL_OFFSET);
  550 + writel(reg, &mxc_ccm->cs2cdr);
  551 +
  552 + reg = readl(&mxc_ccm->cscmr2);
  553 + reg |= MXC_CCM_CSCMR2_LDB_DI0_IPU_DIV;
  554 + writel(reg, &mxc_ccm->cscmr2);
  555 +
  556 + reg = readl(&mxc_ccm->chsccdr);
  557 + reg |= (CHSCCDR_CLK_SEL_LDB_DI0
  558 + <<MXC_CCM_CHSCCDR_IPU1_DI0_CLK_SEL_OFFSET);
  559 + writel(reg, &mxc_ccm->chsccdr);
  560 +
  561 + // LVDS CH0 Enable, CH1 Disable
  562 + reg = IOMUXC_GPR2_BGREF_RRMODE_EXTERNAL_RES
  563 + | IOMUXC_GPR2_DI1_VS_POLARITY_ACTIVE_HIGH
  564 + | IOMUXC_GPR2_DI0_VS_POLARITY_ACTIVE_LOW
  565 + | IOMUXC_GPR2_BIT_MAPPING_CH1_SPWG
  566 + | IOMUXC_GPR2_DATA_WIDTH_CH1_18BIT
  567 + | IOMUXC_GPR2_BIT_MAPPING_CH0_SPWG
  568 + | IOMUXC_GPR2_DATA_WIDTH_CH0_18BIT
  569 + | IOMUXC_GPR2_LVDS_CH1_MODE_DISABLED
  570 + | IOMUXC_GPR2_LVDS_CH0_MODE_ENABLED_DI0;
  571 + writel(reg, &iomux->gpr[2]);
  572 +
  573 + reg = readl(&iomux->gpr[3]);
  574 + reg = (reg & ~(IOMUXC_GPR3_LVDS0_MUX_CTL_MASK
  575 + | IOMUXC_GPR3_HDMI_MUX_CTL_MASK))
  576 + | (IOMUXC_GPR3_MUX_SRC_IPU1_DI0
  577 + << IOMUXC_GPR3_LVDS0_MUX_CTL_OFFSET);
  578 +
  579 + /* backlights off until needed */
  580 + imx_iomux_v3_setup_multiple_pads(backlight_pads,
  581 + ARRAY_SIZE(backlight_pads));
  582 + gpio_direction_input(LVDS_BACKLIGHT_GP);
  583 + gpio_direction_input(RGB_BACKLIGHT_GP);
  584 +}
  585 +#endif
  586 +
  587 +
  588 +static iomux_v3_cfg_t const init_pads[] = {
  589 + MX6_PAD_GPIO_2__GPIO1_IO02 | MUX_PAD_CTRL(NO_PAD_CTRL), // DEBUG_LCD1
  590 + MX6_PAD_GPIO_4__GPIO1_IO04 | MUX_PAD_CTRL(NO_PAD_CTRL), // DEBUG_LCD2
  591 +
  592 + NEW_PAD_CTRL(MX6_PAD_GPIO_0__CCM_CLKO1, OUTPUT_40OHM), // SGTL500_sys_mclk
  593 +
  594 + MX6_PAD_NANDF_D0__GPIO2_IO00 | MUX_PAD_CTRL(NO_PAD_CTRL), // USB1_DRVVBUS
  595 + MX6_PAD_NANDF_D1__GPIO2_IO01 | MUX_PAD_CTRL(NO_PAD_CTRL), // USB2_DRVVBUS
  596 + MX6_PAD_NANDF_D2__GPIO2_IO02 | MUX_PAD_CTRL(NO_PAD_CTRL), // USB4_DRVVBUS
  597 +
  598 + MX6_PAD_NANDF_CLE__GPIO6_IO07 | MUX_PAD_CTRL(NO_PAD_CTRL), // SDIO_WIFI_nRST
  599 + MX6_PAD_NANDF_ALE__GPIO6_IO08 | MUX_PAD_CTRL(NO_PAD_CTRL), // SDIO_WIFI_PDN
  600 + MX6_PAD_EIM_D23__GPIO3_IO23 | MUX_PAD_CTRL(NO_PAD_CTRL), // LCD_PWR_EN
  601 + MX6_PAD_GPIO_9__PWM1_OUT | MUX_PAD_CTRL(NO_PAD_CTRL), // LCD_PWM1
  602 + MX6_PAD_NANDF_CS0__GPIO6_IO11 | MUX_PAD_CTRL(NO_PAD_CTRL), // PCIE_RST#
  603 + MX6_PAD_NANDF_CS1__GPIO6_IO14 | MUX_PAD_CTRL(NO_PAD_CTRL), // PCIE_WAKE
  604 + MX6_PAD_NANDF_CS1__GPIO6_IO14 | MUX_PAD_CTRL(NO_PAD_CTRL), // TOUCH_INT#
  605 +};
  606 +
  607 +#define DBG_CPU_RUN_GP IMX_GPIO_NR(1, 2)
  608 +#define DBG_CPU_ERROR_GP IMX_GPIO_NR(1, 4)
  609 +#define SDIO_WIFI_RESET_GP IMX_GPIO_NR(6, 7)
  610 +#define SDIO_WIFI_PDN_GP IMX_GPIO_NR(6, 8)
  611 +#define PCIE_RESET_GP IMX_GPIO_NR(6, 11)
  612 +#define USB_CH1_PWN_EN_GP IMX_GPIO_NR(2, 0)
  613 +#define USB_CH2_PWN_EN_GP IMX_GPIO_NR(2, 1)
  614 +#define USB_CH4_PWN_EN_GP IMX_GPIO_NR(2, 2)
  615 +
  616 +static void setup_gpio(void)
  617 +{
  618 + gpio_direction_output(DBG_CPU_RUN_GP, 1);
  619 + gpio_direction_output(DBG_CPU_ERROR_GP, 0);
  620 + udelay(200000);
  621 + gpio_set_value(DBG_CPU_RUN_GP, 0);
  622 + gpio_set_value(DBG_CPU_ERROR_GP, 1);
  623 + udelay(20000);
  624 +
  625 + gpio_direction_output(SDIO_WIFI_RESET_GP, 0);
  626 + gpio_direction_output(SDIO_WIFI_PDN_GP, 0);
  627 + gpio_direction_output(PCIE_RESET_GP, 0);
  628 + udelay(50000);
  629 + gpio_set_value(SDIO_WIFI_RESET_GP, 1);
  630 + gpio_set_value(SDIO_WIFI_PDN_GP, 1);
  631 + gpio_set_value(PCIE_RESET_GP, 1);
  632 + udelay(20000);
  633 +
  634 + gpio_direction_output(USB_CH1_PWN_EN_GP, 0);
  635 + gpio_direction_output(USB_CH2_PWN_EN_GP, 0);
  636 + gpio_direction_output(USB_CH4_PWN_EN_GP, 0);
  637 + udelay(50000);
  638 + gpio_set_value(USB_CH1_PWN_EN_GP, 1);
  639 + gpio_set_value(USB_CH2_PWN_EN_GP, 1);
  640 + gpio_set_value(USB_CH4_PWN_EN_GP, 1);
  641 +}
  642 +
  643 +int board_early_init_f(void)
  644 +{
  645 + setup_iomux_uart();
  646 +
  647 + imx_iomux_v3_setup_multiple_pads(init_pads, ARRAY_SIZE(init_pads));
  648 +
  649 +
  650 +#if defined(CONFIG_VIDEO_IPUV3)
  651 + setup_display();
  652 +#endif
  653 + return 0;
  654 +}
  655 +
  656 +/*
  657 + * Do not overwrite the console
  658 + * Use always serial for U-Boot console
  659 + */
  660 +int overwrite_console(void)
  661 +{
  662 + return 1;
  663 +}
  664 +
  665 +int board_init(void)
  666 +{
  667 + struct iomuxc *const iomuxc_regs = (struct iomuxc *)IOMUXC_BASE_ADDR;
  668 +
  669 + clrsetbits_le32(&iomuxc_regs->gpr[1],
  670 + IOMUXC_GPR1_OTG_ID_MASK,
  671 + IOMUXC_GPR1_OTG_ID_GPIO1);
  672 +
  673 + /* address of boot parameters */
  674 + gd->bd->bi_boot_params = PHYS_SDRAM + 0x100;
  675 +
  676 +#ifdef CONFIG_MXC_SPI
  677 + setup_spi();
  678 +#endif
  679 + setup_i2c(0, CONFIG_SYS_I2C_SPEED, 0x7f, &i2c_pad_info0);
  680 + setup_i2c(1, CONFIG_SYS_I2C_SPEED, 0x7f, &i2c_pad_info1);
  681 + setup_i2c(2, CONFIG_SYS_I2C_SPEED, 0x7f, &i2c_pad_info2);
  682 +
  683 +#ifdef CONFIG_CMD_SATA
  684 + setup_sata();
  685 +#endif
  686 +
  687 +
  688 +
  689 + return 0;
  690 +}
  691 +
  692 +int checkboard(void)
  693 +{
  694 + puts("Board: CMF1000\n");
  695 +
  696 + return 0;
  697 +}
  698 +
  699 +#ifdef CONFIG_CMD_BMODE
  700 +static const struct boot_mode board_boot_modes[] = {
  701 + /* 8 bit bus width */
  702 + {"mmc0", MAKE_CFGVAL(0x40, 0x38, 0x00, 0x00)},
  703 + /* 4 bit bus width */
  704 + {"mmc1", MAKE_CFGVAL(0x40, 0x30, 0x00, 0x00)},
  705 + {NULL, 0},
  706 +};
  707 +#endif
  708 +
  709 +int misc_init_r(void)
  710 +{
  711 +// [FALINUX]
  712 + setup_gpio();
  713 +
  714 +#ifdef CONFIG_CMD_BMODE
  715 + add_board_boot_modes(board_boot_modes);
  716 +#endif
  717 + setenv_hex("reset_cause", get_imx_reset_cause());
  718 + return 0;
  719 +}
... ...
bootloader/u-boot_2015_04/board/falinux/mx6sl_prime_oven/mx6sl_prime_oven1g.cfg
... ... @@ -0,0 +1,30 @@
  1 +/*
  2 + * Copyright (C) 2013 Boundary Devices
  3 + * Copyright (C) 2015 Falinux
  4 + *
  5 + * SPDX-License-Identifier: GPL-2.0+
  6 + *
  7 + * Refer doc/README.imximage for more details about how-to configure
  8 + * and create imximage boot image
  9 + *
  10 + * The syntax is taken as close as possible with the kwbimage
  11 + */
  12 +
  13 +/* image version */
  14 +IMAGE_VERSION 2
  15 +
  16 +/*
  17 + * Boot Device : one of
  18 + * spi, sd (the board has no nand neither onenand)
  19 + */
  20 +BOOT_FROM sd
  21 +
  22 +#define __ASSEMBLY__
  23 +#include <config.h>
  24 +#include "asm/arch/mx6-ddr.h"
  25 +#include "asm/arch/iomux.h"
  26 +#include "asm/arch/crm_regs.h"
  27 +
  28 +#include "ddr-setup.cfg"
  29 +#include "800mhz_2x256mx16.cfg"
  30 +#include "clocks.cfg"
... ...
bootloader/u-boot_2015_04/configs/imx6sl_prime_oven_defconfig
... ... @@ -0,0 +1,356 @@
  1 +#
  2 +# Automatically generated file; DO NOT EDIT.
  3 +# U-Boot 2015.04 Configuration
  4 +#
  5 +CONFIG_HAVE_GENERIC_BOARD=y
  6 +# CONFIG_ARC is not set
  7 +CONFIG_ARM=y
  8 +# CONFIG_AVR32 is not set
  9 +# CONFIG_BLACKFIN is not set
  10 +# CONFIG_M68K is not set
  11 +# CONFIG_MICROBLAZE is not set
  12 +# CONFIG_MIPS is not set
  13 +# CONFIG_NDS32 is not set
  14 +# CONFIG_NIOS2 is not set
  15 +# CONFIG_OPENRISC is not set
  16 +# CONFIG_PPC is not set
  17 +# CONFIG_SANDBOX is not set
  18 +# CONFIG_SH is not set
  19 +# CONFIG_SPARC is not set
  20 +# CONFIG_X86 is not set
  21 +CONFIG_SYS_ARCH="arm"
  22 +CONFIG_SYS_CPU="armv7"
  23 +CONFIG_SYS_SOC="mx6"
  24 +CONFIG_SYS_VENDOR="falinux"
  25 +CONFIG_SYS_BOARD="mx6sl_prime_oven"
  26 +CONFIG_SYS_CONFIG_NAME="mx6sl_prime_oven"
  27 +# CONFIG_USE_PRIVATE_LIBGCC is not set
  28 +
  29 +#
  30 +# ARM architecture
  31 +#
  32 +CONFIG_HAS_VBAR=y
  33 +CONFIG_CPU_V7=y
  34 +# CONFIG_SEMIHOSTING is not set
  35 +# CONFIG_TARGET_INTEGRATORAP_CM720T is not set
  36 +# CONFIG_TARGET_INTEGRATORAP_CM920T is not set
  37 +# CONFIG_TARGET_INTEGRATORCP_CM920T is not set
  38 +# CONFIG_ARCH_AT91 is not set
  39 +# CONFIG_TARGET_EDB93XX is not set
  40 +# CONFIG_TARGET_SCB9328 is not set
  41 +# CONFIG_TARGET_VCMA9 is not set
  42 +# CONFIG_TARGET_SMDK2410 is not set
  43 +# CONFIG_TARGET_INTEGRATORAP_CM926EJS is not set
  44 +# CONFIG_TARGET_INTEGRATORCP_CM926EJS is not set
  45 +# CONFIG_TARGET_ASPENITE is not set
  46 +# CONFIG_TARGET_GPLUGD is not set
  47 +# CONFIG_ARCH_DAVINCI is not set
  48 +# CONFIG_KIRKWOOD is not set
  49 +# CONFIG_TARGET_DB_MV784MP_GP is not set
  50 +# CONFIG_TARGET_MAXBCM is not set
  51 +# CONFIG_TARGET_DEVKIT3250 is not set
  52 +# CONFIG_TARGET_WORK_92105 is not set
  53 +# CONFIG_TARGET_MX25PDK is not set
  54 +# CONFIG_TARGET_TX25 is not set
  55 +# CONFIG_TARGET_ZMX25 is not set
  56 +# CONFIG_TARGET_APF27 is not set
  57 +# CONFIG_TARGET_IMX27LITE is not set
  58 +# CONFIG_TARGET_MAGNESIUM is not set
  59 +# CONFIG_TARGET_APX4DEVKIT is not set
  60 +# CONFIG_TARGET_XFI3 is not set
  61 +# CONFIG_TARGET_M28EVK is not set
  62 +# CONFIG_TARGET_MX23EVK is not set
  63 +# CONFIG_TARGET_MX28EVK is not set
  64 +# CONFIG_TARGET_MX23_OLINUXINO is not set
  65 +# CONFIG_TARGET_BG0900 is not set
  66 +# CONFIG_TARGET_SANSA_FUZE_PLUS is not set
  67 +# CONFIG_TARGET_SC_SPS_1 is not set
  68 +# CONFIG_ARCH_NOMADIK is not set
  69 +# CONFIG_ORION5X is not set
  70 +# CONFIG_TARGET_SPEAR300 is not set
  71 +# CONFIG_TARGET_SPEAR310 is not set
  72 +# CONFIG_TARGET_SPEAR320 is not set
  73 +# CONFIG_TARGET_SPEAR600 is not set
  74 +# CONFIG_TARGET_STV0991 is not set
  75 +# CONFIG_TARGET_X600 is not set
  76 +# CONFIG_ARCH_VERSATILE is not set
  77 +# CONFIG_TARGET_INTEGRATORCP_CM1136 is not set
  78 +# CONFIG_TARGET_IMX31_PHYCORE is not set
  79 +# CONFIG_TARGET_QONG is not set
  80 +# CONFIG_TARGET_MX31ADS is not set
  81 +# CONFIG_TARGET_MX31PDK is not set
  82 +# CONFIG_TARGET_TT01 is not set
  83 +# CONFIG_TARGET_IMX31_LITEKIT is not set
  84 +# CONFIG_TARGET_WOODBURN is not set
  85 +# CONFIG_TARGET_WOODBURN_SD is not set
  86 +# CONFIG_TARGET_FLEA3 is not set
  87 +# CONFIG_TARGET_MX35PDK is not set
  88 +# CONFIG_ARCH_BCM283X is not set
  89 +# CONFIG_TARGET_INTEGRATORAP_CM946ES is not set
  90 +# CONFIG_TARGET_INTEGRATORCP_CM946ES is not set
  91 +# CONFIG_TARGET_VEXPRESS_CA15_TC2 is not set
  92 +# CONFIG_TARGET_VEXPRESS_CA5X2 is not set
  93 +# CONFIG_TARGET_VEXPRESS_CA9X4 is not set
  94 +# CONFIG_TARGET_KWB is not set
  95 +# CONFIG_TARGET_TSERIES is not set
  96 +# CONFIG_TARGET_CM_T335 is not set
  97 +# CONFIG_TARGET_PEPPER is not set
  98 +# CONFIG_TARGET_AM335X_IGEP0033 is not set
  99 +# CONFIG_TARGET_PCM051 is not set
  100 +# CONFIG_TARGET_DRACO is not set
  101 +# CONFIG_TARGET_DXR2 is not set
  102 +# CONFIG_TARGET_PXM2 is not set
  103 +# CONFIG_TARGET_RUT is not set
  104 +# CONFIG_TARGET_PENGWYN is not set
  105 +# CONFIG_TARGET_AM335X_EVM is not set
  106 +# CONFIG_TARGET_AM43XX_EVM is not set
  107 +# CONFIG_TARGET_BAV335X is not set
  108 +# CONFIG_TARGET_TI814X_EVM is not set
  109 +# CONFIG_TARGET_TI816X_EVM is not set
  110 +# CONFIG_TARGET_BCM28155_AP is not set
  111 +# CONFIG_TARGET_BCMCYGNUS is not set
  112 +# CONFIG_TARGET_BCMNSP is not set
  113 +# CONFIG_ARCH_EXYNOS is not set
  114 +# CONFIG_ARCH_S5PC1XX is not set
  115 +# CONFIG_ARCH_HIGHBANK is not set
  116 +# CONFIG_ARCH_KEYSTONE is not set
  117 +# CONFIG_ARCH_MX6 is not set
  118 +# CONFIG_ARCH_MX5 is not set
  119 +# CONFIG_TARGET_M53EVK is not set
  120 +# CONFIG_TARGET_IMA3_MX53 is not set
  121 +# CONFIG_TARGET_MX51EVK is not set
  122 +# CONFIG_TARGET_MX53ARD is not set
  123 +# CONFIG_TARGET_MX53EVK is not set
  124 +# CONFIG_TARGET_MX53LOCO is not set
  125 +# CONFIG_TARGET_MX53SMD is not set
  126 +# CONFIG_TARGET_MX51_EFIKAMX is not set
  127 +# CONFIG_TARGET_VISION2 is not set
  128 +# CONFIG_TARGET_UDOO is not set
  129 +# CONFIG_TARGET_WANDBOARD is not set
  130 +# CONFIG_TARGET_WARP is not set
  131 +# CONFIG_TARGET_TITANIUM is not set
  132 +# CONFIG_TARGET_NITROGEN6X is not set
  133 +# CONFIG_TARGET_MX6S_DLC is not set
  134 +CONFIG_TARGET_MX6S_CMF=y
  135 +# CONFIG_TARGET_CGTQMX6EVAL is not set
  136 +# CONFIG_TARGET_EMBESTMX6BOARDS is not set
  137 +# CONFIG_TARGET_ARISTAINETOS is not set
  138 +# CONFIG_TARGET_MX6QARM2 is not set
  139 +# CONFIG_TARGET_MX6QSABREAUTO is not set
  140 +# CONFIG_TARGET_MX6SABRESD is not set
  141 +# CONFIG_TARGET_MX6SLEVK is not set
  142 +# CONFIG_TARGET_MX6SXSABRESD is not set
  143 +# CONFIG_TARGET_GW_VENTANA is not set
  144 +# CONFIG_TARGET_HUMMINGBOARD is not set
  145 +# CONFIG_TARGET_KOSAGI_NOVENA is not set
  146 +# CONFIG_TARGET_TBS2910 is not set
  147 +# CONFIG_TARGET_TQMA6 is not set
  148 +# CONFIG_TARGET_OT1200 is not set
  149 +# CONFIG_TARGET_PLATINUM_PICON is not set
  150 +# CONFIG_TARGET_PLATINUM_TITANIUM is not set
  151 +# CONFIG_OMAP34XX is not set
  152 +# CONFIG_OMAP44XX is not set
  153 +# CONFIG_OMAP54XX is not set
  154 +# CONFIG_RMOBILE is not set
  155 +# CONFIG_TARGET_CM_FX6 is not set
  156 +# CONFIG_TARGET_SOCFPGA_ARRIA5 is not set
  157 +# CONFIG_TARGET_SOCFPGA_CYCLONE5 is not set
  158 +# CONFIG_ARCH_SUNXI is not set
  159 +# CONFIG_TARGET_SNOWBALL is not set
  160 +# CONFIG_TARGET_U8500_HREF is not set
  161 +# CONFIG_TARGET_VF610TWR is not set
  162 +# CONFIG_ZYNQ is not set
  163 +# CONFIG_TARGET_XILINX_ZYNQMP is not set
  164 +# CONFIG_TEGRA is not set
  165 +# CONFIG_TARGET_VEXPRESS64_AEMV8A is not set
  166 +# CONFIG_TARGET_VEXPRESS64_BASE_FVP is not set
  167 +# CONFIG_TARGET_VEXPRESS64_JUNO is not set
  168 +# CONFIG_TARGET_LS2085A_EMU is not set
  169 +# CONFIG_TARGET_LS2085A_SIMU is not set
  170 +# CONFIG_TARGET_LS1021AQDS is not set
  171 +# CONFIG_TARGET_LS1021ATWR is not set
  172 +# CONFIG_TARGET_BALLOON3 is not set
  173 +# CONFIG_TARGET_H2200 is not set
  174 +# CONFIG_TARGET_PALMLD is not set
  175 +# CONFIG_TARGET_PALMTC is not set
  176 +# CONFIG_TARGET_PALMTREO680 is not set
  177 +# CONFIG_TARGET_PXA255_IDP is not set
  178 +# CONFIG_TARGET_TRIZEPSIV is not set
  179 +# CONFIG_TARGET_VPAC270 is not set
  180 +# CONFIG_TARGET_XAENIAX is not set
  181 +# CONFIG_TARGET_ZIPITZ2 is not set
  182 +# CONFIG_TARGET_LP8X4X is not set
  183 +# CONFIG_TARGET_COLIBRI_PXA270 is not set
  184 +# CONFIG_TARGET_JORNADA is not set
  185 +# CONFIG_ARCH_UNIPHIER is not set
  186 +CONFIG_DM=y
  187 +# CONFIG_DM_SERIAL is not set
  188 +# CONFIG_DM_GPIO is not set
  189 +# CONFIG_DM_SPI is not set
  190 +# CONFIG_DM_CROS_EC is not set
  191 +CONFIG_SYS_MALLOC_F_LEN=0x400
  192 +# CONFIG_DM_I2C is not set
  193 +
  194 +#
  195 +# ARM debug
  196 +#
  197 +# CONFIG_DEBUG_LL is not set
  198 +CONFIG_DEFAULT_DEVICE_TREE=""
  199 +
  200 +#
  201 +# General setup
  202 +#
  203 +CONFIG_LOCALVERSION=""
  204 +CONFIG_LOCALVERSION_AUTO=y
  205 +CONFIG_CC_OPTIMIZE_FOR_SIZE=y
  206 +CONFIG_SYS_MALLOC_F=y
  207 +CONFIG_EXPERT=y
  208 +CONFIG_SYS_MALLOC_CLEAR_ON_INIT=y
  209 +
  210 +#
  211 +# Boot images
  212 +#
  213 +# CONFIG_FIT is not set
  214 +CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/falinux/mx6sl_prime_oven/mx6sl_prime_oven1g.cfg,MX6S,DDR_MB=1024"
  215 +
  216 +#
  217 +# Command line interface
  218 +#
  219 +# CONFIG_HUSH_PARSER is not set
  220 +
  221 +#
  222 +# Commands
  223 +#
  224 +
  225 +#
  226 +# Info commands
  227 +#
  228 +# CONFIG_CMD_BDI is not set
  229 +# CONFIG_CMD_CONSOLE is not set
  230 +# CONFIG_CMD_LICENSE is not set
  231 +
  232 +#
  233 +# Boot commands
  234 +#
  235 +# CONFIG_CMD_BOOTD is not set
  236 +CONFIG_CMD_BOOTM=y
  237 +CONFIG_CMD_GO=y
  238 +# CONFIG_CMD_RUN is not set
  239 +# CONFIG_CMD_IMI is not set
  240 +# CONFIG_CMD_IMLS is not set
  241 +# CONFIG_CMD_XIMG is not set
  242 +
  243 +#
  244 +# Environment commands
  245 +#
  246 +CONFIG_CMD_EXPORTENV=y
  247 +CONFIG_CMD_IMPORTENV=y
  248 +# CONFIG_CMD_EDITENV is not set
  249 +# CONFIG_CMD_SAVEENV is not set
  250 +
  251 +#
  252 +# Memory commands
  253 +#
  254 +# CONFIG_CMD_MEMORY is not set
  255 +CONFIG_CMD_CRC32=y
  256 +# CONFIG_LOOPW is not set
  257 +# CONFIG_CMD_MEMTEST is not set
  258 +# CONFIG_CMD_MX_CYCLIC is not set
  259 +# CONFIG_CMD_MEMINFO is not set
  260 +
  261 +#
  262 +# Device access commands
  263 +#
  264 +CONFIG_CMD_DM=y
  265 +# CONFIG_CMD_DEMO is not set
  266 +# CONFIG_CMD_LOADB is not set
  267 +# CONFIG_CMD_LOADS is not set
  268 +# CONFIG_CMD_FLASH is not set
  269 +# CONFIG_CMD_NAND is not set
  270 +# CONFIG_CMD_SPI is not set
  271 +# CONFIG_CMD_I2C is not set
  272 +# CONFIG_CMD_USB is not set
  273 +# CONFIG_CMD_FPGA is not set
  274 +
  275 +#
  276 +# Shell scripting commands
  277 +#
  278 +# CONFIG_CMD_ECHO is not set
  279 +# CONFIG_CMD_ITEST is not set
  280 +# CONFIG_CMD_SOURCE is not set
  281 +
  282 +#
  283 +# Network commands
  284 +#
  285 +# CONFIG_CMD_NET is not set
  286 +# CONFIG_CMD_TFTPPUT is not set
  287 +# CONFIG_CMD_TFTPSRV is not set
  288 +# CONFIG_CMD_RARP is not set
  289 +# CONFIG_CMD_DHCP is not set
  290 +# CONFIG_CMD_NFS is not set
  291 +# CONFIG_CMD_PING is not set
  292 +# CONFIG_CMD_CDP is not set
  293 +# CONFIG_CMD_SNTP is not set
  294 +# CONFIG_CMD_DNS is not set
  295 +# CONFIG_CMD_LINK_LOCAL is not set
  296 +
  297 +#
  298 +# Misc commands
  299 +#
  300 +# CONFIG_CMD_TIME is not set
  301 +# CONFIG_CMD_MISC is not set
  302 +# CONFIG_CMD_TIMER is not set
  303 +CONFIG_SUPPORT_OF_CONTROL=y
  304 +
  305 +#
  306 +# Device Tree Control
  307 +#
  308 +# CONFIG_OF_CONTROL is not set
  309 +# CONFIG_NET is not set
  310 +
  311 +#
  312 +# Device Drivers
  313 +#
  314 +CONFIG_DM_WARN=y
  315 +CONFIG_DM_DEVICE_REMOVE=y
  316 +CONFIG_DM_STDIO=y
  317 +# CONFIG_DM_DEMO is not set
  318 +
  319 +#
  320 +# NAND Device Support
  321 +#
  322 +# CONFIG_NAND_DENALI is not set
  323 +# CONFIG_CROS_EC is not set
  324 +# CONFIG_CONFIG_FSL_SEC_MON is not set
  325 +# CONFIG_CROS_EC_KEYB is not set
  326 +# CONFIG_DEBUG_UART is not set
  327 +# CONFIG_DM_I2C_COMPAT is not set
  328 +# CONFIG_LPC32XX_GPIO is not set
  329 +# CONFIG_VIDEO_LCD_SSD2828 is not set
  330 +CONFIG_USB_ARCH_HAS_HCD=y
  331 +# CONFIG_USB is not set
  332 +
  333 +#
  334 +# MMC Host controller Support
  335 +#
  336 +# CONFIG_FSL_CAAM is not set
  337 +CONFIG_DM_THERMAL=y
  338 +
  339 +#
  340 +# File systems
  341 +#
  342 +
  343 +#
  344 +# Library routines
  345 +#
  346 +# CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED is not set
  347 +CONFIG_HAVE_PRIVATE_LIBGCC=y
  348 +CONFIG_SYS_HZ=1000
  349 +# CONFIG_RSA is not set
  350 +
  351 +#
  352 +# Hashing Support
  353 +#
  354 +# CONFIG_SHA1 is not set
  355 +# CONFIG_SHA256 is not set
  356 +# CONFIG_SHA_HW_ACCEL is not set
... ...
bootloader/u-boot_2015_04/configs/imx6sl_prime_qt5_defconfig
... ... @@ -1,356 +0,0 @@
1   -#
2   -# Automatically generated file; DO NOT EDIT.
3   -# U-Boot 2015.04 Configuration
4   -#
5   -CONFIG_HAVE_GENERIC_BOARD=y
6   -# CONFIG_ARC is not set
7   -CONFIG_ARM=y
8   -# CONFIG_AVR32 is not set
9   -# CONFIG_BLACKFIN is not set
10   -# CONFIG_M68K is not set
11   -# CONFIG_MICROBLAZE is not set
12   -# CONFIG_MIPS is not set
13   -# CONFIG_NDS32 is not set
14   -# CONFIG_NIOS2 is not set
15   -# CONFIG_OPENRISC is not set
16   -# CONFIG_PPC is not set
17   -# CONFIG_SANDBOX is not set
18   -# CONFIG_SH is not set
19   -# CONFIG_SPARC is not set
20   -# CONFIG_X86 is not set
21   -CONFIG_SYS_ARCH="arm"
22   -CONFIG_SYS_CPU="armv7"
23   -CONFIG_SYS_SOC="mx6"
24   -CONFIG_SYS_VENDOR="falinux"
25   -CONFIG_SYS_BOARD="mx6s_cmf"
26   -CONFIG_SYS_CONFIG_NAME="mx6s_cmf"
27   -# CONFIG_USE_PRIVATE_LIBGCC is not set
28   -
29   -#
30   -# ARM architecture
31   -#
32   -CONFIG_HAS_VBAR=y
33   -CONFIG_CPU_V7=y
34   -# CONFIG_SEMIHOSTING is not set
35   -# CONFIG_TARGET_INTEGRATORAP_CM720T is not set
36   -# CONFIG_TARGET_INTEGRATORAP_CM920T is not set
37   -# CONFIG_TARGET_INTEGRATORCP_CM920T is not set
38   -# CONFIG_ARCH_AT91 is not set
39   -# CONFIG_TARGET_EDB93XX is not set
40   -# CONFIG_TARGET_SCB9328 is not set
41   -# CONFIG_TARGET_VCMA9 is not set
42   -# CONFIG_TARGET_SMDK2410 is not set
43   -# CONFIG_TARGET_INTEGRATORAP_CM926EJS is not set
44   -# CONFIG_TARGET_INTEGRATORCP_CM926EJS is not set
45   -# CONFIG_TARGET_ASPENITE is not set
46   -# CONFIG_TARGET_GPLUGD is not set
47   -# CONFIG_ARCH_DAVINCI is not set
48   -# CONFIG_KIRKWOOD is not set
49   -# CONFIG_TARGET_DB_MV784MP_GP is not set
50   -# CONFIG_TARGET_MAXBCM is not set
51   -# CONFIG_TARGET_DEVKIT3250 is not set
52   -# CONFIG_TARGET_WORK_92105 is not set
53   -# CONFIG_TARGET_MX25PDK is not set
54   -# CONFIG_TARGET_TX25 is not set
55   -# CONFIG_TARGET_ZMX25 is not set
56   -# CONFIG_TARGET_APF27 is not set
57   -# CONFIG_TARGET_IMX27LITE is not set
58   -# CONFIG_TARGET_MAGNESIUM is not set
59   -# CONFIG_TARGET_APX4DEVKIT is not set
60   -# CONFIG_TARGET_XFI3 is not set
61   -# CONFIG_TARGET_M28EVK is not set
62   -# CONFIG_TARGET_MX23EVK is not set
63   -# CONFIG_TARGET_MX28EVK is not set
64   -# CONFIG_TARGET_MX23_OLINUXINO is not set
65   -# CONFIG_TARGET_BG0900 is not set
66   -# CONFIG_TARGET_SANSA_FUZE_PLUS is not set
67   -# CONFIG_TARGET_SC_SPS_1 is not set
68   -# CONFIG_ARCH_NOMADIK is not set
69   -# CONFIG_ORION5X is not set
70   -# CONFIG_TARGET_SPEAR300 is not set
71   -# CONFIG_TARGET_SPEAR310 is not set
72   -# CONFIG_TARGET_SPEAR320 is not set
73   -# CONFIG_TARGET_SPEAR600 is not set
74   -# CONFIG_TARGET_STV0991 is not set
75   -# CONFIG_TARGET_X600 is not set
76   -# CONFIG_ARCH_VERSATILE is not set
77   -# CONFIG_TARGET_INTEGRATORCP_CM1136 is not set
78   -# CONFIG_TARGET_IMX31_PHYCORE is not set
79   -# CONFIG_TARGET_QONG is not set
80   -# CONFIG_TARGET_MX31ADS is not set
81   -# CONFIG_TARGET_MX31PDK is not set
82   -# CONFIG_TARGET_TT01 is not set
83   -# CONFIG_TARGET_IMX31_LITEKIT is not set
84   -# CONFIG_TARGET_WOODBURN is not set
85   -# CONFIG_TARGET_WOODBURN_SD is not set
86   -# CONFIG_TARGET_FLEA3 is not set
87   -# CONFIG_TARGET_MX35PDK is not set
88   -# CONFIG_ARCH_BCM283X is not set
89   -# CONFIG_TARGET_INTEGRATORAP_CM946ES is not set
90   -# CONFIG_TARGET_INTEGRATORCP_CM946ES is not set
91   -# CONFIG_TARGET_VEXPRESS_CA15_TC2 is not set
92   -# CONFIG_TARGET_VEXPRESS_CA5X2 is not set
93   -# CONFIG_TARGET_VEXPRESS_CA9X4 is not set
94   -# CONFIG_TARGET_KWB is not set
95   -# CONFIG_TARGET_TSERIES is not set
96   -# CONFIG_TARGET_CM_T335 is not set
97   -# CONFIG_TARGET_PEPPER is not set
98   -# CONFIG_TARGET_AM335X_IGEP0033 is not set
99   -# CONFIG_TARGET_PCM051 is not set
100   -# CONFIG_TARGET_DRACO is not set
101   -# CONFIG_TARGET_DXR2 is not set
102   -# CONFIG_TARGET_PXM2 is not set
103   -# CONFIG_TARGET_RUT is not set
104   -# CONFIG_TARGET_PENGWYN is not set
105   -# CONFIG_TARGET_AM335X_EVM is not set
106   -# CONFIG_TARGET_AM43XX_EVM is not set
107   -# CONFIG_TARGET_BAV335X is not set
108   -# CONFIG_TARGET_TI814X_EVM is not set
109   -# CONFIG_TARGET_TI816X_EVM is not set
110   -# CONFIG_TARGET_BCM28155_AP is not set
111   -# CONFIG_TARGET_BCMCYGNUS is not set
112   -# CONFIG_TARGET_BCMNSP is not set
113   -# CONFIG_ARCH_EXYNOS is not set
114   -# CONFIG_ARCH_S5PC1XX is not set
115   -# CONFIG_ARCH_HIGHBANK is not set
116   -# CONFIG_ARCH_KEYSTONE is not set
117   -# CONFIG_ARCH_MX6 is not set
118   -# CONFIG_ARCH_MX5 is not set
119   -# CONFIG_TARGET_M53EVK is not set
120   -# CONFIG_TARGET_IMA3_MX53 is not set
121   -# CONFIG_TARGET_MX51EVK is not set
122   -# CONFIG_TARGET_MX53ARD is not set
123   -# CONFIG_TARGET_MX53EVK is not set
124   -# CONFIG_TARGET_MX53LOCO is not set
125   -# CONFIG_TARGET_MX53SMD is not set
126   -# CONFIG_TARGET_MX51_EFIKAMX is not set
127   -# CONFIG_TARGET_VISION2 is not set
128   -# CONFIG_TARGET_UDOO is not set
129   -# CONFIG_TARGET_WANDBOARD is not set
130   -# CONFIG_TARGET_WARP is not set
131   -# CONFIG_TARGET_TITANIUM is not set
132   -# CONFIG_TARGET_NITROGEN6X is not set
133   -# CONFIG_TARGET_MX6S_DLC is not set
134   -CONFIG_TARGET_MX6S_CMF=y
135   -# CONFIG_TARGET_CGTQMX6EVAL is not set
136   -# CONFIG_TARGET_EMBESTMX6BOARDS is not set
137   -# CONFIG_TARGET_ARISTAINETOS is not set
138   -# CONFIG_TARGET_MX6QARM2 is not set
139   -# CONFIG_TARGET_MX6QSABREAUTO is not set
140   -# CONFIG_TARGET_MX6SABRESD is not set
141   -# CONFIG_TARGET_MX6SLEVK is not set
142   -# CONFIG_TARGET_MX6SXSABRESD is not set
143   -# CONFIG_TARGET_GW_VENTANA is not set
144   -# CONFIG_TARGET_HUMMINGBOARD is not set
145   -# CONFIG_TARGET_KOSAGI_NOVENA is not set
146   -# CONFIG_TARGET_TBS2910 is not set
147   -# CONFIG_TARGET_TQMA6 is not set
148   -# CONFIG_TARGET_OT1200 is not set
149   -# CONFIG_TARGET_PLATINUM_PICON is not set
150   -# CONFIG_TARGET_PLATINUM_TITANIUM is not set
151   -# CONFIG_OMAP34XX is not set
152   -# CONFIG_OMAP44XX is not set
153   -# CONFIG_OMAP54XX is not set
154   -# CONFIG_RMOBILE is not set
155   -# CONFIG_TARGET_CM_FX6 is not set
156   -# CONFIG_TARGET_SOCFPGA_ARRIA5 is not set
157   -# CONFIG_TARGET_SOCFPGA_CYCLONE5 is not set
158   -# CONFIG_ARCH_SUNXI is not set
159   -# CONFIG_TARGET_SNOWBALL is not set
160   -# CONFIG_TARGET_U8500_HREF is not set
161   -# CONFIG_TARGET_VF610TWR is not set
162   -# CONFIG_ZYNQ is not set
163   -# CONFIG_TARGET_XILINX_ZYNQMP is not set
164   -# CONFIG_TEGRA is not set
165   -# CONFIG_TARGET_VEXPRESS64_AEMV8A is not set
166   -# CONFIG_TARGET_VEXPRESS64_BASE_FVP is not set
167   -# CONFIG_TARGET_VEXPRESS64_JUNO is not set
168   -# CONFIG_TARGET_LS2085A_EMU is not set
169   -# CONFIG_TARGET_LS2085A_SIMU is not set
170   -# CONFIG_TARGET_LS1021AQDS is not set
171   -# CONFIG_TARGET_LS1021ATWR is not set
172   -# CONFIG_TARGET_BALLOON3 is not set
173   -# CONFIG_TARGET_H2200 is not set
174   -# CONFIG_TARGET_PALMLD is not set
175   -# CONFIG_TARGET_PALMTC is not set
176   -# CONFIG_TARGET_PALMTREO680 is not set
177   -# CONFIG_TARGET_PXA255_IDP is not set
178   -# CONFIG_TARGET_TRIZEPSIV is not set
179   -# CONFIG_TARGET_VPAC270 is not set
180   -# CONFIG_TARGET_XAENIAX is not set
181   -# CONFIG_TARGET_ZIPITZ2 is not set
182   -# CONFIG_TARGET_LP8X4X is not set
183   -# CONFIG_TARGET_COLIBRI_PXA270 is not set
184   -# CONFIG_TARGET_JORNADA is not set
185   -# CONFIG_ARCH_UNIPHIER is not set
186   -CONFIG_DM=y
187   -# CONFIG_DM_SERIAL is not set
188   -# CONFIG_DM_GPIO is not set
189   -# CONFIG_DM_SPI is not set
190   -# CONFIG_DM_CROS_EC is not set
191   -CONFIG_SYS_MALLOC_F_LEN=0x400
192   -# CONFIG_DM_I2C is not set
193   -
194   -#
195   -# ARM debug
196   -#
197   -# CONFIG_DEBUG_LL is not set
198   -CONFIG_DEFAULT_DEVICE_TREE=""
199   -
200   -#
201   -# General setup
202   -#
203   -CONFIG_LOCALVERSION=""
204   -CONFIG_LOCALVERSION_AUTO=y
205   -CONFIG_CC_OPTIMIZE_FOR_SIZE=y
206   -CONFIG_SYS_MALLOC_F=y
207   -CONFIG_EXPERT=y
208   -CONFIG_SYS_MALLOC_CLEAR_ON_INIT=y
209   -
210   -#
211   -# Boot images
212   -#
213   -# CONFIG_FIT is not set
214   -CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/falinux/mx6s_cmf/mx6s_cmf1g.cfg,MX6S,DDR_MB=1024"
215   -
216   -#
217   -# Command line interface
218   -#
219   -# CONFIG_HUSH_PARSER is not set
220   -
221   -#
222   -# Commands
223   -#
224   -
225   -#
226   -# Info commands
227   -#
228   -# CONFIG_CMD_BDI is not set
229   -# CONFIG_CMD_CONSOLE is not set
230   -# CONFIG_CMD_LICENSE is not set
231   -
232   -#
233   -# Boot commands
234   -#
235   -# CONFIG_CMD_BOOTD is not set
236   -CONFIG_CMD_BOOTM=y
237   -CONFIG_CMD_GO=y
238   -# CONFIG_CMD_RUN is not set
239   -# CONFIG_CMD_IMI is not set
240   -# CONFIG_CMD_IMLS is not set
241   -# CONFIG_CMD_XIMG is not set
242   -
243   -#
244   -# Environment commands
245   -#
246   -CONFIG_CMD_EXPORTENV=y
247   -CONFIG_CMD_IMPORTENV=y
248   -# CONFIG_CMD_EDITENV is not set
249   -# CONFIG_CMD_SAVEENV is not set
250   -
251   -#
252   -# Memory commands
253   -#
254   -# CONFIG_CMD_MEMORY is not set
255   -CONFIG_CMD_CRC32=y
256   -# CONFIG_LOOPW is not set
257   -# CONFIG_CMD_MEMTEST is not set
258   -# CONFIG_CMD_MX_CYCLIC is not set
259   -# CONFIG_CMD_MEMINFO is not set
260   -
261   -#
262   -# Device access commands
263   -#
264   -CONFIG_CMD_DM=y
265   -# CONFIG_CMD_DEMO is not set
266   -# CONFIG_CMD_LOADB is not set
267   -# CONFIG_CMD_LOADS is not set
268   -# CONFIG_CMD_FLASH is not set
269   -# CONFIG_CMD_NAND is not set
270   -# CONFIG_CMD_SPI is not set
271   -# CONFIG_CMD_I2C is not set
272   -# CONFIG_CMD_USB is not set
273   -# CONFIG_CMD_FPGA is not set
274   -
275   -#
276   -# Shell scripting commands
277   -#
278   -# CONFIG_CMD_ECHO is not set
279   -# CONFIG_CMD_ITEST is not set
280   -# CONFIG_CMD_SOURCE is not set
281   -
282   -#
283   -# Network commands
284   -#
285   -# CONFIG_CMD_NET is not set
286   -# CONFIG_CMD_TFTPPUT is not set
287   -# CONFIG_CMD_TFTPSRV is not set
288   -# CONFIG_CMD_RARP is not set
289   -# CONFIG_CMD_DHCP is not set
290   -# CONFIG_CMD_NFS is not set
291   -# CONFIG_CMD_PING is not set
292   -# CONFIG_CMD_CDP is not set
293   -# CONFIG_CMD_SNTP is not set
294   -# CONFIG_CMD_DNS is not set
295   -# CONFIG_CMD_LINK_LOCAL is not set
296   -
297   -#
298   -# Misc commands
299   -#
300   -# CONFIG_CMD_TIME is not set
301   -# CONFIG_CMD_MISC is not set
302   -# CONFIG_CMD_TIMER is not set
303   -CONFIG_SUPPORT_OF_CONTROL=y
304   -
305   -#
306   -# Device Tree Control
307   -#
308   -# CONFIG_OF_CONTROL is not set
309   -# CONFIG_NET is not set
310   -
311   -#
312   -# Device Drivers
313   -#
314   -CONFIG_DM_WARN=y
315   -CONFIG_DM_DEVICE_REMOVE=y
316   -CONFIG_DM_STDIO=y
317   -# CONFIG_DM_DEMO is not set
318   -
319   -#
320   -# NAND Device Support
321   -#
322   -# CONFIG_NAND_DENALI is not set
323   -# CONFIG_CROS_EC is not set
324   -# CONFIG_CONFIG_FSL_SEC_MON is not set
325   -# CONFIG_CROS_EC_KEYB is not set
326   -# CONFIG_DEBUG_UART is not set
327   -# CONFIG_DM_I2C_COMPAT is not set
328   -# CONFIG_LPC32XX_GPIO is not set
329   -# CONFIG_VIDEO_LCD_SSD2828 is not set
330   -CONFIG_USB_ARCH_HAS_HCD=y
331   -# CONFIG_USB is not set
332   -
333   -#
334   -# MMC Host controller Support
335   -#
336   -# CONFIG_FSL_CAAM is not set
337   -CONFIG_DM_THERMAL=y
338   -
339   -#
340   -# File systems
341   -#
342   -
343   -#
344   -# Library routines
345   -#
346   -# CONFIG_CC_OPTIMIZE_LIBS_FOR_SPEED is not set
347   -CONFIG_HAVE_PRIVATE_LIBGCC=y
348   -CONFIG_SYS_HZ=1000
349   -# CONFIG_RSA is not set
350   -
351   -#
352   -# Hashing Support
353   -#
354   -# CONFIG_SHA1 is not set
355   -# CONFIG_SHA256 is not set
356   -# CONFIG_SHA_HW_ACCEL is not set
bootloader/u-boot_2015_04/include/configs/mx6sl_prime_qt5.h
... ... @@ -0,0 +1,350 @@
  1 +/*
  2 + * Copyright (C) 2010-2011 Freescale Semiconductor, Inc.
  3 + * Copyright (C) 2015 Falinux
  4 + *
  5 + * Configuration settings for the Boundary Devices Nitrogen6X
  6 + * and Freescale i.MX6Q Sabre Lite boards.
  7 + *
  8 + * SPDX-License-Identifier: GPL-2.0+
  9 + */
  10 +
  11 +#ifndef __CONFIG_CMF_H
  12 +#define __CONFIG_CMF_H
  13 +
  14 +#include "mx6_common.h"
  15 +#define CONFIG_MX6
  16 +#define CONFIG_DISPLAY_CPUINFO
  17 +#define CONFIG_DISPLAY_BOARDINFO
  18 +
  19 +#define CONFIG_MACH_TYPE 3769
  20 +
  21 +#include <asm/arch/imx-regs.h>
  22 +#include <asm/imx-common/gpio.h>
  23 +
  24 +#define CONFIG_CMDLINE_TAG
  25 +#define CONFIG_SETUP_MEMORY_TAGS
  26 +#define CONFIG_INITRD_TAG
  27 +#define CONFIG_REVISION_TAG
  28 +#define CONFIG_SYS_GENERIC_BOARD
  29 +
  30 +/* Size of malloc() pool */
  31 +#define CONFIG_SYS_MALLOC_LEN (10 * 1024 * 1024)
  32 +
  33 +#define CONFIG_BOARD_EARLY_INIT_F
  34 +#define CONFIG_MISC_INIT_R
  35 +#define CONFIG_MXC_GPIO
  36 +#define CONFIG_CMD_GPIO
  37 +#define CONFIG_CI_UDC
  38 +#define CONFIG_USBD_HS
  39 +#define CONFIG_USB_GADGET_DUALSPEED
  40 +#define CONFIG_USB_ETHER
  41 +#define CONFIG_USB_ETH_CDC
  42 +#define CONFIG_NETCONSOLE
  43 +
  44 +#define CONFIG_CMD_FUSE
  45 +#ifdef CONFIG_CMD_FUSE
  46 +#define CONFIG_MXC_OCOTP
  47 +#endif
  48 +
  49 +#define CONFIG_MXC_UART
  50 +#define CONFIG_MXC_UART_BASE UART1_BASE
  51 +
  52 +#define CONFIG_CMD_SF
  53 +#ifdef CONFIG_CMD_SF
  54 +#define CONFIG_SPI_FLASH
  55 +#define CONFIG_SPI_FLASH_SST
  56 +#define CONFIG_MXC_SPI
  57 +#define CONFIG_SF_DEFAULT_BUS 0
  58 +#define CONFIG_SF_DEFAULT_CS 0
  59 +#define CONFIG_SF_DEFAULT_SPEED 25000000
  60 +#define CONFIG_SF_DEFAULT_MODE (SPI_MODE_0)
  61 +#endif
  62 +
  63 +/* I2C Configs */
  64 +#define CONFIG_CMD_I2C
  65 +#define CONFIG_SYS_I2C
  66 +#define CONFIG_SYS_I2C_MXC
  67 +#define CONFIG_SYS_I2C_SPEED 100000
  68 +#define CONFIG_I2C_EDID
  69 +
  70 +/* MMC Configs */
  71 +#define CONFIG_FSL_ESDHC
  72 +#define CONFIG_FSL_USDHC
  73 +#define CONFIG_SYS_FSL_ESDHC_ADDR 0
  74 +#define CONFIG_SYS_FSL_USDHC_NUM 2
  75 +
  76 +#define CONFIG_MMC
  77 +#define CONFIG_CMD_MMC
  78 +#define CONFIG_GENERIC_MMC
  79 +#define CONFIG_BOUNCE_BUFFER
  80 +#define CONFIG_CMD_EXT2
  81 +#define CONFIG_CMD_EXT4
  82 +#define CONFIG_CMD_EXT4_WRITE
  83 +#define CONFIG_CMD_FAT
  84 +#define CONFIG_DOS_PARTITION
  85 +
  86 +#ifdef CONFIG_MX6Q
  87 +#define CONFIG_CMD_SATA
  88 +#endif
  89 +
  90 +/*
  91 + * SATA Configs
  92 + */
  93 +#ifdef CONFIG_CMD_SATA
  94 +#define CONFIG_DWC_AHSATA
  95 +#define CONFIG_SYS_SATA_MAX_DEVICE 1
  96 +#define CONFIG_DWC_AHSATA_PORT_ID 0
  97 +#define CONFIG_DWC_AHSATA_BASE_ADDR SATA_ARB_BASE_ADDR
  98 +#define CONFIG_LBA48
  99 +#define CONFIG_LIBATA
  100 +#endif
  101 +
  102 +#define CONFIG_CMD_PING
  103 +#define CONFIG_CMD_DHCP
  104 +#define CONFIG_CMD_MII
  105 +#define CONFIG_CMD_NET
  106 +#define CONFIG_FEC_MXC
  107 +#define CONFIG_MII
  108 +#define IMX_FEC_BASE ENET_BASE_ADDR
  109 +#define CONFIG_FEC_XCV_TYPE RGMII
  110 +#define CONFIG_ETHPRIME "FEC"
  111 +#define CONFIG_FEC_MXC_PHYADDR 1
  112 +#define CONFIG_PHYLIB
  113 +#define CONFIG_PHY_ATHEROS
  114 +
  115 +/* USB Configs */
  116 +#define CONFIG_CMD_USB
  117 +#define CONFIG_CMD_FAT
  118 +#define CONFIG_USB_EHCI
  119 +#define CONFIG_USB_EHCI_MX6
  120 +#define CONFIG_USB_STORAGE
  121 +#define CONFIG_USB_MAX_CONTROLLER_COUNT 2
  122 +#define CONFIG_EHCI_HCD_INIT_AFTER_RESET /* For OTG port */
  123 +#define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW)
  124 +#define CONFIG_MXC_USB_FLAGS 0
  125 +#define CONFIG_USB_KEYBOARD
  126 +#define CONFIG_SYS_USB_EVENT_POLL_VIA_CONTROL_EP
  127 +
  128 +/* Miscellaneous commands */
  129 +#define CONFIG_CMD_BMODE
  130 +#define CONFIG_CMD_SETEXPR
  131 +
  132 +
  133 +/* Framebuffer and LCD */
  134 +#if 0
  135 +#define CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE
  136 +#else
  137 +#define CONFIG_VIDEO
  138 +#define CONFIG_VIDEO_IPUV3
  139 +#define CONFIG_CFB_CONSOLE
  140 +#define CONFIG_VGA_AS_SINGLE_DEVICE
  141 +#define CONFIG_SYS_CONSOLE_IS_IN_ENV
  142 +#define CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE
  143 +#define CONFIG_VIDEO_BMP_RLE8
  144 +#define CONFIG_SPLASH_SCREEN
  145 +#define CONFIG_BMP_16BPP
  146 +
  147 +#define CONFIG_VIDEO_LOGO
  148 +#define CONFIG_VIDEO_BMP_LOGO
  149 +#define CONFIG_IPUV3_CLK 260000000
  150 +#define CONFIG_IMX_HDMI
  151 +#define CONFIG_IMX_VIDEO_SKIP
  152 +#endif
  153 +
  154 +/* allow to overwrite serial and ethaddr */
  155 +#define CONFIG_ENV_OVERWRITE
  156 +#define CONFIG_CONS_INDEX 1
  157 +#define CONFIG_BAUDRATE 115200
  158 +
  159 +/* Command definition */
  160 +#include <config_cmd_default.h>
  161 +
  162 +#undef CONFIG_CMD_IMLS
  163 +
  164 +#define CONFIG_BOOTDELAY 1
  165 +
  166 +#define CONFIG_PREBOOT ""
  167 +
  168 +#define CONFIG_LOADADDR 0x12000000
  169 +#define CONFIG_SYS_TEXT_BASE 0x17800000
  170 +
  171 +#ifdef CONFIG_CMD_SATA
  172 +#define CONFIG_DRIVE_SATA "sata "
  173 +#else
  174 +#define CONFIG_DRIVE_SATA
  175 +#endif
  176 +
  177 +#ifdef CONFIG_CMD_MMC
  178 +#define CONFIG_DRIVE_MMC "mmc "
  179 +#else
  180 +#define CONFIG_DRIVE_MMC
  181 +#endif
  182 +
  183 +#ifdef CONFIG_USB_STORAGE
  184 +#define CONFIG_DRIVE_USB "usb "
  185 +#else
  186 +#define CONFIG_DRIVE_USB
  187 +#endif
  188 +
  189 +#define CONFIG_DRIVE_TYPES CONFIG_DRIVE_SATA CONFIG_DRIVE_MMC CONFIG_DRIVE_USB
  190 +#define CONFIG_UMSDEVS CONFIG_DRIVE_SATA CONFIG_DRIVE_MMC
  191 +
  192 +/* mmcdev=0 : eMMC mmcdev=1 : SD/MMC Card */
  193 +#define CONFIG_EXTRA_ENV_SETTINGS \
  194 + "console=ttymxc0\0" \
  195 + "fdt_high=0xffffffff\0" \
  196 + "initrd_high=0xffffffff\0" \
  197 + "loadaddr=0x12000000\0" \
  198 + "boot_fdt=try\0" \
  199 + "bootdelay=1\0" \
  200 + "bootargs=console=ttymxc0,115200 root=/dev/ram0 rw --no-log initrd=0x1E000000,32M ramdisk=65536 video=${video_lvds} ${video_hdmi} ${video_vmalloc} ${arg_option}\0" \
  201 + "bootargs_ram=setenv bootargs console=ttymxc0,115200 root=/dev/ram0 rw --no-log initrd=0x1E000000,32M ramdisk=65536 ${video_lvds} ${video_hdmi} ${video_vmalloc} ${arg_option} \0" \
  202 + "bootargs_mmc=setenv bootargs console=ttymxc0,115200 root=/dev/mmcblk3p2 rw --no-log rootfstype=ext4 rootdelay=5 rootwait ${video_lvds} ${video_hdmi} ${video_vmalloc} ${arg_option}\0" \
  203 + "ethaddr=00:FA:15:12:02:02\0" \
  204 + "eth1addr=00:FA:15:12:02:04\0" \
  205 + "serverip=192.168.10.131\0" \
  206 + "ipaddr=192.168.10.139\0" \
  207 + "netmask=255.255.0.0\0" \
  208 + "gatewayip=192.168.10.1\0" \
  209 + "ip_dyn=yes\0" \
  210 + "video_lvds=video=mxcfb0:dev=ldb,LDB-G156BGE,if=RGB24\0" \
  211 + "video_hdmi=video=mxcfb1:dev=hdmi,1920x1080@60,if=RGB24\0" \
  212 + "video_vmalloc=fbmem=28M,28M fbcon=28M,28M vmalloc=400M\0" \
  213 + "arg_option=fec.disable_giga=1\0" \
  214 + "mmcdev=0\0" \
  215 + "uboot_file=u-boot.imx6_cmf\0" \
  216 + "dtb_file=imx6dl-cmf.dtb\0" \
  217 + "kernel_file=uImage.imx6_cmf\0" \
  218 + "ramdisk_file=ramdisk.imx6_cmf-2.0-64M.gz\0" \
  219 + "uboot=tftpboot 0x12000000 ${uboot_file}; mmc dev ${mmcdev}; mmc write 0x12000000 2 500; if ext4ls mmc ${mmcdev}:1 boot; then ext4writ mmc ${mmcdev}:1 0x12000000 /boot/${uboot_file} ${filesize}; fi;\0" \
  220 + "kernel=tftpboot 0x12000000 ${kernel_file}; mmc dev ${mmcdev}; mmc write 0x12000000 1000 4000; if ext4ls mmc ${mmcdev}:1 boot; then ext4write mmc ${mmcdev}:1 0x12000000 /boot/${kernel_file} ${filesize}; fi;\0" \
  221 + "dtb=tftpboot 0x11F00000 ${dtb_file}; mmc dev ${mmcdev}; mmc write 0x11F00000 A00 100; if ext4ls mmc ${mmcdev}:1 boot; then ext4write mmc ${mmcdev}:1 0x11F00000 /boot/${dtb_file} ${filesize}; fi;\0" \
  222 + "ramdisk=tftpboot 0x1E000000 ${ramdisk_file}; mmc dev ${mmcdev}; mmc write 0x1E000000 7000 10000; if ext4ls mmc ${mmcdev}:1 boot; then ext4write mmc ${mmcdev}:1 0x1E000000 /boot/${ramdisk_file} ${filesize}; fi;\0" \
  223 + "bootram=mmc dev ${mmcdev}; mmcinfo; mmc read 0x11F00000 A00 100; mmc read 0x12000000 1000 4000; mmc read 0x1E000000 7000 10000; bootm 0x12000000 - 0x11F00000\0" \
  224 + "bootload= echo ; echo Loading a bootable image ...; mmc dev ${mmcdev}; " \
  225 + "if ext4load mmc ${mmcdev}:1 0x11F00000 /boot/${dtb_file}; then " \
  226 + "echo Device Tree image patition area loader; " \
  227 + "echo ; " \
  228 + "else " \
  229 + "echo Device Tree image raw area loader; " \
  230 + "mmc read 0x11F00000 A00 100; " \
  231 + "echo ; " \
  232 + "fi; " \
  233 + "if ext4load mmc ${mmcdev}:1 0x12000000 /boot/${kernel_file}; then " \
  234 + "echo Kernel image patition area loader; " \
  235 + "echo ; " \
  236 + "else " \
  237 + "mmc read 0x12000000 1000 4000; " \
  238 + "echo Kernel image raw area loader; " \
  239 + "echo ; " \
  240 + "fi; " \
  241 + "if ext4load mmc ${mmcdev}:1 0x1E000000 /boot/${ramdisk_file}; then " \
  242 + "echo Ramdisk image patition area loader; " \
  243 + "echo ; " \
  244 + "else " \
  245 + "echo Ramdisk image raw area loader; " \
  246 + "mmc read 0x1E000000 7000 10000; " \
  247 + "echo ; " \
  248 + "fi; " \
  249 + "bootm 0x12000000 - 0x11F00000; \0" \
  250 + "fw=env default -a; saveenv; setenv mmcdev 1; run bootcmd; \0" \
  251 + "bootcmd=run bootargs_ram bootload\0"
  252 +
  253 +/* Miscellaneous configurable options */
  254 +#define CONFIG_SYS_LONGHELP
  255 +#define CONFIG_SYS_HUSH_PARSER
  256 +#define CONFIG_SYS_PROMPT "CELL v1 > "
  257 +#define CONFIG_AUTO_COMPLETE
  258 +#define CONFIG_SYS_CBSIZE 1024
  259 +#define CONFIG_SYS_MAXARGS 48
  260 +#define CONFIG_SYS_BARGSIZE CONFIG_SYS_CBSIZE
  261 +
  262 +#define CONFIG_SYS_MEMTEST_START 0x10000000
  263 +#define CONFIG_SYS_MEMTEST_END 0x10010000
  264 +#define CONFIG_SYS_MEMTEST_SCRATCH 0x10800000
  265 +
  266 +#define CONFIG_SYS_LOAD_ADDR CONFIG_LOADADDR
  267 +
  268 +#define CONFIG_CMDLINE_EDITING
  269 +
  270 +/* Physical Memory Map */
  271 +#define CONFIG_NR_DRAM_BANKS 1
  272 +#define PHYS_SDRAM MMDC0_ARB_BASE_ADDR
  273 +
  274 +#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM
  275 +#define CONFIG_SYS_INIT_RAM_ADDR IRAM_BASE_ADDR
  276 +#define CONFIG_SYS_INIT_RAM_SIZE IRAM_SIZE
  277 +
  278 +#define CONFIG_SYS_INIT_SP_OFFSET \
  279 + (CONFIG_SYS_INIT_RAM_SIZE - GENERATED_GBL_DATA_SIZE)
  280 +#define CONFIG_SYS_INIT_SP_ADDR \
  281 + (CONFIG_SYS_INIT_RAM_ADDR + CONFIG_SYS_INIT_SP_OFFSET)
  282 +
  283 +/* FLASH and environment organization */
  284 +#define CONFIG_SYS_NO_FLASH
  285 +
  286 +#define CONFIG_ENV_SIZE (8 * 1024)
  287 +
  288 +#define CONFIG_ENV_IS_IN_MMC
  289 +
  290 +#if defined(CONFIG_ENV_IS_IN_MMC)
  291 +#define CONFIG_ENV_OFFSET (768 * 1024)
  292 +#define CONFIG_SYS_MMC_ENV_DEV 0
  293 +#elif defined(CONFIG_ENV_IS_IN_SPI_FLASH)
  294 +#define CONFIG_ENV_OFFSET (768 * 1024)
  295 +#define CONFIG_ENV_SECT_SIZE (8 * 1024)
  296 +#define CONFIG_ENV_SPI_BUS CONFIG_SF_DEFAULT_BUS
  297 +#define CONFIG_ENV_SPI_CS CONFIG_SF_DEFAULT_CS
  298 +#define CONFIG_ENV_SPI_MODE CONFIG_SF_DEFAULT_MODE
  299 +#define CONFIG_ENV_SPI_MAX_HZ CONFIG_SF_DEFAULT_SPEED
  300 +#endif
  301 +
  302 +#define CONFIG_OF_LIBFDT
  303 +#define CONFIG_CMD_BOOTZ
  304 +
  305 +#ifndef CONFIG_SYS_DCACHE_OFF
  306 +#define CONFIG_CMD_CACHE
  307 +#endif
  308 +
  309 +/*
  310 +#define CONFIG_CMD_BMP
  311 +*/
  312 +
  313 +#define CONFIG_CMD_TIME
  314 +#define CONFIG_CMD_MEMTEST
  315 +#define CONFIG_SYS_ALT_MEMTEST
  316 +
  317 +#define CONFIG_CMD_BOOTZ
  318 +#define CONFIG_SUPPORT_RAW_INITRD
  319 +#define CONFIG_CMD_FS_GENERIC
  320 +
  321 +/*
  322 + * PCI express
  323 + */
  324 +#ifdef CONFIG_CMD_PCI
  325 +#define CONFIG_PCI
  326 +#define CONFIG_PCI_PNP
  327 +#define CONFIG_PCI_SCAN_SHOW
  328 +#define CONFIG_PCIE_IMX
  329 +#endif
  330 +
  331 +#define CONFIG_CMD_ELF
  332 +
  333 +#define CONFIG_USB_GADGET
  334 +#define CONFIG_CMD_USB_MASS_STORAGE
  335 +#define CONFIG_USB_GADGET_MASS_STORAGE
  336 +#define CONFIG_USBDOWNLOAD_GADGET
  337 +#define CONFIG_USB_GADGET_VBUS_DRAW 2
  338 +
  339 +/* Netchip IDs */
  340 +
  341 +#define CONFIG_G_DNL_VENDOR_NUM 0x0525
  342 +#define CONFIG_G_DNL_PRODUCT_NUM 0xa4a5
  343 +#define CONFIG_G_DNL_MANUFACTURER "FALINUX"
  344 +
  345 +#define CONFIG_CMD_FASTBOOT
  346 +#define CONFIG_ANDROID_BOOT_IMAGE
  347 +#define CONFIG_USB_FASTBOOT_BUF_ADDR CONFIG_SYS_LOAD_ADDR
  348 +#define CONFIG_USB_FASTBOOT_BUF_SIZE 0x07000000
  349 +
  350 +#endif /* __CONFIG_CMF_H */
... ...
buildroot/buildroot-2016.08.1/board/falinux/prime_qt5/rootfs_overlay/etc/fstab
... ... @@ -7,8 +7,8 @@ tmpfs /tmp tmpfs mode=1777 0 0
7 7 tmpfs /run tmpfs mode=0755,nosuid,nodev 0 0
8 8 sysfs /sys sysfs defaults 0 0
9 9  
10   -/dev/mmcblk0p1 /boot0 vfat defaults 0 0
11   -/dev/mmcblk0p2 /boot1 vfat defaults 0 0
  10 +#/dev/mmcblk0p1 /boot0 vfat defaults 0 0
  11 +#/dev/mmcblk0p2 /boot1 vfat defaults 0 0
12 12  
13 13 /dev/mmcblk0p3 /app ext4 defaults 0 0
14 14 /dev/mmcblk0p4 /data ext4 defaults 0 0
... ...
buildroot/buildroot-2016.08.1/configs/imx6sl_prime_oven_bootstrap_defconfig
... ... @@ -0,0 +1,56 @@
  1 +BR2_arm=y
  2 +BR2_cortex_a9=y
  3 +BR2_ARM_ENABLE_NEON=y
  4 +BR2_ARM_ENABLE_VFP=y
  5 +BR2_ARM_FPU_NEON=y
  6 +BR2_HOST_DIR="/opt/toolchain/$(FA_CHIPSET)/$(FA_PRODUCT)"
  7 +BR2_GLOBAL_PATCH_DIR="board/freescale/imx6sabre/patches"
  8 +BR2_KERNEL_HEADERS_3_14=y
  9 +BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
  10 +BR2_TOOLCHAIN_BUILDROOT_CXX=y
  11 +BR2_PACKAGE_HOST_GDB=y
  12 +BR2_PACKAGE_HOST_GDB_PYTHON=y
  13 +BR2_TARGET_GENERIC_HOSTNAME="prime-qt5"
  14 +BR2_TARGET_GENERIC_ISSUE="Welcome to falinux"
  15 +BR2_TARGET_GENERIC_ROOT_PASSWD="root"
  16 +BR2_SYSTEM_BIN_SH_BASH=y
  17 +BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
  18 +BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y
  19 +BR2_PACKAGE_GSTREAMER1=y
  20 +BR2_PACKAGE_GST1_PLUGINS_GOOD=y
  21 +BR2_PACKAGE_GST1_PLUGINS_GOOD_JPEG=y
  22 +BR2_PACKAGE_GST1_PLUGINS_GOOD_PNG=y
  23 +BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_ALPHA=y
  24 +BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_FLV=y
  25 +BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_V4L2=y
  26 +BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_V4L2_PROBE=y
  27 +BR2_PACKAGE_GST1_IMX=y
  28 +BR2_PACKAGE_GST1_LIBAV=y
  29 +BR2_PACKAGE_GDB=y
  30 +BR2_PACKAGE_DOSFSTOOLS=y
  31 +BR2_PACKAGE_DOSFSTOOLS_MKFS_FAT=y
  32 +BR2_PACKAGE_E2TOOLS=y
  33 +BR2_PACKAGE_QT5=y
  34 +BR2_PACKAGE_QT5BASE_LICENSE_APPROVED=y
  35 +BR2_PACKAGE_QT5BASE_EXAMPLES=y
  36 +BR2_PACKAGE_QT5BASE_WIDGETS=y
  37 +BR2_PACKAGE_QT5BASE_FONTCONFIG=y
  38 +BR2_PACKAGE_QT5BASE_GIF=y
  39 +BR2_PACKAGE_QT5BASE_JPEG=y
  40 +BR2_PACKAGE_QT5BASE_PNG=y
  41 +BR2_PACKAGE_QT5MULTIMEDIA=y
  42 +BR2_PACKAGE_FREESCALE_IMX=y
  43 +BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX6Q=y
  44 +BR2_PACKAGE_FIRMWARE_IMX=y
  45 +BR2_PACKAGE_I2C_TOOLS=y
  46 +BR2_PACKAGE_ALSA_LIB=y
  47 +BR2_PACKAGE_TSLIB=y
  48 +BR2_PACKAGE_ETHTOOL=y
  49 +BR2_PACKAGE_IPERF3=y
  50 +BR2_PACKAGE_LRZSZ=y
  51 +BR2_PACKAGE_OPENSSH=y
  52 +BR2_PACKAGE_WGET=y
  53 +BR2_TARGET_ROOTFS_EXT2=y
  54 +BR2_TARGET_ROOTFS_EXT2_BLOCKS=131072
  55 +BR2_TARGET_ROOTFS_EXT2_GZIP=y
  56 +# BR2_TARGET_ROOTFS_TAR is not set
... ...
buildroot/buildroot-2016.08.1/configs/imx6sl_prime_oven_defconfig
... ... @@ -0,0 +1,58 @@
  1 +BR2_arm=y
  2 +BR2_cortex_a9=y
  3 +BR2_ARM_ENABLE_NEON=y
  4 +BR2_ARM_ENABLE_VFP=y
  5 +BR2_ARM_FPU_NEON=y
  6 +BR2_GLOBAL_PATCH_DIR="board/freescale/imx6sabre/patches"
  7 +BR2_TOOLCHAIN_EXTERNAL=y
  8 +BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y
  9 +BR2_TOOLCHAIN_EXTERNAL_PATH="$(BR_TOOLCHAIN_PATH)/usr"
  10 +BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX="$(BR_TOOLCHAIN_PREFIX)"
  11 +BR2_TOOLCHAIN_EXTERNAL_GCC_4_9=y
  12 +BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_14=y
  13 +BR2_TOOLCHAIN_EXTERNAL_CUSTOM_GLIBC=y
  14 +BR2_TOOLCHAIN_EXTERNAL_CXX=y
  15 +BR2_TARGET_GENERIC_HOSTNAME="prime-qt5"
  16 +BR2_TARGET_GENERIC_ISSUE="Welcome to falinux"
  17 +BR2_TARGET_GENERIC_ROOT_PASSWD="root"
  18 +BR2_SYSTEM_BIN_SH_BASH=y
  19 +BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
  20 +BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y
  21 +BR2_PACKAGE_GSTREAMER1=y
  22 +BR2_PACKAGE_GST1_PLUGINS_GOOD=y
  23 +BR2_PACKAGE_GST1_PLUGINS_GOOD_JPEG=y
  24 +BR2_PACKAGE_GST1_PLUGINS_GOOD_PNG=y
  25 +BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_ALPHA=y
  26 +BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_FLV=y
  27 +BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_V4L2=y
  28 +BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_V4L2_PROBE=y
  29 +BR2_PACKAGE_GST1_IMX=y
  30 +BR2_PACKAGE_GST1_LIBAV=y
  31 +BR2_PACKAGE_GDB=y
  32 +BR2_PACKAGE_DOSFSTOOLS=y
  33 +BR2_PACKAGE_DOSFSTOOLS_MKFS_FAT=y
  34 +BR2_PACKAGE_E2TOOLS=y
  35 +BR2_PACKAGE_QT5=y
  36 +BR2_PACKAGE_QT5BASE_LICENSE_APPROVED=y
  37 +BR2_PACKAGE_QT5BASE_EXAMPLES=y
  38 +BR2_PACKAGE_QT5BASE_WIDGETS=y
  39 +BR2_PACKAGE_QT5BASE_FONTCONFIG=y
  40 +BR2_PACKAGE_QT5BASE_GIF=y
  41 +BR2_PACKAGE_QT5BASE_JPEG=y
  42 +BR2_PACKAGE_QT5BASE_PNG=y
  43 +BR2_PACKAGE_QT5MULTIMEDIA=y
  44 +BR2_PACKAGE_FREESCALE_IMX=y
  45 +BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX6Q=y
  46 +BR2_PACKAGE_FIRMWARE_IMX=y
  47 +BR2_PACKAGE_I2C_TOOLS=y
  48 +BR2_PACKAGE_ALSA_LIB=y
  49 +BR2_PACKAGE_TSLIB=y
  50 +BR2_PACKAGE_ETHTOOL=y
  51 +BR2_PACKAGE_IPERF3=y
  52 +BR2_PACKAGE_LRZSZ=y
  53 +BR2_PACKAGE_OPENSSH=y
  54 +BR2_PACKAGE_WGET=y
  55 +BR2_TARGET_ROOTFS_EXT2=y
  56 +BR2_TARGET_ROOTFS_EXT2_BLOCKS=131072
  57 +BR2_TARGET_ROOTFS_EXT2_GZIP=y
  58 +# BR2_TARGET_ROOTFS_TAR is not set
... ...
buildroot/buildroot-2016.08.1/configs/imx6sl_prime_qt5_bootstrap_defconfig
... ... @@ -1,56 +0,0 @@
1   -BR2_arm=y
2   -BR2_cortex_a9=y
3   -BR2_ARM_ENABLE_NEON=y
4   -BR2_ARM_ENABLE_VFP=y
5   -BR2_ARM_FPU_NEON=y
6   -BR2_HOST_DIR="/opt/toolchain/$(FA_CHIPSET)/$(FA_PRODUCT)"
7   -BR2_GLOBAL_PATCH_DIR="board/freescale/imx6sabre/patches"
8   -BR2_KERNEL_HEADERS_3_14=y
9   -BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
10   -BR2_TOOLCHAIN_BUILDROOT_CXX=y
11   -BR2_PACKAGE_HOST_GDB=y
12   -BR2_PACKAGE_HOST_GDB_PYTHON=y
13   -BR2_TARGET_GENERIC_HOSTNAME="prime-qt5"
14   -BR2_TARGET_GENERIC_ISSUE="Welcome to falinux"
15   -BR2_TARGET_GENERIC_ROOT_PASSWD="root"
16   -BR2_SYSTEM_BIN_SH_BASH=y
17   -BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
18   -BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y
19   -BR2_PACKAGE_GSTREAMER1=y
20   -BR2_PACKAGE_GST1_PLUGINS_GOOD=y
21   -BR2_PACKAGE_GST1_PLUGINS_GOOD_JPEG=y
22   -BR2_PACKAGE_GST1_PLUGINS_GOOD_PNG=y
23   -BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_ALPHA=y
24   -BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_FLV=y
25   -BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_V4L2=y
26   -BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_V4L2_PROBE=y
27   -BR2_PACKAGE_GST1_IMX=y
28   -BR2_PACKAGE_GST1_LIBAV=y
29   -BR2_PACKAGE_GDB=y
30   -BR2_PACKAGE_DOSFSTOOLS=y
31   -BR2_PACKAGE_DOSFSTOOLS_MKFS_FAT=y
32   -BR2_PACKAGE_E2TOOLS=y
33   -BR2_PACKAGE_QT5=y
34   -BR2_PACKAGE_QT5BASE_LICENSE_APPROVED=y
35   -BR2_PACKAGE_QT5BASE_EXAMPLES=y
36   -BR2_PACKAGE_QT5BASE_WIDGETS=y
37   -BR2_PACKAGE_QT5BASE_FONTCONFIG=y
38   -BR2_PACKAGE_QT5BASE_GIF=y
39   -BR2_PACKAGE_QT5BASE_JPEG=y
40   -BR2_PACKAGE_QT5BASE_PNG=y
41   -BR2_PACKAGE_QT5MULTIMEDIA=y
42   -BR2_PACKAGE_FREESCALE_IMX=y
43   -BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX6Q=y
44   -BR2_PACKAGE_FIRMWARE_IMX=y
45   -BR2_PACKAGE_I2C_TOOLS=y
46   -BR2_PACKAGE_ALSA_LIB=y
47   -BR2_PACKAGE_TSLIB=y
48   -BR2_PACKAGE_ETHTOOL=y
49   -BR2_PACKAGE_IPERF3=y
50   -BR2_PACKAGE_LRZSZ=y
51   -BR2_PACKAGE_OPENSSH=y
52   -BR2_PACKAGE_WGET=y
53   -BR2_TARGET_ROOTFS_EXT2=y
54   -BR2_TARGET_ROOTFS_EXT2_BLOCKS=131072
55   -BR2_TARGET_ROOTFS_EXT2_GZIP=y
56   -# BR2_TARGET_ROOTFS_TAR is not set
buildroot/buildroot-2016.08.1/configs/imx6sl_prime_qt5_defconfig
... ... @@ -1,58 +0,0 @@
1   -BR2_arm=y
2   -BR2_cortex_a9=y
3   -BR2_ARM_ENABLE_NEON=y
4   -BR2_ARM_ENABLE_VFP=y
5   -BR2_ARM_FPU_NEON=y
6   -BR2_GLOBAL_PATCH_DIR="board/freescale/imx6sabre/patches"
7   -BR2_TOOLCHAIN_EXTERNAL=y
8   -BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y
9   -BR2_TOOLCHAIN_EXTERNAL_PATH="$(BR_TOOLCHAIN_PATH)/usr"
10   -BR2_TOOLCHAIN_EXTERNAL_CUSTOM_PREFIX="$(BR_TOOLCHAIN_PREFIX)"
11   -BR2_TOOLCHAIN_EXTERNAL_GCC_4_9=y
12   -BR2_TOOLCHAIN_EXTERNAL_HEADERS_3_14=y
13   -BR2_TOOLCHAIN_EXTERNAL_CUSTOM_GLIBC=y
14   -BR2_TOOLCHAIN_EXTERNAL_CXX=y
15   -BR2_TARGET_GENERIC_HOSTNAME="prime-qt5"
16   -BR2_TARGET_GENERIC_ISSUE="Welcome to falinux"
17   -BR2_TARGET_GENERIC_ROOT_PASSWD="root"
18   -BR2_SYSTEM_BIN_SH_BASH=y
19   -BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0"
20   -BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y
21   -BR2_PACKAGE_GSTREAMER1=y
22   -BR2_PACKAGE_GST1_PLUGINS_GOOD=y
23   -BR2_PACKAGE_GST1_PLUGINS_GOOD_JPEG=y
24   -BR2_PACKAGE_GST1_PLUGINS_GOOD_PNG=y
25   -BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_ALPHA=y
26   -BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_FLV=y
27   -BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_V4L2=y
28   -BR2_PACKAGE_GST1_PLUGINS_GOOD_PLUGIN_V4L2_PROBE=y
29   -BR2_PACKAGE_GST1_IMX=y
30   -BR2_PACKAGE_GST1_LIBAV=y
31   -BR2_PACKAGE_GDB=y
32   -BR2_PACKAGE_DOSFSTOOLS=y
33   -BR2_PACKAGE_DOSFSTOOLS_MKFS_FAT=y
34   -BR2_PACKAGE_E2TOOLS=y
35   -BR2_PACKAGE_QT5=y
36   -BR2_PACKAGE_QT5BASE_LICENSE_APPROVED=y
37   -BR2_PACKAGE_QT5BASE_EXAMPLES=y
38   -BR2_PACKAGE_QT5BASE_WIDGETS=y
39   -BR2_PACKAGE_QT5BASE_FONTCONFIG=y
40   -BR2_PACKAGE_QT5BASE_GIF=y
41   -BR2_PACKAGE_QT5BASE_JPEG=y
42   -BR2_PACKAGE_QT5BASE_PNG=y
43   -BR2_PACKAGE_QT5MULTIMEDIA=y
44   -BR2_PACKAGE_FREESCALE_IMX=y
45   -BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX6Q=y
46   -BR2_PACKAGE_FIRMWARE_IMX=y
47   -BR2_PACKAGE_I2C_TOOLS=y
48   -BR2_PACKAGE_ALSA_LIB=y
49   -BR2_PACKAGE_TSLIB=y
50   -BR2_PACKAGE_ETHTOOL=y
51   -BR2_PACKAGE_IPERF3=y
52   -BR2_PACKAGE_LRZSZ=y
53   -BR2_PACKAGE_OPENSSH=y
54   -BR2_PACKAGE_WGET=y
55   -BR2_TARGET_ROOTFS_EXT2=y
56   -BR2_TARGET_ROOTFS_EXT2_BLOCKS=131072
57   -BR2_TARGET_ROOTFS_EXT2_GZIP=y
58   -# BR2_TARGET_ROOTFS_TAR is not set
buildroot/buildroot-2016.08.1/make.sh
... ... @@ -29,7 +29,7 @@ case $1 in
29 29 echo "clean-target : clean target directory"
30 30 ;;
31 31 ssh-key)
32   - board/falinux/common/mk-ssh-key.sh.sh
  32 + board/falinux/common/mk-ssh-key.sh
33 33 ;;
34 34 bootstrap)
35 35 echo CONFIG: ${BOOTSTRAP_DEFCONFIG_FILE}
... ...
kernel/linux-imx6_3.14.28/arch/arm/boot/dts/imx6sl-prime-oven.dts
... ... @@ -0,0 +1,142 @@
  1 +/*
  2 + * Copyright 2013 Boundary Devices
  3 + * Copyright 2012 Freescale Semiconductor, Inc.
  4 + * Copyright 2011 Linaro Ltd.
  5 + *
  6 + * The code contained herein is licensed under the GNU General Public
  7 + * License. You may obtain a copy of the GNU General Public License
  8 + * Version 2 or later at the following locations:
  9 + *
  10 + * http://www.opensource.org/licenses/gpl-license.html
  11 + * http://www.gnu.org/copyleft/gpl.html
  12 + */
  13 +
  14 +/dts-v1/;
  15 +
  16 +#include <dt-bindings/interrupt-controller/irq.h>
  17 +#include "imx6dl.dtsi"
  18 +#include "imx6qdl-cmf.dtsi"
  19 +
  20 +/ {
  21 + model = "Freescale i.MX6 Solo/DualLite Cellumed CMF1000 Device Board(PFUZE100)";
  22 + compatible = "fsl,imx6dl-cmf", "fsl,imx6dl";
  23 +};
  24 +
  25 +&mxcfb1 {
  26 + status = "okay";
  27 +};
  28 +
  29 +&mxcfb2 {
  30 + status = "okay";
  31 +};
  32 +
  33 +&ldb {
  34 + lvds-channel@0 {
  35 + crtc = "ipu1-di1";
  36 + };
  37 +};
  38 +
  39 +&i2c2 {
  40 + pmic: pfuze100@08 {
  41 + compatible = "fsl,pfuze100";
  42 + reg = <0x08>;
  43 +
  44 + regulators {
  45 + sw1a_reg: sw1ab {
  46 + regulator-min-microvolt = <300000>;
  47 + regulator-max-microvolt = <1875000>;
  48 + regulator-boot-on;
  49 + regulator-always-on;
  50 + regulator-ramp-delay = <6250>;
  51 + };
  52 +
  53 + sw1c_reg: sw1c {
  54 + regulator-min-microvolt = <300000>;
  55 + regulator-max-microvolt = <1875000>;
  56 + regulator-boot-on;
  57 + regulator-always-on;
  58 + regulator-ramp-delay = <6250>;
  59 + };
  60 +
  61 + sw2_reg: sw2 {
  62 + regulator-min-microvolt = <800000>;
  63 + regulator-max-microvolt = <3300000>;
  64 + regulator-boot-on;
  65 + regulator-always-on;
  66 + };
  67 +
  68 + sw3a_reg: sw3a {
  69 + regulator-min-microvolt = <400000>;
  70 + regulator-max-microvolt = <1975000>;
  71 + regulator-boot-on;
  72 + regulator-always-on;
  73 + };
  74 +
  75 + sw3b_reg: sw3b {
  76 + regulator-min-microvolt = <400000>;
  77 + regulator-max-microvolt = <1975000>;
  78 + regulator-boot-on;
  79 + regulator-always-on;
  80 + };
  81 +
  82 + sw4_reg: sw4 {
  83 + regulator-min-microvolt = <800000>;
  84 + regulator-max-microvolt = <3300000>;
  85 + };
  86 +
  87 + swbst_reg: swbst {
  88 + regulator-min-microvolt = <5000000>;
  89 + regulator-max-microvolt = <5150000>;
  90 + };
  91 +
  92 + snvs_reg: vsnvs {
  93 + regulator-min-microvolt = <1000000>;
  94 + regulator-max-microvolt = <3000000>;
  95 + regulator-boot-on;
  96 + regulator-always-on;
  97 + };
  98 +
  99 + vref_reg: vrefddr {
  100 + regulator-boot-on;
  101 + regulator-always-on;
  102 + };
  103 +
  104 + vgen1_reg: vgen1 {
  105 + regulator-min-microvolt = <800000>;
  106 + regulator-max-microvolt = <1550000>;
  107 + };
  108 +
  109 + vgen2_reg: vgen2 {
  110 + regulator-min-microvolt = <800000>;
  111 + regulator-max-microvolt = <1550000>;
  112 + };
  113 +
  114 + vgen3_reg: vgen3 {
  115 + regulator-min-microvolt = <1800000>;
  116 + regulator-max-microvolt = <3300000>;
  117 + };
  118 +
  119 + vgen4_reg: vgen4 {
  120 + regulator-min-microvolt = <1800000>;
  121 + regulator-max-microvolt = <3300000>;
  122 + regulator-always-on;
  123 + };
  124 +
  125 + vgen5_reg: vgen5 {
  126 + regulator-min-microvolt = <1800000>;
  127 + regulator-max-microvolt = <3300000>;
  128 + regulator-always-on;
  129 + };
  130 +
  131 + vgen6_reg: vgen6 {
  132 + regulator-min-microvolt = <1800000>;
  133 + regulator-max-microvolt = <3300000>;
  134 + regulator-always-on;
  135 + };
  136 + };
  137 + };
  138 +};
  139 +
  140 +&pxp {
  141 + status = "okay";
  142 +};
... ...
kernel/linux-imx6_3.14.28/arch/arm/boot/dts/imx6sl-prime-qt5.dts
... ... @@ -1,142 +0,0 @@
1   -/*
2   - * Copyright 2013 Boundary Devices
3   - * Copyright 2012 Freescale Semiconductor, Inc.
4   - * Copyright 2011 Linaro Ltd.
5   - *
6   - * The code contained herein is licensed under the GNU General Public
7   - * License. You may obtain a copy of the GNU General Public License
8   - * Version 2 or later at the following locations:
9   - *
10   - * http://www.opensource.org/licenses/gpl-license.html
11   - * http://www.gnu.org/copyleft/gpl.html
12   - */
13   -
14   -/dts-v1/;
15   -
16   -#include <dt-bindings/interrupt-controller/irq.h>
17   -#include "imx6dl.dtsi"
18   -#include "imx6qdl-cmf.dtsi"
19   -
20   -/ {
21   - model = "Freescale i.MX6 Solo/DualLite Cellumed CMF1000 Device Board(PFUZE100)";
22   - compatible = "fsl,imx6dl-cmf", "fsl,imx6dl";
23   -};
24   -
25   -&mxcfb1 {
26   - status = "okay";
27   -};
28   -
29   -&mxcfb2 {
30   - status = "okay";
31   -};
32   -
33   -&ldb {
34   - lvds-channel@0 {
35   - crtc = "ipu1-di1";
36   - };
37   -};
38   -
39   -&i2c2 {
40   - pmic: pfuze100@08 {
41   - compatible = "fsl,pfuze100";
42   - reg = <0x08>;
43   -
44   - regulators {
45   - sw1a_reg: sw1ab {
46   - regulator-min-microvolt = <300000>;
47   - regulator-max-microvolt = <1875000>;
48   - regulator-boot-on;
49   - regulator-always-on;
50   - regulator-ramp-delay = <6250>;
51   - };
52   -
53   - sw1c_reg: sw1c {
54   - regulator-min-microvolt = <300000>;
55   - regulator-max-microvolt = <1875000>;
56   - regulator-boot-on;
57   - regulator-always-on;
58   - regulator-ramp-delay = <6250>;
59   - };
60   -
61   - sw2_reg: sw2 {
62   - regulator-min-microvolt = <800000>;
63   - regulator-max-microvolt = <3300000>;
64   - regulator-boot-on;
65   - regulator-always-on;
66   - };
67   -
68   - sw3a_reg: sw3a {
69   - regulator-min-microvolt = <400000>;
70   - regulator-max-microvolt = <1975000>;
71   - regulator-boot-on;
72   - regulator-always-on;
73   - };
74   -
75   - sw3b_reg: sw3b {
76   - regulator-min-microvolt = <400000>;
77   - regulator-max-microvolt = <1975000>;
78   - regulator-boot-on;
79   - regulator-always-on;
80   - };
81   -
82   - sw4_reg: sw4 {
83   - regulator-min-microvolt = <800000>;
84   - regulator-max-microvolt = <3300000>;
85   - };
86   -
87   - swbst_reg: swbst {
88   - regulator-min-microvolt = <5000000>;
89   - regulator-max-microvolt = <5150000>;
90   - };
91   -
92   - snvs_reg: vsnvs {
93   - regulator-min-microvolt = <1000000>;
94   - regulator-max-microvolt = <3000000>;
95   - regulator-boot-on;
96   - regulator-always-on;
97   - };
98   -
99   - vref_reg: vrefddr {
100   - regulator-boot-on;
101   - regulator-always-on;
102   - };
103   -
104   - vgen1_reg: vgen1 {
105   - regulator-min-microvolt = <800000>;
106   - regulator-max-microvolt = <1550000>;
107   - };
108   -
109   - vgen2_reg: vgen2 {
110   - regulator-min-microvolt = <800000>;
111   - regulator-max-microvolt = <1550000>;
112   - };
113   -
114   - vgen3_reg: vgen3 {
115   - regulator-min-microvolt = <1800000>;
116   - regulator-max-microvolt = <3300000>;
117   - };
118   -
119   - vgen4_reg: vgen4 {
120   - regulator-min-microvolt = <1800000>;
121   - regulator-max-microvolt = <3300000>;
122   - regulator-always-on;
123   - };
124   -
125   - vgen5_reg: vgen5 {
126   - regulator-min-microvolt = <1800000>;
127   - regulator-max-microvolt = <3300000>;
128   - regulator-always-on;
129   - };
130   -
131   - vgen6_reg: vgen6 {
132   - regulator-min-microvolt = <1800000>;
133   - regulator-max-microvolt = <3300000>;
134   - regulator-always-on;
135   - };
136   - };
137   - };
138   -};
139   -
140   -&pxp {
141   - status = "okay";
142   -};
kernel/linux-imx6_3.14.28/arch/arm/configs/imx6sl_prime_oven_defconfig
... ... @@ -0,0 +1,4114 @@
  1 +#
  2 +# Automatically generated file; DO NOT EDIT.
  3 +# Linux/arm 3.14.28 Kernel Configuration
  4 +#
  5 +CONFIG_ARM=y
  6 +CONFIG_MIGHT_HAVE_PCI=y
  7 +CONFIG_SYS_SUPPORTS_APM_EMULATION=y
  8 +CONFIG_HAVE_PROC_CPU=y
  9 +CONFIG_STACKTRACE_SUPPORT=y
  10 +CONFIG_LOCKDEP_SUPPORT=y
  11 +CONFIG_TRACE_IRQFLAGS_SUPPORT=y
  12 +CONFIG_RWSEM_GENERIC_SPINLOCK=y
  13 +CONFIG_ARCH_HAS_CPUFREQ=y
  14 +CONFIG_GENERIC_HWEIGHT=y
  15 +CONFIG_GENERIC_CALIBRATE_DELAY=y
  16 +CONFIG_ZONE_DMA=y
  17 +CONFIG_NEED_DMA_MAP_STATE=y
  18 +CONFIG_VECTORS_BASE=0xffff0000
  19 +CONFIG_ARM_PATCH_PHYS_VIRT=y
  20 +CONFIG_GENERIC_BUG=y
  21 +CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
  22 +CONFIG_IRQ_WORK=y
  23 +CONFIG_BUILDTIME_EXTABLE_SORT=y
  24 +
  25 +#
  26 +# General setup
  27 +#
  28 +CONFIG_INIT_ENV_ARG_LIMIT=32
  29 +CONFIG_CROSS_COMPILE=""
  30 +# CONFIG_COMPILE_TEST is not set
  31 +CONFIG_LOCALVERSION=""
  32 +CONFIG_LOCALVERSION_AUTO=y
  33 +CONFIG_HAVE_KERNEL_GZIP=y
  34 +CONFIG_HAVE_KERNEL_LZMA=y
  35 +CONFIG_HAVE_KERNEL_XZ=y
  36 +CONFIG_HAVE_KERNEL_LZO=y
  37 +CONFIG_HAVE_KERNEL_LZ4=y
  38 +# CONFIG_KERNEL_GZIP is not set
  39 +# CONFIG_KERNEL_LZMA is not set
  40 +# CONFIG_KERNEL_XZ is not set
  41 +CONFIG_KERNEL_LZO=y
  42 +# CONFIG_KERNEL_LZ4 is not set
  43 +CONFIG_DEFAULT_HOSTNAME="(none)"
  44 +CONFIG_SWAP=y
  45 +CONFIG_SYSVIPC=y
  46 +CONFIG_SYSVIPC_SYSCTL=y
  47 +# CONFIG_POSIX_MQUEUE is not set
  48 +CONFIG_FHANDLE=y
  49 +# CONFIG_AUDIT is not set
  50 +
  51 +#
  52 +# IRQ subsystem
  53 +#
  54 +CONFIG_GENERIC_IRQ_PROBE=y
  55 +CONFIG_GENERIC_IRQ_SHOW=y
  56 +CONFIG_HARDIRQS_SW_RESEND=y
  57 +CONFIG_GENERIC_IRQ_CHIP=y
  58 +CONFIG_IRQ_DOMAIN=y
  59 +# CONFIG_IRQ_DOMAIN_DEBUG is not set
  60 +CONFIG_IRQ_FORCED_THREADING=y
  61 +CONFIG_SPARSE_IRQ=y
  62 +CONFIG_KTIME_SCALAR=y
  63 +CONFIG_GENERIC_CLOCKEVENTS=y
  64 +CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
  65 +CONFIG_ARCH_HAS_TICK_BROADCAST=y
  66 +CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
  67 +
  68 +#
  69 +# Timers subsystem
  70 +#
  71 +CONFIG_TICK_ONESHOT=y
  72 +CONFIG_NO_HZ_COMMON=y
  73 +# CONFIG_HZ_PERIODIC is not set
  74 +CONFIG_NO_HZ_IDLE=y
  75 +# CONFIG_NO_HZ_FULL is not set
  76 +CONFIG_NO_HZ=y
  77 +CONFIG_HIGH_RES_TIMERS=y
  78 +
  79 +#
  80 +# CPU/Task time and stats accounting
  81 +#
  82 +CONFIG_TICK_CPU_ACCOUNTING=y
  83 +# CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set
  84 +# CONFIG_IRQ_TIME_ACCOUNTING is not set
  85 +# CONFIG_BSD_PROCESS_ACCT is not set
  86 +# CONFIG_TASKSTATS is not set
  87 +
  88 +#
  89 +# RCU Subsystem
  90 +#
  91 +CONFIG_TREE_PREEMPT_RCU=y
  92 +CONFIG_PREEMPT_RCU=y
  93 +CONFIG_RCU_STALL_COMMON=y
  94 +# CONFIG_RCU_USER_QS is not set
  95 +CONFIG_RCU_FANOUT=32
  96 +CONFIG_RCU_FANOUT_LEAF=16
  97 +# CONFIG_RCU_FANOUT_EXACT is not set
  98 +# CONFIG_RCU_FAST_NO_HZ is not set
  99 +# CONFIG_TREE_RCU_TRACE is not set
  100 +# CONFIG_RCU_BOOST is not set
  101 +# CONFIG_RCU_NOCB_CPU is not set
  102 +CONFIG_IKCONFIG=y
  103 +CONFIG_IKCONFIG_PROC=y
  104 +CONFIG_LOG_BUF_SHIFT=18
  105 +CONFIG_GENERIC_SCHED_CLOCK=y
  106 +CONFIG_CGROUPS=y
  107 +# CONFIG_CGROUP_DEBUG is not set
  108 +# CONFIG_CGROUP_FREEZER is not set
  109 +# CONFIG_CGROUP_DEVICE is not set
  110 +# CONFIG_CPUSETS is not set
  111 +# CONFIG_CGROUP_CPUACCT is not set
  112 +# CONFIG_RESOURCE_COUNTERS is not set
  113 +# CONFIG_CGROUP_PERF is not set
  114 +CONFIG_CGROUP_SCHED=y
  115 +CONFIG_FAIR_GROUP_SCHED=y
  116 +CONFIG_CFS_BANDWIDTH=y
  117 +# CONFIG_RT_GROUP_SCHED is not set
  118 +# CONFIG_BLK_CGROUP is not set
  119 +# CONFIG_CHECKPOINT_RESTORE is not set
  120 +CONFIG_NAMESPACES=y
  121 +# CONFIG_UTS_NS is not set
  122 +# CONFIG_IPC_NS is not set
  123 +# CONFIG_USER_NS is not set
  124 +# CONFIG_PID_NS is not set
  125 +CONFIG_NET_NS=y
  126 +# CONFIG_SCHED_AUTOGROUP is not set
  127 +# CONFIG_SYSFS_DEPRECATED is not set
  128 +CONFIG_RELAY=y
  129 +CONFIG_BLK_DEV_INITRD=y
  130 +CONFIG_INITRAMFS_SOURCE=""
  131 +CONFIG_RD_GZIP=y
  132 +# CONFIG_RD_BZIP2 is not set
  133 +# CONFIG_RD_LZMA is not set
  134 +# CONFIG_RD_XZ is not set
  135 +# CONFIG_RD_LZO is not set
  136 +# CONFIG_RD_LZ4 is not set
  137 +# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
  138 +CONFIG_SYSCTL=y
  139 +CONFIG_ANON_INODES=y
  140 +CONFIG_HAVE_UID16=y
  141 +CONFIG_EXPERT=y
  142 +CONFIG_UID16=y
  143 +# CONFIG_SYSCTL_SYSCALL is not set
  144 +CONFIG_KALLSYMS=y
  145 +# CONFIG_KALLSYMS_ALL is not set
  146 +CONFIG_PRINTK=y
  147 +CONFIG_BUG=y
  148 +CONFIG_ELF_CORE=y
  149 +CONFIG_BASE_FULL=y
  150 +CONFIG_FUTEX=y
  151 +CONFIG_EPOLL=y
  152 +CONFIG_SIGNALFD=y
  153 +CONFIG_TIMERFD=y
  154 +CONFIG_EVENTFD=y
  155 +CONFIG_SHMEM=y
  156 +CONFIG_AIO=y
  157 +CONFIG_PCI_QUIRKS=y
  158 +# CONFIG_EMBEDDED is not set
  159 +CONFIG_HAVE_PERF_EVENTS=y
  160 +CONFIG_PERF_USE_VMALLOC=y
  161 +
  162 +#
  163 +# Kernel Performance Events And Counters
  164 +#
  165 +CONFIG_PERF_EVENTS=y
  166 +# CONFIG_DEBUG_PERF_USE_VMALLOC is not set
  167 +CONFIG_VM_EVENT_COUNTERS=y
  168 +# CONFIG_SLUB_DEBUG is not set
  169 +# CONFIG_COMPAT_BRK is not set
  170 +# CONFIG_SLAB is not set
  171 +CONFIG_SLUB=y
  172 +# CONFIG_SLOB is not set
  173 +CONFIG_SLUB_CPU_PARTIAL=y
  174 +# CONFIG_SYSTEM_TRUSTED_KEYRING is not set
  175 +# CONFIG_PROFILING is not set
  176 +CONFIG_HAVE_OPROFILE=y
  177 +# CONFIG_KPROBES is not set
  178 +# CONFIG_JUMP_LABEL is not set
  179 +# CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set
  180 +CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
  181 +CONFIG_ARCH_USE_BUILTIN_BSWAP=y
  182 +CONFIG_HAVE_KPROBES=y
  183 +CONFIG_HAVE_KRETPROBES=y
  184 +CONFIG_HAVE_ARCH_TRACEHOOK=y
  185 +CONFIG_HAVE_DMA_ATTRS=y
  186 +CONFIG_HAVE_DMA_CONTIGUOUS=y
  187 +CONFIG_GENERIC_SMP_IDLE_THREAD=y
  188 +CONFIG_GENERIC_IDLE_POLL_SETUP=y
  189 +CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
  190 +CONFIG_HAVE_CLK=y
  191 +CONFIG_HAVE_DMA_API_DEBUG=y
  192 +CONFIG_HAVE_HW_BREAKPOINT=y
  193 +CONFIG_HAVE_PERF_REGS=y
  194 +CONFIG_HAVE_PERF_USER_STACK_DUMP=y
  195 +CONFIG_HAVE_ARCH_JUMP_LABEL=y
  196 +CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y
  197 +CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
  198 +CONFIG_SECCOMP_FILTER=y
  199 +CONFIG_HAVE_CC_STACKPROTECTOR=y
  200 +# CONFIG_CC_STACKPROTECTOR is not set
  201 +CONFIG_CC_STACKPROTECTOR_NONE=y
  202 +# CONFIG_CC_STACKPROTECTOR_REGULAR is not set
  203 +# CONFIG_CC_STACKPROTECTOR_STRONG is not set
  204 +CONFIG_HAVE_CONTEXT_TRACKING=y
  205 +CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y
  206 +CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
  207 +CONFIG_MODULES_USE_ELF_REL=y
  208 +CONFIG_CLONE_BACKWARDS=y
  209 +CONFIG_OLD_SIGSUSPEND3=y
  210 +CONFIG_OLD_SIGACTION=y
  211 +
  212 +#
  213 +# GCOV-based kernel profiling
  214 +#
  215 +# CONFIG_GCOV_KERNEL is not set
  216 +CONFIG_HAVE_GENERIC_DMA_COHERENT=y
  217 +CONFIG_RT_MUTEXES=y
  218 +CONFIG_BASE_SMALL=0
  219 +CONFIG_MODULES=y
  220 +# CONFIG_MODULE_FORCE_LOAD is not set
  221 +CONFIG_MODULE_UNLOAD=y
  222 +# CONFIG_MODULE_FORCE_UNLOAD is not set
  223 +CONFIG_MODVERSIONS=y
  224 +CONFIG_MODULE_SRCVERSION_ALL=y
  225 +# CONFIG_MODULE_SIG is not set
  226 +CONFIG_STOP_MACHINE=y
  227 +CONFIG_BLOCK=y
  228 +CONFIG_LBDAF=y
  229 +# CONFIG_BLK_DEV_BSG is not set
  230 +# CONFIG_BLK_DEV_BSGLIB is not set
  231 +# CONFIG_BLK_DEV_INTEGRITY is not set
  232 +# CONFIG_BLK_CMDLINE_PARSER is not set
  233 +
  234 +#
  235 +# Partition Types
  236 +#
  237 +CONFIG_PARTITION_ADVANCED=y
  238 +# CONFIG_ACORN_PARTITION is not set
  239 +# CONFIG_AIX_PARTITION is not set
  240 +# CONFIG_OSF_PARTITION is not set
  241 +# CONFIG_AMIGA_PARTITION is not set
  242 +# CONFIG_ATARI_PARTITION is not set
  243 +# CONFIG_MAC_PARTITION is not set
  244 +CONFIG_MSDOS_PARTITION=y
  245 +# CONFIG_BSD_DISKLABEL is not set
  246 +# CONFIG_MINIX_SUBPARTITION is not set
  247 +# CONFIG_SOLARIS_X86_PARTITION is not set
  248 +# CONFIG_UNIXWARE_DISKLABEL is not set
  249 +# CONFIG_LDM_PARTITION is not set
  250 +# CONFIG_SGI_PARTITION is not set
  251 +# CONFIG_ULTRIX_PARTITION is not set
  252 +# CONFIG_SUN_PARTITION is not set
  253 +# CONFIG_KARMA_PARTITION is not set
  254 +CONFIG_EFI_PARTITION=y
  255 +# CONFIG_SYSV68_PARTITION is not set
  256 +# CONFIG_CMDLINE_PARTITION is not set
  257 +
  258 +#
  259 +# IO Schedulers
  260 +#
  261 +CONFIG_IOSCHED_NOOP=y
  262 +CONFIG_IOSCHED_DEADLINE=y
  263 +CONFIG_IOSCHED_CFQ=y
  264 +# CONFIG_DEFAULT_DEADLINE is not set
  265 +CONFIG_DEFAULT_CFQ=y
  266 +# CONFIG_DEFAULT_NOOP is not set
  267 +CONFIG_DEFAULT_IOSCHED="cfq"
  268 +CONFIG_UNINLINE_SPIN_UNLOCK=y
  269 +CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y
  270 +CONFIG_MUTEX_SPIN_ON_OWNER=y
  271 +CONFIG_FREEZER=y
  272 +
  273 +#
  274 +# System Type
  275 +#
  276 +CONFIG_MMU=y
  277 +CONFIG_ARCH_MULTIPLATFORM=y
  278 +# CONFIG_ARCH_INTEGRATOR is not set
  279 +# CONFIG_ARCH_REALVIEW is not set
  280 +# CONFIG_ARCH_VERSATILE is not set
  281 +# CONFIG_ARCH_AT91 is not set
  282 +# CONFIG_ARCH_CLPS711X is not set
  283 +# CONFIG_ARCH_GEMINI is not set
  284 +# CONFIG_ARCH_EBSA110 is not set
  285 +# CONFIG_ARCH_EP93XX is not set
  286 +# CONFIG_ARCH_FOOTBRIDGE is not set
  287 +# CONFIG_ARCH_NETX is not set
  288 +# CONFIG_ARCH_IOP13XX is not set
  289 +# CONFIG_ARCH_IOP32X is not set
  290 +# CONFIG_ARCH_IOP33X is not set
  291 +# CONFIG_ARCH_IXP4XX is not set
  292 +# CONFIG_ARCH_DOVE is not set
  293 +# CONFIG_ARCH_KIRKWOOD is not set
  294 +# CONFIG_ARCH_MV78XX0 is not set
  295 +# CONFIG_ARCH_ORION5X is not set
  296 +# CONFIG_ARCH_MMP is not set
  297 +# CONFIG_ARCH_KS8695 is not set
  298 +# CONFIG_ARCH_W90X900 is not set
  299 +# CONFIG_ARCH_LPC32XX is not set
  300 +# CONFIG_ARCH_PXA is not set
  301 +# CONFIG_ARCH_MSM_NODT is not set
  302 +# CONFIG_ARCH_SHMOBILE_LEGACY is not set
  303 +# CONFIG_ARCH_RPC is not set
  304 +# CONFIG_ARCH_SA1100 is not set
  305 +# CONFIG_ARCH_S3C24XX is not set
  306 +# CONFIG_ARCH_S3C64XX is not set
  307 +# CONFIG_ARCH_S5P64X0 is not set
  308 +# CONFIG_ARCH_S5PC100 is not set
  309 +# CONFIG_ARCH_S5PV210 is not set
  310 +# CONFIG_ARCH_EXYNOS is not set
  311 +# CONFIG_ARCH_DAVINCI is not set
  312 +# CONFIG_ARCH_OMAP1 is not set
  313 +
  314 +#
  315 +# Multiple platform selection
  316 +#
  317 +
  318 +#
  319 +# CPU Core family selection
  320 +#
  321 +# CONFIG_ARCH_MULTI_V6 is not set
  322 +CONFIG_ARCH_MULTI_V7=y
  323 +CONFIG_ARCH_MULTI_V6_V7=y
  324 +# CONFIG_ARCH_MULTI_CPU_AUTO is not set
  325 +# CONFIG_ARCH_MVEBU is not set
  326 +# CONFIG_ARCH_BCM is not set
  327 +# CONFIG_ARCH_BERLIN is not set
  328 +# CONFIG_GPIO_PCA953X is not set
  329 +# CONFIG_KEYBOARD_GPIO_POLLED is not set
  330 +# CONFIG_ARCH_HIGHBANK is not set
  331 +# CONFIG_ARCH_HI3xxx is not set
  332 +# CONFIG_ARCH_KEYSTONE is not set
  333 +# CONFIG_ARCH_MSM_DT is not set
  334 +CONFIG_ARCH_MXC=y
  335 +
  336 +#
  337 +# Freescale i.MX support
  338 +#
  339 +# CONFIG_MXC_DEBUG_BOARD is not set
  340 +CONFIG_HAVE_IMX_RNG=y
  341 +CONFIG_HAVE_IMX_ANATOP=y
  342 +CONFIG_HAVE_IMX_GPC=y
  343 +CONFIG_HAVE_IMX_MMDC=y
  344 +CONFIG_HAVE_IMX_SRC=y
  345 +CONFIG_HAVE_IMX_MCC=y
  346 +CONFIG_HAVE_IMX_AMP=y
  347 +
  348 +#
  349 +# i.MX51 machines:
  350 +#
  351 +# CONFIG_MACH_IMX51_DT is not set
  352 +# CONFIG_MACH_MX51_BABBAGE is not set
  353 +# CONFIG_MACH_EUKREA_CPUIMX51SD is not set
  354 +
  355 +#
  356 +# Device tree only
  357 +#
  358 +# CONFIG_SOC_IMX50 is not set
  359 +# CONFIG_SOC_IMX53 is not set
  360 +CONFIG_SOC_IMX6=y
  361 +CONFIG_SOC_IMX6Q=y
  362 +CONFIG_SOC_IMX6SL=y
  363 +CONFIG_SOC_IMX6SX=y
  364 +# CONFIG_SOC_VF610 is not set
  365 +# CONFIG_ARCH_OMAP3 is not set
  366 +# CONFIG_ARCH_OMAP4 is not set
  367 +# CONFIG_SOC_OMAP5 is not set
  368 +# CONFIG_SOC_AM33XX is not set
  369 +# CONFIG_SOC_AM43XX is not set
  370 +# CONFIG_SOC_DRA7XX is not set
  371 +# CONFIG_ARCH_ROCKCHIP is not set
  372 +# CONFIG_ARCH_SOCFPGA is not set
  373 +# CONFIG_PLAT_SPEAR is not set
  374 +# CONFIG_ARCH_STI is not set
  375 +# CONFIG_ARCH_SHMOBILE_MULTI is not set
  376 +# CONFIG_ARCH_SUNXI is not set
  377 +# CONFIG_ARCH_SIRF is not set
  378 +# CONFIG_ARCH_TEGRA is not set
  379 +# CONFIG_ARCH_U8500 is not set
  380 +# CONFIG_ARCH_VEXPRESS is not set
  381 +# CONFIG_ARCH_VIRT is not set
  382 +# CONFIG_ARCH_WM8850 is not set
  383 +# CONFIG_ARCH_ZYNQ is not set
  384 +
  385 +#
  386 +# Processor Type
  387 +#
  388 +CONFIG_CPU_V7=y
  389 +CONFIG_CPU_32v6K=y
  390 +CONFIG_CPU_32v7=y
  391 +CONFIG_CPU_ABRT_EV7=y
  392 +CONFIG_CPU_PABRT_V7=y
  393 +CONFIG_CPU_CACHE_V7=y
  394 +CONFIG_CPU_CACHE_VIPT=y
  395 +CONFIG_CPU_COPY_V6=y
  396 +CONFIG_CPU_TLB_V7=y
  397 +CONFIG_CPU_HAS_ASID=y
  398 +CONFIG_CPU_CP15=y
  399 +CONFIG_CPU_CP15_MMU=y
  400 +
  401 +#
  402 +# Processor Features
  403 +#
  404 +# CONFIG_ARM_LPAE is not set
  405 +# CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set
  406 +CONFIG_ARM_THUMB=y
  407 +# CONFIG_ARM_THUMBEE is not set
  408 +CONFIG_ARM_VIRT_EXT=y
  409 +CONFIG_SWP_EMULATE=y
  410 +# CONFIG_CPU_ICACHE_DISABLE is not set
  411 +# CONFIG_CPU_DCACHE_DISABLE is not set
  412 +# CONFIG_CPU_BPREDICT_DISABLE is not set
  413 +CONFIG_KUSER_HELPERS=y
  414 +CONFIG_OUTER_CACHE=y
  415 +CONFIG_OUTER_CACHE_SYNC=y
  416 +CONFIG_MIGHT_HAVE_CACHE_L2X0=y
  417 +CONFIG_CACHE_L2X0=y
  418 +CONFIG_CACHE_PL310=y
  419 +CONFIG_ARM_L1_CACHE_SHIFT_6=y
  420 +CONFIG_ARM_L1_CACHE_SHIFT=6
  421 +CONFIG_ARM_DMA_MEM_BUFFERABLE=y
  422 +CONFIG_ARM_NR_BANKS=8
  423 +CONFIG_MULTI_IRQ_HANDLER=y
  424 +# CONFIG_ARM_ERRATA_430973 is not set
  425 +# CONFIG_PL310_ERRATA_588369 is not set
  426 +# CONFIG_ARM_ERRATA_643719 is not set
  427 +# CONFIG_ARM_ERRATA_720789 is not set
  428 +# CONFIG_PL310_ERRATA_727915 is not set
  429 +# CONFIG_PL310_ERRATA_753970 is not set
  430 +CONFIG_ARM_ERRATA_754322=y
  431 +# CONFIG_ARM_ERRATA_754327 is not set
  432 +CONFIG_ARM_ERRATA_764369=y
  433 +CONFIG_PL310_ERRATA_769419=y
  434 +CONFIG_ARM_ERRATA_775420=y
  435 +# CONFIG_ARM_ERRATA_798181 is not set
  436 +# CONFIG_ARM_ERRATA_773022 is not set
  437 +
  438 +#
  439 +# Bus support
  440 +#
  441 +CONFIG_PCI=y
  442 +CONFIG_PCI_DOMAINS=y
  443 +CONFIG_PCI_SYSCALL=y
  444 +CONFIG_PCI_MSI=y
  445 +# CONFIG_PCI_DEBUG is not set
  446 +CONFIG_PCI_REALLOC_ENABLE_AUTO=y
  447 +CONFIG_PCI_STUB=y
  448 +CONFIG_PCI_ATS=y
  449 +CONFIG_PCI_IOV=y
  450 +CONFIG_PCI_PRI=y
  451 +CONFIG_PCI_PASID=y
  452 +
  453 +#
  454 +# PCI host controller drivers
  455 +#
  456 +CONFIG_PCIE_DW=y
  457 +CONFIG_PCI_IMX6=y
  458 +# CONFIG_PCI_IMX6SX_EXTREMELY_PWR_SAVE is not set
  459 +CONFIG_PCIE_FORCE_GEN1=y
  460 +# CONFIG_EP_MODE_IN_EP_RC_SYS is not set
  461 +# CONFIG_RC_MODE_IN_EP_RC_SYS is not set
  462 +# CONFIG_PCI_HOST_GENERIC is not set
  463 +CONFIG_PCIEPORTBUS=y
  464 +CONFIG_PCIEAER=y
  465 +# CONFIG_PCIE_ECRC is not set
  466 +# CONFIG_PCIEAER_INJECT is not set
  467 +CONFIG_PCIEASPM=y
  468 +# CONFIG_PCIEASPM_DEBUG is not set
  469 +CONFIG_PCIEASPM_DEFAULT=y
  470 +# CONFIG_PCIEASPM_POWERSAVE is not set
  471 +# CONFIG_PCIEASPM_PERFORMANCE is not set
  472 +CONFIG_PCIE_PME=y
  473 +# CONFIG_PCCARD is not set
  474 +
  475 +#
  476 +# Kernel Features
  477 +#
  478 +CONFIG_HAVE_SMP=y
  479 +CONFIG_SMP=y
  480 +CONFIG_SMP_ON_UP=y
  481 +CONFIG_ARM_CPU_TOPOLOGY=y
  482 +# CONFIG_SCHED_MC is not set
  483 +# CONFIG_SCHED_SMT is not set
  484 +CONFIG_HAVE_ARM_SCU=y
  485 +# CONFIG_HAVE_ARM_ARCH_TIMER is not set
  486 +CONFIG_HAVE_ARM_TWD=y
  487 +# CONFIG_MCPM is not set
  488 +# CONFIG_BIG_LITTLE is not set
  489 +# CONFIG_VMSPLIT_3G is not set
  490 +CONFIG_VMSPLIT_2G=y
  491 +# CONFIG_VMSPLIT_1G is not set
  492 +CONFIG_PAGE_OFFSET=0x80000000
  493 +CONFIG_NR_CPUS=4
  494 +CONFIG_HOTPLUG_CPU=y
  495 +# CONFIG_ARM_PSCI is not set
  496 +CONFIG_ARCH_NR_GPIO=0
  497 +# CONFIG_PREEMPT_NONE is not set
  498 +# CONFIG_PREEMPT_VOLUNTARY is not set
  499 +CONFIG_PREEMPT=y
  500 +CONFIG_PREEMPT_COUNT=y
  501 +CONFIG_HZ_FIXED=0
  502 +CONFIG_HZ_100=y
  503 +# CONFIG_HZ_200 is not set
  504 +# CONFIG_HZ_250 is not set
  505 +# CONFIG_HZ_300 is not set
  506 +# CONFIG_HZ_500 is not set
  507 +# CONFIG_HZ_1000 is not set
  508 +CONFIG_HZ=100
  509 +CONFIG_SCHED_HRTICK=y
  510 +# CONFIG_THUMB2_KERNEL is not set
  511 +CONFIG_AEABI=y
  512 +# CONFIG_OABI_COMPAT is not set
  513 +# CONFIG_ARCH_SPARSEMEM_DEFAULT is not set
  514 +# CONFIG_ARCH_SELECT_MEMORY_MODEL is not set
  515 +CONFIG_HAVE_ARCH_PFN_VALID=y
  516 +CONFIG_HIGHMEM=y
  517 +# CONFIG_HIGHPTE is not set
  518 +CONFIG_HW_PERF_EVENTS=y
  519 +CONFIG_ARCH_WANT_GENERAL_HUGETLB=y
  520 +CONFIG_FLATMEM=y
  521 +CONFIG_FLAT_NODE_MEM_MAP=y
  522 +CONFIG_HAVE_MEMBLOCK=y
  523 +CONFIG_NO_BOOTMEM=y
  524 +CONFIG_MEMORY_ISOLATION=y
  525 +# CONFIG_HAVE_BOOTMEM_INFO_NODE is not set
  526 +CONFIG_PAGEFLAGS_EXTENDED=y
  527 +CONFIG_SPLIT_PTLOCK_CPUS=4
  528 +CONFIG_COMPACTION=y
  529 +CONFIG_MIGRATION=y
  530 +# CONFIG_PHYS_ADDR_T_64BIT is not set
  531 +CONFIG_ZONE_DMA_FLAG=1
  532 +CONFIG_BOUNCE=y
  533 +CONFIG_KSM=y
  534 +CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
  535 +CONFIG_CROSS_MEMORY_ATTACH=y
  536 +# CONFIG_CLEANCACHE is not set
  537 +# CONFIG_FRONTSWAP is not set
  538 +CONFIG_CMA=y
  539 +# CONFIG_CMA_DEBUG is not set
  540 +# CONFIG_ZBUD is not set
  541 +# CONFIG_ZSMALLOC is not set
  542 +CONFIG_FORCE_MAX_ZONEORDER=14
  543 +CONFIG_ALIGNMENT_TRAP=y
  544 +# CONFIG_UACCESS_WITH_MEMCPY is not set
  545 +CONFIG_SECCOMP=y
  546 +CONFIG_SWIOTLB=y
  547 +CONFIG_IOMMU_HELPER=y
  548 +# CONFIG_XEN is not set
  549 +
  550 +#
  551 +# Boot options
  552 +#
  553 +CONFIG_USE_OF=y
  554 +CONFIG_ATAGS=y
  555 +# CONFIG_DEPRECATED_PARAM_STRUCT is not set
  556 +CONFIG_ZBOOT_ROM_TEXT=0
  557 +CONFIG_ZBOOT_ROM_BSS=0
  558 +# CONFIG_ARM_APPENDED_DTB is not set
  559 +CONFIG_CMDLINE="noinitrd console=ttymxc0,115200"
  560 +CONFIG_CMDLINE_FROM_BOOTLOADER=y
  561 +# CONFIG_CMDLINE_EXTEND is not set
  562 +# CONFIG_CMDLINE_FORCE is not set
  563 +# CONFIG_KEXEC is not set
  564 +# CONFIG_CRASH_DUMP is not set
  565 +CONFIG_AUTO_ZRELADDR=y
  566 +
  567 +#
  568 +# CPU Power Management
  569 +#
  570 +
  571 +#
  572 +# CPU Frequency scaling
  573 +#
  574 +CONFIG_CPU_FREQ=y
  575 +CONFIG_CPU_FREQ_GOV_COMMON=y
  576 +CONFIG_CPU_FREQ_STAT=y
  577 +# CONFIG_CPU_FREQ_STAT_DETAILS is not set
  578 +# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
  579 +# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
  580 +# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
  581 +# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
  582 +# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
  583 +CONFIG_CPU_FREQ_DEFAULT_GOV_INTERACTIVE=y
  584 +CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
  585 +CONFIG_CPU_FREQ_GOV_POWERSAVE=y
  586 +CONFIG_CPU_FREQ_GOV_USERSPACE=y
  587 +CONFIG_CPU_FREQ_GOV_ONDEMAND=y
  588 +CONFIG_CPU_FREQ_GOV_INTERACTIVE=y
  589 +CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
  590 +# CONFIG_GENERIC_CPUFREQ_CPU0 is not set
  591 +
  592 +#
  593 +# ARM CPU frequency scaling drivers
  594 +#
  595 +CONFIG_ARM_IMX6Q_CPUFREQ=y
  596 +# CONFIG_ARM_KIRKWOOD_CPUFREQ is not set
  597 +
  598 +#
  599 +# CPU Idle
  600 +#
  601 +CONFIG_CPU_IDLE=y
  602 +# CONFIG_CPU_IDLE_MULTIPLE_DRIVERS is not set
  603 +CONFIG_CPU_IDLE_GOV_LADDER=y
  604 +CONFIG_CPU_IDLE_GOV_MENU=y
  605 +
  606 +#
  607 +# ARM CPU Idle Drivers
  608 +#
  609 +# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set
  610 +
  611 +#
  612 +# Floating point emulation
  613 +#
  614 +
  615 +#
  616 +# At least one emulation must be selected
  617 +#
  618 +CONFIG_VFP=y
  619 +CONFIG_VFPv3=y
  620 +CONFIG_NEON=y
  621 +# CONFIG_KERNEL_MODE_NEON is not set
  622 +
  623 +#
  624 +# Userspace binary formats
  625 +#
  626 +CONFIG_BINFMT_ELF=y
  627 +CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE=y
  628 +CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
  629 +CONFIG_BINFMT_SCRIPT=y
  630 +# CONFIG_HAVE_AOUT is not set
  631 +CONFIG_BINFMT_MISC=y
  632 +CONFIG_COREDUMP=y
  633 +
  634 +#
  635 +# Power management options
  636 +#
  637 +CONFIG_SUSPEND=y
  638 +CONFIG_SUSPEND_FREEZER=y
  639 +CONFIG_PM_SLEEP=y
  640 +CONFIG_PM_SLEEP_SMP=y
  641 +# CONFIG_PM_AUTOSLEEP is not set
  642 +# CONFIG_PM_WAKELOCKS is not set
  643 +CONFIG_PM_RUNTIME=y
  644 +CONFIG_PM=y
  645 +CONFIG_PM_DEBUG=y
  646 +# CONFIG_PM_ADVANCED_DEBUG is not set
  647 +CONFIG_PM_TEST_SUSPEND=y
  648 +CONFIG_PM_SLEEP_DEBUG=y
  649 +# CONFIG_APM_EMULATION is not set
  650 +CONFIG_ARCH_HAS_OPP=y
  651 +CONFIG_PM_OPP=y
  652 +CONFIG_PM_CLK=y
  653 +CONFIG_PM_GENERIC_DOMAINS=y
  654 +# CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set
  655 +CONFIG_PM_GENERIC_DOMAINS_SLEEP=y
  656 +CONFIG_PM_GENERIC_DOMAINS_RUNTIME=y
  657 +CONFIG_PM_GENERIC_DOMAINS_OF=y
  658 +CONFIG_CPU_PM=y
  659 +CONFIG_ARCH_SUSPEND_POSSIBLE=y
  660 +CONFIG_ARM_CPU_SUSPEND=y
  661 +CONFIG_NET=y
  662 +
  663 +#
  664 +# Networking options
  665 +#
  666 +CONFIG_PACKET=y
  667 +# CONFIG_PACKET_DIAG is not set
  668 +CONFIG_UNIX=y
  669 +# CONFIG_UNIX_DIAG is not set
  670 +CONFIG_XFRM=y
  671 +# CONFIG_XFRM_USER is not set
  672 +# CONFIG_XFRM_SUB_POLICY is not set
  673 +# CONFIG_XFRM_MIGRATE is not set
  674 +# CONFIG_XFRM_STATISTICS is not set
  675 +# CONFIG_NET_KEY is not set
  676 +CONFIG_INET=y
  677 +# CONFIG_IP_MULTICAST is not set
  678 +# CONFIG_IP_ADVANCED_ROUTER is not set
  679 +CONFIG_IP_PNP=y
  680 +CONFIG_IP_PNP_DHCP=y
  681 +# CONFIG_IP_PNP_BOOTP is not set
  682 +# CONFIG_IP_PNP_RARP is not set
  683 +# CONFIG_NET_IPIP is not set
  684 +# CONFIG_NET_IPGRE_DEMUX is not set
  685 +CONFIG_NET_IP_TUNNEL=y
  686 +# CONFIG_SYN_COOKIES is not set
  687 +# CONFIG_INET_AH is not set
  688 +# CONFIG_INET_ESP is not set
  689 +# CONFIG_INET_IPCOMP is not set
  690 +# CONFIG_INET_XFRM_TUNNEL is not set
  691 +CONFIG_INET_TUNNEL=y
  692 +# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
  693 +# CONFIG_INET_XFRM_MODE_TUNNEL is not set
  694 +# CONFIG_INET_XFRM_MODE_BEET is not set
  695 +# CONFIG_INET_LRO is not set
  696 +CONFIG_INET_DIAG=y
  697 +CONFIG_INET_TCP_DIAG=y
  698 +# CONFIG_INET_UDP_DIAG is not set
  699 +# CONFIG_TCP_CONG_ADVANCED is not set
  700 +CONFIG_TCP_CONG_CUBIC=y
  701 +CONFIG_DEFAULT_TCP_CONG="cubic"
  702 +# CONFIG_TCP_MD5SIG is not set
  703 +CONFIG_IPV6=y
  704 +# CONFIG_IPV6_ROUTER_PREF is not set
  705 +# CONFIG_IPV6_OPTIMISTIC_DAD is not set
  706 +# CONFIG_INET6_AH is not set
  707 +# CONFIG_INET6_ESP is not set
  708 +# CONFIG_INET6_IPCOMP is not set
  709 +# CONFIG_IPV6_MIP6 is not set
  710 +# CONFIG_INET6_XFRM_TUNNEL is not set
  711 +# CONFIG_INET6_TUNNEL is not set
  712 +CONFIG_INET6_XFRM_MODE_TRANSPORT=y
  713 +CONFIG_INET6_XFRM_MODE_TUNNEL=y
  714 +CONFIG_INET6_XFRM_MODE_BEET=y
  715 +# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
  716 +# CONFIG_IPV6_VTI is not set
  717 +CONFIG_IPV6_SIT=y
  718 +# CONFIG_IPV6_SIT_6RD is not set
  719 +CONFIG_IPV6_NDISC_NODETYPE=y
  720 +# CONFIG_IPV6_TUNNEL is not set
  721 +# CONFIG_IPV6_GRE is not set
  722 +# CONFIG_IPV6_MULTIPLE_TABLES is not set
  723 +# CONFIG_IPV6_MROUTE is not set
  724 +# CONFIG_NETWORK_SECMARK is not set
  725 +# CONFIG_NETWORK_PHY_TIMESTAMPING is not set
  726 +CONFIG_NETFILTER=y
  727 +# CONFIG_NETFILTER_DEBUG is not set
  728 +CONFIG_NETFILTER_ADVANCED=y
  729 +
  730 +#
  731 +# Core Netfilter Configuration
  732 +#
  733 +# CONFIG_NETFILTER_NETLINK_ACCT is not set
  734 +# CONFIG_NETFILTER_NETLINK_QUEUE is not set
  735 +# CONFIG_NETFILTER_NETLINK_LOG is not set
  736 +CONFIG_NF_CONNTRACK=m
  737 +# CONFIG_NF_CONNTRACK_MARK is not set
  738 +# CONFIG_NF_CONNTRACK_PROCFS is not set
  739 +# CONFIG_NF_CONNTRACK_EVENTS is not set
  740 +# CONFIG_NF_CONNTRACK_TIMEOUT is not set
  741 +# CONFIG_NF_CONNTRACK_TIMESTAMP is not set
  742 +# CONFIG_NF_CT_PROTO_DCCP is not set
  743 +# CONFIG_NF_CT_PROTO_SCTP is not set
  744 +# CONFIG_NF_CT_PROTO_UDPLITE is not set
  745 +# CONFIG_NF_CONNTRACK_AMANDA is not set
  746 +# CONFIG_NF_CONNTRACK_FTP is not set
  747 +# CONFIG_NF_CONNTRACK_H323 is not set
  748 +# CONFIG_NF_CONNTRACK_IRC is not set
  749 +# CONFIG_NF_CONNTRACK_NETBIOS_NS is not set
  750 +# CONFIG_NF_CONNTRACK_SNMP is not set
  751 +# CONFIG_NF_CONNTRACK_PPTP is not set
  752 +# CONFIG_NF_CONNTRACK_SANE is not set
  753 +# CONFIG_NF_CONNTRACK_SIP is not set
  754 +# CONFIG_NF_CONNTRACK_TFTP is not set
  755 +# CONFIG_NF_CT_NETLINK is not set
  756 +# CONFIG_NF_CT_NETLINK_TIMEOUT is not set
  757 +CONFIG_NF_NAT=m
  758 +CONFIG_NF_NAT_NEEDED=y
  759 +# CONFIG_NF_NAT_AMANDA is not set
  760 +# CONFIG_NF_NAT_FTP is not set
  761 +# CONFIG_NF_NAT_IRC is not set
  762 +# CONFIG_NF_NAT_SIP is not set
  763 +# CONFIG_NF_NAT_TFTP is not set
  764 +# CONFIG_NF_TABLES is not set
  765 +CONFIG_NETFILTER_XTABLES=m
  766 +
  767 +#
  768 +# Xtables combined modules
  769 +#
  770 +# CONFIG_NETFILTER_XT_MARK is not set
  771 +# CONFIG_NETFILTER_XT_CONNMARK is not set
  772 +
  773 +#
  774 +# Xtables targets
  775 +#
  776 +# CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set
  777 +# CONFIG_NETFILTER_XT_TARGET_CONNMARK is not set
  778 +# CONFIG_NETFILTER_XT_TARGET_HMARK is not set
  779 +# CONFIG_NETFILTER_XT_TARGET_IDLETIMER is not set
  780 +# CONFIG_NETFILTER_XT_TARGET_LED is not set
  781 +# CONFIG_NETFILTER_XT_TARGET_LOG is not set
  782 +# CONFIG_NETFILTER_XT_TARGET_MARK is not set
  783 +CONFIG_NETFILTER_XT_TARGET_NETMAP=m
  784 +# CONFIG_NETFILTER_XT_TARGET_NFLOG is not set
  785 +# CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set
  786 +# CONFIG_NETFILTER_XT_TARGET_RATEEST is not set
  787 +CONFIG_NETFILTER_XT_TARGET_REDIRECT=m
  788 +# CONFIG_NETFILTER_XT_TARGET_TEE is not set
  789 +# CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set
  790 +
  791 +#
  792 +# Xtables matches
  793 +#
  794 +# CONFIG_NETFILTER_XT_MATCH_ADDRTYPE is not set
  795 +# CONFIG_NETFILTER_XT_MATCH_BPF is not set
  796 +# CONFIG_NETFILTER_XT_MATCH_CGROUP is not set
  797 +# CONFIG_NETFILTER_XT_MATCH_CLUSTER is not set
  798 +# CONFIG_NETFILTER_XT_MATCH_COMMENT is not set
  799 +# CONFIG_NETFILTER_XT_MATCH_CONNBYTES is not set
  800 +# CONFIG_NETFILTER_XT_MATCH_CONNLABEL is not set
  801 +# CONFIG_NETFILTER_XT_MATCH_CONNLIMIT is not set
  802 +# CONFIG_NETFILTER_XT_MATCH_CONNMARK is not set
  803 +# CONFIG_NETFILTER_XT_MATCH_CONNTRACK is not set
  804 +# CONFIG_NETFILTER_XT_MATCH_CPU is not set
  805 +# CONFIG_NETFILTER_XT_MATCH_DCCP is not set
  806 +# CONFIG_NETFILTER_XT_MATCH_DEVGROUP is not set
  807 +# CONFIG_NETFILTER_XT_MATCH_DSCP is not set
  808 +# CONFIG_NETFILTER_XT_MATCH_ECN is not set
  809 +# CONFIG_NETFILTER_XT_MATCH_ESP is not set
  810 +# CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set
  811 +# CONFIG_NETFILTER_XT_MATCH_HELPER is not set
  812 +# CONFIG_NETFILTER_XT_MATCH_HL is not set
  813 +# CONFIG_NETFILTER_XT_MATCH_IPCOMP is not set
  814 +# CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set
  815 +# CONFIG_NETFILTER_XT_MATCH_L2TP is not set
  816 +# CONFIG_NETFILTER_XT_MATCH_LENGTH is not set
  817 +# CONFIG_NETFILTER_XT_MATCH_LIMIT is not set
  818 +# CONFIG_NETFILTER_XT_MATCH_MAC is not set
  819 +# CONFIG_NETFILTER_XT_MATCH_MARK is not set
  820 +# CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set
  821 +# CONFIG_NETFILTER_XT_MATCH_NFACCT is not set
  822 +# CONFIG_NETFILTER_XT_MATCH_OWNER is not set
  823 +# CONFIG_NETFILTER_XT_MATCH_POLICY is not set
  824 +# CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set
  825 +# CONFIG_NETFILTER_XT_MATCH_QUOTA is not set
  826 +# CONFIG_NETFILTER_XT_MATCH_RATEEST is not set
  827 +# CONFIG_NETFILTER_XT_MATCH_REALM is not set
  828 +# CONFIG_NETFILTER_XT_MATCH_RECENT is not set
  829 +# CONFIG_NETFILTER_XT_MATCH_SCTP is not set
  830 +# CONFIG_NETFILTER_XT_MATCH_SOCKET is not set
  831 +# CONFIG_NETFILTER_XT_MATCH_STATE is not set
  832 +# CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set
  833 +# CONFIG_NETFILTER_XT_MATCH_STRING is not set
  834 +# CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set
  835 +# CONFIG_NETFILTER_XT_MATCH_TIME is not set
  836 +# CONFIG_NETFILTER_XT_MATCH_U32 is not set
  837 +# CONFIG_IP_SET is not set
  838 +# CONFIG_IP_VS is not set
  839 +
  840 +#
  841 +# IP: Netfilter Configuration
  842 +#
  843 +CONFIG_NF_DEFRAG_IPV4=m
  844 +CONFIG_NF_CONNTRACK_IPV4=m
  845 +CONFIG_IP_NF_IPTABLES=m
  846 +# CONFIG_IP_NF_MATCH_AH is not set
  847 +# CONFIG_IP_NF_MATCH_ECN is not set
  848 +# CONFIG_IP_NF_MATCH_TTL is not set
  849 +CONFIG_IP_NF_FILTER=m
  850 +CONFIG_IP_NF_TARGET_REJECT=m
  851 +# CONFIG_IP_NF_TARGET_SYNPROXY is not set
  852 +CONFIG_IP_NF_TARGET_ULOG=m
  853 +CONFIG_NF_NAT_IPV4=m
  854 +CONFIG_IP_NF_TARGET_MASQUERADE=m
  855 +CONFIG_IP_NF_TARGET_NETMAP=m
  856 +CONFIG_IP_NF_TARGET_REDIRECT=m
  857 +# CONFIG_NF_NAT_PPTP is not set
  858 +# CONFIG_NF_NAT_H323 is not set
  859 +# CONFIG_IP_NF_MANGLE is not set
  860 +# CONFIG_IP_NF_RAW is not set
  861 +# CONFIG_IP_NF_ARPTABLES is not set
  862 +
  863 +#
  864 +# IPv6: Netfilter Configuration
  865 +#
  866 +# CONFIG_NF_DEFRAG_IPV6 is not set
  867 +# CONFIG_NF_CONNTRACK_IPV6 is not set
  868 +# CONFIG_IP6_NF_IPTABLES is not set
  869 +# CONFIG_IP_DCCP is not set
  870 +# CONFIG_IP_SCTP is not set
  871 +# CONFIG_RDS is not set
  872 +# CONFIG_TIPC is not set
  873 +# CONFIG_ATM is not set
  874 +# CONFIG_L2TP is not set
  875 +# CONFIG_BRIDGE is not set
  876 +CONFIG_HAVE_NET_DSA=y
  877 +CONFIG_VLAN_8021Q=y
  878 +# CONFIG_VLAN_8021Q_GVRP is not set
  879 +# CONFIG_VLAN_8021Q_MVRP is not set
  880 +# CONFIG_DECNET is not set
  881 +CONFIG_LLC=y
  882 +CONFIG_LLC2=y
  883 +# CONFIG_IPX is not set
  884 +# CONFIG_ATALK is not set
  885 +# CONFIG_X25 is not set
  886 +# CONFIG_LAPB is not set
  887 +# CONFIG_PHONET is not set
  888 +# CONFIG_IEEE802154 is not set
  889 +CONFIG_6LOWPAN_IPHC=y
  890 +# CONFIG_NET_SCHED is not set
  891 +# CONFIG_DCB is not set
  892 +CONFIG_DNS_RESOLVER=y
  893 +# CONFIG_BATMAN_ADV is not set
  894 +# CONFIG_OPENVSWITCH is not set
  895 +# CONFIG_VSOCKETS is not set
  896 +# CONFIG_NETLINK_MMAP is not set
  897 +# CONFIG_NETLINK_DIAG is not set
  898 +# CONFIG_NET_MPLS_GSO is not set
  899 +# CONFIG_HSR is not set
  900 +CONFIG_RPS=y
  901 +CONFIG_RFS_ACCEL=y
  902 +CONFIG_XPS=y
  903 +# CONFIG_CGROUP_NET_PRIO is not set
  904 +# CONFIG_CGROUP_NET_CLASSID is not set
  905 +CONFIG_NET_RX_BUSY_POLL=y
  906 +CONFIG_BQL=y
  907 +# CONFIG_BPF_JIT is not set
  908 +CONFIG_NET_FLOW_LIMIT=y
  909 +
  910 +#
  911 +# Network testing
  912 +#
  913 +# CONFIG_NET_PKTGEN is not set
  914 +# CONFIG_HAMRADIO is not set
  915 +# CONFIG_CAN is not set
  916 +# CONFIG_IRDA is not set
  917 +CONFIG_BT=y
  918 +CONFIG_BT_RFCOMM=y
  919 +CONFIG_BT_RFCOMM_TTY=y
  920 +CONFIG_BT_BNEP=y
  921 +CONFIG_BT_BNEP_MC_FILTER=y
  922 +CONFIG_BT_BNEP_PROTO_FILTER=y
  923 +CONFIG_BT_HIDP=y
  924 +
  925 +#
  926 +# Bluetooth device drivers
  927 +#
  928 +CONFIG_BT_HCIBTUSB=m
  929 +# CONFIG_BT_HCIBTSDIO is not set
  930 +# CONFIG_BT_HCIUART is not set
  931 +# CONFIG_BT_HCIBCM203X is not set
  932 +# CONFIG_BT_HCIBPA10X is not set
  933 +# CONFIG_BT_HCIBFUSB is not set
  934 +# CONFIG_BT_HCIVHCI is not set
  935 +# CONFIG_BT_MRVL is not set
  936 +CONFIG_BT_ATH3K=m
  937 +# CONFIG_AF_RXRPC is not set
  938 +CONFIG_WIRELESS=y
  939 +CONFIG_WIRELESS_EXT=y
  940 +CONFIG_WEXT_CORE=y
  941 +CONFIG_WEXT_PROC=y
  942 +CONFIG_WEXT_SPY=y
  943 +CONFIG_WEXT_PRIV=y
  944 +CONFIG_CFG80211=y
  945 +# CONFIG_NL80211_TESTMODE is not set
  946 +# CONFIG_CFG80211_DEVELOPER_WARNINGS is not set
  947 +# CONFIG_CFG80211_REG_DEBUG is not set
  948 +# CONFIG_CFG80211_CERTIFICATION_ONUS is not set
  949 +CONFIG_CFG80211_DEFAULT_PS=y
  950 +CONFIG_CFG80211_DEBUGFS=y
  951 +# CONFIG_CFG80211_INTERNAL_REGDB is not set
  952 +CONFIG_CFG80211_WEXT=y
  953 +CONFIG_LIB80211=y
  954 +CONFIG_LIB80211_CRYPT_WEP=y
  955 +CONFIG_LIB80211_CRYPT_CCMP=y
  956 +CONFIG_LIB80211_CRYPT_TKIP=y
  957 +# CONFIG_LIB80211_DEBUG is not set
  958 +CONFIG_MAC80211=y
  959 +CONFIG_MAC80211_HAS_RC=y
  960 +# CONFIG_MAC80211_RC_PID is not set
  961 +CONFIG_MAC80211_RC_MINSTREL=y
  962 +CONFIG_MAC80211_RC_MINSTREL_HT=y
  963 +CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y
  964 +CONFIG_MAC80211_RC_DEFAULT="minstrel_ht"
  965 +# CONFIG_MAC80211_MESH is not set
  966 +CONFIG_MAC80211_LEDS=y
  967 +CONFIG_MAC80211_DEBUGFS=y
  968 +# CONFIG_MAC80211_MESSAGE_TRACING is not set
  969 +# CONFIG_MAC80211_DEBUG_MENU is not set
  970 +# CONFIG_WIMAX is not set
  971 +CONFIG_RFKILL=y
  972 +CONFIG_RFKILL_LEDS=y
  973 +# CONFIG_RFKILL_INPUT is not set
  974 +# CONFIG_RFKILL_REGULATOR is not set
  975 +CONFIG_RFKILL_GPIO=y
  976 +# CONFIG_NET_9P is not set
  977 +# CONFIG_CAIF is not set
  978 +# CONFIG_CEPH_LIB is not set
  979 +# CONFIG_NFC is not set
  980 +CONFIG_HAVE_BPF_JIT=y
  981 +
  982 +#
  983 +# Device Drivers
  984 +#
  985 +
  986 +#
  987 +# Generic Driver Options
  988 +#
  989 +CONFIG_UEVENT_HELPER_PATH=""
  990 +CONFIG_DEVTMPFS=y
  991 +CONFIG_DEVTMPFS_MOUNT=y
  992 +# CONFIG_STANDALONE is not set
  993 +CONFIG_PREVENT_FIRMWARE_BUILD=y
  994 +CONFIG_FW_LOADER=y
  995 +CONFIG_FIRMWARE_IN_KERNEL=y
  996 +CONFIG_EXTRA_FIRMWARE=""
  997 +# CONFIG_FW_LOADER_USER_HELPER is not set
  998 +# CONFIG_DEBUG_DRIVER is not set
  999 +# CONFIG_DEBUG_DEVRES is not set
  1000 +# CONFIG_SYS_HYPERVISOR is not set
  1001 +# CONFIG_GENERIC_CPU_DEVICES is not set
  1002 +CONFIG_SOC_BUS=y
  1003 +CONFIG_REGMAP=y
  1004 +CONFIG_REGMAP_I2C=y
  1005 +CONFIG_REGMAP_SPI=y
  1006 +CONFIG_REGMAP_MMIO=y
  1007 +CONFIG_DMA_SHARED_BUFFER=y
  1008 +CONFIG_DMA_CMA=y
  1009 +
  1010 +#
  1011 +# Default contiguous memory area size:
  1012 +#
  1013 +CONFIG_CMA_SIZE_MBYTES=320
  1014 +CONFIG_CMA_SIZE_SEL_MBYTES=y
  1015 +# CONFIG_CMA_SIZE_SEL_PERCENTAGE is not set
  1016 +# CONFIG_CMA_SIZE_SEL_MIN is not set
  1017 +# CONFIG_CMA_SIZE_SEL_MAX is not set
  1018 +CONFIG_CMA_ALIGNMENT=8
  1019 +CONFIG_CMA_AREAS=7
  1020 +
  1021 +#
  1022 +# Bus devices
  1023 +#
  1024 +# CONFIG_IMX_WEIM is not set
  1025 +# CONFIG_ARM_CCI is not set
  1026 +CONFIG_CONNECTOR=y
  1027 +CONFIG_PROC_EVENTS=y
  1028 +CONFIG_MTD=y
  1029 +# CONFIG_MTD_TESTS is not set
  1030 +# CONFIG_MTD_REDBOOT_PARTS is not set
  1031 +CONFIG_MTD_CMDLINE_PARTS=y
  1032 +# CONFIG_MTD_AFS_PARTS is not set
  1033 +CONFIG_MTD_OF_PARTS=y
  1034 +# CONFIG_MTD_AR7_PARTS is not set
  1035 +
  1036 +#
  1037 +# User Modules And Translation Layers
  1038 +#
  1039 +CONFIG_MTD_BLKDEVS=y
  1040 +CONFIG_MTD_BLOCK=y
  1041 +# CONFIG_FTL is not set
  1042 +# CONFIG_NFTL is not set
  1043 +# CONFIG_INFTL is not set
  1044 +# CONFIG_RFD_FTL is not set
  1045 +# CONFIG_SSFDC is not set
  1046 +# CONFIG_SM_FTL is not set
  1047 +# CONFIG_MTD_OOPS is not set
  1048 +# CONFIG_MTD_SWAP is not set
  1049 +
  1050 +#
  1051 +# RAM/ROM/Flash chip drivers
  1052 +#
  1053 +# CONFIG_MTD_CFI is not set
  1054 +# CONFIG_MTD_JEDECPROBE is not set
  1055 +CONFIG_MTD_MAP_BANK_WIDTH_1=y
  1056 +CONFIG_MTD_MAP_BANK_WIDTH_2=y
  1057 +CONFIG_MTD_MAP_BANK_WIDTH_4=y
  1058 +# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
  1059 +# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
  1060 +# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
  1061 +CONFIG_MTD_CFI_I1=y
  1062 +CONFIG_MTD_CFI_I2=y
  1063 +# CONFIG_MTD_CFI_I4 is not set
  1064 +# CONFIG_MTD_CFI_I8 is not set
  1065 +# CONFIG_MTD_RAM is not set
  1066 +# CONFIG_MTD_ROM is not set
  1067 +# CONFIG_MTD_ABSENT is not set
  1068 +
  1069 +#
  1070 +# Mapping drivers for chip access
  1071 +#
  1072 +# CONFIG_MTD_COMPLEX_MAPPINGS is not set
  1073 +# CONFIG_MTD_INTEL_VR_NOR is not set
  1074 +# CONFIG_MTD_PLATRAM is not set
  1075 +
  1076 +#
  1077 +# Self-contained MTD device drivers
  1078 +#
  1079 +# CONFIG_MTD_PMC551 is not set
  1080 +# CONFIG_MTD_DATAFLASH is not set
  1081 +CONFIG_MTD_M25P80=y
  1082 +CONFIG_MTD_SST25L=y
  1083 +# CONFIG_MTD_SLRAM is not set
  1084 +# CONFIG_MTD_PHRAM is not set
  1085 +# CONFIG_MTD_MTDRAM is not set
  1086 +# CONFIG_MTD_BLOCK2MTD is not set
  1087 +
  1088 +#
  1089 +# Disk-On-Chip Device Drivers
  1090 +#
  1091 +# CONFIG_MTD_DOCG3 is not set
  1092 +# CONFIG_MTD_NAND is not set
  1093 +# CONFIG_MTD_ONENAND is not set
  1094 +
  1095 +#
  1096 +# LPDDR flash memory drivers
  1097 +#
  1098 +# CONFIG_MTD_LPDDR is not set
  1099 +CONFIG_MTD_SPI_NOR=y
  1100 +# CONFIG_SPI_FSL_QUADSPI is not set
  1101 +# CONFIG_MTD_UBI is not set
  1102 +CONFIG_DTC=y
  1103 +CONFIG_OF=y
  1104 +
  1105 +#
  1106 +# Device Tree and Open Firmware support
  1107 +#
  1108 +CONFIG_PROC_DEVICETREE=y
  1109 +# CONFIG_OF_SELFTEST is not set
  1110 +CONFIG_OF_FLATTREE=y
  1111 +CONFIG_OF_EARLY_FLATTREE=y
  1112 +CONFIG_OF_ADDRESS=y
  1113 +CONFIG_OF_IRQ=y
  1114 +CONFIG_OF_NET=y
  1115 +CONFIG_OF_MDIO=y
  1116 +CONFIG_OF_PCI=y
  1117 +CONFIG_OF_PCI_IRQ=y
  1118 +CONFIG_OF_MTD=y
  1119 +CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
  1120 +# CONFIG_PARPORT is not set
  1121 +CONFIG_BLK_DEV=y
  1122 +# CONFIG_BLK_DEV_NULL_BLK is not set
  1123 +# CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set
  1124 +# CONFIG_BLK_CPQ_CISS_DA is not set
  1125 +# CONFIG_BLK_DEV_DAC960 is not set
  1126 +# CONFIG_BLK_DEV_UMEM is not set
  1127 +# CONFIG_BLK_DEV_COW_COMMON is not set
  1128 +CONFIG_BLK_DEV_LOOP=y
  1129 +CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
  1130 +# CONFIG_BLK_DEV_CRYPTOLOOP is not set
  1131 +# CONFIG_BLK_DEV_DRBD is not set
  1132 +CONFIG_BLK_DEV_NBD=y
  1133 +# CONFIG_BLK_DEV_NVME is not set
  1134 +# CONFIG_BLK_DEV_SX8 is not set
  1135 +CONFIG_BLK_DEV_RAM=y
  1136 +CONFIG_BLK_DEV_RAM_COUNT=16
  1137 +CONFIG_BLK_DEV_RAM_SIZE=131072
  1138 +# CONFIG_BLK_DEV_XIP is not set
  1139 +# CONFIG_CDROM_PKTCDVD is not set
  1140 +# CONFIG_ATA_OVER_ETH is not set
  1141 +# CONFIG_MG_DISK is not set
  1142 +# CONFIG_BLK_DEV_RBD is not set
  1143 +# CONFIG_BLK_DEV_RSXX is not set
  1144 +
  1145 +#
  1146 +# Misc devices
  1147 +#
  1148 +# CONFIG_SENSORS_LIS3LV02D is not set
  1149 +# CONFIG_AD525X_DPOT is not set
  1150 +# CONFIG_ATMEL_PWM is not set
  1151 +# CONFIG_DUMMY_IRQ is not set
  1152 +# CONFIG_PHANTOM is not set
  1153 +# CONFIG_LS_BRAILLE is not set
  1154 +# CONFIG_SGI_IOC4 is not set
  1155 +# CONFIG_TIFM_CORE is not set
  1156 +# CONFIG_ICS932S401 is not set
  1157 +# CONFIG_ATMEL_SSC is not set
  1158 +# CONFIG_ENCLOSURE_SERVICES is not set
  1159 +# CONFIG_HP_ILO is not set
  1160 +# CONFIG_APDS9802ALS is not set
  1161 +# CONFIG_ISL29003 is not set
  1162 +# CONFIG_ISL29020 is not set
  1163 +# CONFIG_SENSORS_TSL2550 is not set
  1164 +# CONFIG_SENSORS_BH1780 is not set
  1165 +# CONFIG_SENSORS_BH1770 is not set
  1166 +# CONFIG_SENSORS_APDS990X is not set
  1167 +# CONFIG_HMC6352 is not set
  1168 +# CONFIG_DS1682 is not set
  1169 +# CONFIG_TI_DAC7512 is not set
  1170 +# CONFIG_BMP085_I2C is not set
  1171 +# CONFIG_BMP085_SPI is not set
  1172 +# CONFIG_PCH_PHUB is not set
  1173 +# CONFIG_USB_SWITCH_FSA9480 is not set
  1174 +# CONFIG_LATTICE_ECP3_CONFIG is not set
  1175 +CONFIG_SRAM=y
  1176 +# CONFIG_C2PORT is not set
  1177 +
  1178 +#
  1179 +# EEPROM support
  1180 +#
  1181 +CONFIG_EEPROM_AT24=y
  1182 +CONFIG_EEPROM_AT25=y
  1183 +# CONFIG_EEPROM_LEGACY is not set
  1184 +# CONFIG_EEPROM_MAX6875 is not set
  1185 +# CONFIG_EEPROM_93CX6 is not set
  1186 +# CONFIG_EEPROM_93XX46 is not set
  1187 +# CONFIG_CB710_CORE is not set
  1188 +
  1189 +#
  1190 +# Texas Instruments shared transport line discipline
  1191 +#
  1192 +# CONFIG_TI_ST is not set
  1193 +# CONFIG_SENSORS_LIS3_SPI is not set
  1194 +# CONFIG_SENSORS_LIS3_I2C is not set
  1195 +
  1196 +#
  1197 +# Altera FPGA firmware download module
  1198 +#
  1199 +# CONFIG_ALTERA_STAPL is not set
  1200 +
  1201 +#
  1202 +# Intel MIC Host Driver
  1203 +#
  1204 +
  1205 +#
  1206 +# Intel MIC Card Driver
  1207 +#
  1208 +CONFIG_HAVE_IDE=y
  1209 +# CONFIG_IDE is not set
  1210 +
  1211 +#
  1212 +# SCSI device support
  1213 +#
  1214 +CONFIG_SCSI_MOD=y
  1215 +# CONFIG_RAID_ATTRS is not set
  1216 +CONFIG_SCSI=y
  1217 +CONFIG_SCSI_DMA=y
  1218 +# CONFIG_SCSI_TGT is not set
  1219 +# CONFIG_SCSI_NETLINK is not set
  1220 +# CONFIG_SCSI_PROC_FS is not set
  1221 +
  1222 +#
  1223 +# SCSI support type (disk, tape, CD-ROM)
  1224 +#
  1225 +CONFIG_BLK_DEV_SD=y
  1226 +# CONFIG_CHR_DEV_ST is not set
  1227 +# CONFIG_CHR_DEV_OSST is not set
  1228 +# CONFIG_BLK_DEV_SR is not set
  1229 +# CONFIG_CHR_DEV_SG is not set
  1230 +# CONFIG_CHR_DEV_SCH is not set
  1231 +CONFIG_SCSI_MULTI_LUN=y
  1232 +CONFIG_SCSI_CONSTANTS=y
  1233 +CONFIG_SCSI_LOGGING=y
  1234 +CONFIG_SCSI_SCAN_ASYNC=y
  1235 +
  1236 +#
  1237 +# SCSI Transports
  1238 +#
  1239 +# CONFIG_SCSI_SPI_ATTRS is not set
  1240 +# CONFIG_SCSI_FC_ATTRS is not set
  1241 +# CONFIG_SCSI_ISCSI_ATTRS is not set
  1242 +# CONFIG_SCSI_SAS_ATTRS is not set
  1243 +# CONFIG_SCSI_SAS_LIBSAS is not set
  1244 +# CONFIG_SCSI_SRP_ATTRS is not set
  1245 +# CONFIG_SCSI_LOWLEVEL is not set
  1246 +# CONFIG_SCSI_DH is not set
  1247 +# CONFIG_SCSI_OSD_INITIATOR is not set
  1248 +# CONFIG_ATA is not set
  1249 +# CONFIG_MD is not set
  1250 +# CONFIG_TARGET_CORE is not set
  1251 +# CONFIG_FUSION is not set
  1252 +
  1253 +#
  1254 +# IEEE 1394 (FireWire) support
  1255 +#
  1256 +# CONFIG_FIREWIRE is not set
  1257 +# CONFIG_FIREWIRE_NOSY is not set
  1258 +# CONFIG_I2O is not set
  1259 +CONFIG_NETDEVICES=y
  1260 +CONFIG_NET_CORE=y
  1261 +# CONFIG_BONDING is not set
  1262 +# CONFIG_DUMMY is not set
  1263 +# CONFIG_EQUALIZER is not set
  1264 +# CONFIG_NET_FC is not set
  1265 +# CONFIG_NET_TEAM is not set
  1266 +# CONFIG_MACVLAN is not set
  1267 +# CONFIG_VXLAN is not set
  1268 +# CONFIG_NETCONSOLE is not set
  1269 +# CONFIG_NETPOLL is not set
  1270 +# CONFIG_NET_POLL_CONTROLLER is not set
  1271 +# CONFIG_TUN is not set
  1272 +# CONFIG_VETH is not set
  1273 +# CONFIG_NLMON is not set
  1274 +# CONFIG_ARCNET is not set
  1275 +
  1276 +#
  1277 +# CAIF transport drivers
  1278 +#
  1279 +
  1280 +#
  1281 +# Distributed Switch Architecture drivers
  1282 +#
  1283 +# CONFIG_NET_DSA_MV88E6XXX is not set
  1284 +# CONFIG_NET_DSA_MV88E6060 is not set
  1285 +# CONFIG_NET_DSA_MV88E6XXX_NEED_PPU is not set
  1286 +# CONFIG_NET_DSA_MV88E6131 is not set
  1287 +# CONFIG_NET_DSA_MV88E6123_61_65 is not set
  1288 +CONFIG_ETHERNET=y
  1289 +# CONFIG_NET_VENDOR_3COM is not set
  1290 +# CONFIG_NET_VENDOR_ADAPTEC is not set
  1291 +# CONFIG_NET_VENDOR_ALTEON is not set
  1292 +# CONFIG_NET_VENDOR_AMD is not set
  1293 +# CONFIG_NET_VENDOR_ARC is not set
  1294 +# CONFIG_NET_VENDOR_ATHEROS is not set
  1295 +# CONFIG_NET_CADENCE is not set
  1296 +# CONFIG_NET_VENDOR_BROADCOM is not set
  1297 +# CONFIG_NET_VENDOR_BROCADE is not set
  1298 +# CONFIG_NET_CALXEDA_XGMAC is not set
  1299 +# CONFIG_NET_VENDOR_CHELSIO is not set
  1300 +# CONFIG_NET_VENDOR_CIRRUS is not set
  1301 +# CONFIG_NET_VENDOR_CISCO is not set
  1302 +# CONFIG_DM9000 is not set
  1303 +# CONFIG_DNET is not set
  1304 +# CONFIG_NET_VENDOR_DEC is not set
  1305 +# CONFIG_NET_VENDOR_DLINK is not set
  1306 +# CONFIG_NET_VENDOR_EMULEX is not set
  1307 +# CONFIG_NET_VENDOR_EXAR is not set
  1308 +# CONFIG_NET_VENDOR_FARADAY is not set
  1309 +CONFIG_NET_VENDOR_FREESCALE=y
  1310 +CONFIG_FEC=y
  1311 +# CONFIG_NET_VENDOR_HP is not set
  1312 +# CONFIG_NET_VENDOR_INTEL is not set
  1313 +# CONFIG_IP1000 is not set
  1314 +# CONFIG_JME is not set
  1315 +# CONFIG_NET_VENDOR_MARVELL is not set
  1316 +# CONFIG_NET_VENDOR_MELLANOX is not set
  1317 +# CONFIG_NET_VENDOR_MICREL is not set
  1318 +# CONFIG_NET_VENDOR_MICROCHIP is not set
  1319 +# CONFIG_NET_VENDOR_MYRI is not set
  1320 +# CONFIG_FEALNX is not set
  1321 +# CONFIG_NET_VENDOR_NATSEMI is not set
  1322 +# CONFIG_NET_VENDOR_NVIDIA is not set
  1323 +# CONFIG_NET_VENDOR_OKI is not set
  1324 +# CONFIG_ETHOC is not set
  1325 +# CONFIG_NET_PACKET_ENGINE is not set
  1326 +# CONFIG_NET_VENDOR_QLOGIC is not set
  1327 +# CONFIG_NET_VENDOR_REALTEK is not set
  1328 +# CONFIG_SH_ETH is not set
  1329 +# CONFIG_NET_VENDOR_RDC is not set
  1330 +# CONFIG_NET_VENDOR_SEEQ is not set
  1331 +# CONFIG_NET_VENDOR_SILAN is not set
  1332 +# CONFIG_NET_VENDOR_SIS is not set
  1333 +# CONFIG_SFC is not set
  1334 +# CONFIG_NET_VENDOR_SMSC is not set
  1335 +# CONFIG_NET_VENDOR_STMICRO is not set
  1336 +# CONFIG_NET_VENDOR_SUN is not set
  1337 +# CONFIG_NET_VENDOR_TEHUTI is not set
  1338 +# CONFIG_NET_VENDOR_TI is not set
  1339 +# CONFIG_NET_VENDOR_VIA is not set
  1340 +# CONFIG_NET_VENDOR_WIZNET is not set
  1341 +# CONFIG_FDDI is not set
  1342 +# CONFIG_HIPPI is not set
  1343 +CONFIG_PHYLIB=y
  1344 +
  1345 +#
  1346 +# MII PHY device drivers
  1347 +#
  1348 +CONFIG_AT803X_PHY=y
  1349 +# CONFIG_AMD_PHY is not set
  1350 +# CONFIG_MARVELL_PHY is not set
  1351 +# CONFIG_DAVICOM_PHY is not set
  1352 +# CONFIG_QSEMI_PHY is not set
  1353 +# CONFIG_LXT_PHY is not set
  1354 +# CONFIG_CICADA_PHY is not set
  1355 +# CONFIG_VITESSE_PHY is not set
  1356 +# CONFIG_SMSC_PHY is not set
  1357 +# CONFIG_BROADCOM_PHY is not set
  1358 +# CONFIG_BCM87XX_PHY is not set
  1359 +# CONFIG_ICPLUS_PHY is not set
  1360 +# CONFIG_REALTEK_PHY is not set
  1361 +# CONFIG_NATIONAL_PHY is not set
  1362 +# CONFIG_STE10XP is not set
  1363 +# CONFIG_LSI_ET1011C_PHY is not set
  1364 +CONFIG_MICREL_PHY=y
  1365 +# CONFIG_FIXED_PHY is not set
  1366 +# CONFIG_MDIO_BITBANG is not set
  1367 +# CONFIG_MDIO_BUS_MUX_GPIO is not set
  1368 +# CONFIG_MDIO_BUS_MUX_MMIOREG is not set
  1369 +# CONFIG_MICREL_KS8995MA is not set
  1370 +CONFIG_PPP=y
  1371 +CONFIG_PPP_BSDCOMP=y
  1372 +CONFIG_PPP_DEFLATE=y
  1373 +CONFIG_PPP_FILTER=y
  1374 +# CONFIG_PPP_MPPE is not set
  1375 +CONFIG_PPP_MULTILINK=y
  1376 +# CONFIG_PPPOE is not set
  1377 +CONFIG_PPP_ASYNC=y
  1378 +CONFIG_PPP_SYNC_TTY=y
  1379 +# CONFIG_SLIP is not set
  1380 +CONFIG_SLHC=y
  1381 +
  1382 +#
  1383 +# USB Network Adapters
  1384 +#
  1385 +# CONFIG_USB_CATC is not set
  1386 +# CONFIG_USB_KAWETH is not set
  1387 +# CONFIG_USB_PEGASUS is not set
  1388 +# CONFIG_USB_RTL8150 is not set
  1389 +# CONFIG_USB_RTL8152 is not set
  1390 +# CONFIG_USB_USBNET is not set
  1391 +# CONFIG_USB_HSO is not set
  1392 +# CONFIG_USB_IPHETH is not set
  1393 +CONFIG_WLAN=y
  1394 +# CONFIG_LIBERTAS_THINFIRM is not set
  1395 +# CONFIG_ATMEL is not set
  1396 +# CONFIG_AT76C50X_USB is not set
  1397 +# CONFIG_PRISM54 is not set
  1398 +# CONFIG_USB_ZD1201 is not set
  1399 +# CONFIG_USB_NET_RNDIS_WLAN is not set
  1400 +# CONFIG_RTL8180 is not set
  1401 +# CONFIG_RTL8187 is not set
  1402 +# CONFIG_ADM8211 is not set
  1403 +# CONFIG_MAC80211_HWSIM is not set
  1404 +# CONFIG_MWL8K is not set
  1405 +CONFIG_ATH_COMMON=y
  1406 +CONFIG_ATH_CARDS=y
  1407 +CONFIG_ATH_DEBUG=y
  1408 +# CONFIG_ATH5K is not set
  1409 +# CONFIG_ATH5K_PCI is not set
  1410 +CONFIG_ATH9K_HW=y
  1411 +CONFIG_ATH9K_COMMON=y
  1412 +CONFIG_ATH9K_BTCOEX_SUPPORT=y
  1413 +CONFIG_ATH9K=y
  1414 +CONFIG_ATH9K_PCI=y
  1415 +CONFIG_ATH9K_AHB=y
  1416 +CONFIG_ATH9K_DEBUGFS=y
  1417 +CONFIG_ATH9K_STATION_STATISTICS=y
  1418 +# CONFIG_ATH9K_WOW is not set
  1419 +CONFIG_ATH9K_LEGACY_RATE_CONTROL=y
  1420 +CONFIG_ATH9K_RFKILL=y
  1421 +CONFIG_ATH9K_HTC=y
  1422 +CONFIG_ATH9K_HTC_DEBUGFS=y
  1423 +# CONFIG_CARL9170 is not set
  1424 +# CONFIG_ATH6KL is not set
  1425 +# CONFIG_AR5523 is not set
  1426 +# CONFIG_WIL6210 is not set
  1427 +# CONFIG_ATH10K is not set
  1428 +# CONFIG_WCN36XX is not set
  1429 +# CONFIG_B43 is not set
  1430 +# CONFIG_B43LEGACY is not set
  1431 +# CONFIG_BRCMSMAC is not set
  1432 +# CONFIG_BRCMFMAC is not set
  1433 +CONFIG_HOSTAP=y
  1434 +CONFIG_HOSTAP_FIRMWARE=y
  1435 +CONFIG_HOSTAP_FIRMWARE_NVRAM=y
  1436 +# CONFIG_HOSTAP_PLX is not set
  1437 +# CONFIG_HOSTAP_PCI is not set
  1438 +# CONFIG_IPW2100 is not set
  1439 +# CONFIG_IPW2200 is not set
  1440 +# CONFIG_IWLWIFI is not set
  1441 +# CONFIG_IWL4965 is not set
  1442 +# CONFIG_IWL3945 is not set
  1443 +# CONFIG_LIBERTAS is not set
  1444 +# CONFIG_HERMES is not set
  1445 +# CONFIG_P54_COMMON is not set
  1446 +# CONFIG_RT2X00 is not set
  1447 +# CONFIG_RTL_CARDS is not set
  1448 +# CONFIG_WL_TI is not set
  1449 +# CONFIG_ZD1211RW is not set
  1450 +# CONFIG_MWIFIEX is not set
  1451 +# CONFIG_CW1200 is not set
  1452 +
  1453 +#
  1454 +# Enable WiMAX (Networking options) to see the WiMAX drivers
  1455 +#
  1456 +# CONFIG_WAN is not set
  1457 +# CONFIG_VMXNET3 is not set
  1458 +# CONFIG_ISDN is not set
  1459 +
  1460 +#
  1461 +# Input device support
  1462 +#
  1463 +CONFIG_INPUT=y
  1464 +# CONFIG_INPUT_FF_MEMLESS is not set
  1465 +CONFIG_INPUT_POLLDEV=y
  1466 +# CONFIG_INPUT_SPARSEKMAP is not set
  1467 +CONFIG_INPUT_MATRIXKMAP=y
  1468 +
  1469 +#
  1470 +# Userland interfaces
  1471 +#
  1472 +CONFIG_INPUT_MOUSEDEV=y
  1473 +CONFIG_INPUT_MOUSEDEV_PSAUX=y
  1474 +CONFIG_INPUT_MOUSEDEV_SCREEN_X=1366
  1475 +CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
  1476 +# CONFIG_INPUT_JOYDEV is not set
  1477 +CONFIG_INPUT_EVDEV=y
  1478 +# CONFIG_INPUT_EVBUG is not set
  1479 +
  1480 +#
  1481 +# Input Device Drivers
  1482 +#
  1483 +CONFIG_INPUT_KEYBOARD=y
  1484 +# CONFIG_KEYBOARD_ADP5588 is not set
  1485 +# CONFIG_KEYBOARD_ADP5589 is not set
  1486 +CONFIG_KEYBOARD_ATKBD=y
  1487 +# CONFIG_KEYBOARD_QT1070 is not set
  1488 +# CONFIG_KEYBOARD_QT2160 is not set
  1489 +# CONFIG_KEYBOARD_LKKBD is not set
  1490 +CONFIG_KEYBOARD_GPIO=y
  1491 +# CONFIG_KEYBOARD_TCA6416 is not set
  1492 +# CONFIG_KEYBOARD_TCA8418 is not set
  1493 +# CONFIG_KEYBOARD_MATRIX is not set
  1494 +# CONFIG_KEYBOARD_LM8323 is not set
  1495 +# CONFIG_KEYBOARD_LM8333 is not set
  1496 +# CONFIG_KEYBOARD_MAX7359 is not set
  1497 +# CONFIG_KEYBOARD_MCS is not set
  1498 +# CONFIG_KEYBOARD_MPR121 is not set
  1499 +# CONFIG_KEYBOARD_SNVS_PWRKEY is not set
  1500 +CONFIG_KEYBOARD_IMX=y
  1501 +# CONFIG_KEYBOARD_NEWTON is not set
  1502 +# CONFIG_KEYBOARD_OPENCORES is not set
  1503 +# CONFIG_KEYBOARD_SAMSUNG is not set
  1504 +# CONFIG_KEYBOARD_STOWAWAY is not set
  1505 +# CONFIG_KEYBOARD_SUNKBD is not set
  1506 +# CONFIG_KEYBOARD_XTKBD is not set
  1507 +# CONFIG_KEYBOARD_CWC_HOOKSWITCH is not set
  1508 +CONFIG_INPUT_MOUSE=y
  1509 +CONFIG_MOUSE_PS2=m
  1510 +CONFIG_MOUSE_PS2_ALPS=y
  1511 +CONFIG_MOUSE_PS2_LOGIPS2PP=y
  1512 +CONFIG_MOUSE_PS2_SYNAPTICS=y
  1513 +CONFIG_MOUSE_PS2_CYPRESS=y
  1514 +CONFIG_MOUSE_PS2_TRACKPOINT=y
  1515 +# CONFIG_MOUSE_PS2_ELANTECH is not set
  1516 +# CONFIG_MOUSE_PS2_SENTELIC is not set
  1517 +# CONFIG_MOUSE_PS2_TOUCHKIT is not set
  1518 +# CONFIG_MOUSE_SERIAL is not set
  1519 +# CONFIG_MOUSE_APPLETOUCH is not set
  1520 +# CONFIG_MOUSE_BCM5974 is not set
  1521 +# CONFIG_MOUSE_CYAPA is not set
  1522 +# CONFIG_MOUSE_VSXXXAA is not set
  1523 +# CONFIG_MOUSE_GPIO is not set
  1524 +# CONFIG_MOUSE_SYNAPTICS_I2C is not set
  1525 +# CONFIG_MOUSE_SYNAPTICS_USB is not set
  1526 +# CONFIG_INPUT_JOYSTICK is not set
  1527 +# CONFIG_INPUT_TABLET is not set
  1528 +CONFIG_INPUT_TOUCHSCREEN=y
  1529 +# CONFIG_TOUCHSCREEN_ADS7846 is not set
  1530 +# CONFIG_TOUCHSCREEN_AD7877 is not set
  1531 +# CONFIG_TOUCHSCREEN_AD7879 is not set
  1532 +# CONFIG_TOUCHSCREEN_AR1020_I2C is not set
  1533 +# CONFIG_TOUCHSCREEN_ATMEL_MXT is not set
  1534 +# CONFIG_TOUCHSCREEN_AUO_PIXCIR is not set
  1535 +# CONFIG_TOUCHSCREEN_BU21013 is not set
  1536 +# CONFIG_TOUCHSCREEN_CR_MULTI is not set
  1537 +# CONFIG_TOUCHSCREEN_CY8CTMG110 is not set
  1538 +# CONFIG_TOUCHSCREEN_CYTTSP_CORE is not set
  1539 +# CONFIG_TOUCHSCREEN_CYTTSP4_CORE is not set
  1540 +# CONFIG_TOUCHSCREEN_DYNAPRO is not set
  1541 +# CONFIG_TOUCHSCREEN_HAMPSHIRE is not set
  1542 +# CONFIG_TOUCHSCREEN_EETI is not set
  1543 +# CONFIG_TOUCHSCREEN_EGALAX is not set
  1544 +# CONFIG_TOUCHSCREEN_ELAN is not set
  1545 +# CONFIG_TOUCHSCREEN_FT5X06 is not set
  1546 +# CONFIG_TOUCHSCREEN_FUJITSU is not set
  1547 +# CONFIG_TOUCHSCREEN_GOODIX is not set
  1548 +# CONFIG_TOUCHSCREEN_GSLX680 is not set
  1549 +# CONFIG_TOUCHSCREEN_ILI210X is not set
  1550 +# CONFIG_TOUCHSCREEN_GUNZE is not set
  1551 +# CONFIG_TOUCHSCREEN_ELO is not set
  1552 +# CONFIG_TOUCHSCREEN_WACOM_W8001 is not set
  1553 +# CONFIG_TOUCHSCREEN_WACOM_I2C is not set
  1554 +CONFIG_TOUCHSCREEN_MAX11801=y
  1555 +# CONFIG_TOUCHSCREEN_MCS5000 is not set
  1556 +# CONFIG_TOUCHSCREEN_MMS114 is not set
  1557 +# CONFIG_TOUCHSCREEN_MTOUCH is not set
  1558 +# CONFIG_TOUCHSCREEN_INEXIO is not set
  1559 +# CONFIG_TOUCHSCREEN_MK712 is not set
  1560 +# CONFIG_TOUCHSCREEN_PENMOUNT is not set
  1561 +# CONFIG_TOUCHSCREEN_EDT_FT5X06 is not set
  1562 +# CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set
  1563 +# CONFIG_TOUCHSCREEN_TOUCHWIN is not set
  1564 +# CONFIG_TOUCHSCREEN_PIXCIR is not set
  1565 +CONFIG_TOUCHSCREEN_USB_COMPOSITE=y
  1566 +CONFIG_TOUCHSCREEN_USB_EGALAX=y
  1567 +CONFIG_TOUCHSCREEN_USB_PANJIT=y
  1568 +CONFIG_TOUCHSCREEN_USB_3M=y
  1569 +CONFIG_TOUCHSCREEN_USB_ITM=y
  1570 +CONFIG_TOUCHSCREEN_USB_ETURBO=y
  1571 +CONFIG_TOUCHSCREEN_USB_GUNZE=y
  1572 +CONFIG_TOUCHSCREEN_USB_DMC_TSC10=y
  1573 +CONFIG_TOUCHSCREEN_USB_IRTOUCH=y
  1574 +CONFIG_TOUCHSCREEN_USB_IDEALTEK=y
  1575 +CONFIG_TOUCHSCREEN_USB_GENERAL_TOUCH=y
  1576 +CONFIG_TOUCHSCREEN_USB_GOTOP=y
  1577 +CONFIG_TOUCHSCREEN_USB_JASTEC=y
  1578 +CONFIG_TOUCHSCREEN_USB_ELO=y
  1579 +CONFIG_TOUCHSCREEN_USB_E2I=y
  1580 +CONFIG_TOUCHSCREEN_USB_ZYTRONIC=y
  1581 +CONFIG_TOUCHSCREEN_USB_ETT_TC45USB=y
  1582 +CONFIG_TOUCHSCREEN_USB_NEXIO=y
  1583 +CONFIG_TOUCHSCREEN_USB_EASYTOUCH=y
  1584 +# CONFIG_TOUCHSCREEN_TOUCHIT213 is not set
  1585 +# CONFIG_TOUCHSCREEN_TSC_SERIO is not set
  1586 +# CONFIG_TOUCHSCREEN_TSC2004 is not set
  1587 +# CONFIG_TOUCHSCREEN_TSC2005 is not set
  1588 +# CONFIG_TOUCHSCREEN_TSC2007 is not set
  1589 +# CONFIG_TOUCHSCREEN_W90X900 is not set
  1590 +# CONFIG_TOUCHSCREEN_ST1232 is not set
  1591 +# CONFIG_TOUCHSCREEN_SUR40 is not set
  1592 +# CONFIG_TOUCHSCREEN_TPS6507X is not set
  1593 +# CONFIG_TOUCHSCREEN_ZFORCE is not set
  1594 +CONFIG_INPUT_MISC=y
  1595 +# CONFIG_INPUT_AD714X is not set
  1596 +# CONFIG_INPUT_BMA150 is not set
  1597 +# CONFIG_INPUT_MMA8450 is not set
  1598 +# CONFIG_INPUT_MPU3050 is not set
  1599 +# CONFIG_INPUT_GP2A is not set
  1600 +# CONFIG_INPUT_GPIO_BEEPER is not set
  1601 +# CONFIG_INPUT_GPIO_TILT_POLLED is not set
  1602 +# CONFIG_INPUT_ATI_REMOTE2 is not set
  1603 +# CONFIG_INPUT_KEYSPAN_REMOTE is not set
  1604 +# CONFIG_INPUT_KXTJ9 is not set
  1605 +# CONFIG_INPUT_POWERMATE is not set
  1606 +# CONFIG_INPUT_YEALINK is not set
  1607 +# CONFIG_INPUT_CM109 is not set
  1608 +# CONFIG_INPUT_UINPUT is not set
  1609 +# CONFIG_INPUT_PCF8574 is not set
  1610 +# CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set
  1611 +# CONFIG_INPUT_ADXL34X is not set
  1612 +# CONFIG_INPUT_IMS_PCU is not set
  1613 +# CONFIG_INPUT_CMA3000 is not set
  1614 +# CONFIG_INPUT_ISL29023 is not set
  1615 +
  1616 +#
  1617 +# Hardware I/O ports
  1618 +#
  1619 +CONFIG_SERIO=y
  1620 +CONFIG_SERIO_SERPORT=m
  1621 +# CONFIG_SERIO_PCIPS2 is not set
  1622 +CONFIG_SERIO_LIBPS2=y
  1623 +# CONFIG_SERIO_RAW is not set
  1624 +# CONFIG_SERIO_ALTERA_PS2 is not set
  1625 +# CONFIG_SERIO_PS2MULT is not set
  1626 +# CONFIG_SERIO_ARC_PS2 is not set
  1627 +# CONFIG_SERIO_APBPS2 is not set
  1628 +# CONFIG_SERIO_OLPC_APSP is not set
  1629 +# CONFIG_GAMEPORT is not set
  1630 +
  1631 +#
  1632 +# Character devices
  1633 +#
  1634 +CONFIG_TTY=y
  1635 +CONFIG_VT=y
  1636 +CONFIG_CONSOLE_TRANSLATIONS=y
  1637 +CONFIG_VT_CONSOLE=y
  1638 +CONFIG_VT_CONSOLE_SLEEP=y
  1639 +CONFIG_HW_CONSOLE=y
  1640 +CONFIG_VT_HW_CONSOLE_BINDING=y
  1641 +CONFIG_UNIX98_PTYS=y
  1642 +CONFIG_DEVPTS_MULTIPLE_INSTANCES=y
  1643 +CONFIG_LEGACY_PTYS=y
  1644 +CONFIG_LEGACY_PTY_COUNT=256
  1645 +# CONFIG_SERIAL_NONSTANDARD is not set
  1646 +# CONFIG_NOZOMI is not set
  1647 +# CONFIG_N_GSM is not set
  1648 +# CONFIG_TRACE_SINK is not set
  1649 +# CONFIG_DEVKMEM is not set
  1650 +
  1651 +#
  1652 +# Serial drivers
  1653 +#
  1654 +# CONFIG_SERIAL_8250 is not set
  1655 +
  1656 +#
  1657 +# Non-8250 serial port support
  1658 +#
  1659 +# CONFIG_SERIAL_MAX3100 is not set
  1660 +# CONFIG_SERIAL_MAX310X is not set
  1661 +# CONFIG_SERIAL_MFD_HSU is not set
  1662 +CONFIG_SERIAL_IMX=y
  1663 +CONFIG_SERIAL_IMX_CONSOLE=y
  1664 +# CONFIG_SERIAL_SH_SCI is not set
  1665 +CONFIG_SERIAL_CORE=y
  1666 +CONFIG_SERIAL_CORE_CONSOLE=y
  1667 +# CONFIG_SERIAL_JSM is not set
  1668 +# CONFIG_SERIAL_GPS_MAX7W is not set
  1669 +# CONFIG_SERIAL_SC16IS7XX is not set
  1670 +# CONFIG_SERIAL_SCCNXP is not set
  1671 +# CONFIG_SERIAL_TIMBERDALE is not set
  1672 +# CONFIG_SERIAL_ALTERA_JTAGUART is not set
  1673 +# CONFIG_SERIAL_ALTERA_UART is not set
  1674 +# CONFIG_SERIAL_IFX6X60 is not set
  1675 +# CONFIG_SERIAL_PCH_UART is not set
  1676 +# CONFIG_SERIAL_XILINX_PS_UART is not set
  1677 +# CONFIG_SERIAL_ARC is not set
  1678 +# CONFIG_SERIAL_RP2 is not set
  1679 +CONFIG_SERIAL_FSL_LPUART=y
  1680 +CONFIG_SERIAL_FSL_LPUART_CONSOLE=y
  1681 +# CONFIG_SERIAL_ST_ASC is not set
  1682 +# CONFIG_TTY_PRINTK is not set
  1683 +CONFIG_FSL_OTP=y
  1684 +# CONFIG_FSL_OTP_RW is not set
  1685 +# CONFIG_HVC_DCC is not set
  1686 +# CONFIG_IPMI_HANDLER is not set
  1687 +CONFIG_HW_RANDOM=y
  1688 +# CONFIG_HW_RANDOM_TIMERIOMEM is not set
  1689 +# CONFIG_HW_RANDOM_ATMEL is not set
  1690 +# CONFIG_HW_RANDOM_IMX_RNG is not set
  1691 +# CONFIG_HW_RANDOM_EXYNOS is not set
  1692 +# CONFIG_R3964 is not set
  1693 +# CONFIG_APPLICOM is not set
  1694 +# CONFIG_RAW_DRIVER is not set
  1695 +# CONFIG_MAGSTRIPE is not set
  1696 +# CONFIG_TCG_TPM is not set
  1697 +CONFIG_DEVPORT=y
  1698 +# CONFIG_SAS is not set
  1699 +CONFIG_IMX_SEMA4=y
  1700 +CONFIG_IMX_MCC_TEST=y
  1701 +CONFIG_I2C=y
  1702 +CONFIG_I2C_BOARDINFO=y
  1703 +# CONFIG_I2C_COMPAT is not set
  1704 +CONFIG_I2C_CHARDEV=y
  1705 +CONFIG_I2C_MUX=y
  1706 +
  1707 +#
  1708 +# Multiplexer I2C Chip support
  1709 +#
  1710 +# CONFIG_I2C_ARB_GPIO_CHALLENGE is not set
  1711 +CONFIG_I2C_MUX_GPIO=y
  1712 +# CONFIG_I2C_MUX_PCA9541 is not set
  1713 +# CONFIG_I2C_MUX_PCA954x is not set
  1714 +# CONFIG_I2C_MUX_PINCTRL is not set
  1715 +# CONFIG_I2C_HELPER_AUTO is not set
  1716 +# CONFIG_I2C_SMBUS is not set
  1717 +
  1718 +#
  1719 +# I2C Algorithms
  1720 +#
  1721 +CONFIG_I2C_ALGOBIT=y
  1722 +CONFIG_I2C_ALGOPCF=m
  1723 +CONFIG_I2C_ALGOPCA=m
  1724 +
  1725 +#
  1726 +# I2C Hardware Bus support
  1727 +#
  1728 +
  1729 +#
  1730 +# PC SMBus host controller drivers
  1731 +#
  1732 +# CONFIG_I2C_ALI1535 is not set
  1733 +# CONFIG_I2C_ALI1563 is not set
  1734 +# CONFIG_I2C_ALI15X3 is not set
  1735 +# CONFIG_I2C_AMD756 is not set
  1736 +# CONFIG_I2C_AMD8111 is not set
  1737 +# CONFIG_I2C_I801 is not set
  1738 +# CONFIG_I2C_ISCH is not set
  1739 +# CONFIG_I2C_PIIX4 is not set
  1740 +# CONFIG_I2C_NFORCE2 is not set
  1741 +# CONFIG_I2C_SIS5595 is not set
  1742 +# CONFIG_I2C_SIS630 is not set
  1743 +# CONFIG_I2C_SIS96X is not set
  1744 +# CONFIG_I2C_VIA is not set
  1745 +# CONFIG_I2C_VIAPRO is not set
  1746 +
  1747 +#
  1748 +# I2C system bus drivers (mostly embedded / system-on-chip)
  1749 +#
  1750 +# CONFIG_I2C_CBUS_GPIO is not set
  1751 +# CONFIG_I2C_DESIGNWARE_PLATFORM is not set
  1752 +# CONFIG_I2C_DESIGNWARE_PCI is not set
  1753 +# CONFIG_I2C_EG20T is not set
  1754 +# CONFIG_I2C_GPIO is not set
  1755 +CONFIG_I2C_IMX=y
  1756 +# CONFIG_I2C_OCORES is not set
  1757 +# CONFIG_I2C_PCA_PLATFORM is not set
  1758 +# CONFIG_I2C_PXA_PCI is not set
  1759 +# CONFIG_I2C_SIMTEC is not set
  1760 +# CONFIG_I2C_XILINX is not set
  1761 +
  1762 +#
  1763 +# External I2C/SMBus adapter drivers
  1764 +#
  1765 +# CONFIG_I2C_DIOLAN_U2C is not set
  1766 +# CONFIG_I2C_PARPORT_LIGHT is not set
  1767 +# CONFIG_I2C_ROBOTFUZZ_OSIF is not set
  1768 +# CONFIG_I2C_TAOS_EVM is not set
  1769 +# CONFIG_I2C_TINY_USB is not set
  1770 +
  1771 +#
  1772 +# Other I2C/SMBus bus drivers
  1773 +#
  1774 +# CONFIG_I2C_STUB is not set
  1775 +# CONFIG_I2C_DEBUG_CORE is not set
  1776 +# CONFIG_I2C_DEBUG_ALGO is not set
  1777 +# CONFIG_I2C_DEBUG_BUS is not set
  1778 +CONFIG_SPI=y
  1779 +# CONFIG_SPI_DEBUG is not set
  1780 +CONFIG_SPI_MASTER=y
  1781 +
  1782 +#
  1783 +# SPI Master Controller Drivers
  1784 +#
  1785 +# CONFIG_SPI_ALTERA is not set
  1786 +CONFIG_SPI_BITBANG=y
  1787 +# CONFIG_SPI_GPIO is not set
  1788 +CONFIG_SPI_IMX=y
  1789 +# CONFIG_SPI_FSL_SPI is not set
  1790 +# CONFIG_SPI_OC_TINY is not set
  1791 +# CONFIG_SPI_PXA2XX is not set
  1792 +# CONFIG_SPI_PXA2XX_PCI is not set
  1793 +# CONFIG_SPI_SC18IS602 is not set
  1794 +# CONFIG_SPI_TOPCLIFF_PCH is not set
  1795 +# CONFIG_SPI_XCOMM is not set
  1796 +# CONFIG_SPI_XILINX is not set
  1797 +# CONFIG_SPI_DESIGNWARE is not set
  1798 +
  1799 +#
  1800 +# SPI Protocol Masters
  1801 +#
  1802 +CONFIG_SPI_SPIDEV=y
  1803 +# CONFIG_SPI_TLE62X0 is not set
  1804 +# CONFIG_HSI is not set
  1805 +
  1806 +#
  1807 +# PPS support
  1808 +#
  1809 +CONFIG_PPS=y
  1810 +# CONFIG_PPS_DEBUG is not set
  1811 +
  1812 +#
  1813 +# PPS clients support
  1814 +#
  1815 +# CONFIG_PPS_CLIENT_KTIMER is not set
  1816 +# CONFIG_PPS_CLIENT_LDISC is not set
  1817 +# CONFIG_PPS_CLIENT_GPIO is not set
  1818 +
  1819 +#
  1820 +# PPS generators support
  1821 +#
  1822 +
  1823 +#
  1824 +# PTP clock support
  1825 +#
  1826 +CONFIG_PTP_1588_CLOCK=y
  1827 +
  1828 +#
  1829 +# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks.
  1830 +#
  1831 +CONFIG_PINCTRL=y
  1832 +
  1833 +#
  1834 +# Pin controllers
  1835 +#
  1836 +CONFIG_PINMUX=y
  1837 +CONFIG_PINCONF=y
  1838 +CONFIG_DEBUG_PINCTRL=y
  1839 +# CONFIG_PINCTRL_CAPRI is not set
  1840 +CONFIG_PINCTRL_IMX=y
  1841 +CONFIG_PINCTRL_IMX6Q=y
  1842 +CONFIG_PINCTRL_IMX6SL=y
  1843 +CONFIG_PINCTRL_IMX6SX=y
  1844 +# CONFIG_PINCTRL_MSM8X74 is not set
  1845 +# CONFIG_PINCTRL_SINGLE is not set
  1846 +CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y
  1847 +CONFIG_ARCH_REQUIRE_GPIOLIB=y
  1848 +CONFIG_GPIOLIB=y
  1849 +CONFIG_GPIO_DEVRES=y
  1850 +CONFIG_OF_GPIO=y
  1851 +# CONFIG_DEBUG_GPIO is not set
  1852 +CONFIG_GPIO_SYSFS=y
  1853 +CONFIG_GPIO_GENERIC=y
  1854 +
  1855 +#
  1856 +# Memory mapped GPIO drivers:
  1857 +#
  1858 +# CONFIG_GPIO_GENERIC_PLATFORM is not set
  1859 +# CONFIG_GPIO_EM is not set
  1860 +CONFIG_GPIO_MXC=y
  1861 +# CONFIG_GPIO_RCAR is not set
  1862 +# CONFIG_GPIO_SCH311X is not set
  1863 +# CONFIG_GPIO_TS5500 is not set
  1864 +# CONFIG_GPIO_VX855 is not set
  1865 +# CONFIG_GPIO_GRGPIO is not set
  1866 +
  1867 +#
  1868 +# I2C GPIO expanders:
  1869 +#
  1870 +# CONFIG_GPIO_MAX7300 is not set
  1871 +# CONFIG_GPIO_MAX732X is not set
  1872 +# CONFIG_GPIO_PCF857X is not set
  1873 +# CONFIG_GPIO_SX150X is not set
  1874 +# CONFIG_GPIO_ADP5588 is not set
  1875 +# CONFIG_GPIO_ADNP is not set
  1876 +
  1877 +#
  1878 +# PCI GPIO expanders:
  1879 +#
  1880 +# CONFIG_GPIO_BT8XX is not set
  1881 +# CONFIG_GPIO_AMD8111 is not set
  1882 +# CONFIG_GPIO_ML_IOH is not set
  1883 +# CONFIG_GPIO_RDC321X is not set
  1884 +
  1885 +#
  1886 +# SPI GPIO expanders:
  1887 +#
  1888 +# CONFIG_GPIO_MAX7301 is not set
  1889 +# CONFIG_GPIO_MCP23S08 is not set
  1890 +# CONFIG_GPIO_MC33880 is not set
  1891 +# CONFIG_GPIO_74X164 is not set
  1892 +
  1893 +#
  1894 +# AC97 GPIO expanders:
  1895 +#
  1896 +
  1897 +#
  1898 +# LPC GPIO expanders:
  1899 +#
  1900 +
  1901 +#
  1902 +# MODULbus GPIO expanders:
  1903 +#
  1904 +# CONFIG_GPIO_BCM_KONA is not set
  1905 +
  1906 +#
  1907 +# USB GPIO expanders:
  1908 +#
  1909 +# CONFIG_W1 is not set
  1910 +CONFIG_POWER_SUPPLY=y
  1911 +# CONFIG_POWER_SUPPLY_DEBUG is not set
  1912 +# CONFIG_PDA_POWER is not set
  1913 +# CONFIG_GENERIC_ADC_BATTERY is not set
  1914 +# CONFIG_TEST_POWER is not set
  1915 +# CONFIG_BATTERY_DS2780 is not set
  1916 +# CONFIG_BATTERY_DS2781 is not set
  1917 +# CONFIG_BATTERY_DS2782 is not set
  1918 +# CONFIG_BATTERY_SBS is not set
  1919 +# CONFIG_BATTERY_BQ27x00 is not set
  1920 +# CONFIG_BATTERY_MAX17040 is not set
  1921 +# CONFIG_BATTERY_MAX17042 is not set
  1922 +# CONFIG_CHARGER_ISP1704 is not set
  1923 +# CONFIG_CHARGER_MAX8903 is not set
  1924 +# CONFIG_SABRESD_MAX8903 is not set
  1925 +# CONFIG_CHARGER_LP8727 is not set
  1926 +# CONFIG_CHARGER_GPIO is not set
  1927 +# CONFIG_CHARGER_MANAGER is not set
  1928 +# CONFIG_CHARGER_BQ2415X is not set
  1929 +# CONFIG_CHARGER_BQ24190 is not set
  1930 +# CONFIG_CHARGER_BQ24735 is not set
  1931 +# CONFIG_CHARGER_SMB347 is not set
  1932 +CONFIG_IMX6_USB_CHARGER=y
  1933 +# CONFIG_POWER_RESET is not set
  1934 +# CONFIG_POWER_RESET_RESTART is not set
  1935 +# CONFIG_POWER_AVS is not set
  1936 +CONFIG_HWMON=y
  1937 +# CONFIG_HWMON_VID is not set
  1938 +# CONFIG_HWMON_DEBUG_CHIP is not set
  1939 +
  1940 +#
  1941 +# Native drivers
  1942 +#
  1943 +# CONFIG_SENSORS_AD7314 is not set
  1944 +# CONFIG_SENSORS_AD7414 is not set
  1945 +# CONFIG_SENSORS_AD7418 is not set
  1946 +# CONFIG_SENSORS_ADCXX is not set
  1947 +# CONFIG_SENSORS_ADM1021 is not set
  1948 +# CONFIG_SENSORS_ADM1025 is not set
  1949 +# CONFIG_SENSORS_ADM1026 is not set
  1950 +# CONFIG_SENSORS_ADM1029 is not set
  1951 +# CONFIG_SENSORS_ADM1031 is not set
  1952 +# CONFIG_SENSORS_ADM9240 is not set
  1953 +# CONFIG_SENSORS_ADT7310 is not set
  1954 +# CONFIG_SENSORS_ADT7410 is not set
  1955 +# CONFIG_SENSORS_ADT7411 is not set
  1956 +# CONFIG_SENSORS_ADT7462 is not set
  1957 +# CONFIG_SENSORS_ADT7470 is not set
  1958 +# CONFIG_SENSORS_ADT7475 is not set
  1959 +# CONFIG_SENSORS_ASC7621 is not set
  1960 +# CONFIG_SENSORS_ATXP1 is not set
  1961 +# CONFIG_SENSORS_DS620 is not set
  1962 +# CONFIG_SENSORS_DS1621 is not set
  1963 +# CONFIG_SENSORS_I5K_AMB is not set
  1964 +# CONFIG_SENSORS_F71805F is not set
  1965 +# CONFIG_SENSORS_F71882FG is not set
  1966 +# CONFIG_SENSORS_F75375S is not set
  1967 +# CONFIG_SENSORS_G760A is not set
  1968 +# CONFIG_SENSORS_G762 is not set
  1969 +# CONFIG_SENSORS_GL518SM is not set
  1970 +# CONFIG_SENSORS_GL520SM is not set
  1971 +# CONFIG_SENSORS_GPIO_FAN is not set
  1972 +# CONFIG_SENSORS_HIH6130 is not set
  1973 +# CONFIG_SENSORS_HTU21 is not set
  1974 +# CONFIG_SENSORS_IIO_HWMON is not set
  1975 +# CONFIG_SENSORS_IT87 is not set
  1976 +# CONFIG_SENSORS_JC42 is not set
  1977 +# CONFIG_SENSORS_LINEAGE is not set
  1978 +# CONFIG_SENSORS_LM63 is not set
  1979 +# CONFIG_SENSORS_LM70 is not set
  1980 +# CONFIG_SENSORS_LM73 is not set
  1981 +# CONFIG_SENSORS_LM75 is not set
  1982 +# CONFIG_SENSORS_LM77 is not set
  1983 +# CONFIG_SENSORS_LM78 is not set
  1984 +# CONFIG_SENSORS_LM80 is not set
  1985 +# CONFIG_SENSORS_LM83 is not set
  1986 +# CONFIG_SENSORS_LM85 is not set
  1987 +# CONFIG_SENSORS_LM87 is not set
  1988 +# CONFIG_SENSORS_LM90 is not set
  1989 +# CONFIG_SENSORS_LM92 is not set
  1990 +# CONFIG_SENSORS_LM93 is not set
  1991 +# CONFIG_SENSORS_LTC4151 is not set
  1992 +# CONFIG_SENSORS_LTC4215 is not set
  1993 +# CONFIG_SENSORS_LTC4245 is not set
  1994 +# CONFIG_SENSORS_LTC4261 is not set
  1995 +# CONFIG_SENSORS_LM95234 is not set
  1996 +# CONFIG_SENSORS_LM95241 is not set
  1997 +# CONFIG_SENSORS_LM95245 is not set
  1998 +# CONFIG_SENSORS_MAX1111 is not set
  1999 +# CONFIG_SENSORS_MAX16065 is not set
  2000 +# CONFIG_SENSORS_MAX1619 is not set
  2001 +# CONFIG_SENSORS_MAX1668 is not set
  2002 +# CONFIG_SENSORS_MAX17135 is not set
  2003 +# CONFIG_SENSORS_MAX197 is not set
  2004 +# CONFIG_SENSORS_MAX6639 is not set
  2005 +# CONFIG_SENSORS_MAX6642 is not set
  2006 +# CONFIG_SENSORS_MAX6650 is not set
  2007 +# CONFIG_SENSORS_MAX6697 is not set
  2008 +# CONFIG_SENSORS_MCP3021 is not set
  2009 +# CONFIG_SENSORS_NCT6775 is not set
  2010 +# CONFIG_SENSORS_NTC_THERMISTOR is not set
  2011 +# CONFIG_SENSORS_PC87360 is not set
  2012 +# CONFIG_SENSORS_PC87427 is not set
  2013 +# CONFIG_SENSORS_PCF8591 is not set
  2014 +# CONFIG_PMBUS is not set
  2015 +# CONFIG_SENSORS_SHT15 is not set
  2016 +# CONFIG_SENSORS_SHT21 is not set
  2017 +# CONFIG_SENSORS_SIS5595 is not set
  2018 +# CONFIG_SENSORS_SMM665 is not set
  2019 +# CONFIG_SENSORS_DME1737 is not set
  2020 +# CONFIG_SENSORS_EMC1403 is not set
  2021 +# CONFIG_SENSORS_EMC2103 is not set
  2022 +# CONFIG_SENSORS_EMC6W201 is not set
  2023 +# CONFIG_SENSORS_SMSC47M1 is not set
  2024 +# CONFIG_SENSORS_SMSC47M192 is not set
  2025 +# CONFIG_SENSORS_SMSC47B397 is not set
  2026 +# CONFIG_SENSORS_SCH56XX_COMMON is not set
  2027 +# CONFIG_SENSORS_SCH5627 is not set
  2028 +# CONFIG_SENSORS_SCH5636 is not set
  2029 +# CONFIG_SENSORS_ADS1000 is not set
  2030 +# CONFIG_SENSORS_ADS1015 is not set
  2031 +# CONFIG_SENSORS_ADS7828 is not set
  2032 +# CONFIG_SENSORS_ADS7871 is not set
  2033 +# CONFIG_SENSORS_AMC6821 is not set
  2034 +# CONFIG_SENSORS_INA209 is not set
  2035 +# CONFIG_SENSORS_INA2XX is not set
  2036 +# CONFIG_SENSORS_THMC50 is not set
  2037 +# CONFIG_SENSORS_TMP102 is not set
  2038 +# CONFIG_SENSORS_TMP401 is not set
  2039 +# CONFIG_SENSORS_TMP421 is not set
  2040 +# CONFIG_SENSORS_VIA686A is not set
  2041 +# CONFIG_SENSORS_VT1211 is not set
  2042 +# CONFIG_SENSORS_VT8231 is not set
  2043 +# CONFIG_SENSORS_W83781D is not set
  2044 +# CONFIG_SENSORS_W83791D is not set
  2045 +# CONFIG_SENSORS_W83792D is not set
  2046 +# CONFIG_SENSORS_W83793 is not set
  2047 +# CONFIG_SENSORS_W83795 is not set
  2048 +# CONFIG_SENSORS_W83L785TS is not set
  2049 +# CONFIG_SENSORS_W83L786NG is not set
  2050 +# CONFIG_SENSORS_W83627HF is not set
  2051 +# CONFIG_SENSORS_W83627EHF is not set
  2052 +# CONFIG_SENSORS_MAG3110 is not set
  2053 +# CONFIG_MXC_MMA8451 is not set
  2054 +CONFIG_THERMAL=y
  2055 +CONFIG_THERMAL_HWMON=y
  2056 +CONFIG_THERMAL_OF=y
  2057 +CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y
  2058 +# CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE is not set
  2059 +# CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE is not set
  2060 +# CONFIG_THERMAL_GOV_FAIR_SHARE is not set
  2061 +CONFIG_THERMAL_GOV_STEP_WISE=y
  2062 +# CONFIG_THERMAL_GOV_USER_SPACE is not set
  2063 +CONFIG_CPU_THERMAL=y
  2064 +# CONFIG_THERMAL_EMULATION is not set
  2065 +CONFIG_IMX_THERMAL=y
  2066 +CONFIG_DEVICE_THERMAL=y
  2067 +
  2068 +#
  2069 +# Texas Instruments thermal drivers
  2070 +#
  2071 +CONFIG_WATCHDOG=y
  2072 +# CONFIG_WATCHDOG_CORE is not set
  2073 +# CONFIG_WATCHDOG_NOWAYOUT is not set
  2074 +
  2075 +#
  2076 +# Watchdog Device Drivers
  2077 +#
  2078 +# CONFIG_SOFT_WATCHDOG is not set
  2079 +# CONFIG_GPIO_WATCHDOG is not set
  2080 +# CONFIG_DW_WATCHDOG is not set
  2081 +# CONFIG_MAX63XX_WATCHDOG is not set
  2082 +CONFIG_IMX2_WDT=y
  2083 +# CONFIG_ALIM7101_WDT is not set
  2084 +# CONFIG_I6300ESB_WDT is not set
  2085 +# CONFIG_MEN_A21_WDT is not set
  2086 +
  2087 +#
  2088 +# PCI-based Watchdog Cards
  2089 +#
  2090 +# CONFIG_PCIPCWATCHDOG is not set
  2091 +# CONFIG_WDTPCI is not set
  2092 +
  2093 +#
  2094 +# USB-based Watchdog Cards
  2095 +#
  2096 +# CONFIG_USBPCWATCHDOG is not set
  2097 +CONFIG_SSB_POSSIBLE=y
  2098 +
  2099 +#
  2100 +# Sonics Silicon Backplane
  2101 +#
  2102 +# CONFIG_SSB is not set
  2103 +CONFIG_BCMA_POSSIBLE=y
  2104 +
  2105 +#
  2106 +# Broadcom specific AMBA
  2107 +#
  2108 +# CONFIG_BCMA is not set
  2109 +
  2110 +#
  2111 +# Multifunction device drivers
  2112 +#
  2113 +CONFIG_MFD_CORE=y
  2114 +# CONFIG_MFD_AS3711 is not set
  2115 +# CONFIG_MFD_AS3722 is not set
  2116 +# CONFIG_PMIC_ADP5520 is not set
  2117 +# CONFIG_MFD_AAT2870_CORE is not set
  2118 +# CONFIG_MFD_CROS_EC is not set
  2119 +# CONFIG_MFD_ASIC3 is not set
  2120 +# CONFIG_PMIC_DA903X is not set
  2121 +# CONFIG_MFD_DA9052_SPI is not set
  2122 +# CONFIG_MFD_DA9052_I2C is not set
  2123 +# CONFIG_MFD_DA9055 is not set
  2124 +# CONFIG_MFD_DA9063 is not set
  2125 +CONFIG_MFD_MXC_HDMI=y
  2126 +# CONFIG_MFD_MXC_HDMI_ANDROID is not set
  2127 +# CONFIG_MFD_MC13XXX_SPI is not set
  2128 +# CONFIG_MFD_MC13XXX_I2C is not set
  2129 +# CONFIG_HTC_EGPIO is not set
  2130 +# CONFIG_HTC_PASIC3 is not set
  2131 +# CONFIG_HTC_I2CPLD is not set
  2132 +# CONFIG_LPC_ICH is not set
  2133 +# CONFIG_LPC_SCH is not set
  2134 +# CONFIG_MFD_JANZ_CMODIO is not set
  2135 +# CONFIG_MFD_KEMPLD is not set
  2136 +# CONFIG_MFD_88PM800 is not set
  2137 +# CONFIG_MFD_88PM805 is not set
  2138 +# CONFIG_MFD_88PM860X is not set
  2139 +# CONFIG_MFD_MAX17135 is not set
  2140 +# CONFIG_MFD_MAX14577 is not set
  2141 +# CONFIG_MFD_MAX77686 is not set
  2142 +# CONFIG_MFD_MAX77693 is not set
  2143 +# CONFIG_MFD_MAX77823 is not set
  2144 +# CONFIG_MFD_MAX8907 is not set
  2145 +# CONFIG_MFD_MAX8925 is not set
  2146 +# CONFIG_MFD_MAX8997 is not set
  2147 +# CONFIG_MFD_MAX8998 is not set
  2148 +# CONFIG_EZX_PCAP is not set
  2149 +# CONFIG_MFD_VIPERBOARD is not set
  2150 +# CONFIG_MFD_RETU is not set
  2151 +# CONFIG_MFD_PCF50633 is not set
  2152 +# CONFIG_MFD_RDC321X is not set
  2153 +# CONFIG_MFD_RTSX_PCI is not set
  2154 +# CONFIG_MFD_RC5T583 is not set
  2155 +# CONFIG_MFD_SEC_CORE is not set
  2156 +# CONFIG_MFD_SI476X_CORE is not set
  2157 +# CONFIG_MFD_SM501 is not set
  2158 +# CONFIG_MFD_SMSC is not set
  2159 +# CONFIG_ABX500_CORE is not set
  2160 +# CONFIG_MFD_STMPE is not set
  2161 +CONFIG_MFD_SYSCON=y
  2162 +# CONFIG_MFD_TI_AM335X_TSCADC is not set
  2163 +# CONFIG_MFD_LP3943 is not set
  2164 +# CONFIG_MFD_LP8788 is not set
  2165 +# CONFIG_MFD_PALMAS is not set
  2166 +# CONFIG_TPS6105X is not set
  2167 +# CONFIG_TPS65010 is not set
  2168 +# CONFIG_TPS6507X is not set
  2169 +# CONFIG_MFD_TPS65090 is not set
  2170 +# CONFIG_MFD_TPS65217 is not set
  2171 +# CONFIG_MFD_TPS6586X is not set
  2172 +# CONFIG_MFD_TPS65910 is not set
  2173 +# CONFIG_MFD_TPS65912 is not set
  2174 +# CONFIG_MFD_TPS65912_I2C is not set
  2175 +# CONFIG_MFD_TPS65912_SPI is not set
  2176 +# CONFIG_MFD_TPS80031 is not set
  2177 +# CONFIG_TWL4030_CORE is not set
  2178 +# CONFIG_TWL6040_CORE is not set
  2179 +# CONFIG_MFD_WL1273_CORE is not set
  2180 +# CONFIG_MFD_LM3533 is not set
  2181 +# CONFIG_MFD_TIMBERDALE is not set
  2182 +# CONFIG_MFD_TC3589X is not set
  2183 +# CONFIG_MFD_TMIO is not set
  2184 +# CONFIG_MFD_T7L66XB is not set
  2185 +# CONFIG_MFD_TC6387XB is not set
  2186 +# CONFIG_MFD_TC6393XB is not set
  2187 +# CONFIG_MFD_VX855 is not set
  2188 +# CONFIG_MFD_ARIZONA_I2C is not set
  2189 +# CONFIG_MFD_ARIZONA_SPI is not set
  2190 +# CONFIG_MFD_WM8400 is not set
  2191 +# CONFIG_MFD_WM831X_I2C is not set
  2192 +# CONFIG_MFD_WM831X_SPI is not set
  2193 +# CONFIG_MFD_WM8350_I2C is not set
  2194 +# CONFIG_MFD_WM8994 is not set
  2195 +# CONFIG_VEXPRESS_CONFIG is not set
  2196 +CONFIG_REGULATOR=y
  2197 +# CONFIG_REGULATOR_DEBUG is not set
  2198 +CONFIG_REGULATOR_FIXED_VOLTAGE=y
  2199 +# CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set
  2200 +# CONFIG_REGULATOR_USERSPACE_CONSUMER is not set
  2201 +# CONFIG_REGULATOR_ACT8865 is not set
  2202 +# CONFIG_REGULATOR_AD5398 is not set
  2203 +CONFIG_REGULATOR_ANATOP=y
  2204 +# CONFIG_REGULATOR_DA9210 is not set
  2205 +# CONFIG_REGULATOR_FAN53555 is not set
  2206 +# CONFIG_REGULATOR_GPIO is not set
  2207 +# CONFIG_REGULATOR_ISL6271A is not set
  2208 +# CONFIG_REGULATOR_LP3971 is not set
  2209 +# CONFIG_REGULATOR_LP3972 is not set
  2210 +# CONFIG_REGULATOR_LP872X is not set
  2211 +# CONFIG_REGULATOR_LP8755 is not set
  2212 +# CONFIG_REGULATOR_MAX1586 is not set
  2213 +# CONFIG_REGULATOR_MAX8649 is not set
  2214 +# CONFIG_REGULATOR_MAX8660 is not set
  2215 +# CONFIG_REGULATOR_MAX8952 is not set
  2216 +# CONFIG_REGULATOR_MAX8973 is not set
  2217 +CONFIG_REGULATOR_PFUZE100=y
  2218 +# CONFIG_REGULATOR_TPS51632 is not set
  2219 +# CONFIG_REGULATOR_TPS62360 is not set
  2220 +# CONFIG_REGULATOR_TPS65023 is not set
  2221 +# CONFIG_REGULATOR_TPS6507X is not set
  2222 +# CONFIG_REGULATOR_TPS6524X is not set
  2223 +CONFIG_MEDIA_SUPPORT=y
  2224 +
  2225 +#
  2226 +# Multimedia core support
  2227 +#
  2228 +CONFIG_MEDIA_CAMERA_SUPPORT=y
  2229 +# CONFIG_MEDIA_ANALOG_TV_SUPPORT is not set
  2230 +# CONFIG_MEDIA_DIGITAL_TV_SUPPORT is not set
  2231 +CONFIG_MEDIA_RADIO_SUPPORT=y
  2232 +# CONFIG_MEDIA_RC_SUPPORT is not set
  2233 +# CONFIG_MEDIA_CONTROLLER is not set
  2234 +CONFIG_VIDEO_DEV=y
  2235 +CONFIG_VIDEO_V4L2=y
  2236 +# CONFIG_VIDEO_ADV_DEBUG is not set
  2237 +# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set
  2238 +CONFIG_VIDEOBUF_GEN=y
  2239 +CONFIG_VIDEOBUF_DMA_CONTIG=y
  2240 +CONFIG_VIDEOBUF2_CORE=y
  2241 +CONFIG_VIDEOBUF2_MEMOPS=y
  2242 +CONFIG_VIDEOBUF2_VMALLOC=y
  2243 +# CONFIG_TTPCI_EEPROM is not set
  2244 +
  2245 +#
  2246 +# Media drivers
  2247 +#
  2248 +CONFIG_MEDIA_USB_SUPPORT=y
  2249 +
  2250 +#
  2251 +# Webcam devices
  2252 +#
  2253 +CONFIG_USB_VIDEO_CLASS=y
  2254 +CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y
  2255 +CONFIG_USB_GSPCA=y
  2256 +# CONFIG_USB_M5602 is not set
  2257 +# CONFIG_USB_STV06XX is not set
  2258 +# CONFIG_USB_GL860 is not set
  2259 +# CONFIG_USB_GSPCA_BENQ is not set
  2260 +# CONFIG_USB_GSPCA_CONEX is not set
  2261 +# CONFIG_USB_GSPCA_CPIA1 is not set
  2262 +# CONFIG_USB_GSPCA_ETOMS is not set
  2263 +# CONFIG_USB_GSPCA_FINEPIX is not set
  2264 +# CONFIG_USB_GSPCA_JEILINJ is not set
  2265 +# CONFIG_USB_GSPCA_JL2005BCD is not set
  2266 +# CONFIG_USB_GSPCA_KINECT is not set
  2267 +# CONFIG_USB_GSPCA_KONICA is not set
  2268 +# CONFIG_USB_GSPCA_MARS is not set
  2269 +# CONFIG_USB_GSPCA_MR97310A is not set
  2270 +# CONFIG_USB_GSPCA_NW80X is not set
  2271 +# CONFIG_USB_GSPCA_OV519 is not set
  2272 +# CONFIG_USB_GSPCA_OV534 is not set
  2273 +# CONFIG_USB_GSPCA_OV534_9 is not set
  2274 +# CONFIG_USB_GSPCA_PAC207 is not set
  2275 +# CONFIG_USB_GSPCA_PAC7302 is not set
  2276 +# CONFIG_USB_GSPCA_PAC7311 is not set
  2277 +# CONFIG_USB_GSPCA_SE401 is not set
  2278 +# CONFIG_USB_GSPCA_SN9C2028 is not set
  2279 +# CONFIG_USB_GSPCA_SN9C20X is not set
  2280 +# CONFIG_USB_GSPCA_SONIXB is not set
  2281 +# CONFIG_USB_GSPCA_SONIXJ is not set
  2282 +# CONFIG_USB_GSPCA_SPCA500 is not set
  2283 +# CONFIG_USB_GSPCA_SPCA501 is not set
  2284 +# CONFIG_USB_GSPCA_SPCA505 is not set
  2285 +# CONFIG_USB_GSPCA_SPCA506 is not set
  2286 +# CONFIG_USB_GSPCA_SPCA508 is not set
  2287 +# CONFIG_USB_GSPCA_SPCA561 is not set
  2288 +# CONFIG_USB_GSPCA_SPCA1528 is not set
  2289 +# CONFIG_USB_GSPCA_SQ905 is not set
  2290 +# CONFIG_USB_GSPCA_SQ905C is not set
  2291 +# CONFIG_USB_GSPCA_SQ930X is not set
  2292 +# CONFIG_USB_GSPCA_STK014 is not set
  2293 +# CONFIG_USB_GSPCA_STK1135 is not set
  2294 +# CONFIG_USB_GSPCA_STV0680 is not set
  2295 +# CONFIG_USB_GSPCA_SUNPLUS is not set
  2296 +# CONFIG_USB_GSPCA_T613 is not set
  2297 +# CONFIG_USB_GSPCA_TOPRO is not set
  2298 +# CONFIG_USB_GSPCA_TV8532 is not set
  2299 +# CONFIG_USB_GSPCA_VC032X is not set
  2300 +# CONFIG_USB_GSPCA_VICAM is not set
  2301 +# CONFIG_USB_GSPCA_XIRLINK_CIT is not set
  2302 +# CONFIG_USB_GSPCA_ZC3XX is not set
  2303 +# CONFIG_USB_PWC is not set
  2304 +# CONFIG_VIDEO_CPIA2 is not set
  2305 +# CONFIG_USB_ZR364XX is not set
  2306 +# CONFIG_USB_STKWEBCAM is not set
  2307 +# CONFIG_USB_S2255 is not set
  2308 +# CONFIG_VIDEO_USBTV is not set
  2309 +
  2310 +#
  2311 +# Webcam, TV (analog/digital) USB devices
  2312 +#
  2313 +# CONFIG_VIDEO_EM28XX is not set
  2314 +# CONFIG_MEDIA_PCI_SUPPORT is not set
  2315 +CONFIG_V4L_PLATFORM_DRIVERS=y
  2316 +# CONFIG_VIDEO_CAFE_CCIC is not set
  2317 +# CONFIG_VIDEO_TIMBERDALE is not set
  2318 +CONFIG_VIDEO_MXC_OUTPUT=y
  2319 +CONFIG_VIDEO_MXC_CAPTURE=m
  2320 +CONFIG_VIDEO_V4L2_MXC_INT_DEVICE=m
  2321 +
  2322 +#
  2323 +# MXC Camera/V4L2 PRP Features support
  2324 +#
  2325 +CONFIG_VIDEO_MXC_IPU_CAMERA=y
  2326 +CONFIG_MXC_CAMERA_OV5640=m
  2327 +CONFIG_MXC_CAMERA_OV5642=m
  2328 +CONFIG_MXC_CAMERA_OV5640_MIPI=m
  2329 +# CONFIG_MXC_VIDEO_GS2971 is not set
  2330 +# CONFIG_MXC_HDMI_CSI2_TC358743 is not set
  2331 +CONFIG_MXC_TVIN_ADV7180=m
  2332 +CONFIG_MXC_IPU_DEVICE_QUEUE_SDC=m
  2333 +CONFIG_MXC_IPU_PRP_ENC=m
  2334 +CONFIG_MXC_IPU_CSI_ENC=m
  2335 +CONFIG_VIDEO_MXC_IPU_OUTPUT=y
  2336 +CONFIG_VIDEO_MXC_PXP_V4L2=y
  2337 +# CONFIG_VIDEO_MXC_CSI_CAMERA is not set
  2338 +# CONFIG_MXC_CAMERA_SUBDEV_OV5640 is not set
  2339 +# CONFIG_MXC_CAMERA_SUBDEV_OV5642 is not set
  2340 +# CONFIG_MXC_VADC is not set
  2341 +CONFIG_SOC_CAMERA=y
  2342 +# CONFIG_SOC_CAMERA_PLATFORM is not set
  2343 +# CONFIG_VIDEO_RCAR_VIN is not set
  2344 +# CONFIG_VIDEO_SH_MOBILE_CSI2 is not set
  2345 +# CONFIG_VIDEO_SH_MOBILE_CEU is not set
  2346 +# CONFIG_V4L_MEM2MEM_DRIVERS is not set
  2347 +# CONFIG_V4L_TEST_DRIVERS is not set
  2348 +
  2349 +#
  2350 +# Supported MMC/SDIO adapters
  2351 +#
  2352 +CONFIG_RADIO_ADAPTERS=y
  2353 +# CONFIG_RADIO_SI470X is not set
  2354 +# CONFIG_RADIO_SI4713 is not set
  2355 +# CONFIG_USB_MR800 is not set
  2356 +# CONFIG_USB_DSBR is not set
  2357 +# CONFIG_RADIO_MAXIRADIO is not set
  2358 +# CONFIG_RADIO_SHARK is not set
  2359 +# CONFIG_RADIO_SHARK2 is not set
  2360 +# CONFIG_USB_KEENE is not set
  2361 +# CONFIG_USB_RAREMONO is not set
  2362 +# CONFIG_USB_MA901 is not set
  2363 +# CONFIG_RADIO_TEA5764 is not set
  2364 +# CONFIG_RADIO_SAA7706H is not set
  2365 +# CONFIG_RADIO_TEF6862 is not set
  2366 +# CONFIG_RADIO_WL1273 is not set
  2367 +
  2368 +#
  2369 +# Texas Instruments WL128x FM driver (ST based)
  2370 +#
  2371 +# CONFIG_RADIO_WL128X is not set
  2372 +# CONFIG_CYPRESS_FIRMWARE is not set
  2373 +
  2374 +#
  2375 +# Media ancillary drivers (tuners, sensors, i2c, frontends)
  2376 +#
  2377 +CONFIG_MEDIA_SUBDRV_AUTOSELECT=y
  2378 +CONFIG_MEDIA_ATTACH=y
  2379 +
  2380 +#
  2381 +# Audio decoders, processors and mixers
  2382 +#
  2383 +
  2384 +#
  2385 +# RDS decoders
  2386 +#
  2387 +
  2388 +#
  2389 +# Video decoders
  2390 +#
  2391 +
  2392 +#
  2393 +# Video and audio decoders
  2394 +#
  2395 +
  2396 +#
  2397 +# Video encoders
  2398 +#
  2399 +
  2400 +#
  2401 +# Camera sensor devices
  2402 +#
  2403 +
  2404 +#
  2405 +# Flash devices
  2406 +#
  2407 +
  2408 +#
  2409 +# Video improvement chips
  2410 +#
  2411 +
  2412 +#
  2413 +# Audio/Video compression chips
  2414 +#
  2415 +
  2416 +#
  2417 +# Miscellaneous helper chips
  2418 +#
  2419 +
  2420 +#
  2421 +# Sensors used on soc_camera driver
  2422 +#
  2423 +
  2424 +#
  2425 +# soc_camera sensor drivers
  2426 +#
  2427 +# CONFIG_SOC_CAMERA_IMX074 is not set
  2428 +# CONFIG_SOC_CAMERA_MT9M001 is not set
  2429 +# CONFIG_SOC_CAMERA_MT9M111 is not set
  2430 +# CONFIG_SOC_CAMERA_MT9T031 is not set
  2431 +# CONFIG_SOC_CAMERA_MT9T112 is not set
  2432 +# CONFIG_SOC_CAMERA_MT9V022 is not set
  2433 +# CONFIG_SOC_CAMERA_OV2640 is not set
  2434 +# CONFIG_SOC_CAMERA_OV5642 is not set
  2435 +# CONFIG_SOC_CAMERA_OV6650 is not set
  2436 +# CONFIG_SOC_CAMERA_OV772X is not set
  2437 +# CONFIG_SOC_CAMERA_OV9640 is not set
  2438 +# CONFIG_SOC_CAMERA_OV9740 is not set
  2439 +# CONFIG_SOC_CAMERA_RJ54N1 is not set
  2440 +# CONFIG_SOC_CAMERA_TW9910 is not set
  2441 +CONFIG_MEDIA_TUNER=y
  2442 +CONFIG_MEDIA_TUNER_SIMPLE=y
  2443 +CONFIG_MEDIA_TUNER_TDA8290=y
  2444 +CONFIG_MEDIA_TUNER_TDA827X=y
  2445 +CONFIG_MEDIA_TUNER_TDA18271=y
  2446 +CONFIG_MEDIA_TUNER_TDA9887=y
  2447 +CONFIG_MEDIA_TUNER_TEA5761=y
  2448 +CONFIG_MEDIA_TUNER_TEA5767=y
  2449 +CONFIG_MEDIA_TUNER_MT20XX=y
  2450 +CONFIG_MEDIA_TUNER_XC2028=y
  2451 +CONFIG_MEDIA_TUNER_XC5000=y
  2452 +CONFIG_MEDIA_TUNER_XC4000=y
  2453 +CONFIG_MEDIA_TUNER_MC44S803=y
  2454 +
  2455 +#
  2456 +# Tools to develop new frontends
  2457 +#
  2458 +# CONFIG_DVB_DUMMY_FE is not set
  2459 +
  2460 +#
  2461 +# Graphics support
  2462 +#
  2463 +# CONFIG_VGA_ARB is not set
  2464 +CONFIG_DRM=y
  2465 +# CONFIG_DRM_TDFX is not set
  2466 +# CONFIG_DRM_R128 is not set
  2467 +# CONFIG_DRM_RADEON is not set
  2468 +# CONFIG_DRM_NOUVEAU is not set
  2469 +# CONFIG_DRM_MGA is not set
  2470 +# CONFIG_DRM_VIA is not set
  2471 +# CONFIG_DRM_SAVAGE is not set
  2472 +CONFIG_DRM_VIVANTE=y
  2473 +# CONFIG_DRM_EXYNOS is not set
  2474 +# CONFIG_DRM_VMWGFX is not set
  2475 +# CONFIG_DRM_UDL is not set
  2476 +# CONFIG_DRM_AST is not set
  2477 +# CONFIG_DRM_MGAG200 is not set
  2478 +# CONFIG_DRM_CIRRUS_QEMU is not set
  2479 +# CONFIG_DRM_ARMADA is not set
  2480 +# CONFIG_DRM_RCAR_DU is not set
  2481 +# CONFIG_DRM_SHMOBILE is not set
  2482 +# CONFIG_DRM_TILCDC is not set
  2483 +# CONFIG_DRM_QXL is not set
  2484 +# CONFIG_DRM_BOCHS is not set
  2485 +# CONFIG_VGASTATE is not set
  2486 +# CONFIG_VIDEO_OUTPUT_CONTROL is not set
  2487 +# CONFIG_DVI_TFP410 is not set
  2488 +CONFIG_VIDEOMODE_HELPERS=y
  2489 +CONFIG_HDMI=y
  2490 +CONFIG_FB=y
  2491 +# CONFIG_FIRMWARE_EDID is not set
  2492 +# CONFIG_FB_DDC is not set
  2493 +# CONFIG_FB_BOOT_VESA_SUPPORT is not set
  2494 +CONFIG_FB_CFB_FILLRECT=y
  2495 +CONFIG_FB_CFB_COPYAREA=y
  2496 +CONFIG_FB_CFB_IMAGEBLIT=y
  2497 +# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
  2498 +# CONFIG_FB_SYS_FILLRECT is not set
  2499 +# CONFIG_FB_SYS_COPYAREA is not set
  2500 +# CONFIG_FB_SYS_IMAGEBLIT is not set
  2501 +# CONFIG_FB_FOREIGN_ENDIAN is not set
  2502 +# CONFIG_FB_SYS_FOPS is not set
  2503 +# CONFIG_FB_SVGALIB is not set
  2504 +# CONFIG_FB_MACMODES is not set
  2505 +# CONFIG_FB_BACKLIGHT is not set
  2506 +CONFIG_FB_MODE_HELPERS=y
  2507 +# CONFIG_FB_TILEBLITTING is not set
  2508 +
  2509 +#
  2510 +# Frame buffer hardware drivers
  2511 +#
  2512 +# CONFIG_FB_CIRRUS is not set
  2513 +# CONFIG_FB_PM2 is not set
  2514 +# CONFIG_FB_IMX is not set
  2515 +# CONFIG_FB_CYBER2000 is not set
  2516 +# CONFIG_FB_ASILIANT is not set
  2517 +# CONFIG_FB_IMSTT is not set
  2518 +# CONFIG_FB_UVESA is not set
  2519 +# CONFIG_FB_OPENCORES is not set
  2520 +# CONFIG_FB_S1D13XXX is not set
  2521 +# CONFIG_FB_NVIDIA is not set
  2522 +# CONFIG_FB_RIVA is not set
  2523 +# CONFIG_FB_I740 is not set
  2524 +# CONFIG_FB_MATROX is not set
  2525 +# CONFIG_FB_RADEON is not set
  2526 +# CONFIG_FB_ATY128 is not set
  2527 +# CONFIG_FB_ATY is not set
  2528 +# CONFIG_FB_S3 is not set
  2529 +# CONFIG_FB_SAVAGE is not set
  2530 +# CONFIG_FB_SIS is not set
  2531 +# CONFIG_FB_NEOMAGIC is not set
  2532 +# CONFIG_FB_KYRO is not set
  2533 +# CONFIG_FB_3DFX is not set
  2534 +# CONFIG_FB_VOODOO1 is not set
  2535 +# CONFIG_FB_VT8623 is not set
  2536 +# CONFIG_FB_TRIDENT is not set
  2537 +# CONFIG_FB_ARK is not set
  2538 +# CONFIG_FB_PM3 is not set
  2539 +# CONFIG_FB_CARMINE is not set
  2540 +# CONFIG_FB_TMIO is not set
  2541 +# CONFIG_FB_SMSCUFX is not set
  2542 +# CONFIG_FB_UDL is not set
  2543 +# CONFIG_FB_GOLDFISH is not set
  2544 +# CONFIG_FB_VIRTUAL is not set
  2545 +# CONFIG_FB_METRONOME is not set
  2546 +# CONFIG_FB_MB862XX is not set
  2547 +# CONFIG_FB_BROADSHEET is not set
  2548 +# CONFIG_FB_AUO_K190X is not set
  2549 +CONFIG_FB_MXS=y
  2550 +# CONFIG_FB_SIMPLE is not set
  2551 +# CONFIG_EXYNOS_VIDEO is not set
  2552 +CONFIG_BACKLIGHT_LCD_SUPPORT=y
  2553 +CONFIG_LCD_CLASS_DEVICE=y
  2554 +CONFIG_LCD_L4F00242T03=y
  2555 +# CONFIG_LCD_LMS283GF05 is not set
  2556 +# CONFIG_LCD_LTV350QV is not set
  2557 +# CONFIG_LCD_ILI922X is not set
  2558 +# CONFIG_LCD_ILI9320 is not set
  2559 +# CONFIG_LCD_TDO24M is not set
  2560 +# CONFIG_LCD_VGG2432A4 is not set
  2561 +CONFIG_LCD_PLATFORM=y
  2562 +# CONFIG_LCD_S6E63M0 is not set
  2563 +# CONFIG_LCD_LD9040 is not set
  2564 +# CONFIG_LCD_AMS369FG06 is not set
  2565 +# CONFIG_LCD_LMS501KF03 is not set
  2566 +# CONFIG_LCD_HX8357 is not set
  2567 +CONFIG_BACKLIGHT_CLASS_DEVICE=y
  2568 +CONFIG_BACKLIGHT_GENERIC=y
  2569 +CONFIG_BACKLIGHT_PWM=y
  2570 +# CONFIG_BACKLIGHT_ADP8860 is not set
  2571 +# CONFIG_BACKLIGHT_ADP8870 is not set
  2572 +# CONFIG_BACKLIGHT_LM3630A is not set
  2573 +# CONFIG_BACKLIGHT_LM3639 is not set
  2574 +# CONFIG_BACKLIGHT_LP855X is not set
  2575 +# CONFIG_BACKLIGHT_GPIO is not set
  2576 +# CONFIG_BACKLIGHT_LV5207LP is not set
  2577 +# CONFIG_BACKLIGHT_BD6107 is not set
  2578 +CONFIG_FB_MXC=y
  2579 +CONFIG_FB_MXC_SYNC_PANEL=y
  2580 +CONFIG_FB_MXC_LCDIF=y
  2581 +# CONFIG_FB_MXC_TVOUT_ADV739X is not set
  2582 +CONFIG_FB_MXC_LDB=y
  2583 +# CONFIG_FB_MXC_MIPI_DSI is not set
  2584 +CONFIG_FB_MXC_HDMI=y
  2585 +CONFIG_FB_MXC_EDID=y
  2586 +# CONFIG_FB_MXC_EINK_PANEL is not set
  2587 +# CONFIG_FB_MXS_SII902X is not set
  2588 +# CONFIG_FB_MXC_DCIC is not set
  2589 +# CONFIG_HANNSTAR_CABC is not set
  2590 +
  2591 +#
  2592 +# Console display driver support
  2593 +#
  2594 +CONFIG_DUMMY_CONSOLE=y
  2595 +CONFIG_FRAMEBUFFER_CONSOLE=y
  2596 +CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
  2597 +CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
  2598 +CONFIG_LOGO=y
  2599 +CONFIG_LOGO_LINUX_MONO=y
  2600 +CONFIG_LOGO_LINUX_VGA16=y
  2601 +CONFIG_LOGO_LINUX_CLUT224=y
  2602 +# CONFIG_FB_SSD1307 is not set
  2603 +CONFIG_SOUND=y
  2604 +# CONFIG_SOUND_OSS_CORE is not set
  2605 +CONFIG_SND=y
  2606 +CONFIG_SND_TIMER=y
  2607 +CONFIG_SND_PCM=y
  2608 +CONFIG_SND_DMAENGINE_PCM=y
  2609 +CONFIG_SND_HWDEP=y
  2610 +CONFIG_SND_RAWMIDI=y
  2611 +CONFIG_SND_COMPRESS_OFFLOAD=y
  2612 +CONFIG_SND_JACK=y
  2613 +# CONFIG_SND_SEQUENCER is not set
  2614 +# CONFIG_SND_MIXER_OSS is not set
  2615 +# CONFIG_SND_PCM_OSS is not set
  2616 +# CONFIG_SND_HRTIMER is not set
  2617 +# CONFIG_SND_DYNAMIC_MINORS is not set
  2618 +CONFIG_SND_SUPPORT_OLD_API=y
  2619 +CONFIG_SND_VERBOSE_PROCFS=y
  2620 +# CONFIG_SND_VERBOSE_PRINTK is not set
  2621 +# CONFIG_SND_DEBUG is not set
  2622 +# CONFIG_SND_RAWMIDI_SEQ is not set
  2623 +# CONFIG_SND_OPL3_LIB_SEQ is not set
  2624 +# CONFIG_SND_OPL4_LIB_SEQ is not set
  2625 +# CONFIG_SND_SBAWE_SEQ is not set
  2626 +# CONFIG_SND_EMU10K1_SEQ is not set
  2627 +CONFIG_SND_DRIVERS=y
  2628 +# CONFIG_SND_DUMMY is not set
  2629 +# CONFIG_SND_ALOOP is not set
  2630 +# CONFIG_SND_MTPAV is not set
  2631 +# CONFIG_SND_SERIAL_U16550 is not set
  2632 +# CONFIG_SND_MPU401 is not set
  2633 +# CONFIG_SND_PCI is not set
  2634 +CONFIG_SND_ARM=y
  2635 +# CONFIG_SND_SPI is not set
  2636 +CONFIG_SND_USB=y
  2637 +CONFIG_SND_USB_AUDIO=y
  2638 +# CONFIG_SND_USB_UA101 is not set
  2639 +# CONFIG_SND_USB_CAIAQ is not set
  2640 +# CONFIG_SND_USB_6FIRE is not set
  2641 +# CONFIG_SND_USB_HIFACE is not set
  2642 +CONFIG_SND_SOC=y
  2643 +CONFIG_SND_SOC_GENERIC_DMAENGINE_PCM=y
  2644 +# CONFIG_SND_ATMEL_SOC is not set
  2645 +# CONFIG_SND_DESIGNWARE_I2S is not set
  2646 +
  2647 +#
  2648 +# SoC Audio for Freescale CPUs
  2649 +#
  2650 +
  2651 +#
  2652 +# Common SoC Audio options for Freescale CPUs:
  2653 +#
  2654 +# CONFIG_SND_SOC_FSL_ASRC is not set
  2655 +CONFIG_SND_SOC_FSL_SAI=y
  2656 +CONFIG_SND_SOC_FSL_SSI=y
  2657 +# CONFIG_SND_SOC_FSL_SPDIF is not set
  2658 +# CONFIG_SND_SOC_FSL_ESAI is not set
  2659 +CONFIG_SND_SOC_FSL_HDMI=y
  2660 +CONFIG_SND_SOC_IMX_PCM_DMA=y
  2661 +CONFIG_SND_SOC_IMX_AUDMUX=y
  2662 +CONFIG_SND_IMX_SOC=y
  2663 +CONFIG_SND_SOC_IMX_HDMI_DMA=y
  2664 +
  2665 +#
  2666 +# SoC Audio support for Freescale i.MX boards:
  2667 +#
  2668 +# CONFIG_SND_SOC_IMX_CS42888 is not set
  2669 +# CONFIG_SND_SOC_IMX_WM8960 is not set
  2670 +# CONFIG_SND_SOC_IMX_WM8962 is not set
  2671 +CONFIG_SND_SOC_IMX_SGTL5000=y
  2672 +# CONFIG_SND_SOC_IMX_MQS is not set
  2673 +# CONFIG_SND_SOC_IMX_WM5102 is not set
  2674 +# CONFIG_SND_SOC_IMX_SPDIF is not set
  2675 +CONFIG_SND_SOC_IMX_HDMI=y
  2676 +# CONFIG_SND_SOC_IMX_SI476X is not set
  2677 +CONFIG_SND_SOC_I2C_AND_SPI=y
  2678 +# CONFIG_SND_SOC_CS42XX8_I2C is not set
  2679 +CONFIG_SND_SOC_HDMI_CODEC=y
  2680 +CONFIG_SND_SOC_SGTL5000=y
  2681 +# CONFIG_SND_SIMPLE_CARD is not set
  2682 +# CONFIG_SOUND_PRIME is not set
  2683 +
  2684 +#
  2685 +# HID support
  2686 +#
  2687 +CONFIG_HID=y
  2688 +# CONFIG_HID_BATTERY_STRENGTH is not set
  2689 +CONFIG_HIDRAW=y
  2690 +CONFIG_UHID=y
  2691 +CONFIG_HID_GENERIC=y
  2692 +
  2693 +#
  2694 +# Special HID drivers
  2695 +#
  2696 +# CONFIG_HID_A4TECH is not set
  2697 +# CONFIG_HID_ACRUX is not set
  2698 +# CONFIG_HID_APPLE is not set
  2699 +# CONFIG_HID_APPLEIR is not set
  2700 +# CONFIG_HID_AUREAL is not set
  2701 +# CONFIG_HID_BELKIN is not set
  2702 +# CONFIG_HID_CHERRY is not set
  2703 +# CONFIG_HID_CHICONY is not set
  2704 +# CONFIG_HID_PRODIKEYS is not set
  2705 +# CONFIG_HID_CYPRESS is not set
  2706 +# CONFIG_HID_DRAGONRISE is not set
  2707 +# CONFIG_HID_EMS_FF is not set
  2708 +# CONFIG_HID_ELECOM is not set
  2709 +# CONFIG_HID_ELO is not set
  2710 +# CONFIG_HID_EZKEY is not set
  2711 +# CONFIG_HID_HOLTEK is not set
  2712 +# CONFIG_HID_HUION is not set
  2713 +# CONFIG_HID_KEYTOUCH is not set
  2714 +# CONFIG_HID_KYE is not set
  2715 +# CONFIG_HID_UCLOGIC is not set
  2716 +# CONFIG_HID_WALTOP is not set
  2717 +# CONFIG_HID_GYRATION is not set
  2718 +# CONFIG_HID_ICADE is not set
  2719 +# CONFIG_HID_TWINHAN is not set
  2720 +# CONFIG_HID_KENSINGTON is not set
  2721 +# CONFIG_HID_LCPOWER is not set
  2722 +# CONFIG_HID_LENOVO_TPKBD is not set
  2723 +# CONFIG_HID_LOGITECH is not set
  2724 +# CONFIG_HID_MAGICMOUSE is not set
  2725 +# CONFIG_HID_MICROSOFT is not set
  2726 +# CONFIG_HID_MONTEREY is not set
  2727 +CONFIG_HID_MULTITOUCH=y
  2728 +# CONFIG_HID_NTRIG is not set
  2729 +# CONFIG_HID_ORTEK is not set
  2730 +# CONFIG_HID_PANTHERLORD is not set
  2731 +# CONFIG_HID_PETALYNX is not set
  2732 +# CONFIG_HID_PICOLCD is not set
  2733 +# CONFIG_HID_PRIMAX is not set
  2734 +# CONFIG_HID_ROCCAT is not set
  2735 +# CONFIG_HID_SAITEK is not set
  2736 +# CONFIG_HID_SAMSUNG is not set
  2737 +# CONFIG_HID_SONY is not set
  2738 +# CONFIG_HID_SPEEDLINK is not set
  2739 +# CONFIG_HID_STEELSERIES is not set
  2740 +# CONFIG_HID_SUNPLUS is not set
  2741 +# CONFIG_HID_GREENASIA is not set
  2742 +# CONFIG_HID_SMARTJOYPLUS is not set
  2743 +# CONFIG_HID_TIVO is not set
  2744 +# CONFIG_HID_TOPSEED is not set
  2745 +# CONFIG_HID_THINGM is not set
  2746 +# CONFIG_HID_THRUSTMASTER is not set
  2747 +# CONFIG_HID_WACOM is not set
  2748 +# CONFIG_HID_WIIMOTE is not set
  2749 +# CONFIG_HID_XINMO is not set
  2750 +# CONFIG_HID_ZEROPLUS is not set
  2751 +# CONFIG_HID_ZYDACRON is not set
  2752 +# CONFIG_HID_SENSOR_HUB is not set
  2753 +
  2754 +#
  2755 +# USB HID support
  2756 +#
  2757 +CONFIG_USB_HID=y
  2758 +CONFIG_HID_PID=y
  2759 +CONFIG_USB_HIDDEV=y
  2760 +
  2761 +#
  2762 +# I2C HID support
  2763 +#
  2764 +# CONFIG_I2C_HID is not set
  2765 +CONFIG_USB_OHCI_LITTLE_ENDIAN=y
  2766 +CONFIG_USB_SUPPORT=y
  2767 +CONFIG_USB_COMMON=y
  2768 +CONFIG_USB_ARCH_HAS_HCD=y
  2769 +CONFIG_USB=y
  2770 +# CONFIG_USB_DEBUG is not set
  2771 +CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
  2772 +
  2773 +#
  2774 +# Miscellaneous USB options
  2775 +#
  2776 +CONFIG_USB_DEFAULT_PERSIST=y
  2777 +# CONFIG_USB_DYNAMIC_MINORS is not set
  2778 +# CONFIG_USB_OTG is not set
  2779 +# CONFIG_USB_OTG_WHITELIST is not set
  2780 +# CONFIG_USB_OTG_BLACKLIST_HUB is not set
  2781 +# CONFIG_USB_OTG_FSM is not set
  2782 +# CONFIG_USB_MON is not set
  2783 +# CONFIG_USB_WUSB_CBAF is not set
  2784 +
  2785 +#
  2786 +# USB Host Controller Drivers
  2787 +#
  2788 +# CONFIG_USB_C67X00_HCD is not set
  2789 +# CONFIG_USB_XHCI_HCD is not set
  2790 +CONFIG_USB_EHCI_HCD=y
  2791 +CONFIG_USB_EHCI_ROOT_HUB_TT=y
  2792 +CONFIG_USB_EHCI_TT_NEWSCHED=y
  2793 +CONFIG_USB_FSL_MPH_DR_OF=y
  2794 +CONFIG_USB_EHCI_PCI=y
  2795 +# CONFIG_USB_EHCI_MXC is not set
  2796 +# CONFIG_USB_EHCI_HCD_PLATFORM is not set
  2797 +# CONFIG_USB_OXU210HP_HCD is not set
  2798 +# CONFIG_USB_ISP116X_HCD is not set
  2799 +# CONFIG_USB_ISP1760_HCD is not set
  2800 +# CONFIG_USB_ISP1362_HCD is not set
  2801 +# CONFIG_USB_FUSBH200_HCD is not set
  2802 +# CONFIG_USB_FOTG210_HCD is not set
  2803 +# CONFIG_USB_OHCI_HCD is not set
  2804 +# CONFIG_USB_UHCI_HCD is not set
  2805 +# CONFIG_USB_SL811_HCD is not set
  2806 +# CONFIG_USB_R8A66597_HCD is not set
  2807 +# CONFIG_USB_IMX21_HCD is not set
  2808 +# CONFIG_USB_HCD_TEST_MODE is not set
  2809 +# CONFIG_USB_RENESAS_USBHS is not set
  2810 +
  2811 +#
  2812 +# USB Device Class drivers
  2813 +#
  2814 +CONFIG_USB_ACM=y
  2815 +# CONFIG_USB_PRINTER is not set
  2816 +CONFIG_USB_WDM=y
  2817 +# CONFIG_USB_TMC is not set
  2818 +
  2819 +#
  2820 +# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may
  2821 +#
  2822 +
  2823 +#
  2824 +# also be needed; see USB_STORAGE Help for more info
  2825 +#
  2826 +CONFIG_USB_STORAGE=y
  2827 +# CONFIG_USB_STORAGE_DEBUG is not set
  2828 +# CONFIG_USB_STORAGE_REALTEK is not set
  2829 +# CONFIG_USB_STORAGE_DATAFAB is not set
  2830 +# CONFIG_USB_STORAGE_FREECOM is not set
  2831 +# CONFIG_USB_STORAGE_ISD200 is not set
  2832 +# CONFIG_USB_STORAGE_USBAT is not set
  2833 +# CONFIG_USB_STORAGE_SDDR09 is not set
  2834 +# CONFIG_USB_STORAGE_SDDR55 is not set
  2835 +# CONFIG_USB_STORAGE_JUMPSHOT is not set
  2836 +# CONFIG_USB_STORAGE_ALAUDA is not set
  2837 +# CONFIG_USB_STORAGE_ONETOUCH is not set
  2838 +# CONFIG_USB_STORAGE_KARMA is not set
  2839 +# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
  2840 +# CONFIG_USB_STORAGE_ENE_UB6250 is not set
  2841 +
  2842 +#
  2843 +# USB Imaging devices
  2844 +#
  2845 +# CONFIG_USB_MDC800 is not set
  2846 +# CONFIG_USB_MICROTEK is not set
  2847 +# CONFIG_USB_MUSB_HDRC is not set
  2848 +# CONFIG_USB_DWC3 is not set
  2849 +# CONFIG_USB_DWC2 is not set
  2850 +CONFIG_USB_CHIPIDEA=y
  2851 +CONFIG_USB_CHIPIDEA_UDC=y
  2852 +CONFIG_USB_CHIPIDEA_HOST=y
  2853 +# CONFIG_USB_CHIPIDEA_DEBUG is not set
  2854 +
  2855 +#
  2856 +# USB port drivers
  2857 +#
  2858 +CONFIG_USB_SERIAL=y
  2859 +# CONFIG_USB_SERIAL_CONSOLE is not set
  2860 +CONFIG_USB_SERIAL_GENERIC=y
  2861 +# CONFIG_USB_SERIAL_SIMPLE is not set
  2862 +# CONFIG_USB_SERIAL_AIRCABLE is not set
  2863 +# CONFIG_USB_SERIAL_ARK3116 is not set
  2864 +# CONFIG_USB_SERIAL_BELKIN is not set
  2865 +# CONFIG_USB_SERIAL_CH341 is not set
  2866 +# CONFIG_USB_SERIAL_WHITEHEAT is not set
  2867 +# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
  2868 +CONFIG_USB_SERIAL_CP210X=y
  2869 +# CONFIG_USB_SERIAL_CYPRESS_M8 is not set
  2870 +# CONFIG_USB_SERIAL_EMPEG is not set
  2871 +CONFIG_USB_SERIAL_FTDI_SIO=y
  2872 +# CONFIG_USB_SERIAL_VISOR is not set
  2873 +# CONFIG_USB_SERIAL_IPAQ is not set
  2874 +# CONFIG_USB_SERIAL_IR is not set
  2875 +# CONFIG_USB_SERIAL_EDGEPORT is not set
  2876 +# CONFIG_USB_SERIAL_EDGEPORT_TI is not set
  2877 +# CONFIG_USB_SERIAL_F81232 is not set
  2878 +# CONFIG_USB_SERIAL_GARMIN is not set
  2879 +# CONFIG_USB_SERIAL_IPW is not set
  2880 +# CONFIG_USB_SERIAL_IUU is not set
  2881 +# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set
  2882 +CONFIG_USB_SERIAL_KEYSPAN=y
  2883 +# CONFIG_USB_SERIAL_KEYSPAN_MPR is not set
  2884 +# CONFIG_USB_SERIAL_KEYSPAN_USA28 is not set
  2885 +# CONFIG_USB_SERIAL_KEYSPAN_USA28X is not set
  2886 +# CONFIG_USB_SERIAL_KEYSPAN_USA28XA is not set
  2887 +# CONFIG_USB_SERIAL_KEYSPAN_USA28XB is not set
  2888 +# CONFIG_USB_SERIAL_KEYSPAN_USA19 is not set
  2889 +# CONFIG_USB_SERIAL_KEYSPAN_USA18X is not set
  2890 +# CONFIG_USB_SERIAL_KEYSPAN_USA19W is not set
  2891 +# CONFIG_USB_SERIAL_KEYSPAN_USA19QW is not set
  2892 +# CONFIG_USB_SERIAL_KEYSPAN_USA19QI is not set
  2893 +# CONFIG_USB_SERIAL_KEYSPAN_USA49W is not set
  2894 +# CONFIG_USB_SERIAL_KEYSPAN_USA49WLC is not set
  2895 +# CONFIG_USB_SERIAL_KLSI is not set
  2896 +# CONFIG_USB_SERIAL_KOBIL_SCT is not set
  2897 +# CONFIG_USB_SERIAL_MCT_U232 is not set
  2898 +# CONFIG_USB_SERIAL_METRO is not set
  2899 +# CONFIG_USB_SERIAL_MOS7720 is not set
  2900 +# CONFIG_USB_SERIAL_MOS7840 is not set
  2901 +# CONFIG_USB_SERIAL_MXUPORT is not set
  2902 +# CONFIG_USB_SERIAL_NAVMAN is not set
  2903 +# CONFIG_USB_SERIAL_PL2303 is not set
  2904 +# CONFIG_USB_SERIAL_OTI6858 is not set
  2905 +# CONFIG_USB_SERIAL_QCAUX is not set
  2906 +# CONFIG_USB_SERIAL_QUALCOMM is not set
  2907 +# CONFIG_USB_SERIAL_SPCP8X5 is not set
  2908 +# CONFIG_USB_SERIAL_SAFE is not set
  2909 +# CONFIG_USB_SERIAL_SIERRAWIRELESS is not set
  2910 +# CONFIG_USB_SERIAL_SYMBOL is not set
  2911 +# CONFIG_USB_SERIAL_TI is not set
  2912 +# CONFIG_USB_SERIAL_CYBERJACK is not set
  2913 +# CONFIG_USB_SERIAL_XIRCOM is not set
  2914 +# CONFIG_USB_SERIAL_OPTION is not set
  2915 +# CONFIG_USB_SERIAL_OMNINET is not set
  2916 +# CONFIG_USB_SERIAL_OPTICON is not set
  2917 +# CONFIG_USB_SERIAL_XSENS_MT is not set
  2918 +# CONFIG_USB_SERIAL_WISHBONE is not set
  2919 +# CONFIG_USB_SERIAL_ZTE is not set
  2920 +# CONFIG_USB_SERIAL_SSU100 is not set
  2921 +# CONFIG_USB_SERIAL_QT2 is not set
  2922 +# CONFIG_USB_SERIAL_DEBUG is not set
  2923 +
  2924 +#
  2925 +# USB Miscellaneous drivers
  2926 +#
  2927 +# CONFIG_USB_EMI62 is not set
  2928 +# CONFIG_USB_EMI26 is not set
  2929 +# CONFIG_USB_ADUTUX is not set
  2930 +# CONFIG_USB_SEVSEG is not set
  2931 +# CONFIG_USB_RIO500 is not set
  2932 +# CONFIG_USB_LEGOTOWER is not set
  2933 +# CONFIG_USB_LCD is not set
  2934 +# CONFIG_USB_LED is not set
  2935 +# CONFIG_USB_CYPRESS_CY7C63 is not set
  2936 +# CONFIG_USB_CYTHERM is not set
  2937 +# CONFIG_USB_IDMOUSE is not set
  2938 +# CONFIG_USB_FTDI_ELAN is not set
  2939 +# CONFIG_USB_APPLEDISPLAY is not set
  2940 +# CONFIG_USB_SISUSBVGA is not set
  2941 +# CONFIG_USB_LD is not set
  2942 +# CONFIG_USB_TRANCEVIBRATOR is not set
  2943 +# CONFIG_USB_IOWARRIOR is not set
  2944 +# CONFIG_USB_TEST is not set
  2945 +# CONFIG_USB_EHSET_TEST_FIXTURE is not set
  2946 +# CONFIG_USB_ISIGHTFW is not set
  2947 +# CONFIG_USB_YUREX is not set
  2948 +CONFIG_USB_EZUSB_FX2=y
  2949 +# CONFIG_USB_HSIC_USB3503 is not set
  2950 +
  2951 +#
  2952 +# USB Physical Layer drivers
  2953 +#
  2954 +CONFIG_USB_PHY=y
  2955 +CONFIG_NOP_USB_XCEIV=y
  2956 +# CONFIG_AM335X_PHY_USB is not set
  2957 +# CONFIG_SAMSUNG_USB2PHY is not set
  2958 +# CONFIG_SAMSUNG_USB3PHY is not set
  2959 +# CONFIG_USB_GPIO_VBUS is not set
  2960 +# CONFIG_USB_ISP1301 is not set
  2961 +CONFIG_USB_MXS_PHY=y
  2962 +# CONFIG_USB_RCAR_PHY is not set
  2963 +# CONFIG_USB_ULPI is not set
  2964 +CONFIG_USB_GADGET=y
  2965 +# CONFIG_USB_GADGET_DEBUG is not set
  2966 +# CONFIG_USB_GADGET_DEBUG_FILES is not set
  2967 +# CONFIG_USB_GADGET_DEBUG_FS is not set
  2968 +CONFIG_USB_GADGET_VBUS_DRAW=2
  2969 +CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2
  2970 +
  2971 +#
  2972 +# USB Peripheral Controller
  2973 +#
  2974 +CONFIG_USB_FSL_USB2=y
  2975 +# CONFIG_USB_FUSB300 is not set
  2976 +# CONFIG_USB_FOTG210_UDC is not set
  2977 +# CONFIG_USB_GR_UDC is not set
  2978 +# CONFIG_USB_R8A66597 is not set
  2979 +# CONFIG_USB_PXA27X is not set
  2980 +# CONFIG_USB_S3C_HSOTG is not set
  2981 +# CONFIG_USB_MV_UDC is not set
  2982 +# CONFIG_USB_MV_U3D is not set
  2983 +# CONFIG_USB_M66592 is not set
  2984 +# CONFIG_USB_AMD5536UDC is not set
  2985 +# CONFIG_USB_NET2272 is not set
  2986 +# CONFIG_USB_NET2280 is not set
  2987 +# CONFIG_USB_GOKU is not set
  2988 +# CONFIG_USB_EG20T is not set
  2989 +# CONFIG_USB_DUMMY_HCD is not set
  2990 +CONFIG_USB_LIBCOMPOSITE=y
  2991 +CONFIG_USB_F_ACM=y
  2992 +CONFIG_USB_U_SERIAL=y
  2993 +CONFIG_USB_F_SERIAL=y
  2994 +CONFIG_USB_F_OBEX=y
  2995 +# CONFIG_USB_CONFIGFS is not set
  2996 +# CONFIG_USB_ZERO is not set
  2997 +# CONFIG_USB_AUDIO is not set
  2998 +# CONFIG_USB_ETH is not set
  2999 +# CONFIG_USB_G_NCM is not set
  3000 +# CONFIG_USB_GADGETFS is not set
  3001 +# CONFIG_USB_FUNCTIONFS is not set
  3002 +# CONFIG_USB_MASS_STORAGE is not set
  3003 +CONFIG_USB_G_SERIAL=y
  3004 +# CONFIG_USB_MIDI_GADGET is not set
  3005 +# CONFIG_USB_G_PRINTER is not set
  3006 +# CONFIG_USB_CDC_COMPOSITE is not set
  3007 +# CONFIG_USB_G_ACM_MS is not set
  3008 +# CONFIG_USB_G_MULTI is not set
  3009 +# CONFIG_USB_G_HID is not set
  3010 +# CONFIG_USB_G_DBGP is not set
  3011 +# CONFIG_USB_G_WEBCAM is not set
  3012 +# CONFIG_UWB is not set
  3013 +CONFIG_MMC=y
  3014 +# CONFIG_MMC_DEBUG is not set
  3015 +CONFIG_MMC_UNSAFE_RESUME=y
  3016 +# CONFIG_MMC_CLKGATE is not set
  3017 +
  3018 +#
  3019 +# MMC/SD/SDIO Card Drivers
  3020 +#
  3021 +CONFIG_MMC_BLOCK=y
  3022 +CONFIG_MMC_BLOCK_MINORS=8
  3023 +CONFIG_MMC_BLOCK_BOUNCE=y
  3024 +# CONFIG_SDIO_UART is not set
  3025 +# CONFIG_MMC_TEST is not set
  3026 +
  3027 +#
  3028 +# MMC/SD/SDIO Host Controller Drivers
  3029 +#
  3030 +CONFIG_MMC_SDHCI=y
  3031 +CONFIG_MMC_SDHCI_IO_ACCESSORS=y
  3032 +# CONFIG_MMC_SDHCI_PCI is not set
  3033 +CONFIG_MMC_SDHCI_PLTFM=y
  3034 +# CONFIG_MMC_SDHCI_OF_ARASAN is not set
  3035 +CONFIG_MMC_SDHCI_ESDHC_IMX=y
  3036 +# CONFIG_MMC_SDHCI_PXAV3 is not set
  3037 +# CONFIG_MMC_SDHCI_PXAV2 is not set
  3038 +# CONFIG_MMC_MXC is not set
  3039 +# CONFIG_MMC_TIFM_SD is not set
  3040 +# CONFIG_MMC_CB710 is not set
  3041 +# CONFIG_MMC_VIA_SDMMC is not set
  3042 +# CONFIG_MMC_DW is not set
  3043 +# CONFIG_MMC_VUB300 is not set
  3044 +# CONFIG_MMC_USHC is not set
  3045 +# CONFIG_MEMSTICK is not set
  3046 +
  3047 +#
  3048 +# MXC support drivers
  3049 +#
  3050 +CONFIG_MXC_IPU=y
  3051 +
  3052 +#
  3053 +# MXC Vivante GPU support
  3054 +#
  3055 +CONFIG_MXC_GPU_VIV=y
  3056 +CONFIG_MXC_IPU_V3=y
  3057 +
  3058 +#
  3059 +# MXC VPU(Video Processing Unit) support
  3060 +#
  3061 +CONFIG_MXC_VPU=y
  3062 +CONFIG_MXC_VPU_DEBUG=y
  3063 +# CONFIG_MX6_VPU_352M is not set
  3064 +
  3065 +#
  3066 +# MXC HDMI CEC (Consumer Electronics Control) support
  3067 +#
  3068 +# CONFIG_MXC_HDMI_CEC is not set
  3069 +
  3070 +#
  3071 +# MXC MIPI Support
  3072 +#
  3073 +CONFIG_MXC_MIPI_CSI2=y
  3074 +
  3075 +#
  3076 +# MXC Media Local Bus Driver
  3077 +#
  3078 +# CONFIG_MXC_MLB150 is not set
  3079 +CONFIG_NEW_LEDS=y
  3080 +CONFIG_LEDS_CLASS=y
  3081 +
  3082 +#
  3083 +# LED drivers
  3084 +#
  3085 +# CONFIG_LEDS_LM3530 is not set
  3086 +# CONFIG_LEDS_LM3642 is not set
  3087 +# CONFIG_LEDS_PCA9532 is not set
  3088 +CONFIG_LEDS_GPIO=y
  3089 +# CONFIG_LEDS_LP3944 is not set
  3090 +# CONFIG_LEDS_LP5521 is not set
  3091 +# CONFIG_LEDS_LP5523 is not set
  3092 +# CONFIG_LEDS_LP5562 is not set
  3093 +# CONFIG_LEDS_LP8501 is not set
  3094 +# CONFIG_LEDS_PCA955X is not set
  3095 +# CONFIG_LEDS_PCA963X is not set
  3096 +# CONFIG_LEDS_PCA9685 is not set
  3097 +# CONFIG_LEDS_DAC124S085 is not set
  3098 +# CONFIG_LEDS_PWM is not set
  3099 +# CONFIG_LEDS_REGULATOR is not set
  3100 +# CONFIG_LEDS_BD2802 is not set
  3101 +# CONFIG_LEDS_LT3593 is not set
  3102 +# CONFIG_LEDS_TCA6507 is not set
  3103 +# CONFIG_LEDS_LM355x is not set
  3104 +# CONFIG_LEDS_OT200 is not set
  3105 +# CONFIG_LEDS_BLINKM is not set
  3106 +
  3107 +#
  3108 +# LED Triggers
  3109 +#
  3110 +CONFIG_LEDS_TRIGGERS=y
  3111 +CONFIG_LEDS_TRIGGER_TIMER=y
  3112 +CONFIG_LEDS_TRIGGER_ONESHOT=y
  3113 +CONFIG_LEDS_TRIGGER_HEARTBEAT=y
  3114 +CONFIG_LEDS_TRIGGER_BACKLIGHT=y
  3115 +CONFIG_LEDS_TRIGGER_CPU=y
  3116 +CONFIG_LEDS_TRIGGER_GPIO=y
  3117 +# CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set
  3118 +
  3119 +#
  3120 +# iptables trigger is under Netfilter config (LED target)
  3121 +#
  3122 +# CONFIG_LEDS_TRIGGER_TRANSIENT is not set
  3123 +# CONFIG_LEDS_TRIGGER_CAMERA is not set
  3124 +# CONFIG_ACCESSIBILITY is not set
  3125 +# CONFIG_INFINIBAND is not set
  3126 +# CONFIG_EDAC is not set
  3127 +CONFIG_RTC_LIB=y
  3128 +CONFIG_RTC_CLASS=y
  3129 +CONFIG_RTC_HCTOSYS=y
  3130 +CONFIG_RTC_SYSTOHC=y
  3131 +CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
  3132 +# CONFIG_RTC_DEBUG is not set
  3133 +
  3134 +#
  3135 +# RTC interfaces
  3136 +#
  3137 +CONFIG_RTC_INTF_SYSFS=y
  3138 +CONFIG_RTC_INTF_PROC=y
  3139 +CONFIG_RTC_INTF_DEV=y
  3140 +CONFIG_RTC_INTF_DEV_UIE_EMUL=y
  3141 +# CONFIG_RTC_DRV_TEST is not set
  3142 +
  3143 +#
  3144 +# I2C RTC drivers
  3145 +#
  3146 +CONFIG_RTC_DRV_DS1307=y
  3147 +# CONFIG_RTC_DRV_DS1374 is not set
  3148 +# CONFIG_RTC_DRV_DS1672 is not set
  3149 +# CONFIG_RTC_DRV_DS3232 is not set
  3150 +# CONFIG_RTC_DRV_HYM8563 is not set
  3151 +# CONFIG_RTC_DRV_MAX6900 is not set
  3152 +# CONFIG_RTC_DRV_RS5C372 is not set
  3153 +# CONFIG_RTC_DRV_ISL1208 is not set
  3154 +# CONFIG_RTC_DRV_ISL12022 is not set
  3155 +# CONFIG_RTC_DRV_ISL12057 is not set
  3156 +# CONFIG_RTC_DRV_X1205 is not set
  3157 +# CONFIG_RTC_DRV_PCF2127 is not set
  3158 +# CONFIG_RTC_DRV_PCF8523 is not set
  3159 +# CONFIG_RTC_DRV_PCF8563 is not set
  3160 +# CONFIG_RTC_DRV_PCF8583 is not set
  3161 +# CONFIG_RTC_DRV_M41T80 is not set
  3162 +# CONFIG_RTC_DRV_BQ32K is not set
  3163 +# CONFIG_RTC_DRV_S35390A is not set
  3164 +# CONFIG_RTC_DRV_FM3130 is not set
  3165 +# CONFIG_RTC_DRV_RX8581 is not set
  3166 +# CONFIG_RTC_DRV_RX8025 is not set
  3167 +# CONFIG_RTC_DRV_EM3027 is not set
  3168 +# CONFIG_RTC_DRV_RV3029C2 is not set
  3169 +# CONFIG_RTC_DRV_RV4162 is not set
  3170 +
  3171 +#
  3172 +# SPI RTC drivers
  3173 +#
  3174 +# CONFIG_RTC_DRV_M41T93 is not set
  3175 +# CONFIG_RTC_DRV_M41T94 is not set
  3176 +# CONFIG_RTC_DRV_DS1305 is not set
  3177 +# CONFIG_RTC_DRV_DS1390 is not set
  3178 +# CONFIG_RTC_DRV_MAX6902 is not set
  3179 +# CONFIG_RTC_DRV_R9701 is not set
  3180 +# CONFIG_RTC_DRV_RS5C348 is not set
  3181 +# CONFIG_RTC_DRV_DS3234 is not set
  3182 +# CONFIG_RTC_DRV_PCF2123 is not set
  3183 +# CONFIG_RTC_DRV_RX4581 is not set
  3184 +
  3185 +#
  3186 +# Platform RTC drivers
  3187 +#
  3188 +# CONFIG_RTC_DRV_CMOS is not set
  3189 +# CONFIG_RTC_DRV_DS1286 is not set
  3190 +# CONFIG_RTC_DRV_DS1511 is not set
  3191 +# CONFIG_RTC_DRV_DS1553 is not set
  3192 +# CONFIG_RTC_DRV_DS1742 is not set
  3193 +# CONFIG_RTC_DRV_STK17TA8 is not set
  3194 +# CONFIG_RTC_DRV_M48T86 is not set
  3195 +# CONFIG_RTC_DRV_M48T35 is not set
  3196 +# CONFIG_RTC_DRV_M48T59 is not set
  3197 +# CONFIG_RTC_DRV_MSM6242 is not set
  3198 +# CONFIG_RTC_DRV_BQ4802 is not set
  3199 +# CONFIG_RTC_DRV_RP5C01 is not set
  3200 +# CONFIG_RTC_DRV_V3020 is not set
  3201 +# CONFIG_RTC_DRV_DS2404 is not set
  3202 +
  3203 +#
  3204 +# on-CPU RTC drivers
  3205 +#
  3206 +# CONFIG_RTC_DRV_IMXDI is not set
  3207 +# CONFIG_RTC_DRV_MXC is not set
  3208 +# CONFIG_RTC_DRV_SNVS is not set
  3209 +# CONFIG_RTC_DRV_MOXART is not set
  3210 +
  3211 +#
  3212 +# HID Sensor RTC drivers
  3213 +#
  3214 +# CONFIG_RTC_DRV_HID_SENSOR_TIME is not set
  3215 +CONFIG_DMADEVICES=y
  3216 +# CONFIG_DMADEVICES_DEBUG is not set
  3217 +
  3218 +#
  3219 +# DMA Devices
  3220 +#
  3221 +# CONFIG_DW_DMAC_CORE is not set
  3222 +# CONFIG_DW_DMAC is not set
  3223 +# CONFIG_DW_DMAC_PCI is not set
  3224 +# CONFIG_MX3_IPU is not set
  3225 +CONFIG_MXC_PXP_V2=y
  3226 +CONFIG_MXC_PXP_CLIENT_DEVICE=y
  3227 +# CONFIG_TIMB_DMA is not set
  3228 +CONFIG_IMX_SDMA=y
  3229 +# CONFIG_IMX_DMA is not set
  3230 +# CONFIG_MXS_DMA is not set
  3231 +CONFIG_DMA_ENGINE=y
  3232 +CONFIG_DMA_OF=y
  3233 +
  3234 +#
  3235 +# DMA Clients
  3236 +#
  3237 +# CONFIG_ASYNC_TX_DMA is not set
  3238 +# CONFIG_DMATEST is not set
  3239 +# CONFIG_AUXDISPLAY is not set
  3240 +# CONFIG_UIO is not set
  3241 +# CONFIG_VIRT_DRIVERS is not set
  3242 +
  3243 +#
  3244 +# Virtio drivers
  3245 +#
  3246 +# CONFIG_VIRTIO_PCI is not set
  3247 +# CONFIG_VIRTIO_MMIO is not set
  3248 +
  3249 +#
  3250 +# Microsoft Hyper-V guest support
  3251 +#
  3252 +CONFIG_STAGING=y
  3253 +# CONFIG_DRM_ANX78XX is not set
  3254 +# CONFIG_ET131X is not set
  3255 +# CONFIG_USBIP_CORE is not set
  3256 +# CONFIG_W35UND is not set
  3257 +# CONFIG_PRISM2_USB is not set
  3258 +# CONFIG_ECHO is not set
  3259 +# CONFIG_COMEDI is not set
  3260 +# CONFIG_R8187SE is not set
  3261 +# CONFIG_RTL8192U is not set
  3262 +# CONFIG_RTLLIB is not set
  3263 +# CONFIG_R8712U is not set
  3264 +# CONFIG_R8188EU is not set
  3265 +# CONFIG_R8821AE is not set
  3266 +# CONFIG_RTS5139 is not set
  3267 +# CONFIG_RTS5208 is not set
  3268 +# CONFIG_TRANZPORT is not set
  3269 +# CONFIG_LINE6_USB is not set
  3270 +# CONFIG_USB_SERIAL_QUATECH2 is not set
  3271 +# CONFIG_VT6655 is not set
  3272 +# CONFIG_VT6656 is not set
  3273 +# CONFIG_DX_SEP is not set
  3274 +
  3275 +#
  3276 +# IIO staging drivers
  3277 +#
  3278 +
  3279 +#
  3280 +# Accelerometers
  3281 +#
  3282 +# CONFIG_ADIS16201 is not set
  3283 +# CONFIG_ADIS16203 is not set
  3284 +# CONFIG_ADIS16204 is not set
  3285 +# CONFIG_ADIS16209 is not set
  3286 +# CONFIG_ADIS16220 is not set
  3287 +# CONFIG_ADIS16240 is not set
  3288 +# CONFIG_LIS3L02DQ is not set
  3289 +
  3290 +#
  3291 +# Analog to digital converters
  3292 +#
  3293 +# CONFIG_AD7291 is not set
  3294 +# CONFIG_AD7606 is not set
  3295 +# CONFIG_AD799X is not set
  3296 +# CONFIG_AD7780 is not set
  3297 +# CONFIG_AD7816 is not set
  3298 +# CONFIG_AD7192 is not set
  3299 +# CONFIG_AD7280 is not set
  3300 +
  3301 +#
  3302 +# Analog digital bi-direction converters
  3303 +#
  3304 +# CONFIG_ADT7316 is not set
  3305 +
  3306 +#
  3307 +# Capacitance to digital converters
  3308 +#
  3309 +# CONFIG_AD7150 is not set
  3310 +# CONFIG_AD7152 is not set
  3311 +# CONFIG_AD7746 is not set
  3312 +
  3313 +#
  3314 +# Direct Digital Synthesis
  3315 +#
  3316 +# CONFIG_AD5930 is not set
  3317 +# CONFIG_AD9832 is not set
  3318 +# CONFIG_AD9834 is not set
  3319 +# CONFIG_AD9850 is not set
  3320 +# CONFIG_AD9852 is not set
  3321 +# CONFIG_AD9910 is not set
  3322 +# CONFIG_AD9951 is not set
  3323 +
  3324 +#
  3325 +# Digital gyroscope sensors
  3326 +#
  3327 +# CONFIG_ADIS16060 is not set
  3328 +
  3329 +#
  3330 +# Network Analyzer, Impedance Converters
  3331 +#
  3332 +# CONFIG_AD5933 is not set
  3333 +
  3334 +#
  3335 +# Light sensors
  3336 +#
  3337 +# CONFIG_SENSORS_ISL29018 is not set
  3338 +# CONFIG_SENSORS_ISL29028 is not set
  3339 +# CONFIG_TSL2583 is not set
  3340 +# CONFIG_TSL2x7x is not set
  3341 +
  3342 +#
  3343 +# Magnetometer sensors
  3344 +#
  3345 +# CONFIG_SENSORS_HMC5843 is not set
  3346 +
  3347 +#
  3348 +# Active energy metering IC
  3349 +#
  3350 +# CONFIG_ADE7753 is not set
  3351 +# CONFIG_ADE7754 is not set
  3352 +# CONFIG_ADE7758 is not set
  3353 +# CONFIG_ADE7759 is not set
  3354 +# CONFIG_ADE7854 is not set
  3355 +
  3356 +#
  3357 +# Resolver to digital converters
  3358 +#
  3359 +# CONFIG_AD2S90 is not set
  3360 +# CONFIG_AD2S1200 is not set
  3361 +# CONFIG_AD2S1210 is not set
  3362 +
  3363 +#
  3364 +# Triggers - standalone
  3365 +#
  3366 +# CONFIG_IIO_SIMPLE_DUMMY is not set
  3367 +# CONFIG_FB_SM7XX is not set
  3368 +# CONFIG_CRYSTALHD is not set
  3369 +# CONFIG_FB_XGI is not set
  3370 +# CONFIG_USB_ENESTORAGE is not set
  3371 +# CONFIG_BCM_WIMAX is not set
  3372 +# CONFIG_FT1000 is not set
  3373 +
  3374 +#
  3375 +# Speakup console speech
  3376 +#
  3377 +# CONFIG_SPEAKUP is not set
  3378 +# CONFIG_TOUCHSCREEN_CLEARPAD_TM1217 is not set
  3379 +# CONFIG_TOUCHSCREEN_SYNAPTICS_I2C_RMI4 is not set
  3380 +# CONFIG_STAGING_MEDIA is not set
  3381 +
  3382 +#
  3383 +# Android
  3384 +#
  3385 +# CONFIG_ANDROID is not set
  3386 +# CONFIG_USB_WPAN_HCD is not set
  3387 +# CONFIG_WIMAX_GDM72XX is not set
  3388 +# CONFIG_LTE_GDM724X is not set
  3389 +# CONFIG_NET_VENDOR_SILICOM is not set
  3390 +# CONFIG_CED1401 is not set
  3391 +# CONFIG_DRM_IMX is not set
  3392 +# CONFIG_DGRP is not set
  3393 +# CONFIG_LUSTRE_FS is not set
  3394 +# CONFIG_XILLYBUS is not set
  3395 +# CONFIG_DGNC is not set
  3396 +# CONFIG_DGAP is not set
  3397 +CONFIG_CLKDEV_LOOKUP=y
  3398 +CONFIG_HAVE_CLK_PREPARE=y
  3399 +CONFIG_COMMON_CLK=y
  3400 +
  3401 +#
  3402 +# Common Clock Framework
  3403 +#
  3404 +# CONFIG_COMMON_CLK_SI5351 is not set
  3405 +# CONFIG_COMMON_CLK_SI570 is not set
  3406 +# CONFIG_COMMON_CLK_QCOM is not set
  3407 +
  3408 +#
  3409 +# Hardware Spinlock drivers
  3410 +#
  3411 +CONFIG_CLKSRC_OF=y
  3412 +CONFIG_CLKSRC_MMIO=y
  3413 +# CONFIG_MAILBOX is not set
  3414 +# CONFIG_IOMMU_SUPPORT is not set
  3415 +
  3416 +#
  3417 +# Remoteproc drivers
  3418 +#
  3419 +# CONFIG_STE_MODEM_RPROC is not set
  3420 +
  3421 +#
  3422 +# Rpmsg drivers
  3423 +#
  3424 +# CONFIG_PM_DEVFREQ is not set
  3425 +# CONFIG_EXTCON is not set
  3426 +# CONFIG_MEMORY is not set
  3427 +CONFIG_IIO=y
  3428 +# CONFIG_IIO_BUFFER is not set
  3429 +# CONFIG_IIO_TRIGGER is not set
  3430 +
  3431 +#
  3432 +# Accelerometers
  3433 +#
  3434 +# CONFIG_BMA180 is not set
  3435 +# CONFIG_IIO_ST_ACCEL_3AXIS is not set
  3436 +# CONFIG_KXSD9 is not set
  3437 +
  3438 +#
  3439 +# Analog to digital converters
  3440 +#
  3441 +# CONFIG_AD7266 is not set
  3442 +# CONFIG_AD7298 is not set
  3443 +# CONFIG_AD7476 is not set
  3444 +# CONFIG_AD7791 is not set
  3445 +# CONFIG_AD7793 is not set
  3446 +# CONFIG_AD7887 is not set
  3447 +# CONFIG_AD7923 is not set
  3448 +# CONFIG_EXYNOS_ADC is not set
  3449 +# CONFIG_MAX1363 is not set
  3450 +# CONFIG_MCP320X is not set
  3451 +# CONFIG_MCP3422 is not set
  3452 +# CONFIG_NAU7802 is not set
  3453 +# CONFIG_TI_ADC081C is not set
  3454 +# CONFIG_VF610_ADC is not set
  3455 +
  3456 +#
  3457 +# Amplifiers
  3458 +#
  3459 +# CONFIG_AD8366 is not set
  3460 +
  3461 +#
  3462 +# Hid Sensor IIO Common
  3463 +#
  3464 +
  3465 +#
  3466 +# Digital to analog converters
  3467 +#
  3468 +# CONFIG_AD5064 is not set
  3469 +# CONFIG_AD5360 is not set
  3470 +# CONFIG_AD5380 is not set
  3471 +# CONFIG_AD5421 is not set
  3472 +# CONFIG_AD5446 is not set
  3473 +# CONFIG_AD5449 is not set
  3474 +# CONFIG_AD5504 is not set
  3475 +# CONFIG_AD5624R_SPI is not set
  3476 +# CONFIG_AD5686 is not set
  3477 +# CONFIG_AD5755 is not set
  3478 +# CONFIG_AD5764 is not set
  3479 +# CONFIG_AD5791 is not set
  3480 +# CONFIG_AD7303 is not set
  3481 +# CONFIG_MAX517 is not set
  3482 +# CONFIG_MCP4725 is not set
  3483 +
  3484 +#
  3485 +# Frequency Synthesizers DDS/PLL
  3486 +#
  3487 +
  3488 +#
  3489 +# Clock Generator/Distribution
  3490 +#
  3491 +# CONFIG_AD9523 is not set
  3492 +
  3493 +#
  3494 +# Phase-Locked Loop (PLL) frequency synthesizers
  3495 +#
  3496 +# CONFIG_ADF4350 is not set
  3497 +
  3498 +#
  3499 +# Digital gyroscope sensors
  3500 +#
  3501 +# CONFIG_ADIS16080 is not set
  3502 +# CONFIG_ADIS16130 is not set
  3503 +# CONFIG_ADIS16136 is not set
  3504 +# CONFIG_ADIS16260 is not set
  3505 +# CONFIG_ADXRS450 is not set
  3506 +# CONFIG_IIO_ST_GYRO_3AXIS is not set
  3507 +# CONFIG_ITG3200 is not set
  3508 +
  3509 +#
  3510 +# Humidity sensors
  3511 +#
  3512 +# CONFIG_DHT11 is not set
  3513 +
  3514 +#
  3515 +# Inertial measurement units
  3516 +#
  3517 +# CONFIG_ADIS16400 is not set
  3518 +# CONFIG_ADIS16480 is not set
  3519 +# CONFIG_INV_MPU6050_IIO is not set
  3520 +
  3521 +#
  3522 +# Light sensors
  3523 +#
  3524 +# CONFIG_ADJD_S311 is not set
  3525 +# CONFIG_APDS9300 is not set
  3526 +# CONFIG_CM32181 is not set
  3527 +# CONFIG_CM36651 is not set
  3528 +# CONFIG_GP2AP020A00F is not set
  3529 +# CONFIG_TCS3472 is not set
  3530 +# CONFIG_SENSORS_TSL2563 is not set
  3531 +# CONFIG_TSL4531 is not set
  3532 +# CONFIG_VCNL4000 is not set
  3533 +
  3534 +#
  3535 +# Magnetometer sensors
  3536 +#
  3537 +# CONFIG_AK8975 is not set
  3538 +# CONFIG_MAG3110 is not set
  3539 +# CONFIG_IIO_ST_MAGN_3AXIS is not set
  3540 +
  3541 +#
  3542 +# Inclinometer sensors
  3543 +#
  3544 +
  3545 +#
  3546 +# Pressure sensors
  3547 +#
  3548 +# CONFIG_MPL3115 is not set
  3549 +# CONFIG_IIO_ST_PRESS is not set
  3550 +
  3551 +#
  3552 +# Temperature sensors
  3553 +#
  3554 +# CONFIG_TMP006 is not set
  3555 +# CONFIG_VME_BUS is not set
  3556 +CONFIG_PWM=y
  3557 +CONFIG_PWM_SYSFS=y
  3558 +CONFIG_PWM_IMX=y
  3559 +# CONFIG_PWM_PCA9685 is not set
  3560 +CONFIG_IRQCHIP=y
  3561 +CONFIG_ARM_GIC=y
  3562 +# CONFIG_IPACK_BUS is not set
  3563 +CONFIG_ARCH_HAS_RESET_CONTROLLER=y
  3564 +CONFIG_RESET_CONTROLLER=y
  3565 +CONFIG_RESET_GPIO=y
  3566 +# CONFIG_FMC is not set
  3567 +
  3568 +#
  3569 +# PHY Subsystem
  3570 +#
  3571 +# CONFIG_GENERIC_PHY is not set
  3572 +# CONFIG_PHY_EXYNOS_MIPI_VIDEO is not set
  3573 +# CONFIG_PHY_EXYNOS_DP_VIDEO is not set
  3574 +# CONFIG_POWERCAP is not set
  3575 +# CONFIG_BATTERY_SAMSUNG is not set
  3576 +
  3577 +#
  3578 +# File systems
  3579 +#
  3580 +CONFIG_DCACHE_WORD_ACCESS=y
  3581 +CONFIG_EXT2_FS=y
  3582 +CONFIG_EXT2_FS_XATTR=y
  3583 +CONFIG_EXT2_FS_POSIX_ACL=y
  3584 +CONFIG_EXT2_FS_SECURITY=y
  3585 +# CONFIG_EXT2_FS_XIP is not set
  3586 +CONFIG_EXT3_FS=y
  3587 +CONFIG_EXT3_DEFAULTS_TO_ORDERED=y
  3588 +CONFIG_EXT3_FS_XATTR=y
  3589 +CONFIG_EXT3_FS_POSIX_ACL=y
  3590 +CONFIG_EXT3_FS_SECURITY=y
  3591 +CONFIG_EXT4_FS=y
  3592 +CONFIG_EXT4_FS_POSIX_ACL=y
  3593 +CONFIG_EXT4_FS_SECURITY=y
  3594 +# CONFIG_EXT4_DEBUG is not set
  3595 +CONFIG_JBD=y
  3596 +# CONFIG_JBD_DEBUG is not set
  3597 +CONFIG_JBD2=y
  3598 +# CONFIG_JBD2_DEBUG is not set
  3599 +CONFIG_FS_MBCACHE=y
  3600 +# CONFIG_REISERFS_FS is not set
  3601 +# CONFIG_JFS_FS is not set
  3602 +# CONFIG_XFS_FS is not set
  3603 +# CONFIG_GFS2_FS is not set
  3604 +# CONFIG_OCFS2_FS is not set
  3605 +# CONFIG_BTRFS_FS is not set
  3606 +# CONFIG_NILFS2_FS is not set
  3607 +CONFIG_FS_POSIX_ACL=y
  3608 +CONFIG_EXPORTFS=y
  3609 +CONFIG_FILE_LOCKING=y
  3610 +CONFIG_FSNOTIFY=y
  3611 +CONFIG_DNOTIFY=y
  3612 +CONFIG_INOTIFY_USER=y
  3613 +# CONFIG_FANOTIFY is not set
  3614 +CONFIG_QUOTA=y
  3615 +CONFIG_QUOTA_NETLINK_INTERFACE=y
  3616 +# CONFIG_PRINT_QUOTA_WARNING is not set
  3617 +# CONFIG_QUOTA_DEBUG is not set
  3618 +# CONFIG_QFMT_V1 is not set
  3619 +# CONFIG_QFMT_V2 is not set
  3620 +CONFIG_QUOTACTL=y
  3621 +CONFIG_AUTOFS4_FS=y
  3622 +CONFIG_FUSE_FS=y
  3623 +# CONFIG_CUSE is not set
  3624 +CONFIG_OVERLAYFS_FS=y
  3625 +
  3626 +#
  3627 +# Caches
  3628 +#
  3629 +# CONFIG_FSCACHE is not set
  3630 +
  3631 +#
  3632 +# CD-ROM/DVD Filesystems
  3633 +#
  3634 +# CONFIG_ISO9660_FS is not set
  3635 +# CONFIG_UDF_FS is not set
  3636 +
  3637 +#
  3638 +# DOS/FAT/NT Filesystems
  3639 +#
  3640 +CONFIG_FAT_FS=y
  3641 +CONFIG_MSDOS_FS=y
  3642 +CONFIG_VFAT_FS=y
  3643 +CONFIG_FAT_DEFAULT_CODEPAGE=437
  3644 +CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
  3645 +CONFIG_NTFS_FS=y
  3646 +# CONFIG_NTFS_DEBUG is not set
  3647 +CONFIG_NTFS_RW=y
  3648 +
  3649 +#
  3650 +# Pseudo filesystems
  3651 +#
  3652 +CONFIG_PROC_FS=y
  3653 +CONFIG_PROC_SYSCTL=y
  3654 +CONFIG_PROC_PAGE_MONITOR=y
  3655 +CONFIG_SYSFS=y
  3656 +CONFIG_TMPFS=y
  3657 +CONFIG_TMPFS_POSIX_ACL=y
  3658 +CONFIG_TMPFS_XATTR=y
  3659 +# CONFIG_HUGETLB_PAGE is not set
  3660 +CONFIG_CONFIGFS_FS=y
  3661 +CONFIG_MISC_FILESYSTEMS=y
  3662 +# CONFIG_ADFS_FS is not set
  3663 +# CONFIG_AFFS_FS is not set
  3664 +# CONFIG_ECRYPT_FS is not set
  3665 +# CONFIG_HFS_FS is not set
  3666 +# CONFIG_HFSPLUS_FS is not set
  3667 +# CONFIG_BEFS_FS is not set
  3668 +# CONFIG_BFS_FS is not set
  3669 +# CONFIG_EFS_FS is not set
  3670 +# CONFIG_JFFS2_FS is not set
  3671 +# CONFIG_LOGFS is not set
  3672 +# CONFIG_CRAMFS is not set
  3673 +CONFIG_SQUASHFS=y
  3674 +CONFIG_SQUASHFS_FILE_CACHE=y
  3675 +# CONFIG_SQUASHFS_FILE_DIRECT is not set
  3676 +CONFIG_SQUASHFS_DECOMP_SINGLE=y
  3677 +# CONFIG_SQUASHFS_DECOMP_MULTI is not set
  3678 +# CONFIG_SQUASHFS_DECOMP_MULTI_PERCPU is not set
  3679 +# CONFIG_SQUASHFS_XATTR is not set
  3680 +CONFIG_SQUASHFS_ZLIB=y
  3681 +# CONFIG_SQUASHFS_LZO is not set
  3682 +# CONFIG_SQUASHFS_XZ is not set
  3683 +# CONFIG_SQUASHFS_4K_DEVBLK_SIZE is not set
  3684 +# CONFIG_SQUASHFS_EMBEDDED is not set
  3685 +CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3
  3686 +# CONFIG_VXFS_FS is not set
  3687 +# CONFIG_MINIX_FS is not set
  3688 +# CONFIG_OMFS_FS is not set
  3689 +# CONFIG_HPFS_FS is not set
  3690 +# CONFIG_QNX4FS_FS is not set
  3691 +# CONFIG_QNX6FS_FS is not set
  3692 +# CONFIG_ROMFS_FS is not set
  3693 +# CONFIG_PSTORE is not set
  3694 +# CONFIG_SYSV_FS is not set
  3695 +# CONFIG_UFS_FS is not set
  3696 +# CONFIG_F2FS_FS is not set
  3697 +CONFIG_NETWORK_FILESYSTEMS=y
  3698 +CONFIG_NFS_FS=y
  3699 +CONFIG_NFS_V2=y
  3700 +CONFIG_NFS_V3=y
  3701 +CONFIG_NFS_V3_ACL=y
  3702 +CONFIG_NFS_V4=y
  3703 +# CONFIG_NFS_SWAP is not set
  3704 +CONFIG_NFS_V4_1=y
  3705 +# CONFIG_NFS_V4_2 is not set
  3706 +CONFIG_PNFS_FILE_LAYOUT=y
  3707 +CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN="kernel.org"
  3708 +# CONFIG_NFS_V4_1_MIGRATION is not set
  3709 +CONFIG_ROOT_NFS=y
  3710 +# CONFIG_NFS_USE_LEGACY_DNS is not set
  3711 +CONFIG_NFS_USE_KERNEL_DNS=y
  3712 +# CONFIG_NFSD is not set
  3713 +CONFIG_LOCKD=y
  3714 +CONFIG_LOCKD_V4=y
  3715 +CONFIG_NFS_ACL_SUPPORT=y
  3716 +CONFIG_NFS_COMMON=y
  3717 +CONFIG_SUNRPC=y
  3718 +CONFIG_SUNRPC_GSS=y
  3719 +CONFIG_SUNRPC_BACKCHANNEL=y
  3720 +# CONFIG_SUNRPC_DEBUG is not set
  3721 +# CONFIG_CEPH_FS is not set
  3722 +# CONFIG_CIFS is not set
  3723 +# CONFIG_NCP_FS is not set
  3724 +# CONFIG_CODA_FS is not set
  3725 +# CONFIG_AFS_FS is not set
  3726 +CONFIG_NLS=y
  3727 +CONFIG_NLS_DEFAULT="cp437"
  3728 +CONFIG_NLS_CODEPAGE_437=y
  3729 +# CONFIG_NLS_CODEPAGE_737 is not set
  3730 +# CONFIG_NLS_CODEPAGE_775 is not set
  3731 +# CONFIG_NLS_CODEPAGE_850 is not set
  3732 +# CONFIG_NLS_CODEPAGE_852 is not set
  3733 +# CONFIG_NLS_CODEPAGE_855 is not set
  3734 +# CONFIG_NLS_CODEPAGE_857 is not set
  3735 +# CONFIG_NLS_CODEPAGE_860 is not set
  3736 +# CONFIG_NLS_CODEPAGE_861 is not set
  3737 +# CONFIG_NLS_CODEPAGE_862 is not set
  3738 +# CONFIG_NLS_CODEPAGE_863 is not set
  3739 +# CONFIG_NLS_CODEPAGE_864 is not set
  3740 +# CONFIG_NLS_CODEPAGE_865 is not set
  3741 +# CONFIG_NLS_CODEPAGE_866 is not set
  3742 +# CONFIG_NLS_CODEPAGE_869 is not set
  3743 +# CONFIG_NLS_CODEPAGE_936 is not set
  3744 +# CONFIG_NLS_CODEPAGE_950 is not set
  3745 +CONFIG_NLS_CODEPAGE_932=y
  3746 +CONFIG_NLS_CODEPAGE_949=y
  3747 +# CONFIG_NLS_CODEPAGE_874 is not set
  3748 +# CONFIG_NLS_ISO8859_8 is not set
  3749 +# CONFIG_NLS_CODEPAGE_1250 is not set
  3750 +# CONFIG_NLS_CODEPAGE_1251 is not set
  3751 +CONFIG_NLS_ASCII=y
  3752 +CONFIG_NLS_ISO8859_1=y
  3753 +# CONFIG_NLS_ISO8859_2 is not set
  3754 +# CONFIG_NLS_ISO8859_3 is not set
  3755 +# CONFIG_NLS_ISO8859_4 is not set
  3756 +# CONFIG_NLS_ISO8859_5 is not set
  3757 +# CONFIG_NLS_ISO8859_6 is not set
  3758 +# CONFIG_NLS_ISO8859_7 is not set
  3759 +# CONFIG_NLS_ISO8859_9 is not set
  3760 +# CONFIG_NLS_ISO8859_13 is not set
  3761 +# CONFIG_NLS_ISO8859_14 is not set
  3762 +CONFIG_NLS_ISO8859_15=y
  3763 +# CONFIG_NLS_KOI8_R is not set
  3764 +# CONFIG_NLS_KOI8_U is not set
  3765 +# CONFIG_NLS_MAC_ROMAN is not set
  3766 +# CONFIG_NLS_MAC_CELTIC is not set
  3767 +# CONFIG_NLS_MAC_CENTEURO is not set
  3768 +# CONFIG_NLS_MAC_CROATIAN is not set
  3769 +# CONFIG_NLS_MAC_CYRILLIC is not set
  3770 +# CONFIG_NLS_MAC_GAELIC is not set
  3771 +# CONFIG_NLS_MAC_GREEK is not set
  3772 +# CONFIG_NLS_MAC_ICELAND is not set
  3773 +# CONFIG_NLS_MAC_INUIT is not set
  3774 +# CONFIG_NLS_MAC_ROMANIAN is not set
  3775 +# CONFIG_NLS_MAC_TURKISH is not set
  3776 +CONFIG_NLS_UTF8=y
  3777 +# CONFIG_DLM is not set
  3778 +
  3779 +#
  3780 +# Kernel hacking
  3781 +#
  3782 +
  3783 +#
  3784 +# printk and dmesg options
  3785 +#
  3786 +# CONFIG_PRINTK_TIME is not set
  3787 +CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4
  3788 +# CONFIG_BOOT_PRINTK_DELAY is not set
  3789 +# CONFIG_DYNAMIC_DEBUG is not set
  3790 +
  3791 +#
  3792 +# Compile-time checks and compiler options
  3793 +#
  3794 +# CONFIG_DEBUG_INFO is not set
  3795 +CONFIG_ENABLE_WARN_DEPRECATED=y
  3796 +CONFIG_ENABLE_MUST_CHECK=y
  3797 +CONFIG_FRAME_WARN=1024
  3798 +# CONFIG_STRIP_ASM_SYMS is not set
  3799 +# CONFIG_READABLE_ASM is not set
  3800 +# CONFIG_UNUSED_SYMBOLS is not set
  3801 +CONFIG_DEBUG_FS=y
  3802 +# CONFIG_HEADERS_CHECK is not set
  3803 +# CONFIG_DEBUG_SECTION_MISMATCH is not set
  3804 +CONFIG_FRAME_POINTER=y
  3805 +# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
  3806 +CONFIG_MAGIC_SYSRQ=y
  3807 +CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x1
  3808 +CONFIG_DEBUG_KERNEL=y
  3809 +
  3810 +#
  3811 +# Memory Debugging
  3812 +#
  3813 +# CONFIG_DEBUG_PAGEALLOC is not set
  3814 +# CONFIG_DEBUG_OBJECTS is not set
  3815 +# CONFIG_SLUB_STATS is not set
  3816 +CONFIG_HAVE_DEBUG_KMEMLEAK=y
  3817 +# CONFIG_DEBUG_KMEMLEAK is not set
  3818 +# CONFIG_DEBUG_STACK_USAGE is not set
  3819 +# CONFIG_DEBUG_VM is not set
  3820 +# CONFIG_DEBUG_MEMORY_INIT is not set
  3821 +# CONFIG_DEBUG_PER_CPU_MAPS is not set
  3822 +# CONFIG_DEBUG_HIGHMEM is not set
  3823 +# CONFIG_DEBUG_SHIRQ is not set
  3824 +
  3825 +#
  3826 +# Debug Lockups and Hangs
  3827 +#
  3828 +# CONFIG_LOCKUP_DETECTOR is not set
  3829 +# CONFIG_DETECT_HUNG_TASK is not set
  3830 +# CONFIG_PANIC_ON_OOPS is not set
  3831 +CONFIG_PANIC_ON_OOPS_VALUE=0
  3832 +CONFIG_PANIC_TIMEOUT=0
  3833 +# CONFIG_SCHED_DEBUG is not set
  3834 +# CONFIG_SCHEDSTATS is not set
  3835 +# CONFIG_TIMER_STATS is not set
  3836 +CONFIG_DEBUG_PREEMPT=y
  3837 +
  3838 +#
  3839 +# Lock Debugging (spinlocks, mutexes, etc...)
  3840 +#
  3841 +# CONFIG_DEBUG_RT_MUTEXES is not set
  3842 +# CONFIG_RT_MUTEX_TESTER is not set
  3843 +# CONFIG_DEBUG_SPINLOCK is not set
  3844 +# CONFIG_DEBUG_MUTEXES is not set
  3845 +# CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set
  3846 +# CONFIG_DEBUG_LOCK_ALLOC is not set
  3847 +# CONFIG_PROVE_LOCKING is not set
  3848 +# CONFIG_LOCK_STAT is not set
  3849 +# CONFIG_DEBUG_ATOMIC_SLEEP is not set
  3850 +# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
  3851 +# CONFIG_DEBUG_KOBJECT is not set
  3852 +# CONFIG_DEBUG_BUGVERBOSE is not set
  3853 +# CONFIG_DEBUG_WRITECOUNT is not set
  3854 +# CONFIG_DEBUG_LIST is not set
  3855 +# CONFIG_DEBUG_SG is not set
  3856 +# CONFIG_DEBUG_NOTIFIERS is not set
  3857 +# CONFIG_DEBUG_CREDENTIALS is not set
  3858 +
  3859 +#
  3860 +# RCU Debugging
  3861 +#
  3862 +# CONFIG_PROVE_RCU_DELAY is not set
  3863 +# CONFIG_SPARSE_RCU_POINTER is not set
  3864 +# CONFIG_RCU_TORTURE_TEST is not set
  3865 +CONFIG_RCU_CPU_STALL_TIMEOUT=21
  3866 +CONFIG_RCU_CPU_STALL_VERBOSE=y
  3867 +# CONFIG_RCU_CPU_STALL_INFO is not set
  3868 +# CONFIG_RCU_TRACE is not set
  3869 +# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
  3870 +# CONFIG_NOTIFIER_ERROR_INJECTION is not set
  3871 +# CONFIG_FAULT_INJECTION is not set
  3872 +CONFIG_HAVE_FUNCTION_TRACER=y
  3873 +CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
  3874 +CONFIG_HAVE_DYNAMIC_FTRACE=y
  3875 +CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
  3876 +CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
  3877 +CONFIG_HAVE_C_RECORDMCOUNT=y
  3878 +CONFIG_TRACING_SUPPORT=y
  3879 +# CONFIG_FTRACE is not set
  3880 +
  3881 +#
  3882 +# Runtime Testing
  3883 +#
  3884 +# CONFIG_LKDTM is not set
  3885 +# CONFIG_TEST_LIST_SORT is not set
  3886 +# CONFIG_BACKTRACE_SELF_TEST is not set
  3887 +# CONFIG_RBTREE_TEST is not set
  3888 +# CONFIG_INTERVAL_TREE_TEST is not set
  3889 +# CONFIG_PERCPU_TEST is not set
  3890 +# CONFIG_ATOMIC64_SELFTEST is not set
  3891 +# CONFIG_TEST_STRING_HELPERS is not set
  3892 +# CONFIG_TEST_KSTRTOX is not set
  3893 +# CONFIG_DMA_API_DEBUG is not set
  3894 +# CONFIG_TEST_MODULE is not set
  3895 +# CONFIG_TEST_USER_COPY is not set
  3896 +# CONFIG_SAMPLES is not set
  3897 +CONFIG_HAVE_ARCH_KGDB=y
  3898 +# CONFIG_KGDB is not set
  3899 +# CONFIG_ARM_PTDUMP is not set
  3900 +# CONFIG_STRICT_DEVMEM is not set
  3901 +# CONFIG_ARM_UNWIND is not set
  3902 +# CONFIG_DEBUG_USER is not set
  3903 +# CONFIG_DEBUG_LL is not set
  3904 +CONFIG_DEBUG_IMX_UART_PORT=1
  3905 +CONFIG_DEBUG_LL_INCLUDE="mach/debug-macro.S"
  3906 +# CONFIG_DEBUG_UART_PL01X is not set
  3907 +# CONFIG_DEBUG_UART_8250 is not set
  3908 +CONFIG_UNCOMPRESS_INCLUDE="debug/uncompress.h"
  3909 +# CONFIG_PID_IN_CONTEXTIDR is not set
  3910 +# CONFIG_DEBUG_SET_MODULE_RONX is not set
  3911 +
  3912 +#
  3913 +# Security options
  3914 +#
  3915 +CONFIG_KEYS=y
  3916 +# CONFIG_PERSISTENT_KEYRINGS is not set
  3917 +# CONFIG_BIG_KEYS is not set
  3918 +# CONFIG_ENCRYPTED_KEYS is not set
  3919 +# CONFIG_KEYS_DEBUG_PROC_KEYS is not set
  3920 +# CONFIG_SECURITY_DMESG_RESTRICT is not set
  3921 +# CONFIG_SECURITY is not set
  3922 +CONFIG_SECURITYFS=y
  3923 +CONFIG_DEFAULT_SECURITY_DAC=y
  3924 +CONFIG_DEFAULT_SECURITY=""
  3925 +CONFIG_CRYPTO=y
  3926 +
  3927 +#
  3928 +# Crypto core or helper
  3929 +#
  3930 +CONFIG_CRYPTO_ALGAPI=y
  3931 +CONFIG_CRYPTO_ALGAPI2=y
  3932 +CONFIG_CRYPTO_AEAD=y
  3933 +CONFIG_CRYPTO_AEAD2=y
  3934 +CONFIG_CRYPTO_BLKCIPHER=y
  3935 +CONFIG_CRYPTO_BLKCIPHER2=y
  3936 +CONFIG_CRYPTO_HASH=y
  3937 +CONFIG_CRYPTO_HASH2=y
  3938 +CONFIG_CRYPTO_RNG=y
  3939 +CONFIG_CRYPTO_RNG2=y
  3940 +CONFIG_CRYPTO_PCOMP2=y
  3941 +CONFIG_CRYPTO_MANAGER=y
  3942 +CONFIG_CRYPTO_MANAGER2=y
  3943 +CONFIG_CRYPTO_USER=y
  3944 +CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y
  3945 +CONFIG_CRYPTO_GF128MUL=y
  3946 +CONFIG_CRYPTO_NULL=y
  3947 +# CONFIG_CRYPTO_PCRYPT is not set
  3948 +CONFIG_CRYPTO_WORKQUEUE=y
  3949 +# CONFIG_CRYPTO_CRYPTD is not set
  3950 +CONFIG_CRYPTO_AUTHENC=y
  3951 +# CONFIG_CRYPTO_TEST is not set
  3952 +
  3953 +#
  3954 +# Authenticated Encryption with Associated Data
  3955 +#
  3956 +CONFIG_CRYPTO_CCM=y
  3957 +CONFIG_CRYPTO_GCM=y
  3958 +CONFIG_CRYPTO_SEQIV=y
  3959 +
  3960 +#
  3961 +# Block modes
  3962 +#
  3963 +CONFIG_CRYPTO_CBC=y
  3964 +CONFIG_CRYPTO_CTR=y
  3965 +CONFIG_CRYPTO_CTS=y
  3966 +CONFIG_CRYPTO_ECB=y
  3967 +CONFIG_CRYPTO_LRW=y
  3968 +# CONFIG_CRYPTO_PCBC is not set
  3969 +CONFIG_CRYPTO_XTS=y
  3970 +
  3971 +#
  3972 +# Hash modes
  3973 +#
  3974 +# CONFIG_CRYPTO_CMAC is not set
  3975 +# CONFIG_CRYPTO_HMAC is not set
  3976 +# CONFIG_CRYPTO_XCBC is not set
  3977 +# CONFIG_CRYPTO_VMAC is not set
  3978 +
  3979 +#
  3980 +# Digest
  3981 +#
  3982 +CONFIG_CRYPTO_CRC32C=y
  3983 +# CONFIG_CRYPTO_CRC32 is not set
  3984 +CONFIG_CRYPTO_CRCT10DIF=y
  3985 +CONFIG_CRYPTO_GHASH=y
  3986 +CONFIG_CRYPTO_MD4=y
  3987 +CONFIG_CRYPTO_MD5=y
  3988 +CONFIG_CRYPTO_MICHAEL_MIC=y
  3989 +CONFIG_CRYPTO_RMD128=y
  3990 +CONFIG_CRYPTO_RMD160=y
  3991 +CONFIG_CRYPTO_RMD256=y
  3992 +CONFIG_CRYPTO_RMD320=y
  3993 +CONFIG_CRYPTO_SHA1=y
  3994 +# CONFIG_CRYPTO_SHA1_ARM is not set
  3995 +CONFIG_CRYPTO_SHA256=y
  3996 +CONFIG_CRYPTO_SHA512=y
  3997 +CONFIG_CRYPTO_TGR192=y
  3998 +CONFIG_CRYPTO_WP512=y
  3999 +
  4000 +#
  4001 +# Ciphers
  4002 +#
  4003 +CONFIG_CRYPTO_AES=y
  4004 +# CONFIG_CRYPTO_AES_ARM is not set
  4005 +# CONFIG_CRYPTO_ANUBIS is not set
  4006 +CONFIG_CRYPTO_ARC4=y
  4007 +CONFIG_CRYPTO_BLOWFISH=y
  4008 +CONFIG_CRYPTO_BLOWFISH_COMMON=y
  4009 +CONFIG_CRYPTO_CAMELLIA=y
  4010 +# CONFIG_CRYPTO_CAST5 is not set
  4011 +# CONFIG_CRYPTO_CAST6 is not set
  4012 +CONFIG_CRYPTO_DES=y
  4013 +# CONFIG_CRYPTO_FCRYPT is not set
  4014 +# CONFIG_CRYPTO_KHAZAD is not set
  4015 +# CONFIG_CRYPTO_SALSA20 is not set
  4016 +# CONFIG_CRYPTO_SEED is not set
  4017 +# CONFIG_CRYPTO_SERPENT is not set
  4018 +# CONFIG_CRYPTO_TEA is not set
  4019 +CONFIG_CRYPTO_TWOFISH=y
  4020 +CONFIG_CRYPTO_TWOFISH_COMMON=y
  4021 +
  4022 +#
  4023 +# Compression
  4024 +#
  4025 +# CONFIG_CRYPTO_DEFLATE is not set
  4026 +# CONFIG_CRYPTO_ZLIB is not set
  4027 +# CONFIG_CRYPTO_LZO is not set
  4028 +# CONFIG_CRYPTO_LZ4 is not set
  4029 +# CONFIG_CRYPTO_LZ4HC is not set
  4030 +
  4031 +#
  4032 +# Random Number Generation
  4033 +#
  4034 +# CONFIG_CRYPTO_ANSI_CPRNG is not set
  4035 +# CONFIG_CRYPTO_USER_API_HASH is not set
  4036 +# CONFIG_CRYPTO_USER_API_SKCIPHER is not set
  4037 +CONFIG_CRYPTO_HW=y
  4038 +# CONFIG_CRYPTO_DEV_HIFN_795X is not set
  4039 +CONFIG_CRYPTO_DEV_FSL_CAAM=y
  4040 +CONFIG_CRYPTO_DEV_FSL_CAAM_JR=y
  4041 +CONFIG_CRYPTO_DEV_FSL_CAAM_RINGSIZE=9
  4042 +# CONFIG_CRYPTO_DEV_FSL_CAAM_INTC is not set
  4043 +CONFIG_CRYPTO_DEV_FSL_CAAM_CRYPTO_API=y
  4044 +CONFIG_CRYPTO_DEV_FSL_CAAM_AHASH_API=y
  4045 +CONFIG_CRYPTO_DEV_FSL_CAAM_RNG_API=y
  4046 +# CONFIG_CRYPTO_DEV_FSL_CAAM_RNG_TEST is not set
  4047 +CONFIG_CRYPTO_DEV_FSL_CAAM_SM=y
  4048 +CONFIG_CRYPTO_DEV_FSL_CAAM_SM_SLOTSIZE=7
  4049 +# CONFIG_CRYPTO_DEV_FSL_CAAM_SM_TEST is not set
  4050 +# CONFIG_CRYPTO_DEV_FSL_CAAM_SECVIO is not set
  4051 +# CONFIG_CRYPTO_DEV_FSL_CAAM_DEBUG is not set
  4052 +# CONFIG_CRYPTO_DEV_SAHARA is not set
  4053 +# CONFIG_ASYMMETRIC_KEY_TYPE is not set
  4054 +# CONFIG_BINARY_PRINTF is not set
  4055 +
  4056 +#
  4057 +# Library routines
  4058 +#
  4059 +CONFIG_BITREVERSE=y
  4060 +CONFIG_RATIONAL=y
  4061 +CONFIG_GENERIC_STRNCPY_FROM_USER=y
  4062 +CONFIG_GENERIC_STRNLEN_USER=y
  4063 +CONFIG_GENERIC_NET_UTILS=y
  4064 +CONFIG_GENERIC_PCI_IOMAP=y
  4065 +CONFIG_GENERIC_IO=y
  4066 +CONFIG_STMP_DEVICE=y
  4067 +CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y
  4068 +CONFIG_CRC_CCITT=y
  4069 +CONFIG_CRC16=y
  4070 +CONFIG_CRC_T10DIF=y
  4071 +CONFIG_CRC_ITU_T=y
  4072 +CONFIG_CRC32=y
  4073 +# CONFIG_CRC32_SELFTEST is not set
  4074 +CONFIG_CRC32_SLICEBY8=y
  4075 +# CONFIG_CRC32_SLICEBY4 is not set
  4076 +# CONFIG_CRC32_SARWATE is not set
  4077 +# CONFIG_CRC32_BIT is not set
  4078 +CONFIG_CRC7=y
  4079 +CONFIG_LIBCRC32C=y
  4080 +# CONFIG_CRC8 is not set
  4081 +# CONFIG_RANDOM32_SELFTEST is not set
  4082 +CONFIG_ZLIB_INFLATE=y
  4083 +CONFIG_ZLIB_DEFLATE=y
  4084 +CONFIG_LZO_COMPRESS=y
  4085 +CONFIG_LZO_DECOMPRESS=y
  4086 +# CONFIG_XZ_DEC is not set
  4087 +# CONFIG_XZ_DEC_BCJ is not set
  4088 +CONFIG_DECOMPRESS_GZIP=y
  4089 +CONFIG_GENERIC_ALLOCATOR=y
  4090 +CONFIG_ASSOCIATIVE_ARRAY=y
  4091 +CONFIG_HAS_IOMEM=y
  4092 +CONFIG_HAS_IOPORT=y
  4093 +CONFIG_HAS_DMA=y
  4094 +CONFIG_CPU_RMAP=y
  4095 +CONFIG_DQL=y
  4096 +CONFIG_NLATTR=y
  4097 +CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y
  4098 +CONFIG_AVERAGE=y
  4099 +# CONFIG_CORDIC is not set
  4100 +# CONFIG_DDR is not set
  4101 +CONFIG_OID_REGISTRY=y
  4102 +CONFIG_FONT_SUPPORT=y
  4103 +CONFIG_FONTS=y
  4104 +CONFIG_FONT_8x8=y
  4105 +CONFIG_FONT_8x16=y
  4106 +# CONFIG_FONT_6x11 is not set
  4107 +# CONFIG_FONT_7x14 is not set
  4108 +# CONFIG_FONT_PEARL_8x8 is not set
  4109 +# CONFIG_FONT_ACORN_8x8 is not set
  4110 +# CONFIG_FONT_MINI_4x6 is not set
  4111 +# CONFIG_FONT_SUN8x16 is not set
  4112 +# CONFIG_FONT_SUN12x22 is not set
  4113 +# CONFIG_FONT_10x18 is not set
  4114 +# CONFIG_VIRTUALIZATION is not set
... ...
kernel/linux-imx6_3.14.28/arch/arm/configs/imx6sl_prime_qt5_defconfig
... ... @@ -1,4114 +0,0 @@
1   -#
2   -# Automatically generated file; DO NOT EDIT.
3   -# Linux/arm 3.14.28 Kernel Configuration
4   -#
5   -CONFIG_ARM=y
6   -CONFIG_MIGHT_HAVE_PCI=y
7   -CONFIG_SYS_SUPPORTS_APM_EMULATION=y
8   -CONFIG_HAVE_PROC_CPU=y
9   -CONFIG_STACKTRACE_SUPPORT=y
10   -CONFIG_LOCKDEP_SUPPORT=y
11   -CONFIG_TRACE_IRQFLAGS_SUPPORT=y
12   -CONFIG_RWSEM_GENERIC_SPINLOCK=y
13   -CONFIG_ARCH_HAS_CPUFREQ=y
14   -CONFIG_GENERIC_HWEIGHT=y
15   -CONFIG_GENERIC_CALIBRATE_DELAY=y
16   -CONFIG_ZONE_DMA=y
17   -CONFIG_NEED_DMA_MAP_STATE=y
18   -CONFIG_VECTORS_BASE=0xffff0000
19   -CONFIG_ARM_PATCH_PHYS_VIRT=y
20   -CONFIG_GENERIC_BUG=y
21   -CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
22   -CONFIG_IRQ_WORK=y
23   -CONFIG_BUILDTIME_EXTABLE_SORT=y
24   -
25   -#
26   -# General setup
27   -#
28   -CONFIG_INIT_ENV_ARG_LIMIT=32
29   -CONFIG_CROSS_COMPILE=""
30   -# CONFIG_COMPILE_TEST is not set
31   -CONFIG_LOCALVERSION=""
32   -CONFIG_LOCALVERSION_AUTO=y
33   -CONFIG_HAVE_KERNEL_GZIP=y
34   -CONFIG_HAVE_KERNEL_LZMA=y
35   -CONFIG_HAVE_KERNEL_XZ=y
36   -CONFIG_HAVE_KERNEL_LZO=y
37   -CONFIG_HAVE_KERNEL_LZ4=y
38   -# CONFIG_KERNEL_GZIP is not set
39   -# CONFIG_KERNEL_LZMA is not set
40   -# CONFIG_KERNEL_XZ is not set
41   -CONFIG_KERNEL_LZO=y
42   -# CONFIG_KERNEL_LZ4 is not set
43   -CONFIG_DEFAULT_HOSTNAME="(none)"
44   -CONFIG_SWAP=y
45   -CONFIG_SYSVIPC=y
46   -CONFIG_SYSVIPC_SYSCTL=y
47   -# CONFIG_POSIX_MQUEUE is not set
48   -CONFIG_FHANDLE=y
49   -# CONFIG_AUDIT is not set
50   -
51   -#
52   -# IRQ subsystem
53   -#
54   -CONFIG_GENERIC_IRQ_PROBE=y
55   -CONFIG_GENERIC_IRQ_SHOW=y
56   -CONFIG_HARDIRQS_SW_RESEND=y
57   -CONFIG_GENERIC_IRQ_CHIP=y
58   -CONFIG_IRQ_DOMAIN=y
59   -# CONFIG_IRQ_DOMAIN_DEBUG is not set
60   -CONFIG_IRQ_FORCED_THREADING=y
61   -CONFIG_SPARSE_IRQ=y
62   -CONFIG_KTIME_SCALAR=y
63   -CONFIG_GENERIC_CLOCKEVENTS=y
64   -CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
65   -CONFIG_ARCH_HAS_TICK_BROADCAST=y
66   -CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
67   -
68   -#
69   -# Timers subsystem
70   -#
71   -CONFIG_TICK_ONESHOT=y
72   -CONFIG_NO_HZ_COMMON=y
73   -# CONFIG_HZ_PERIODIC is not set
74   -CONFIG_NO_HZ_IDLE=y
75   -# CONFIG_NO_HZ_FULL is not set
76   -CONFIG_NO_HZ=y
77   -CONFIG_HIGH_RES_TIMERS=y
78   -
79   -#
80   -# CPU/Task time and stats accounting
81   -#
82   -CONFIG_TICK_CPU_ACCOUNTING=y
83   -# CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set
84   -# CONFIG_IRQ_TIME_ACCOUNTING is not set
85   -# CONFIG_BSD_PROCESS_ACCT is not set
86   -# CONFIG_TASKSTATS is not set
87   -
88   -#
89   -# RCU Subsystem
90   -#
91   -CONFIG_TREE_PREEMPT_RCU=y
92   -CONFIG_PREEMPT_RCU=y
93   -CONFIG_RCU_STALL_COMMON=y
94   -# CONFIG_RCU_USER_QS is not set
95   -CONFIG_RCU_FANOUT=32
96   -CONFIG_RCU_FANOUT_LEAF=16
97   -# CONFIG_RCU_FANOUT_EXACT is not set
98   -# CONFIG_RCU_FAST_NO_HZ is not set
99   -# CONFIG_TREE_RCU_TRACE is not set
100   -# CONFIG_RCU_BOOST is not set
101   -# CONFIG_RCU_NOCB_CPU is not set
102   -CONFIG_IKCONFIG=y
103   -CONFIG_IKCONFIG_PROC=y
104   -CONFIG_LOG_BUF_SHIFT=18
105   -CONFIG_GENERIC_SCHED_CLOCK=y
106   -CONFIG_CGROUPS=y
107   -# CONFIG_CGROUP_DEBUG is not set
108   -# CONFIG_CGROUP_FREEZER is not set
109   -# CONFIG_CGROUP_DEVICE is not set
110   -# CONFIG_CPUSETS is not set
111   -# CONFIG_CGROUP_CPUACCT is not set
112   -# CONFIG_RESOURCE_COUNTERS is not set
113   -# CONFIG_CGROUP_PERF is not set
114   -CONFIG_CGROUP_SCHED=y
115   -CONFIG_FAIR_GROUP_SCHED=y
116   -CONFIG_CFS_BANDWIDTH=y
117   -# CONFIG_RT_GROUP_SCHED is not set
118   -# CONFIG_BLK_CGROUP is not set
119   -# CONFIG_CHECKPOINT_RESTORE is not set
120   -CONFIG_NAMESPACES=y
121   -# CONFIG_UTS_NS is not set
122   -# CONFIG_IPC_NS is not set
123   -# CONFIG_USER_NS is not set
124   -# CONFIG_PID_NS is not set
125   -CONFIG_NET_NS=y
126   -# CONFIG_SCHED_AUTOGROUP is not set
127   -# CONFIG_SYSFS_DEPRECATED is not set
128   -CONFIG_RELAY=y
129   -CONFIG_BLK_DEV_INITRD=y
130   -CONFIG_INITRAMFS_SOURCE=""
131   -CONFIG_RD_GZIP=y
132   -# CONFIG_RD_BZIP2 is not set
133   -# CONFIG_RD_LZMA is not set
134   -# CONFIG_RD_XZ is not set
135   -# CONFIG_RD_LZO is not set
136   -# CONFIG_RD_LZ4 is not set
137   -# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
138   -CONFIG_SYSCTL=y
139   -CONFIG_ANON_INODES=y
140   -CONFIG_HAVE_UID16=y
141   -CONFIG_EXPERT=y
142   -CONFIG_UID16=y
143   -# CONFIG_SYSCTL_SYSCALL is not set
144   -CONFIG_KALLSYMS=y
145   -# CONFIG_KALLSYMS_ALL is not set
146   -CONFIG_PRINTK=y
147   -CONFIG_BUG=y
148   -CONFIG_ELF_CORE=y
149   -CONFIG_BASE_FULL=y
150   -CONFIG_FUTEX=y
151   -CONFIG_EPOLL=y
152   -CONFIG_SIGNALFD=y
153   -CONFIG_TIMERFD=y
154   -CONFIG_EVENTFD=y
155   -CONFIG_SHMEM=y
156   -CONFIG_AIO=y
157   -CONFIG_PCI_QUIRKS=y
158   -# CONFIG_EMBEDDED is not set
159   -CONFIG_HAVE_PERF_EVENTS=y
160   -CONFIG_PERF_USE_VMALLOC=y
161   -
162   -#
163   -# Kernel Performance Events And Counters
164   -#
165   -CONFIG_PERF_EVENTS=y
166   -# CONFIG_DEBUG_PERF_USE_VMALLOC is not set
167   -CONFIG_VM_EVENT_COUNTERS=y
168   -# CONFIG_SLUB_DEBUG is not set
169   -# CONFIG_COMPAT_BRK is not set
170   -# CONFIG_SLAB is not set
171   -CONFIG_SLUB=y
172   -# CONFIG_SLOB is not set
173   -CONFIG_SLUB_CPU_PARTIAL=y
174   -# CONFIG_SYSTEM_TRUSTED_KEYRING is not set
175   -# CONFIG_PROFILING is not set
176   -CONFIG_HAVE_OPROFILE=y
177   -# CONFIG_KPROBES is not set
178   -# CONFIG_JUMP_LABEL is not set
179   -# CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set
180   -CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
181   -CONFIG_ARCH_USE_BUILTIN_BSWAP=y
182   -CONFIG_HAVE_KPROBES=y
183   -CONFIG_HAVE_KRETPROBES=y
184   -CONFIG_HAVE_ARCH_TRACEHOOK=y
185   -CONFIG_HAVE_DMA_ATTRS=y
186   -CONFIG_HAVE_DMA_CONTIGUOUS=y
187   -CONFIG_GENERIC_SMP_IDLE_THREAD=y
188   -CONFIG_GENERIC_IDLE_POLL_SETUP=y
189   -CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
190   -CONFIG_HAVE_CLK=y
191   -CONFIG_HAVE_DMA_API_DEBUG=y
192   -CONFIG_HAVE_HW_BREAKPOINT=y
193   -CONFIG_HAVE_PERF_REGS=y
194   -CONFIG_HAVE_PERF_USER_STACK_DUMP=y
195   -CONFIG_HAVE_ARCH_JUMP_LABEL=y
196   -CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y
197   -CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
198   -CONFIG_SECCOMP_FILTER=y
199   -CONFIG_HAVE_CC_STACKPROTECTOR=y
200   -# CONFIG_CC_STACKPROTECTOR is not set
201   -CONFIG_CC_STACKPROTECTOR_NONE=y
202   -# CONFIG_CC_STACKPROTECTOR_REGULAR is not set
203   -# CONFIG_CC_STACKPROTECTOR_STRONG is not set
204   -CONFIG_HAVE_CONTEXT_TRACKING=y
205   -CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y
206   -CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
207   -CONFIG_MODULES_USE_ELF_REL=y
208   -CONFIG_CLONE_BACKWARDS=y
209   -CONFIG_OLD_SIGSUSPEND3=y
210   -CONFIG_OLD_SIGACTION=y
211   -
212   -#
213   -# GCOV-based kernel profiling
214   -#
215   -# CONFIG_GCOV_KERNEL is not set
216   -CONFIG_HAVE_GENERIC_DMA_COHERENT=y
217   -CONFIG_RT_MUTEXES=y
218   -CONFIG_BASE_SMALL=0
219   -CONFIG_MODULES=y
220   -# CONFIG_MODULE_FORCE_LOAD is not set
221   -CONFIG_MODULE_UNLOAD=y
222   -# CONFIG_MODULE_FORCE_UNLOAD is not set
223   -CONFIG_MODVERSIONS=y
224   -CONFIG_MODULE_SRCVERSION_ALL=y
225   -# CONFIG_MODULE_SIG is not set
226   -CONFIG_STOP_MACHINE=y
227   -CONFIG_BLOCK=y
228   -CONFIG_LBDAF=y
229   -# CONFIG_BLK_DEV_BSG is not set
230   -# CONFIG_BLK_DEV_BSGLIB is not set
231   -# CONFIG_BLK_DEV_INTEGRITY is not set
232   -# CONFIG_BLK_CMDLINE_PARSER is not set
233   -
234   -#
235   -# Partition Types
236   -#
237   -CONFIG_PARTITION_ADVANCED=y
238   -# CONFIG_ACORN_PARTITION is not set
239   -# CONFIG_AIX_PARTITION is not set
240   -# CONFIG_OSF_PARTITION is not set
241   -# CONFIG_AMIGA_PARTITION is not set
242   -# CONFIG_ATARI_PARTITION is not set
243   -# CONFIG_MAC_PARTITION is not set
244   -CONFIG_MSDOS_PARTITION=y
245   -# CONFIG_BSD_DISKLABEL is not set
246   -# CONFIG_MINIX_SUBPARTITION is not set
247   -# CONFIG_SOLARIS_X86_PARTITION is not set
248   -# CONFIG_UNIXWARE_DISKLABEL is not set
249   -# CONFIG_LDM_PARTITION is not set
250   -# CONFIG_SGI_PARTITION is not set
251   -# CONFIG_ULTRIX_PARTITION is not set
252   -# CONFIG_SUN_PARTITION is not set
253   -# CONFIG_KARMA_PARTITION is not set
254   -CONFIG_EFI_PARTITION=y
255   -# CONFIG_SYSV68_PARTITION is not set
256   -# CONFIG_CMDLINE_PARTITION is not set
257   -
258   -#
259   -# IO Schedulers
260   -#
261   -CONFIG_IOSCHED_NOOP=y
262   -CONFIG_IOSCHED_DEADLINE=y
263   -CONFIG_IOSCHED_CFQ=y
264   -# CONFIG_DEFAULT_DEADLINE is not set
265   -CONFIG_DEFAULT_CFQ=y
266   -# CONFIG_DEFAULT_NOOP is not set
267   -CONFIG_DEFAULT_IOSCHED="cfq"
268   -CONFIG_UNINLINE_SPIN_UNLOCK=y
269   -CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y
270   -CONFIG_MUTEX_SPIN_ON_OWNER=y
271   -CONFIG_FREEZER=y
272   -
273   -#
274   -# System Type
275   -#
276   -CONFIG_MMU=y
277   -CONFIG_ARCH_MULTIPLATFORM=y
278   -# CONFIG_ARCH_INTEGRATOR is not set
279   -# CONFIG_ARCH_REALVIEW is not set
280   -# CONFIG_ARCH_VERSATILE is not set
281   -# CONFIG_ARCH_AT91 is not set
282   -# CONFIG_ARCH_CLPS711X is not set
283   -# CONFIG_ARCH_GEMINI is not set
284   -# CONFIG_ARCH_EBSA110 is not set
285   -# CONFIG_ARCH_EP93XX is not set
286   -# CONFIG_ARCH_FOOTBRIDGE is not set
287   -# CONFIG_ARCH_NETX is not set
288   -# CONFIG_ARCH_IOP13XX is not set
289   -# CONFIG_ARCH_IOP32X is not set
290   -# CONFIG_ARCH_IOP33X is not set
291   -# CONFIG_ARCH_IXP4XX is not set
292   -# CONFIG_ARCH_DOVE is not set
293   -# CONFIG_ARCH_KIRKWOOD is not set
294   -# CONFIG_ARCH_MV78XX0 is not set
295   -# CONFIG_ARCH_ORION5X is not set
296   -# CONFIG_ARCH_MMP is not set
297   -# CONFIG_ARCH_KS8695 is not set
298   -# CONFIG_ARCH_W90X900 is not set
299   -# CONFIG_ARCH_LPC32XX is not set
300   -# CONFIG_ARCH_PXA is not set
301   -# CONFIG_ARCH_MSM_NODT is not set
302   -# CONFIG_ARCH_SHMOBILE_LEGACY is not set
303   -# CONFIG_ARCH_RPC is not set
304   -# CONFIG_ARCH_SA1100 is not set
305   -# CONFIG_ARCH_S3C24XX is not set
306   -# CONFIG_ARCH_S3C64XX is not set
307   -# CONFIG_ARCH_S5P64X0 is not set
308   -# CONFIG_ARCH_S5PC100 is not set
309   -# CONFIG_ARCH_S5PV210 is not set
310   -# CONFIG_ARCH_EXYNOS is not set
311   -# CONFIG_ARCH_DAVINCI is not set
312   -# CONFIG_ARCH_OMAP1 is not set
313   -
314   -#
315   -# Multiple platform selection
316   -#
317   -
318   -#
319   -# CPU Core family selection
320   -#
321   -# CONFIG_ARCH_MULTI_V6 is not set
322   -CONFIG_ARCH_MULTI_V7=y
323   -CONFIG_ARCH_MULTI_V6_V7=y
324   -# CONFIG_ARCH_MULTI_CPU_AUTO is not set
325   -# CONFIG_ARCH_MVEBU is not set
326   -# CONFIG_ARCH_BCM is not set
327   -# CONFIG_ARCH_BERLIN is not set
328   -# CONFIG_GPIO_PCA953X is not set
329   -# CONFIG_KEYBOARD_GPIO_POLLED is not set
330   -# CONFIG_ARCH_HIGHBANK is not set
331   -# CONFIG_ARCH_HI3xxx is not set
332   -# CONFIG_ARCH_KEYSTONE is not set
333   -# CONFIG_ARCH_MSM_DT is not set
334   -CONFIG_ARCH_MXC=y
335   -
336   -#
337   -# Freescale i.MX support
338   -#
339   -# CONFIG_MXC_DEBUG_BOARD is not set
340   -CONFIG_HAVE_IMX_RNG=y
341   -CONFIG_HAVE_IMX_ANATOP=y
342   -CONFIG_HAVE_IMX_GPC=y
343   -CONFIG_HAVE_IMX_MMDC=y
344   -CONFIG_HAVE_IMX_SRC=y
345   -CONFIG_HAVE_IMX_MCC=y
346   -CONFIG_HAVE_IMX_AMP=y
347   -
348   -#
349   -# i.MX51 machines:
350   -#
351   -# CONFIG_MACH_IMX51_DT is not set
352   -# CONFIG_MACH_MX51_BABBAGE is not set
353   -# CONFIG_MACH_EUKREA_CPUIMX51SD is not set
354   -
355   -#
356   -# Device tree only
357   -#
358   -# CONFIG_SOC_IMX50 is not set
359   -# CONFIG_SOC_IMX53 is not set
360   -CONFIG_SOC_IMX6=y
361   -CONFIG_SOC_IMX6Q=y
362   -CONFIG_SOC_IMX6SL=y
363   -CONFIG_SOC_IMX6SX=y
364   -# CONFIG_SOC_VF610 is not set
365   -# CONFIG_ARCH_OMAP3 is not set
366   -# CONFIG_ARCH_OMAP4 is not set
367   -# CONFIG_SOC_OMAP5 is not set
368   -# CONFIG_SOC_AM33XX is not set
369   -# CONFIG_SOC_AM43XX is not set
370   -# CONFIG_SOC_DRA7XX is not set
371   -# CONFIG_ARCH_ROCKCHIP is not set
372   -# CONFIG_ARCH_SOCFPGA is not set
373   -# CONFIG_PLAT_SPEAR is not set
374   -# CONFIG_ARCH_STI is not set
375   -# CONFIG_ARCH_SHMOBILE_MULTI is not set
376   -# CONFIG_ARCH_SUNXI is not set
377   -# CONFIG_ARCH_SIRF is not set
378   -# CONFIG_ARCH_TEGRA is not set
379   -# CONFIG_ARCH_U8500 is not set
380   -# CONFIG_ARCH_VEXPRESS is not set
381   -# CONFIG_ARCH_VIRT is not set
382   -# CONFIG_ARCH_WM8850 is not set
383   -# CONFIG_ARCH_ZYNQ is not set
384   -
385   -#
386   -# Processor Type
387   -#
388   -CONFIG_CPU_V7=y
389   -CONFIG_CPU_32v6K=y
390   -CONFIG_CPU_32v7=y
391   -CONFIG_CPU_ABRT_EV7=y
392   -CONFIG_CPU_PABRT_V7=y
393   -CONFIG_CPU_CACHE_V7=y
394   -CONFIG_CPU_CACHE_VIPT=y
395   -CONFIG_CPU_COPY_V6=y
396   -CONFIG_CPU_TLB_V7=y
397   -CONFIG_CPU_HAS_ASID=y
398   -CONFIG_CPU_CP15=y
399   -CONFIG_CPU_CP15_MMU=y
400   -
401   -#
402   -# Processor Features
403   -#
404   -# CONFIG_ARM_LPAE is not set
405   -# CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set
406   -CONFIG_ARM_THUMB=y
407   -# CONFIG_ARM_THUMBEE is not set
408   -CONFIG_ARM_VIRT_EXT=y
409   -CONFIG_SWP_EMULATE=y
410   -# CONFIG_CPU_ICACHE_DISABLE is not set
411   -# CONFIG_CPU_DCACHE_DISABLE is not set
412   -# CONFIG_CPU_BPREDICT_DISABLE is not set
413   -CONFIG_KUSER_HELPERS=y
414   -CONFIG_OUTER_CACHE=y
415   -CONFIG_OUTER_CACHE_SYNC=y
416   -CONFIG_MIGHT_HAVE_CACHE_L2X0=y
417   -CONFIG_CACHE_L2X0=y
418   -CONFIG_CACHE_PL310=y
419   -CONFIG_ARM_L1_CACHE_SHIFT_6=y
420   -CONFIG_ARM_L1_CACHE_SHIFT=6
421   -CONFIG_ARM_DMA_MEM_BUFFERABLE=y
422   -CONFIG_ARM_NR_BANKS=8
423   -CONFIG_MULTI_IRQ_HANDLER=y
424   -# CONFIG_ARM_ERRATA_430973 is not set
425   -# CONFIG_PL310_ERRATA_588369 is not set
426   -# CONFIG_ARM_ERRATA_643719 is not set
427   -# CONFIG_ARM_ERRATA_720789 is not set
428   -# CONFIG_PL310_ERRATA_727915 is not set
429   -# CONFIG_PL310_ERRATA_753970 is not set
430   -CONFIG_ARM_ERRATA_754322=y
431   -# CONFIG_ARM_ERRATA_754327 is not set
432   -CONFIG_ARM_ERRATA_764369=y
433   -CONFIG_PL310_ERRATA_769419=y
434   -CONFIG_ARM_ERRATA_775420=y
435   -# CONFIG_ARM_ERRATA_798181 is not set
436   -# CONFIG_ARM_ERRATA_773022 is not set
437   -
438   -#
439   -# Bus support
440   -#
441   -CONFIG_PCI=y
442   -CONFIG_PCI_DOMAINS=y
443   -CONFIG_PCI_SYSCALL=y
444   -CONFIG_PCI_MSI=y
445   -# CONFIG_PCI_DEBUG is not set
446   -CONFIG_PCI_REALLOC_ENABLE_AUTO=y
447   -CONFIG_PCI_STUB=y
448   -CONFIG_PCI_ATS=y
449   -CONFIG_PCI_IOV=y
450   -CONFIG_PCI_PRI=y
451   -CONFIG_PCI_PASID=y
452   -
453   -#
454   -# PCI host controller drivers
455   -#
456   -CONFIG_PCIE_DW=y
457   -CONFIG_PCI_IMX6=y
458   -# CONFIG_PCI_IMX6SX_EXTREMELY_PWR_SAVE is not set
459   -CONFIG_PCIE_FORCE_GEN1=y
460   -# CONFIG_EP_MODE_IN_EP_RC_SYS is not set
461   -# CONFIG_RC_MODE_IN_EP_RC_SYS is not set
462   -# CONFIG_PCI_HOST_GENERIC is not set
463   -CONFIG_PCIEPORTBUS=y
464   -CONFIG_PCIEAER=y
465   -# CONFIG_PCIE_ECRC is not set
466   -# CONFIG_PCIEAER_INJECT is not set
467   -CONFIG_PCIEASPM=y
468   -# CONFIG_PCIEASPM_DEBUG is not set
469   -CONFIG_PCIEASPM_DEFAULT=y
470   -# CONFIG_PCIEASPM_POWERSAVE is not set
471   -# CONFIG_PCIEASPM_PERFORMANCE is not set
472   -CONFIG_PCIE_PME=y
473   -# CONFIG_PCCARD is not set
474   -
475   -#
476   -# Kernel Features
477   -#
478   -CONFIG_HAVE_SMP=y
479   -CONFIG_SMP=y
480   -CONFIG_SMP_ON_UP=y
481   -CONFIG_ARM_CPU_TOPOLOGY=y
482   -# CONFIG_SCHED_MC is not set
483   -# CONFIG_SCHED_SMT is not set
484   -CONFIG_HAVE_ARM_SCU=y
485   -# CONFIG_HAVE_ARM_ARCH_TIMER is not set
486   -CONFIG_HAVE_ARM_TWD=y
487   -# CONFIG_MCPM is not set
488   -# CONFIG_BIG_LITTLE is not set
489   -# CONFIG_VMSPLIT_3G is not set
490   -CONFIG_VMSPLIT_2G=y
491   -# CONFIG_VMSPLIT_1G is not set
492   -CONFIG_PAGE_OFFSET=0x80000000
493   -CONFIG_NR_CPUS=4
494   -CONFIG_HOTPLUG_CPU=y
495   -# CONFIG_ARM_PSCI is not set
496   -CONFIG_ARCH_NR_GPIO=0
497   -# CONFIG_PREEMPT_NONE is not set
498   -# CONFIG_PREEMPT_VOLUNTARY is not set
499   -CONFIG_PREEMPT=y
500   -CONFIG_PREEMPT_COUNT=y
501   -CONFIG_HZ_FIXED=0
502   -CONFIG_HZ_100=y
503   -# CONFIG_HZ_200 is not set
504   -# CONFIG_HZ_250 is not set
505   -# CONFIG_HZ_300 is not set
506   -# CONFIG_HZ_500 is not set
507   -# CONFIG_HZ_1000 is not set
508   -CONFIG_HZ=100
509   -CONFIG_SCHED_HRTICK=y
510   -# CONFIG_THUMB2_KERNEL is not set
511   -CONFIG_AEABI=y
512   -# CONFIG_OABI_COMPAT is not set
513   -# CONFIG_ARCH_SPARSEMEM_DEFAULT is not set
514   -# CONFIG_ARCH_SELECT_MEMORY_MODEL is not set
515   -CONFIG_HAVE_ARCH_PFN_VALID=y
516   -CONFIG_HIGHMEM=y
517   -# CONFIG_HIGHPTE is not set
518   -CONFIG_HW_PERF_EVENTS=y
519   -CONFIG_ARCH_WANT_GENERAL_HUGETLB=y
520   -CONFIG_FLATMEM=y
521   -CONFIG_FLAT_NODE_MEM_MAP=y
522   -CONFIG_HAVE_MEMBLOCK=y
523   -CONFIG_NO_BOOTMEM=y
524   -CONFIG_MEMORY_ISOLATION=y
525   -# CONFIG_HAVE_BOOTMEM_INFO_NODE is not set
526   -CONFIG_PAGEFLAGS_EXTENDED=y
527   -CONFIG_SPLIT_PTLOCK_CPUS=4
528   -CONFIG_COMPACTION=y
529   -CONFIG_MIGRATION=y
530   -# CONFIG_PHYS_ADDR_T_64BIT is not set
531   -CONFIG_ZONE_DMA_FLAG=1
532   -CONFIG_BOUNCE=y
533   -CONFIG_KSM=y
534   -CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
535   -CONFIG_CROSS_MEMORY_ATTACH=y
536   -# CONFIG_CLEANCACHE is not set
537   -# CONFIG_FRONTSWAP is not set
538   -CONFIG_CMA=y
539   -# CONFIG_CMA_DEBUG is not set
540   -# CONFIG_ZBUD is not set
541   -# CONFIG_ZSMALLOC is not set
542   -CONFIG_FORCE_MAX_ZONEORDER=14
543   -CONFIG_ALIGNMENT_TRAP=y
544   -# CONFIG_UACCESS_WITH_MEMCPY is not set
545   -CONFIG_SECCOMP=y
546   -CONFIG_SWIOTLB=y
547   -CONFIG_IOMMU_HELPER=y
548   -# CONFIG_XEN is not set
549   -
550   -#
551   -# Boot options
552   -#
553   -CONFIG_USE_OF=y
554   -CONFIG_ATAGS=y
555   -# CONFIG_DEPRECATED_PARAM_STRUCT is not set
556   -CONFIG_ZBOOT_ROM_TEXT=0
557   -CONFIG_ZBOOT_ROM_BSS=0
558   -# CONFIG_ARM_APPENDED_DTB is not set
559   -CONFIG_CMDLINE="noinitrd console=ttymxc0,115200"
560   -CONFIG_CMDLINE_FROM_BOOTLOADER=y
561   -# CONFIG_CMDLINE_EXTEND is not set
562   -# CONFIG_CMDLINE_FORCE is not set
563   -# CONFIG_KEXEC is not set
564   -# CONFIG_CRASH_DUMP is not set
565   -CONFIG_AUTO_ZRELADDR=y
566   -
567   -#
568   -# CPU Power Management
569   -#
570   -
571   -#
572   -# CPU Frequency scaling
573   -#
574   -CONFIG_CPU_FREQ=y
575   -CONFIG_CPU_FREQ_GOV_COMMON=y
576   -CONFIG_CPU_FREQ_STAT=y
577   -# CONFIG_CPU_FREQ_STAT_DETAILS is not set
578   -# CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
579   -# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
580   -# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
581   -# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
582   -# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
583   -CONFIG_CPU_FREQ_DEFAULT_GOV_INTERACTIVE=y
584   -CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
585   -CONFIG_CPU_FREQ_GOV_POWERSAVE=y
586   -CONFIG_CPU_FREQ_GOV_USERSPACE=y
587   -CONFIG_CPU_FREQ_GOV_ONDEMAND=y
588   -CONFIG_CPU_FREQ_GOV_INTERACTIVE=y
589   -CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
590   -# CONFIG_GENERIC_CPUFREQ_CPU0 is not set
591   -
592   -#
593   -# ARM CPU frequency scaling drivers
594   -#
595   -CONFIG_ARM_IMX6Q_CPUFREQ=y
596   -# CONFIG_ARM_KIRKWOOD_CPUFREQ is not set
597   -
598   -#
599   -# CPU Idle
600   -#
601   -CONFIG_CPU_IDLE=y
602   -# CONFIG_CPU_IDLE_MULTIPLE_DRIVERS is not set
603   -CONFIG_CPU_IDLE_GOV_LADDER=y
604   -CONFIG_CPU_IDLE_GOV_MENU=y
605   -
606   -#
607   -# ARM CPU Idle Drivers
608   -#
609   -# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set
610   -
611   -#
612   -# Floating point emulation
613   -#
614   -
615   -#
616   -# At least one emulation must be selected
617   -#
618   -CONFIG_VFP=y
619   -CONFIG_VFPv3=y
620   -CONFIG_NEON=y
621   -# CONFIG_KERNEL_MODE_NEON is not set
622   -
623   -#
624   -# Userspace binary formats
625   -#
626   -CONFIG_BINFMT_ELF=y
627   -CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE=y
628   -CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
629   -CONFIG_BINFMT_SCRIPT=y
630   -# CONFIG_HAVE_AOUT is not set
631   -CONFIG_BINFMT_MISC=y
632   -CONFIG_COREDUMP=y
633   -
634   -#
635   -# Power management options
636   -#
637   -CONFIG_SUSPEND=y
638   -CONFIG_SUSPEND_FREEZER=y
639   -CONFIG_PM_SLEEP=y
640   -CONFIG_PM_SLEEP_SMP=y
641   -# CONFIG_PM_AUTOSLEEP is not set
642   -# CONFIG_PM_WAKELOCKS is not set
643   -CONFIG_PM_RUNTIME=y
644   -CONFIG_PM=y
645   -CONFIG_PM_DEBUG=y
646   -# CONFIG_PM_ADVANCED_DEBUG is not set
647   -CONFIG_PM_TEST_SUSPEND=y
648   -CONFIG_PM_SLEEP_DEBUG=y
649   -# CONFIG_APM_EMULATION is not set
650   -CONFIG_ARCH_HAS_OPP=y
651   -CONFIG_PM_OPP=y
652   -CONFIG_PM_CLK=y
653   -CONFIG_PM_GENERIC_DOMAINS=y
654   -# CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set
655   -CONFIG_PM_GENERIC_DOMAINS_SLEEP=y
656   -CONFIG_PM_GENERIC_DOMAINS_RUNTIME=y
657   -CONFIG_PM_GENERIC_DOMAINS_OF=y
658   -CONFIG_CPU_PM=y
659   -CONFIG_ARCH_SUSPEND_POSSIBLE=y
660   -CONFIG_ARM_CPU_SUSPEND=y
661   -CONFIG_NET=y
662   -
663   -#
664   -# Networking options
665   -#
666   -CONFIG_PACKET=y
667   -# CONFIG_PACKET_DIAG is not set
668   -CONFIG_UNIX=y
669   -# CONFIG_UNIX_DIAG is not set
670   -CONFIG_XFRM=y
671   -# CONFIG_XFRM_USER is not set
672   -# CONFIG_XFRM_SUB_POLICY is not set
673   -# CONFIG_XFRM_MIGRATE is not set
674   -# CONFIG_XFRM_STATISTICS is not set
675   -# CONFIG_NET_KEY is not set
676   -CONFIG_INET=y
677   -# CONFIG_IP_MULTICAST is not set
678   -# CONFIG_IP_ADVANCED_ROUTER is not set
679   -CONFIG_IP_PNP=y
680   -CONFIG_IP_PNP_DHCP=y
681   -# CONFIG_IP_PNP_BOOTP is not set
682   -# CONFIG_IP_PNP_RARP is not set
683   -# CONFIG_NET_IPIP is not set
684   -# CONFIG_NET_IPGRE_DEMUX is not set
685   -CONFIG_NET_IP_TUNNEL=y
686   -# CONFIG_SYN_COOKIES is not set
687   -# CONFIG_INET_AH is not set
688   -# CONFIG_INET_ESP is not set
689   -# CONFIG_INET_IPCOMP is not set
690   -# CONFIG_INET_XFRM_TUNNEL is not set
691   -CONFIG_INET_TUNNEL=y
692   -# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
693   -# CONFIG_INET_XFRM_MODE_TUNNEL is not set
694   -# CONFIG_INET_XFRM_MODE_BEET is not set
695   -# CONFIG_INET_LRO is not set
696   -CONFIG_INET_DIAG=y
697   -CONFIG_INET_TCP_DIAG=y
698   -# CONFIG_INET_UDP_DIAG is not set
699   -# CONFIG_TCP_CONG_ADVANCED is not set
700   -CONFIG_TCP_CONG_CUBIC=y
701   -CONFIG_DEFAULT_TCP_CONG="cubic"
702   -# CONFIG_TCP_MD5SIG is not set
703   -CONFIG_IPV6=y
704   -# CONFIG_IPV6_ROUTER_PREF is not set
705   -# CONFIG_IPV6_OPTIMISTIC_DAD is not set
706   -# CONFIG_INET6_AH is not set
707   -# CONFIG_INET6_ESP is not set
708   -# CONFIG_INET6_IPCOMP is not set
709   -# CONFIG_IPV6_MIP6 is not set
710   -# CONFIG_INET6_XFRM_TUNNEL is not set
711   -# CONFIG_INET6_TUNNEL is not set
712   -CONFIG_INET6_XFRM_MODE_TRANSPORT=y
713   -CONFIG_INET6_XFRM_MODE_TUNNEL=y
714   -CONFIG_INET6_XFRM_MODE_BEET=y
715   -# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
716   -# CONFIG_IPV6_VTI is not set
717   -CONFIG_IPV6_SIT=y
718   -# CONFIG_IPV6_SIT_6RD is not set
719   -CONFIG_IPV6_NDISC_NODETYPE=y
720   -# CONFIG_IPV6_TUNNEL is not set
721   -# CONFIG_IPV6_GRE is not set
722   -# CONFIG_IPV6_MULTIPLE_TABLES is not set
723   -# CONFIG_IPV6_MROUTE is not set
724   -# CONFIG_NETWORK_SECMARK is not set
725   -# CONFIG_NETWORK_PHY_TIMESTAMPING is not set
726   -CONFIG_NETFILTER=y
727   -# CONFIG_NETFILTER_DEBUG is not set
728   -CONFIG_NETFILTER_ADVANCED=y
729   -
730   -#
731   -# Core Netfilter Configuration
732   -#
733   -# CONFIG_NETFILTER_NETLINK_ACCT is not set
734   -# CONFIG_NETFILTER_NETLINK_QUEUE is not set
735   -# CONFIG_NETFILTER_NETLINK_LOG is not set
736   -CONFIG_NF_CONNTRACK=m
737   -# CONFIG_NF_CONNTRACK_MARK is not set
738   -# CONFIG_NF_CONNTRACK_PROCFS is not set
739   -# CONFIG_NF_CONNTRACK_EVENTS is not set
740   -# CONFIG_NF_CONNTRACK_TIMEOUT is not set
741   -# CONFIG_NF_CONNTRACK_TIMESTAMP is not set
742   -# CONFIG_NF_CT_PROTO_DCCP is not set
743   -# CONFIG_NF_CT_PROTO_SCTP is not set
744   -# CONFIG_NF_CT_PROTO_UDPLITE is not set
745   -# CONFIG_NF_CONNTRACK_AMANDA is not set
746   -# CONFIG_NF_CONNTRACK_FTP is not set
747   -# CONFIG_NF_CONNTRACK_H323 is not set
748   -# CONFIG_NF_CONNTRACK_IRC is not set
749   -# CONFIG_NF_CONNTRACK_NETBIOS_NS is not set
750   -# CONFIG_NF_CONNTRACK_SNMP is not set
751   -# CONFIG_NF_CONNTRACK_PPTP is not set
752   -# CONFIG_NF_CONNTRACK_SANE is not set
753   -# CONFIG_NF_CONNTRACK_SIP is not set
754   -# CONFIG_NF_CONNTRACK_TFTP is not set
755   -# CONFIG_NF_CT_NETLINK is not set
756   -# CONFIG_NF_CT_NETLINK_TIMEOUT is not set
757   -CONFIG_NF_NAT=m
758   -CONFIG_NF_NAT_NEEDED=y
759   -# CONFIG_NF_NAT_AMANDA is not set
760   -# CONFIG_NF_NAT_FTP is not set
761   -# CONFIG_NF_NAT_IRC is not set
762   -# CONFIG_NF_NAT_SIP is not set
763   -# CONFIG_NF_NAT_TFTP is not set
764   -# CONFIG_NF_TABLES is not set
765   -CONFIG_NETFILTER_XTABLES=m
766   -
767   -#
768   -# Xtables combined modules
769   -#
770   -# CONFIG_NETFILTER_XT_MARK is not set
771   -# CONFIG_NETFILTER_XT_CONNMARK is not set
772   -
773   -#
774   -# Xtables targets
775   -#
776   -# CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set
777   -# CONFIG_NETFILTER_XT_TARGET_CONNMARK is not set
778   -# CONFIG_NETFILTER_XT_TARGET_HMARK is not set
779   -# CONFIG_NETFILTER_XT_TARGET_IDLETIMER is not set
780   -# CONFIG_NETFILTER_XT_TARGET_LED is not set
781   -# CONFIG_NETFILTER_XT_TARGET_LOG is not set
782   -# CONFIG_NETFILTER_XT_TARGET_MARK is not set
783   -CONFIG_NETFILTER_XT_TARGET_NETMAP=m
784   -# CONFIG_NETFILTER_XT_TARGET_NFLOG is not set
785   -# CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set
786   -# CONFIG_NETFILTER_XT_TARGET_RATEEST is not set
787   -CONFIG_NETFILTER_XT_TARGET_REDIRECT=m
788   -# CONFIG_NETFILTER_XT_TARGET_TEE is not set
789   -# CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set
790   -
791   -#
792   -# Xtables matches
793   -#
794   -# CONFIG_NETFILTER_XT_MATCH_ADDRTYPE is not set
795   -# CONFIG_NETFILTER_XT_MATCH_BPF is not set
796   -# CONFIG_NETFILTER_XT_MATCH_CGROUP is not set
797   -# CONFIG_NETFILTER_XT_MATCH_CLUSTER is not set
798   -# CONFIG_NETFILTER_XT_MATCH_COMMENT is not set
799   -# CONFIG_NETFILTER_XT_MATCH_CONNBYTES is not set
800   -# CONFIG_NETFILTER_XT_MATCH_CONNLABEL is not set
801   -# CONFIG_NETFILTER_XT_MATCH_CONNLIMIT is not set
802   -# CONFIG_NETFILTER_XT_MATCH_CONNMARK is not set
803   -# CONFIG_NETFILTER_XT_MATCH_CONNTRACK is not set
804   -# CONFIG_NETFILTER_XT_MATCH_CPU is not set
805   -# CONFIG_NETFILTER_XT_MATCH_DCCP is not set
806   -# CONFIG_NETFILTER_XT_MATCH_DEVGROUP is not set
807   -# CONFIG_NETFILTER_XT_MATCH_DSCP is not set
808   -# CONFIG_NETFILTER_XT_MATCH_ECN is not set
809   -# CONFIG_NETFILTER_XT_MATCH_ESP is not set
810   -# CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set
811   -# CONFIG_NETFILTER_XT_MATCH_HELPER is not set
812   -# CONFIG_NETFILTER_XT_MATCH_HL is not set
813   -# CONFIG_NETFILTER_XT_MATCH_IPCOMP is not set
814   -# CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set
815   -# CONFIG_NETFILTER_XT_MATCH_L2TP is not set
816   -# CONFIG_NETFILTER_XT_MATCH_LENGTH is not set
817   -# CONFIG_NETFILTER_XT_MATCH_LIMIT is not set
818   -# CONFIG_NETFILTER_XT_MATCH_MAC is not set
819   -# CONFIG_NETFILTER_XT_MATCH_MARK is not set
820   -# CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set
821   -# CONFIG_NETFILTER_XT_MATCH_NFACCT is not set
822   -# CONFIG_NETFILTER_XT_MATCH_OWNER is not set
823   -# CONFIG_NETFILTER_XT_MATCH_POLICY is not set
824   -# CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set
825   -# CONFIG_NETFILTER_XT_MATCH_QUOTA is not set
826   -# CONFIG_NETFILTER_XT_MATCH_RATEEST is not set
827   -# CONFIG_NETFILTER_XT_MATCH_REALM is not set
828   -# CONFIG_NETFILTER_XT_MATCH_RECENT is not set
829   -# CONFIG_NETFILTER_XT_MATCH_SCTP is not set
830   -# CONFIG_NETFILTER_XT_MATCH_SOCKET is not set
831   -# CONFIG_NETFILTER_XT_MATCH_STATE is not set
832   -# CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set
833   -# CONFIG_NETFILTER_XT_MATCH_STRING is not set
834   -# CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set
835   -# CONFIG_NETFILTER_XT_MATCH_TIME is not set
836   -# CONFIG_NETFILTER_XT_MATCH_U32 is not set
837   -# CONFIG_IP_SET is not set
838   -# CONFIG_IP_VS is not set
839   -
840   -#
841   -# IP: Netfilter Configuration
842   -#
843   -CONFIG_NF_DEFRAG_IPV4=m
844   -CONFIG_NF_CONNTRACK_IPV4=m
845   -CONFIG_IP_NF_IPTABLES=m
846   -# CONFIG_IP_NF_MATCH_AH is not set
847   -# CONFIG_IP_NF_MATCH_ECN is not set
848   -# CONFIG_IP_NF_MATCH_TTL is not set
849   -CONFIG_IP_NF_FILTER=m
850   -CONFIG_IP_NF_TARGET_REJECT=m
851   -# CONFIG_IP_NF_TARGET_SYNPROXY is not set
852   -CONFIG_IP_NF_TARGET_ULOG=m
853   -CONFIG_NF_NAT_IPV4=m
854   -CONFIG_IP_NF_TARGET_MASQUERADE=m
855   -CONFIG_IP_NF_TARGET_NETMAP=m
856   -CONFIG_IP_NF_TARGET_REDIRECT=m
857   -# CONFIG_NF_NAT_PPTP is not set
858   -# CONFIG_NF_NAT_H323 is not set
859   -# CONFIG_IP_NF_MANGLE is not set
860   -# CONFIG_IP_NF_RAW is not set
861   -# CONFIG_IP_NF_ARPTABLES is not set
862   -
863   -#
864   -# IPv6: Netfilter Configuration
865   -#
866   -# CONFIG_NF_DEFRAG_IPV6 is not set
867   -# CONFIG_NF_CONNTRACK_IPV6 is not set
868   -# CONFIG_IP6_NF_IPTABLES is not set
869   -# CONFIG_IP_DCCP is not set
870   -# CONFIG_IP_SCTP is not set
871   -# CONFIG_RDS is not set
872   -# CONFIG_TIPC is not set
873   -# CONFIG_ATM is not set
874   -# CONFIG_L2TP is not set
875   -# CONFIG_BRIDGE is not set
876   -CONFIG_HAVE_NET_DSA=y
877   -CONFIG_VLAN_8021Q=y
878   -# CONFIG_VLAN_8021Q_GVRP is not set
879   -# CONFIG_VLAN_8021Q_MVRP is not set
880   -# CONFIG_DECNET is not set
881   -CONFIG_LLC=y
882   -CONFIG_LLC2=y
883   -# CONFIG_IPX is not set
884   -# CONFIG_ATALK is not set
885   -# CONFIG_X25 is not set
886   -# CONFIG_LAPB is not set
887   -# CONFIG_PHONET is not set
888   -# CONFIG_IEEE802154 is not set
889   -CONFIG_6LOWPAN_IPHC=y
890   -# CONFIG_NET_SCHED is not set
891   -# CONFIG_DCB is not set
892   -CONFIG_DNS_RESOLVER=y
893   -# CONFIG_BATMAN_ADV is not set
894   -# CONFIG_OPENVSWITCH is not set
895   -# CONFIG_VSOCKETS is not set
896   -# CONFIG_NETLINK_MMAP is not set
897   -# CONFIG_NETLINK_DIAG is not set
898   -# CONFIG_NET_MPLS_GSO is not set
899   -# CONFIG_HSR is not set
900   -CONFIG_RPS=y
901   -CONFIG_RFS_ACCEL=y
902   -CONFIG_XPS=y
903   -# CONFIG_CGROUP_NET_PRIO is not set
904   -# CONFIG_CGROUP_NET_CLASSID is not set
905   -CONFIG_NET_RX_BUSY_POLL=y
906   -CONFIG_BQL=y
907   -# CONFIG_BPF_JIT is not set
908   -CONFIG_NET_FLOW_LIMIT=y
909   -
910   -#
911   -# Network testing
912   -#
913   -# CONFIG_NET_PKTGEN is not set
914   -# CONFIG_HAMRADIO is not set
915   -# CONFIG_CAN is not set
916   -# CONFIG_IRDA is not set
917   -CONFIG_BT=y
918   -CONFIG_BT_RFCOMM=y
919   -CONFIG_BT_RFCOMM_TTY=y
920   -CONFIG_BT_BNEP=y
921   -CONFIG_BT_BNEP_MC_FILTER=y
922   -CONFIG_BT_BNEP_PROTO_FILTER=y
923   -CONFIG_BT_HIDP=y
924   -
925   -#
926   -# Bluetooth device drivers
927   -#
928   -CONFIG_BT_HCIBTUSB=m
929   -# CONFIG_BT_HCIBTSDIO is not set
930   -# CONFIG_BT_HCIUART is not set
931   -# CONFIG_BT_HCIBCM203X is not set
932   -# CONFIG_BT_HCIBPA10X is not set
933   -# CONFIG_BT_HCIBFUSB is not set
934   -# CONFIG_BT_HCIVHCI is not set
935   -# CONFIG_BT_MRVL is not set
936   -CONFIG_BT_ATH3K=m
937   -# CONFIG_AF_RXRPC is not set
938   -CONFIG_WIRELESS=y
939   -CONFIG_WIRELESS_EXT=y
940   -CONFIG_WEXT_CORE=y
941   -CONFIG_WEXT_PROC=y
942   -CONFIG_WEXT_SPY=y
943   -CONFIG_WEXT_PRIV=y
944   -CONFIG_CFG80211=y
945   -# CONFIG_NL80211_TESTMODE is not set
946   -# CONFIG_CFG80211_DEVELOPER_WARNINGS is not set
947   -# CONFIG_CFG80211_REG_DEBUG is not set
948   -# CONFIG_CFG80211_CERTIFICATION_ONUS is not set
949   -CONFIG_CFG80211_DEFAULT_PS=y
950   -CONFIG_CFG80211_DEBUGFS=y
951   -# CONFIG_CFG80211_INTERNAL_REGDB is not set
952   -CONFIG_CFG80211_WEXT=y
953   -CONFIG_LIB80211=y
954   -CONFIG_LIB80211_CRYPT_WEP=y
955   -CONFIG_LIB80211_CRYPT_CCMP=y
956   -CONFIG_LIB80211_CRYPT_TKIP=y
957   -# CONFIG_LIB80211_DEBUG is not set
958   -CONFIG_MAC80211=y
959   -CONFIG_MAC80211_HAS_RC=y
960   -# CONFIG_MAC80211_RC_PID is not set
961   -CONFIG_MAC80211_RC_MINSTREL=y
962   -CONFIG_MAC80211_RC_MINSTREL_HT=y
963   -CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y
964   -CONFIG_MAC80211_RC_DEFAULT="minstrel_ht"
965   -# CONFIG_MAC80211_MESH is not set
966   -CONFIG_MAC80211_LEDS=y
967   -CONFIG_MAC80211_DEBUGFS=y
968   -# CONFIG_MAC80211_MESSAGE_TRACING is not set
969   -# CONFIG_MAC80211_DEBUG_MENU is not set
970   -# CONFIG_WIMAX is not set
971   -CONFIG_RFKILL=y
972   -CONFIG_RFKILL_LEDS=y
973   -# CONFIG_RFKILL_INPUT is not set
974   -# CONFIG_RFKILL_REGULATOR is not set
975   -CONFIG_RFKILL_GPIO=y
976   -# CONFIG_NET_9P is not set
977   -# CONFIG_CAIF is not set
978   -# CONFIG_CEPH_LIB is not set
979   -# CONFIG_NFC is not set
980   -CONFIG_HAVE_BPF_JIT=y
981   -
982   -#
983   -# Device Drivers
984   -#
985   -
986   -#
987   -# Generic Driver Options
988   -#
989   -CONFIG_UEVENT_HELPER_PATH=""
990   -CONFIG_DEVTMPFS=y
991   -CONFIG_DEVTMPFS_MOUNT=y
992   -# CONFIG_STANDALONE is not set
993   -CONFIG_PREVENT_FIRMWARE_BUILD=y
994   -CONFIG_FW_LOADER=y
995   -CONFIG_FIRMWARE_IN_KERNEL=y
996   -CONFIG_EXTRA_FIRMWARE=""
997   -# CONFIG_FW_LOADER_USER_HELPER is not set
998   -# CONFIG_DEBUG_DRIVER is not set
999   -# CONFIG_DEBUG_DEVRES is not set
1000   -# CONFIG_SYS_HYPERVISOR is not set
1001   -# CONFIG_GENERIC_CPU_DEVICES is not set
1002   -CONFIG_SOC_BUS=y
1003   -CONFIG_REGMAP=y
1004   -CONFIG_REGMAP_I2C=y
1005   -CONFIG_REGMAP_SPI=y
1006   -CONFIG_REGMAP_MMIO=y
1007   -CONFIG_DMA_SHARED_BUFFER=y
1008   -CONFIG_DMA_CMA=y
1009   -
1010   -#
1011   -# Default contiguous memory area size:
1012   -#
1013   -CONFIG_CMA_SIZE_MBYTES=320
1014   -CONFIG_CMA_SIZE_SEL_MBYTES=y
1015   -# CONFIG_CMA_SIZE_SEL_PERCENTAGE is not set
1016   -# CONFIG_CMA_SIZE_SEL_MIN is not set
1017   -# CONFIG_CMA_SIZE_SEL_MAX is not set
1018   -CONFIG_CMA_ALIGNMENT=8
1019   -CONFIG_CMA_AREAS=7
1020   -
1021   -#
1022   -# Bus devices
1023   -#
1024   -# CONFIG_IMX_WEIM is not set
1025   -# CONFIG_ARM_CCI is not set
1026   -CONFIG_CONNECTOR=y
1027   -CONFIG_PROC_EVENTS=y
1028   -CONFIG_MTD=y
1029   -# CONFIG_MTD_TESTS is not set
1030   -# CONFIG_MTD_REDBOOT_PARTS is not set
1031   -CONFIG_MTD_CMDLINE_PARTS=y
1032   -# CONFIG_MTD_AFS_PARTS is not set
1033   -CONFIG_MTD_OF_PARTS=y
1034   -# CONFIG_MTD_AR7_PARTS is not set
1035   -
1036   -#
1037   -# User Modules And Translation Layers
1038   -#
1039   -CONFIG_MTD_BLKDEVS=y
1040   -CONFIG_MTD_BLOCK=y
1041   -# CONFIG_FTL is not set
1042   -# CONFIG_NFTL is not set
1043   -# CONFIG_INFTL is not set
1044   -# CONFIG_RFD_FTL is not set
1045   -# CONFIG_SSFDC is not set
1046   -# CONFIG_SM_FTL is not set
1047   -# CONFIG_MTD_OOPS is not set
1048   -# CONFIG_MTD_SWAP is not set
1049   -
1050   -#
1051   -# RAM/ROM/Flash chip drivers
1052   -#
1053   -# CONFIG_MTD_CFI is not set
1054   -# CONFIG_MTD_JEDECPROBE is not set
1055   -CONFIG_MTD_MAP_BANK_WIDTH_1=y
1056   -CONFIG_MTD_MAP_BANK_WIDTH_2=y
1057   -CONFIG_MTD_MAP_BANK_WIDTH_4=y
1058   -# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
1059   -# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
1060   -# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
1061   -CONFIG_MTD_CFI_I1=y
1062   -CONFIG_MTD_CFI_I2=y
1063   -# CONFIG_MTD_CFI_I4 is not set
1064   -# CONFIG_MTD_CFI_I8 is not set
1065   -# CONFIG_MTD_RAM is not set
1066   -# CONFIG_MTD_ROM is not set
1067   -# CONFIG_MTD_ABSENT is not set
1068   -
1069   -#
1070   -# Mapping drivers for chip access
1071   -#
1072   -# CONFIG_MTD_COMPLEX_MAPPINGS is not set
1073   -# CONFIG_MTD_INTEL_VR_NOR is not set
1074   -# CONFIG_MTD_PLATRAM is not set
1075   -
1076   -#
1077   -# Self-contained MTD device drivers
1078   -#
1079   -# CONFIG_MTD_PMC551 is not set
1080   -# CONFIG_MTD_DATAFLASH is not set
1081   -CONFIG_MTD_M25P80=y
1082   -CONFIG_MTD_SST25L=y
1083   -# CONFIG_MTD_SLRAM is not set
1084   -# CONFIG_MTD_PHRAM is not set
1085   -# CONFIG_MTD_MTDRAM is not set
1086   -# CONFIG_MTD_BLOCK2MTD is not set
1087   -
1088   -#
1089   -# Disk-On-Chip Device Drivers
1090   -#
1091   -# CONFIG_MTD_DOCG3 is not set
1092   -# CONFIG_MTD_NAND is not set
1093   -# CONFIG_MTD_ONENAND is not set
1094   -
1095   -#
1096   -# LPDDR flash memory drivers
1097   -#
1098   -# CONFIG_MTD_LPDDR is not set
1099   -CONFIG_MTD_SPI_NOR=y
1100   -# CONFIG_SPI_FSL_QUADSPI is not set
1101   -# CONFIG_MTD_UBI is not set
1102   -CONFIG_DTC=y
1103   -CONFIG_OF=y
1104   -
1105   -#
1106   -# Device Tree and Open Firmware support
1107   -#
1108   -CONFIG_PROC_DEVICETREE=y
1109   -# CONFIG_OF_SELFTEST is not set
1110   -CONFIG_OF_FLATTREE=y
1111   -CONFIG_OF_EARLY_FLATTREE=y
1112   -CONFIG_OF_ADDRESS=y
1113   -CONFIG_OF_IRQ=y
1114   -CONFIG_OF_NET=y
1115   -CONFIG_OF_MDIO=y
1116   -CONFIG_OF_PCI=y
1117   -CONFIG_OF_PCI_IRQ=y
1118   -CONFIG_OF_MTD=y
1119   -CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
1120   -# CONFIG_PARPORT is not set
1121   -CONFIG_BLK_DEV=y
1122   -# CONFIG_BLK_DEV_NULL_BLK is not set
1123   -# CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set
1124   -# CONFIG_BLK_CPQ_CISS_DA is not set
1125   -# CONFIG_BLK_DEV_DAC960 is not set
1126   -# CONFIG_BLK_DEV_UMEM is not set
1127   -# CONFIG_BLK_DEV_COW_COMMON is not set
1128   -CONFIG_BLK_DEV_LOOP=y
1129   -CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
1130   -# CONFIG_BLK_DEV_CRYPTOLOOP is not set
1131   -# CONFIG_BLK_DEV_DRBD is not set
1132   -CONFIG_BLK_DEV_NBD=y
1133   -# CONFIG_BLK_DEV_NVME is not set
1134   -# CONFIG_BLK_DEV_SX8 is not set
1135   -CONFIG_BLK_DEV_RAM=y
1136   -CONFIG_BLK_DEV_RAM_COUNT=16
1137   -CONFIG_BLK_DEV_RAM_SIZE=131072
1138   -# CONFIG_BLK_DEV_XIP is not set
1139   -# CONFIG_CDROM_PKTCDVD is not set
1140   -# CONFIG_ATA_OVER_ETH is not set
1141   -# CONFIG_MG_DISK is not set
1142   -# CONFIG_BLK_DEV_RBD is not set
1143   -# CONFIG_BLK_DEV_RSXX is not set
1144   -
1145   -#
1146   -# Misc devices
1147   -#
1148   -# CONFIG_SENSORS_LIS3LV02D is not set
1149   -# CONFIG_AD525X_DPOT is not set
1150   -# CONFIG_ATMEL_PWM is not set
1151   -# CONFIG_DUMMY_IRQ is not set
1152   -# CONFIG_PHANTOM is not set
1153   -# CONFIG_LS_BRAILLE is not set
1154   -# CONFIG_SGI_IOC4 is not set
1155   -# CONFIG_TIFM_CORE is not set
1156   -# CONFIG_ICS932S401 is not set
1157   -# CONFIG_ATMEL_SSC is not set
1158   -# CONFIG_ENCLOSURE_SERVICES is not set
1159   -# CONFIG_HP_ILO is not set
1160   -# CONFIG_APDS9802ALS is not set
1161   -# CONFIG_ISL29003 is not set
1162   -# CONFIG_ISL29020 is not set
1163   -# CONFIG_SENSORS_TSL2550 is not set
1164   -# CONFIG_SENSORS_BH1780 is not set
1165   -# CONFIG_SENSORS_BH1770 is not set
1166   -# CONFIG_SENSORS_APDS990X is not set
1167   -# CONFIG_HMC6352 is not set
1168   -# CONFIG_DS1682 is not set
1169   -# CONFIG_TI_DAC7512 is not set
1170   -# CONFIG_BMP085_I2C is not set
1171   -# CONFIG_BMP085_SPI is not set
1172   -# CONFIG_PCH_PHUB is not set
1173   -# CONFIG_USB_SWITCH_FSA9480 is not set
1174   -# CONFIG_LATTICE_ECP3_CONFIG is not set
1175   -CONFIG_SRAM=y
1176   -# CONFIG_C2PORT is not set
1177   -
1178   -#
1179   -# EEPROM support
1180   -#
1181   -CONFIG_EEPROM_AT24=y
1182   -CONFIG_EEPROM_AT25=y
1183   -# CONFIG_EEPROM_LEGACY is not set
1184   -# CONFIG_EEPROM_MAX6875 is not set
1185   -# CONFIG_EEPROM_93CX6 is not set
1186   -# CONFIG_EEPROM_93XX46 is not set
1187   -# CONFIG_CB710_CORE is not set
1188   -
1189   -#
1190   -# Texas Instruments shared transport line discipline
1191   -#
1192   -# CONFIG_TI_ST is not set
1193   -# CONFIG_SENSORS_LIS3_SPI is not set
1194   -# CONFIG_SENSORS_LIS3_I2C is not set
1195   -
1196   -#
1197   -# Altera FPGA firmware download module
1198   -#
1199   -# CONFIG_ALTERA_STAPL is not set
1200   -
1201   -#
1202   -# Intel MIC Host Driver
1203   -#
1204   -
1205   -#
1206   -# Intel MIC Card Driver
1207   -#
1208   -CONFIG_HAVE_IDE=y
1209   -# CONFIG_IDE is not set
1210   -
1211   -#
1212   -# SCSI device support
1213   -#
1214   -CONFIG_SCSI_MOD=y
1215   -# CONFIG_RAID_ATTRS is not set
1216   -CONFIG_SCSI=y
1217   -CONFIG_SCSI_DMA=y
1218   -# CONFIG_SCSI_TGT is not set
1219   -# CONFIG_SCSI_NETLINK is not set
1220   -# CONFIG_SCSI_PROC_FS is not set
1221   -
1222   -#
1223   -# SCSI support type (disk, tape, CD-ROM)
1224   -#
1225   -CONFIG_BLK_DEV_SD=y
1226   -# CONFIG_CHR_DEV_ST is not set
1227   -# CONFIG_CHR_DEV_OSST is not set
1228   -# CONFIG_BLK_DEV_SR is not set
1229   -# CONFIG_CHR_DEV_SG is not set
1230   -# CONFIG_CHR_DEV_SCH is not set
1231   -CONFIG_SCSI_MULTI_LUN=y
1232   -CONFIG_SCSI_CONSTANTS=y
1233   -CONFIG_SCSI_LOGGING=y
1234   -CONFIG_SCSI_SCAN_ASYNC=y
1235   -
1236   -#
1237   -# SCSI Transports
1238   -#
1239   -# CONFIG_SCSI_SPI_ATTRS is not set
1240   -# CONFIG_SCSI_FC_ATTRS is not set
1241   -# CONFIG_SCSI_ISCSI_ATTRS is not set
1242   -# CONFIG_SCSI_SAS_ATTRS is not set
1243   -# CONFIG_SCSI_SAS_LIBSAS is not set
1244   -# CONFIG_SCSI_SRP_ATTRS is not set
1245   -# CONFIG_SCSI_LOWLEVEL is not set
1246   -# CONFIG_SCSI_DH is not set
1247   -# CONFIG_SCSI_OSD_INITIATOR is not set
1248   -# CONFIG_ATA is not set
1249   -# CONFIG_MD is not set
1250   -# CONFIG_TARGET_CORE is not set
1251   -# CONFIG_FUSION is not set
1252   -
1253   -#
1254   -# IEEE 1394 (FireWire) support
1255   -#
1256   -# CONFIG_FIREWIRE is not set
1257   -# CONFIG_FIREWIRE_NOSY is not set
1258   -# CONFIG_I2O is not set
1259   -CONFIG_NETDEVICES=y
1260   -CONFIG_NET_CORE=y
1261   -# CONFIG_BONDING is not set
1262   -# CONFIG_DUMMY is not set
1263   -# CONFIG_EQUALIZER is not set
1264   -# CONFIG_NET_FC is not set
1265   -# CONFIG_NET_TEAM is not set
1266   -# CONFIG_MACVLAN is not set
1267   -# CONFIG_VXLAN is not set
1268   -# CONFIG_NETCONSOLE is not set
1269   -# CONFIG_NETPOLL is not set
1270   -# CONFIG_NET_POLL_CONTROLLER is not set
1271   -# CONFIG_TUN is not set
1272   -# CONFIG_VETH is not set
1273   -# CONFIG_NLMON is not set
1274   -# CONFIG_ARCNET is not set
1275   -
1276   -#
1277   -# CAIF transport drivers
1278   -#
1279   -
1280   -#
1281   -# Distributed Switch Architecture drivers
1282   -#
1283   -# CONFIG_NET_DSA_MV88E6XXX is not set
1284   -# CONFIG_NET_DSA_MV88E6060 is not set
1285   -# CONFIG_NET_DSA_MV88E6XXX_NEED_PPU is not set
1286   -# CONFIG_NET_DSA_MV88E6131 is not set
1287   -# CONFIG_NET_DSA_MV88E6123_61_65 is not set
1288   -CONFIG_ETHERNET=y
1289   -# CONFIG_NET_VENDOR_3COM is not set
1290   -# CONFIG_NET_VENDOR_ADAPTEC is not set
1291   -# CONFIG_NET_VENDOR_ALTEON is not set
1292   -# CONFIG_NET_VENDOR_AMD is not set
1293   -# CONFIG_NET_VENDOR_ARC is not set
1294   -# CONFIG_NET_VENDOR_ATHEROS is not set
1295   -# CONFIG_NET_CADENCE is not set
1296   -# CONFIG_NET_VENDOR_BROADCOM is not set
1297   -# CONFIG_NET_VENDOR_BROCADE is not set
1298   -# CONFIG_NET_CALXEDA_XGMAC is not set
1299   -# CONFIG_NET_VENDOR_CHELSIO is not set
1300   -# CONFIG_NET_VENDOR_CIRRUS is not set
1301   -# CONFIG_NET_VENDOR_CISCO is not set
1302   -# CONFIG_DM9000 is not set
1303   -# CONFIG_DNET is not set
1304   -# CONFIG_NET_VENDOR_DEC is not set
1305   -# CONFIG_NET_VENDOR_DLINK is not set
1306   -# CONFIG_NET_VENDOR_EMULEX is not set
1307   -# CONFIG_NET_VENDOR_EXAR is not set
1308   -# CONFIG_NET_VENDOR_FARADAY is not set
1309   -CONFIG_NET_VENDOR_FREESCALE=y
1310   -CONFIG_FEC=y
1311   -# CONFIG_NET_VENDOR_HP is not set
1312   -# CONFIG_NET_VENDOR_INTEL is not set
1313   -# CONFIG_IP1000 is not set
1314   -# CONFIG_JME is not set
1315   -# CONFIG_NET_VENDOR_MARVELL is not set
1316   -# CONFIG_NET_VENDOR_MELLANOX is not set
1317   -# CONFIG_NET_VENDOR_MICREL is not set
1318   -# CONFIG_NET_VENDOR_MICROCHIP is not set
1319   -# CONFIG_NET_VENDOR_MYRI is not set
1320   -# CONFIG_FEALNX is not set
1321   -# CONFIG_NET_VENDOR_NATSEMI is not set
1322   -# CONFIG_NET_VENDOR_NVIDIA is not set
1323   -# CONFIG_NET_VENDOR_OKI is not set
1324   -# CONFIG_ETHOC is not set
1325   -# CONFIG_NET_PACKET_ENGINE is not set
1326   -# CONFIG_NET_VENDOR_QLOGIC is not set
1327   -# CONFIG_NET_VENDOR_REALTEK is not set
1328   -# CONFIG_SH_ETH is not set
1329   -# CONFIG_NET_VENDOR_RDC is not set
1330   -# CONFIG_NET_VENDOR_SEEQ is not set
1331   -# CONFIG_NET_VENDOR_SILAN is not set
1332   -# CONFIG_NET_VENDOR_SIS is not set
1333   -# CONFIG_SFC is not set
1334   -# CONFIG_NET_VENDOR_SMSC is not set
1335   -# CONFIG_NET_VENDOR_STMICRO is not set
1336   -# CONFIG_NET_VENDOR_SUN is not set
1337   -# CONFIG_NET_VENDOR_TEHUTI is not set
1338   -# CONFIG_NET_VENDOR_TI is not set
1339   -# CONFIG_NET_VENDOR_VIA is not set
1340   -# CONFIG_NET_VENDOR_WIZNET is not set
1341   -# CONFIG_FDDI is not set
1342   -# CONFIG_HIPPI is not set
1343   -CONFIG_PHYLIB=y
1344   -
1345   -#
1346   -# MII PHY device drivers
1347   -#
1348   -CONFIG_AT803X_PHY=y
1349   -# CONFIG_AMD_PHY is not set
1350   -# CONFIG_MARVELL_PHY is not set
1351   -# CONFIG_DAVICOM_PHY is not set
1352   -# CONFIG_QSEMI_PHY is not set
1353   -# CONFIG_LXT_PHY is not set
1354   -# CONFIG_CICADA_PHY is not set
1355   -# CONFIG_VITESSE_PHY is not set
1356   -# CONFIG_SMSC_PHY is not set
1357   -# CONFIG_BROADCOM_PHY is not set
1358   -# CONFIG_BCM87XX_PHY is not set
1359   -# CONFIG_ICPLUS_PHY is not set
1360   -# CONFIG_REALTEK_PHY is not set
1361   -# CONFIG_NATIONAL_PHY is not set
1362   -# CONFIG_STE10XP is not set
1363   -# CONFIG_LSI_ET1011C_PHY is not set
1364   -CONFIG_MICREL_PHY=y
1365   -# CONFIG_FIXED_PHY is not set
1366   -# CONFIG_MDIO_BITBANG is not set
1367   -# CONFIG_MDIO_BUS_MUX_GPIO is not set
1368   -# CONFIG_MDIO_BUS_MUX_MMIOREG is not set
1369   -# CONFIG_MICREL_KS8995MA is not set
1370   -CONFIG_PPP=y
1371   -CONFIG_PPP_BSDCOMP=y
1372   -CONFIG_PPP_DEFLATE=y
1373   -CONFIG_PPP_FILTER=y
1374   -# CONFIG_PPP_MPPE is not set
1375   -CONFIG_PPP_MULTILINK=y
1376   -# CONFIG_PPPOE is not set
1377   -CONFIG_PPP_ASYNC=y
1378   -CONFIG_PPP_SYNC_TTY=y
1379   -# CONFIG_SLIP is not set
1380   -CONFIG_SLHC=y
1381   -
1382   -#
1383   -# USB Network Adapters
1384   -#
1385   -# CONFIG_USB_CATC is not set
1386   -# CONFIG_USB_KAWETH is not set
1387   -# CONFIG_USB_PEGASUS is not set
1388   -# CONFIG_USB_RTL8150 is not set
1389   -# CONFIG_USB_RTL8152 is not set
1390   -# CONFIG_USB_USBNET is not set
1391   -# CONFIG_USB_HSO is not set
1392   -# CONFIG_USB_IPHETH is not set
1393   -CONFIG_WLAN=y
1394   -# CONFIG_LIBERTAS_THINFIRM is not set
1395   -# CONFIG_ATMEL is not set
1396   -# CONFIG_AT76C50X_USB is not set
1397   -# CONFIG_PRISM54 is not set
1398   -# CONFIG_USB_ZD1201 is not set
1399   -# CONFIG_USB_NET_RNDIS_WLAN is not set
1400   -# CONFIG_RTL8180 is not set
1401   -# CONFIG_RTL8187 is not set
1402   -# CONFIG_ADM8211 is not set
1403   -# CONFIG_MAC80211_HWSIM is not set
1404   -# CONFIG_MWL8K is not set
1405   -CONFIG_ATH_COMMON=y
1406   -CONFIG_ATH_CARDS=y
1407   -CONFIG_ATH_DEBUG=y
1408   -# CONFIG_ATH5K is not set
1409   -# CONFIG_ATH5K_PCI is not set
1410   -CONFIG_ATH9K_HW=y
1411   -CONFIG_ATH9K_COMMON=y
1412   -CONFIG_ATH9K_BTCOEX_SUPPORT=y
1413   -CONFIG_ATH9K=y
1414   -CONFIG_ATH9K_PCI=y
1415   -CONFIG_ATH9K_AHB=y
1416   -CONFIG_ATH9K_DEBUGFS=y
1417   -CONFIG_ATH9K_STATION_STATISTICS=y
1418   -# CONFIG_ATH9K_WOW is not set
1419   -CONFIG_ATH9K_LEGACY_RATE_CONTROL=y
1420   -CONFIG_ATH9K_RFKILL=y
1421   -CONFIG_ATH9K_HTC=y
1422   -CONFIG_ATH9K_HTC_DEBUGFS=y
1423   -# CONFIG_CARL9170 is not set
1424   -# CONFIG_ATH6KL is not set
1425   -# CONFIG_AR5523 is not set
1426   -# CONFIG_WIL6210 is not set
1427   -# CONFIG_ATH10K is not set
1428   -# CONFIG_WCN36XX is not set
1429   -# CONFIG_B43 is not set
1430   -# CONFIG_B43LEGACY is not set
1431   -# CONFIG_BRCMSMAC is not set
1432   -# CONFIG_BRCMFMAC is not set
1433   -CONFIG_HOSTAP=y
1434   -CONFIG_HOSTAP_FIRMWARE=y
1435   -CONFIG_HOSTAP_FIRMWARE_NVRAM=y
1436   -# CONFIG_HOSTAP_PLX is not set
1437   -# CONFIG_HOSTAP_PCI is not set
1438   -# CONFIG_IPW2100 is not set
1439   -# CONFIG_IPW2200 is not set
1440   -# CONFIG_IWLWIFI is not set
1441   -# CONFIG_IWL4965 is not set
1442   -# CONFIG_IWL3945 is not set
1443   -# CONFIG_LIBERTAS is not set
1444   -# CONFIG_HERMES is not set
1445   -# CONFIG_P54_COMMON is not set
1446   -# CONFIG_RT2X00 is not set
1447   -# CONFIG_RTL_CARDS is not set
1448   -# CONFIG_WL_TI is not set
1449   -# CONFIG_ZD1211RW is not set
1450   -# CONFIG_MWIFIEX is not set
1451   -# CONFIG_CW1200 is not set
1452   -
1453   -#
1454   -# Enable WiMAX (Networking options) to see the WiMAX drivers
1455   -#
1456   -# CONFIG_WAN is not set
1457   -# CONFIG_VMXNET3 is not set
1458   -# CONFIG_ISDN is not set
1459   -
1460   -#
1461   -# Input device support
1462   -#
1463   -CONFIG_INPUT=y
1464   -# CONFIG_INPUT_FF_MEMLESS is not set
1465   -CONFIG_INPUT_POLLDEV=y
1466   -# CONFIG_INPUT_SPARSEKMAP is not set
1467   -CONFIG_INPUT_MATRIXKMAP=y
1468   -
1469   -#
1470   -# Userland interfaces
1471   -#
1472   -CONFIG_INPUT_MOUSEDEV=y
1473   -CONFIG_INPUT_MOUSEDEV_PSAUX=y
1474   -CONFIG_INPUT_MOUSEDEV_SCREEN_X=1366
1475   -CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
1476   -# CONFIG_INPUT_JOYDEV is not set
1477   -CONFIG_INPUT_EVDEV=y
1478   -# CONFIG_INPUT_EVBUG is not set
1479   -
1480   -#
1481   -# Input Device Drivers
1482   -#
1483   -CONFIG_INPUT_KEYBOARD=y
1484   -# CONFIG_KEYBOARD_ADP5588 is not set
1485   -# CONFIG_KEYBOARD_ADP5589 is not set
1486   -CONFIG_KEYBOARD_ATKBD=y
1487   -# CONFIG_KEYBOARD_QT1070 is not set
1488   -# CONFIG_KEYBOARD_QT2160 is not set
1489   -# CONFIG_KEYBOARD_LKKBD is not set
1490   -CONFIG_KEYBOARD_GPIO=y
1491   -# CONFIG_KEYBOARD_TCA6416 is not set
1492   -# CONFIG_KEYBOARD_TCA8418 is not set
1493   -# CONFIG_KEYBOARD_MATRIX is not set
1494   -# CONFIG_KEYBOARD_LM8323 is not set
1495   -# CONFIG_KEYBOARD_LM8333 is not set
1496   -# CONFIG_KEYBOARD_MAX7359 is not set
1497   -# CONFIG_KEYBOARD_MCS is not set
1498   -# CONFIG_KEYBOARD_MPR121 is not set
1499   -# CONFIG_KEYBOARD_SNVS_PWRKEY is not set
1500   -CONFIG_KEYBOARD_IMX=y
1501   -# CONFIG_KEYBOARD_NEWTON is not set
1502   -# CONFIG_KEYBOARD_OPENCORES is not set
1503   -# CONFIG_KEYBOARD_SAMSUNG is not set
1504   -# CONFIG_KEYBOARD_STOWAWAY is not set
1505   -# CONFIG_KEYBOARD_SUNKBD is not set
1506   -# CONFIG_KEYBOARD_XTKBD is not set
1507   -# CONFIG_KEYBOARD_CWC_HOOKSWITCH is not set
1508   -CONFIG_INPUT_MOUSE=y
1509   -CONFIG_MOUSE_PS2=m
1510   -CONFIG_MOUSE_PS2_ALPS=y
1511   -CONFIG_MOUSE_PS2_LOGIPS2PP=y
1512   -CONFIG_MOUSE_PS2_SYNAPTICS=y
1513   -CONFIG_MOUSE_PS2_CYPRESS=y
1514   -CONFIG_MOUSE_PS2_TRACKPOINT=y
1515   -# CONFIG_MOUSE_PS2_ELANTECH is not set
1516   -# CONFIG_MOUSE_PS2_SENTELIC is not set
1517   -# CONFIG_MOUSE_PS2_TOUCHKIT is not set
1518   -# CONFIG_MOUSE_SERIAL is not set
1519   -# CONFIG_MOUSE_APPLETOUCH is not set
1520   -# CONFIG_MOUSE_BCM5974 is not set
1521   -# CONFIG_MOUSE_CYAPA is not set
1522   -# CONFIG_MOUSE_VSXXXAA is not set
1523   -# CONFIG_MOUSE_GPIO is not set
1524   -# CONFIG_MOUSE_SYNAPTICS_I2C is not set
1525   -# CONFIG_MOUSE_SYNAPTICS_USB is not set
1526   -# CONFIG_INPUT_JOYSTICK is not set
1527   -# CONFIG_INPUT_TABLET is not set
1528   -CONFIG_INPUT_TOUCHSCREEN=y
1529   -# CONFIG_TOUCHSCREEN_ADS7846 is not set
1530   -# CONFIG_TOUCHSCREEN_AD7877 is not set
1531   -# CONFIG_TOUCHSCREEN_AD7879 is not set
1532   -# CONFIG_TOUCHSCREEN_AR1020_I2C is not set
1533   -# CONFIG_TOUCHSCREEN_ATMEL_MXT is not set
1534   -# CONFIG_TOUCHSCREEN_AUO_PIXCIR is not set
1535   -# CONFIG_TOUCHSCREEN_BU21013 is not set
1536   -# CONFIG_TOUCHSCREEN_CR_MULTI is not set
1537   -# CONFIG_TOUCHSCREEN_CY8CTMG110 is not set
1538   -# CONFIG_TOUCHSCREEN_CYTTSP_CORE is not set
1539   -# CONFIG_TOUCHSCREEN_CYTTSP4_CORE is not set
1540   -# CONFIG_TOUCHSCREEN_DYNAPRO is not set
1541   -# CONFIG_TOUCHSCREEN_HAMPSHIRE is not set
1542   -# CONFIG_TOUCHSCREEN_EETI is not set
1543   -# CONFIG_TOUCHSCREEN_EGALAX is not set
1544   -# CONFIG_TOUCHSCREEN_ELAN is not set
1545   -# CONFIG_TOUCHSCREEN_FT5X06 is not set
1546   -# CONFIG_TOUCHSCREEN_FUJITSU is not set
1547   -# CONFIG_TOUCHSCREEN_GOODIX is not set
1548   -# CONFIG_TOUCHSCREEN_GSLX680 is not set
1549   -# CONFIG_TOUCHSCREEN_ILI210X is not set
1550   -# CONFIG_TOUCHSCREEN_GUNZE is not set
1551   -# CONFIG_TOUCHSCREEN_ELO is not set
1552   -# CONFIG_TOUCHSCREEN_WACOM_W8001 is not set
1553   -# CONFIG_TOUCHSCREEN_WACOM_I2C is not set
1554   -CONFIG_TOUCHSCREEN_MAX11801=y
1555   -# CONFIG_TOUCHSCREEN_MCS5000 is not set
1556   -# CONFIG_TOUCHSCREEN_MMS114 is not set
1557   -# CONFIG_TOUCHSCREEN_MTOUCH is not set
1558   -# CONFIG_TOUCHSCREEN_INEXIO is not set
1559   -# CONFIG_TOUCHSCREEN_MK712 is not set
1560   -# CONFIG_TOUCHSCREEN_PENMOUNT is not set
1561   -# CONFIG_TOUCHSCREEN_EDT_FT5X06 is not set
1562   -# CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set
1563   -# CONFIG_TOUCHSCREEN_TOUCHWIN is not set
1564   -# CONFIG_TOUCHSCREEN_PIXCIR is not set
1565   -CONFIG_TOUCHSCREEN_USB_COMPOSITE=y
1566   -CONFIG_TOUCHSCREEN_USB_EGALAX=y
1567   -CONFIG_TOUCHSCREEN_USB_PANJIT=y
1568   -CONFIG_TOUCHSCREEN_USB_3M=y
1569   -CONFIG_TOUCHSCREEN_USB_ITM=y
1570   -CONFIG_TOUCHSCREEN_USB_ETURBO=y
1571   -CONFIG_TOUCHSCREEN_USB_GUNZE=y
1572   -CONFIG_TOUCHSCREEN_USB_DMC_TSC10=y
1573   -CONFIG_TOUCHSCREEN_USB_IRTOUCH=y
1574   -CONFIG_TOUCHSCREEN_USB_IDEALTEK=y
1575   -CONFIG_TOUCHSCREEN_USB_GENERAL_TOUCH=y
1576   -CONFIG_TOUCHSCREEN_USB_GOTOP=y
1577   -CONFIG_TOUCHSCREEN_USB_JASTEC=y
1578   -CONFIG_TOUCHSCREEN_USB_ELO=y
1579   -CONFIG_TOUCHSCREEN_USB_E2I=y
1580   -CONFIG_TOUCHSCREEN_USB_ZYTRONIC=y
1581   -CONFIG_TOUCHSCREEN_USB_ETT_TC45USB=y
1582   -CONFIG_TOUCHSCREEN_USB_NEXIO=y
1583   -CONFIG_TOUCHSCREEN_USB_EASYTOUCH=y
1584   -# CONFIG_TOUCHSCREEN_TOUCHIT213 is not set
1585   -# CONFIG_TOUCHSCREEN_TSC_SERIO is not set
1586   -# CONFIG_TOUCHSCREEN_TSC2004 is not set
1587   -# CONFIG_TOUCHSCREEN_TSC2005 is not set
1588   -# CONFIG_TOUCHSCREEN_TSC2007 is not set
1589   -# CONFIG_TOUCHSCREEN_W90X900 is not set
1590   -# CONFIG_TOUCHSCREEN_ST1232 is not set
1591   -# CONFIG_TOUCHSCREEN_SUR40 is not set
1592   -# CONFIG_TOUCHSCREEN_TPS6507X is not set
1593   -# CONFIG_TOUCHSCREEN_ZFORCE is not set
1594   -CONFIG_INPUT_MISC=y
1595   -# CONFIG_INPUT_AD714X is not set
1596   -# CONFIG_INPUT_BMA150 is not set
1597   -# CONFIG_INPUT_MMA8450 is not set
1598   -# CONFIG_INPUT_MPU3050 is not set
1599   -# CONFIG_INPUT_GP2A is not set
1600   -# CONFIG_INPUT_GPIO_BEEPER is not set
1601   -# CONFIG_INPUT_GPIO_TILT_POLLED is not set
1602   -# CONFIG_INPUT_ATI_REMOTE2 is not set
1603   -# CONFIG_INPUT_KEYSPAN_REMOTE is not set
1604   -# CONFIG_INPUT_KXTJ9 is not set
1605   -# CONFIG_INPUT_POWERMATE is not set
1606   -# CONFIG_INPUT_YEALINK is not set
1607   -# CONFIG_INPUT_CM109 is not set
1608   -# CONFIG_INPUT_UINPUT is not set
1609   -# CONFIG_INPUT_PCF8574 is not set
1610   -# CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set
1611   -# CONFIG_INPUT_ADXL34X is not set
1612   -# CONFIG_INPUT_IMS_PCU is not set
1613   -# CONFIG_INPUT_CMA3000 is not set
1614   -# CONFIG_INPUT_ISL29023 is not set
1615   -
1616   -#
1617   -# Hardware I/O ports
1618   -#
1619   -CONFIG_SERIO=y
1620   -CONFIG_SERIO_SERPORT=m
1621   -# CONFIG_SERIO_PCIPS2 is not set
1622   -CONFIG_SERIO_LIBPS2=y
1623   -# CONFIG_SERIO_RAW is not set
1624   -# CONFIG_SERIO_ALTERA_PS2 is not set
1625   -# CONFIG_SERIO_PS2MULT is not set
1626   -# CONFIG_SERIO_ARC_PS2 is not set
1627   -# CONFIG_SERIO_APBPS2 is not set
1628   -# CONFIG_SERIO_OLPC_APSP is not set
1629   -# CONFIG_GAMEPORT is not set
1630   -
1631   -#
1632   -# Character devices
1633   -#
1634   -CONFIG_TTY=y
1635   -CONFIG_VT=y
1636   -CONFIG_CONSOLE_TRANSLATIONS=y
1637   -CONFIG_VT_CONSOLE=y
1638   -CONFIG_VT_CONSOLE_SLEEP=y
1639   -CONFIG_HW_CONSOLE=y
1640   -CONFIG_VT_HW_CONSOLE_BINDING=y
1641   -CONFIG_UNIX98_PTYS=y
1642   -CONFIG_DEVPTS_MULTIPLE_INSTANCES=y
1643   -CONFIG_LEGACY_PTYS=y
1644   -CONFIG_LEGACY_PTY_COUNT=256
1645   -# CONFIG_SERIAL_NONSTANDARD is not set
1646   -# CONFIG_NOZOMI is not set
1647   -# CONFIG_N_GSM is not set
1648   -# CONFIG_TRACE_SINK is not set
1649   -# CONFIG_DEVKMEM is not set
1650   -
1651   -#
1652   -# Serial drivers
1653   -#
1654   -# CONFIG_SERIAL_8250 is not set
1655   -
1656   -#
1657   -# Non-8250 serial port support
1658   -#
1659   -# CONFIG_SERIAL_MAX3100 is not set
1660   -# CONFIG_SERIAL_MAX310X is not set
1661   -# CONFIG_SERIAL_MFD_HSU is not set
1662   -CONFIG_SERIAL_IMX=y
1663   -CONFIG_SERIAL_IMX_CONSOLE=y
1664   -# CONFIG_SERIAL_SH_SCI is not set
1665   -CONFIG_SERIAL_CORE=y
1666   -CONFIG_SERIAL_CORE_CONSOLE=y
1667   -# CONFIG_SERIAL_JSM is not set
1668   -# CONFIG_SERIAL_GPS_MAX7W is not set
1669   -# CONFIG_SERIAL_SC16IS7XX is not set
1670   -# CONFIG_SERIAL_SCCNXP is not set
1671   -# CONFIG_SERIAL_TIMBERDALE is not set
1672   -# CONFIG_SERIAL_ALTERA_JTAGUART is not set
1673   -# CONFIG_SERIAL_ALTERA_UART is not set
1674   -# CONFIG_SERIAL_IFX6X60 is not set
1675   -# CONFIG_SERIAL_PCH_UART is not set
1676   -# CONFIG_SERIAL_XILINX_PS_UART is not set
1677   -# CONFIG_SERIAL_ARC is not set
1678   -# CONFIG_SERIAL_RP2 is not set
1679   -CONFIG_SERIAL_FSL_LPUART=y
1680   -CONFIG_SERIAL_FSL_LPUART_CONSOLE=y
1681   -# CONFIG_SERIAL_ST_ASC is not set
1682   -# CONFIG_TTY_PRINTK is not set
1683   -CONFIG_FSL_OTP=y
1684   -# CONFIG_FSL_OTP_RW is not set
1685   -# CONFIG_HVC_DCC is not set
1686   -# CONFIG_IPMI_HANDLER is not set
1687   -CONFIG_HW_RANDOM=y
1688   -# CONFIG_HW_RANDOM_TIMERIOMEM is not set
1689   -# CONFIG_HW_RANDOM_ATMEL is not set
1690   -# CONFIG_HW_RANDOM_IMX_RNG is not set
1691   -# CONFIG_HW_RANDOM_EXYNOS is not set
1692   -# CONFIG_R3964 is not set
1693   -# CONFIG_APPLICOM is not set
1694   -# CONFIG_RAW_DRIVER is not set
1695   -# CONFIG_MAGSTRIPE is not set
1696   -# CONFIG_TCG_TPM is not set
1697   -CONFIG_DEVPORT=y
1698   -# CONFIG_SAS is not set
1699   -CONFIG_IMX_SEMA4=y
1700   -CONFIG_IMX_MCC_TEST=y
1701   -CONFIG_I2C=y
1702   -CONFIG_I2C_BOARDINFO=y
1703   -# CONFIG_I2C_COMPAT is not set
1704   -CONFIG_I2C_CHARDEV=y
1705   -CONFIG_I2C_MUX=y
1706   -
1707   -#
1708   -# Multiplexer I2C Chip support
1709   -#
1710   -# CONFIG_I2C_ARB_GPIO_CHALLENGE is not set
1711   -CONFIG_I2C_MUX_GPIO=y
1712   -# CONFIG_I2C_MUX_PCA9541 is not set
1713   -# CONFIG_I2C_MUX_PCA954x is not set
1714   -# CONFIG_I2C_MUX_PINCTRL is not set
1715   -# CONFIG_I2C_HELPER_AUTO is not set
1716   -# CONFIG_I2C_SMBUS is not set
1717   -
1718   -#
1719   -# I2C Algorithms
1720   -#
1721   -CONFIG_I2C_ALGOBIT=y
1722   -CONFIG_I2C_ALGOPCF=m
1723   -CONFIG_I2C_ALGOPCA=m
1724   -
1725   -#
1726   -# I2C Hardware Bus support
1727   -#
1728   -
1729   -#
1730   -# PC SMBus host controller drivers
1731   -#
1732   -# CONFIG_I2C_ALI1535 is not set
1733   -# CONFIG_I2C_ALI1563 is not set
1734   -# CONFIG_I2C_ALI15X3 is not set
1735   -# CONFIG_I2C_AMD756 is not set
1736   -# CONFIG_I2C_AMD8111 is not set
1737   -# CONFIG_I2C_I801 is not set
1738   -# CONFIG_I2C_ISCH is not set
1739   -# CONFIG_I2C_PIIX4 is not set
1740   -# CONFIG_I2C_NFORCE2 is not set
1741   -# CONFIG_I2C_SIS5595 is not set
1742   -# CONFIG_I2C_SIS630 is not set
1743   -# CONFIG_I2C_SIS96X is not set
1744   -# CONFIG_I2C_VIA is not set
1745   -# CONFIG_I2C_VIAPRO is not set
1746   -
1747   -#
1748   -# I2C system bus drivers (mostly embedded / system-on-chip)
1749   -#
1750   -# CONFIG_I2C_CBUS_GPIO is not set
1751   -# CONFIG_I2C_DESIGNWARE_PLATFORM is not set
1752   -# CONFIG_I2C_DESIGNWARE_PCI is not set
1753   -# CONFIG_I2C_EG20T is not set
1754   -# CONFIG_I2C_GPIO is not set
1755   -CONFIG_I2C_IMX=y
1756   -# CONFIG_I2C_OCORES is not set
1757   -# CONFIG_I2C_PCA_PLATFORM is not set
1758   -# CONFIG_I2C_PXA_PCI is not set
1759   -# CONFIG_I2C_SIMTEC is not set
1760   -# CONFIG_I2C_XILINX is not set
1761   -
1762   -#
1763   -# External I2C/SMBus adapter drivers
1764   -#
1765   -# CONFIG_I2C_DIOLAN_U2C is not set
1766   -# CONFIG_I2C_PARPORT_LIGHT is not set
1767   -# CONFIG_I2C_ROBOTFUZZ_OSIF is not set
1768   -# CONFIG_I2C_TAOS_EVM is not set
1769   -# CONFIG_I2C_TINY_USB is not set
1770   -
1771   -#
1772   -# Other I2C/SMBus bus drivers
1773   -#
1774   -# CONFIG_I2C_STUB is not set
1775   -# CONFIG_I2C_DEBUG_CORE is not set
1776   -# CONFIG_I2C_DEBUG_ALGO is not set
1777   -# CONFIG_I2C_DEBUG_BUS is not set
1778   -CONFIG_SPI=y
1779   -# CONFIG_SPI_DEBUG is not set
1780   -CONFIG_SPI_MASTER=y
1781   -
1782   -#
1783   -# SPI Master Controller Drivers
1784   -#
1785   -# CONFIG_SPI_ALTERA is not set
1786   -CONFIG_SPI_BITBANG=y
1787   -# CONFIG_SPI_GPIO is not set
1788   -CONFIG_SPI_IMX=y
1789   -# CONFIG_SPI_FSL_SPI is not set
1790   -# CONFIG_SPI_OC_TINY is not set
1791   -# CONFIG_SPI_PXA2XX is not set
1792   -# CONFIG_SPI_PXA2XX_PCI is not set
1793   -# CONFIG_SPI_SC18IS602 is not set
1794   -# CONFIG_SPI_TOPCLIFF_PCH is not set
1795   -# CONFIG_SPI_XCOMM is not set
1796   -# CONFIG_SPI_XILINX is not set
1797   -# CONFIG_SPI_DESIGNWARE is not set
1798   -
1799   -#
1800   -# SPI Protocol Masters
1801   -#
1802   -CONFIG_SPI_SPIDEV=y
1803   -# CONFIG_SPI_TLE62X0 is not set
1804   -# CONFIG_HSI is not set
1805   -
1806   -#
1807   -# PPS support
1808   -#
1809   -CONFIG_PPS=y
1810   -# CONFIG_PPS_DEBUG is not set
1811   -
1812   -#
1813   -# PPS clients support
1814   -#
1815   -# CONFIG_PPS_CLIENT_KTIMER is not set
1816   -# CONFIG_PPS_CLIENT_LDISC is not set
1817   -# CONFIG_PPS_CLIENT_GPIO is not set
1818   -
1819   -#
1820   -# PPS generators support
1821   -#
1822   -
1823   -#
1824   -# PTP clock support
1825   -#
1826   -CONFIG_PTP_1588_CLOCK=y
1827   -
1828   -#
1829   -# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks.
1830   -#
1831   -CONFIG_PINCTRL=y
1832   -
1833   -#
1834   -# Pin controllers
1835   -#
1836   -CONFIG_PINMUX=y
1837   -CONFIG_PINCONF=y
1838   -CONFIG_DEBUG_PINCTRL=y
1839   -# CONFIG_PINCTRL_CAPRI is not set
1840   -CONFIG_PINCTRL_IMX=y
1841   -CONFIG_PINCTRL_IMX6Q=y
1842   -CONFIG_PINCTRL_IMX6SL=y
1843   -CONFIG_PINCTRL_IMX6SX=y
1844   -# CONFIG_PINCTRL_MSM8X74 is not set
1845   -# CONFIG_PINCTRL_SINGLE is not set
1846   -CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y
1847   -CONFIG_ARCH_REQUIRE_GPIOLIB=y
1848   -CONFIG_GPIOLIB=y
1849   -CONFIG_GPIO_DEVRES=y
1850   -CONFIG_OF_GPIO=y
1851   -# CONFIG_DEBUG_GPIO is not set
1852   -CONFIG_GPIO_SYSFS=y
1853   -CONFIG_GPIO_GENERIC=y
1854   -
1855   -#
1856   -# Memory mapped GPIO drivers:
1857   -#
1858   -# CONFIG_GPIO_GENERIC_PLATFORM is not set
1859   -# CONFIG_GPIO_EM is not set
1860   -CONFIG_GPIO_MXC=y
1861   -# CONFIG_GPIO_RCAR is not set
1862   -# CONFIG_GPIO_SCH311X is not set
1863   -# CONFIG_GPIO_TS5500 is not set
1864   -# CONFIG_GPIO_VX855 is not set
1865   -# CONFIG_GPIO_GRGPIO is not set
1866   -
1867   -#
1868   -# I2C GPIO expanders:
1869   -#
1870   -# CONFIG_GPIO_MAX7300 is not set
1871   -# CONFIG_GPIO_MAX732X is not set
1872   -# CONFIG_GPIO_PCF857X is not set
1873   -# CONFIG_GPIO_SX150X is not set
1874   -# CONFIG_GPIO_ADP5588 is not set
1875   -# CONFIG_GPIO_ADNP is not set
1876   -
1877   -#
1878   -# PCI GPIO expanders:
1879   -#
1880   -# CONFIG_GPIO_BT8XX is not set
1881   -# CONFIG_GPIO_AMD8111 is not set
1882   -# CONFIG_GPIO_ML_IOH is not set
1883   -# CONFIG_GPIO_RDC321X is not set
1884   -
1885   -#
1886   -# SPI GPIO expanders:
1887   -#
1888   -# CONFIG_GPIO_MAX7301 is not set
1889   -# CONFIG_GPIO_MCP23S08 is not set
1890   -# CONFIG_GPIO_MC33880 is not set
1891   -# CONFIG_GPIO_74X164 is not set
1892   -
1893   -#
1894   -# AC97 GPIO expanders:
1895   -#
1896   -
1897   -#
1898   -# LPC GPIO expanders:
1899   -#
1900   -
1901   -#
1902   -# MODULbus GPIO expanders:
1903   -#
1904   -# CONFIG_GPIO_BCM_KONA is not set
1905   -
1906   -#
1907   -# USB GPIO expanders:
1908   -#
1909   -# CONFIG_W1 is not set
1910   -CONFIG_POWER_SUPPLY=y
1911   -# CONFIG_POWER_SUPPLY_DEBUG is not set
1912   -# CONFIG_PDA_POWER is not set
1913   -# CONFIG_GENERIC_ADC_BATTERY is not set
1914   -# CONFIG_TEST_POWER is not set
1915   -# CONFIG_BATTERY_DS2780 is not set
1916   -# CONFIG_BATTERY_DS2781 is not set
1917   -# CONFIG_BATTERY_DS2782 is not set
1918   -# CONFIG_BATTERY_SBS is not set
1919   -# CONFIG_BATTERY_BQ27x00 is not set
1920   -# CONFIG_BATTERY_MAX17040 is not set
1921   -# CONFIG_BATTERY_MAX17042 is not set
1922   -# CONFIG_CHARGER_ISP1704 is not set
1923   -# CONFIG_CHARGER_MAX8903 is not set
1924   -# CONFIG_SABRESD_MAX8903 is not set
1925   -# CONFIG_CHARGER_LP8727 is not set
1926   -# CONFIG_CHARGER_GPIO is not set
1927   -# CONFIG_CHARGER_MANAGER is not set
1928   -# CONFIG_CHARGER_BQ2415X is not set
1929   -# CONFIG_CHARGER_BQ24190 is not set
1930   -# CONFIG_CHARGER_BQ24735 is not set
1931   -# CONFIG_CHARGER_SMB347 is not set
1932   -CONFIG_IMX6_USB_CHARGER=y
1933   -# CONFIG_POWER_RESET is not set
1934   -# CONFIG_POWER_RESET_RESTART is not set
1935   -# CONFIG_POWER_AVS is not set
1936   -CONFIG_HWMON=y
1937   -# CONFIG_HWMON_VID is not set
1938   -# CONFIG_HWMON_DEBUG_CHIP is not set
1939   -
1940   -#
1941   -# Native drivers
1942   -#
1943   -# CONFIG_SENSORS_AD7314 is not set
1944   -# CONFIG_SENSORS_AD7414 is not set
1945   -# CONFIG_SENSORS_AD7418 is not set
1946   -# CONFIG_SENSORS_ADCXX is not set
1947   -# CONFIG_SENSORS_ADM1021 is not set
1948   -# CONFIG_SENSORS_ADM1025 is not set
1949   -# CONFIG_SENSORS_ADM1026 is not set
1950   -# CONFIG_SENSORS_ADM1029 is not set
1951   -# CONFIG_SENSORS_ADM1031 is not set
1952   -# CONFIG_SENSORS_ADM9240 is not set
1953   -# CONFIG_SENSORS_ADT7310 is not set
1954   -# CONFIG_SENSORS_ADT7410 is not set
1955   -# CONFIG_SENSORS_ADT7411 is not set
1956   -# CONFIG_SENSORS_ADT7462 is not set
1957   -# CONFIG_SENSORS_ADT7470 is not set
1958   -# CONFIG_SENSORS_ADT7475 is not set
1959   -# CONFIG_SENSORS_ASC7621 is not set
1960   -# CONFIG_SENSORS_ATXP1 is not set
1961   -# CONFIG_SENSORS_DS620 is not set
1962   -# CONFIG_SENSORS_DS1621 is not set
1963   -# CONFIG_SENSORS_I5K_AMB is not set
1964   -# CONFIG_SENSORS_F71805F is not set
1965   -# CONFIG_SENSORS_F71882FG is not set
1966   -# CONFIG_SENSORS_F75375S is not set
1967   -# CONFIG_SENSORS_G760A is not set
1968   -# CONFIG_SENSORS_G762 is not set
1969   -# CONFIG_SENSORS_GL518SM is not set
1970   -# CONFIG_SENSORS_GL520SM is not set
1971   -# CONFIG_SENSORS_GPIO_FAN is not set
1972   -# CONFIG_SENSORS_HIH6130 is not set
1973   -# CONFIG_SENSORS_HTU21 is not set
1974   -# CONFIG_SENSORS_IIO_HWMON is not set
1975   -# CONFIG_SENSORS_IT87 is not set
1976   -# CONFIG_SENSORS_JC42 is not set
1977   -# CONFIG_SENSORS_LINEAGE is not set
1978   -# CONFIG_SENSORS_LM63 is not set
1979   -# CONFIG_SENSORS_LM70 is not set
1980   -# CONFIG_SENSORS_LM73 is not set
1981   -# CONFIG_SENSORS_LM75 is not set
1982   -# CONFIG_SENSORS_LM77 is not set
1983   -# CONFIG_SENSORS_LM78 is not set
1984   -# CONFIG_SENSORS_LM80 is not set
1985   -# CONFIG_SENSORS_LM83 is not set
1986   -# CONFIG_SENSORS_LM85 is not set
1987   -# CONFIG_SENSORS_LM87 is not set
1988   -# CONFIG_SENSORS_LM90 is not set
1989   -# CONFIG_SENSORS_LM92 is not set
1990   -# CONFIG_SENSORS_LM93 is not set
1991   -# CONFIG_SENSORS_LTC4151 is not set
1992   -# CONFIG_SENSORS_LTC4215 is not set
1993   -# CONFIG_SENSORS_LTC4245 is not set
1994   -# CONFIG_SENSORS_LTC4261 is not set
1995   -# CONFIG_SENSORS_LM95234 is not set
1996   -# CONFIG_SENSORS_LM95241 is not set
1997   -# CONFIG_SENSORS_LM95245 is not set
1998   -# CONFIG_SENSORS_MAX1111 is not set
1999   -# CONFIG_SENSORS_MAX16065 is not set
2000   -# CONFIG_SENSORS_MAX1619 is not set
2001   -# CONFIG_SENSORS_MAX1668 is not set
2002   -# CONFIG_SENSORS_MAX17135 is not set
2003   -# CONFIG_SENSORS_MAX197 is not set
2004   -# CONFIG_SENSORS_MAX6639 is not set
2005   -# CONFIG_SENSORS_MAX6642 is not set
2006   -# CONFIG_SENSORS_MAX6650 is not set
2007   -# CONFIG_SENSORS_MAX6697 is not set
2008   -# CONFIG_SENSORS_MCP3021 is not set
2009   -# CONFIG_SENSORS_NCT6775 is not set
2010   -# CONFIG_SENSORS_NTC_THERMISTOR is not set
2011   -# CONFIG_SENSORS_PC87360 is not set
2012   -# CONFIG_SENSORS_PC87427 is not set
2013   -# CONFIG_SENSORS_PCF8591 is not set
2014   -# CONFIG_PMBUS is not set
2015   -# CONFIG_SENSORS_SHT15 is not set
2016   -# CONFIG_SENSORS_SHT21 is not set
2017   -# CONFIG_SENSORS_SIS5595 is not set
2018   -# CONFIG_SENSORS_SMM665 is not set
2019   -# CONFIG_SENSORS_DME1737 is not set
2020   -# CONFIG_SENSORS_EMC1403 is not set
2021   -# CONFIG_SENSORS_EMC2103 is not set
2022   -# CONFIG_SENSORS_EMC6W201 is not set
2023   -# CONFIG_SENSORS_SMSC47M1 is not set
2024   -# CONFIG_SENSORS_SMSC47M192 is not set
2025   -# CONFIG_SENSORS_SMSC47B397 is not set
2026   -# CONFIG_SENSORS_SCH56XX_COMMON is not set
2027   -# CONFIG_SENSORS_SCH5627 is not set
2028   -# CONFIG_SENSORS_SCH5636 is not set
2029   -# CONFIG_SENSORS_ADS1000 is not set
2030   -# CONFIG_SENSORS_ADS1015 is not set
2031   -# CONFIG_SENSORS_ADS7828 is not set
2032   -# CONFIG_SENSORS_ADS7871 is not set
2033   -# CONFIG_SENSORS_AMC6821 is not set
2034   -# CONFIG_SENSORS_INA209 is not set
2035   -# CONFIG_SENSORS_INA2XX is not set
2036   -# CONFIG_SENSORS_THMC50 is not set
2037   -# CONFIG_SENSORS_TMP102 is not set
2038   -# CONFIG_SENSORS_TMP401 is not set
2039   -# CONFIG_SENSORS_TMP421 is not set
2040   -# CONFIG_SENSORS_VIA686A is not set
2041   -# CONFIG_SENSORS_VT1211 is not set
2042   -# CONFIG_SENSORS_VT8231 is not set
2043   -# CONFIG_SENSORS_W83781D is not set
2044   -# CONFIG_SENSORS_W83791D is not set
2045   -# CONFIG_SENSORS_W83792D is not set
2046   -# CONFIG_SENSORS_W83793 is not set
2047   -# CONFIG_SENSORS_W83795 is not set
2048   -# CONFIG_SENSORS_W83L785TS is not set
2049   -# CONFIG_SENSORS_W83L786NG is not set
2050   -# CONFIG_SENSORS_W83627HF is not set
2051   -# CONFIG_SENSORS_W83627EHF is not set
2052   -# CONFIG_SENSORS_MAG3110 is not set
2053   -# CONFIG_MXC_MMA8451 is not set
2054   -CONFIG_THERMAL=y
2055   -CONFIG_THERMAL_HWMON=y
2056   -CONFIG_THERMAL_OF=y
2057   -CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y
2058   -# CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE is not set
2059   -# CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE is not set
2060   -# CONFIG_THERMAL_GOV_FAIR_SHARE is not set
2061   -CONFIG_THERMAL_GOV_STEP_WISE=y
2062   -# CONFIG_THERMAL_GOV_USER_SPACE is not set
2063   -CONFIG_CPU_THERMAL=y
2064   -# CONFIG_THERMAL_EMULATION is not set
2065   -CONFIG_IMX_THERMAL=y
2066   -CONFIG_DEVICE_THERMAL=y
2067   -
2068   -#
2069   -# Texas Instruments thermal drivers
2070   -#
2071   -CONFIG_WATCHDOG=y
2072   -# CONFIG_WATCHDOG_CORE is not set
2073   -# CONFIG_WATCHDOG_NOWAYOUT is not set
2074   -
2075   -#
2076   -# Watchdog Device Drivers
2077   -#
2078   -# CONFIG_SOFT_WATCHDOG is not set
2079   -# CONFIG_GPIO_WATCHDOG is not set
2080   -# CONFIG_DW_WATCHDOG is not set
2081   -# CONFIG_MAX63XX_WATCHDOG is not set
2082   -CONFIG_IMX2_WDT=y
2083   -# CONFIG_ALIM7101_WDT is not set
2084   -# CONFIG_I6300ESB_WDT is not set
2085   -# CONFIG_MEN_A21_WDT is not set
2086   -
2087   -#
2088   -# PCI-based Watchdog Cards
2089   -#
2090   -# CONFIG_PCIPCWATCHDOG is not set
2091   -# CONFIG_WDTPCI is not set
2092   -
2093   -#
2094   -# USB-based Watchdog Cards
2095   -#
2096   -# CONFIG_USBPCWATCHDOG is not set
2097   -CONFIG_SSB_POSSIBLE=y
2098   -
2099   -#
2100   -# Sonics Silicon Backplane
2101   -#
2102   -# CONFIG_SSB is not set
2103   -CONFIG_BCMA_POSSIBLE=y
2104   -
2105   -#
2106   -# Broadcom specific AMBA
2107   -#
2108   -# CONFIG_BCMA is not set
2109   -
2110   -#
2111   -# Multifunction device drivers
2112   -#
2113   -CONFIG_MFD_CORE=y
2114   -# CONFIG_MFD_AS3711 is not set
2115   -# CONFIG_MFD_AS3722 is not set
2116   -# CONFIG_PMIC_ADP5520 is not set
2117   -# CONFIG_MFD_AAT2870_CORE is not set
2118   -# CONFIG_MFD_CROS_EC is not set
2119   -# CONFIG_MFD_ASIC3 is not set
2120   -# CONFIG_PMIC_DA903X is not set
2121   -# CONFIG_MFD_DA9052_SPI is not set
2122   -# CONFIG_MFD_DA9052_I2C is not set
2123   -# CONFIG_MFD_DA9055 is not set
2124   -# CONFIG_MFD_DA9063 is not set
2125   -CONFIG_MFD_MXC_HDMI=y
2126   -# CONFIG_MFD_MXC_HDMI_ANDROID is not set
2127   -# CONFIG_MFD_MC13XXX_SPI is not set
2128   -# CONFIG_MFD_MC13XXX_I2C is not set
2129   -# CONFIG_HTC_EGPIO is not set
2130   -# CONFIG_HTC_PASIC3 is not set
2131   -# CONFIG_HTC_I2CPLD is not set
2132   -# CONFIG_LPC_ICH is not set
2133   -# CONFIG_LPC_SCH is not set
2134   -# CONFIG_MFD_JANZ_CMODIO is not set
2135   -# CONFIG_MFD_KEMPLD is not set
2136   -# CONFIG_MFD_88PM800 is not set
2137   -# CONFIG_MFD_88PM805 is not set
2138   -# CONFIG_MFD_88PM860X is not set
2139   -# CONFIG_MFD_MAX17135 is not set
2140   -# CONFIG_MFD_MAX14577 is not set
2141   -# CONFIG_MFD_MAX77686 is not set
2142   -# CONFIG_MFD_MAX77693 is not set
2143   -# CONFIG_MFD_MAX77823 is not set
2144   -# CONFIG_MFD_MAX8907 is not set
2145   -# CONFIG_MFD_MAX8925 is not set
2146   -# CONFIG_MFD_MAX8997 is not set
2147   -# CONFIG_MFD_MAX8998 is not set
2148   -# CONFIG_EZX_PCAP is not set
2149   -# CONFIG_MFD_VIPERBOARD is not set
2150   -# CONFIG_MFD_RETU is not set
2151   -# CONFIG_MFD_PCF50633 is not set
2152   -# CONFIG_MFD_RDC321X is not set
2153   -# CONFIG_MFD_RTSX_PCI is not set
2154   -# CONFIG_MFD_RC5T583 is not set
2155   -# CONFIG_MFD_SEC_CORE is not set
2156   -# CONFIG_MFD_SI476X_CORE is not set
2157   -# CONFIG_MFD_SM501 is not set
2158   -# CONFIG_MFD_SMSC is not set
2159   -# CONFIG_ABX500_CORE is not set
2160   -# CONFIG_MFD_STMPE is not set
2161   -CONFIG_MFD_SYSCON=y
2162   -# CONFIG_MFD_TI_AM335X_TSCADC is not set
2163   -# CONFIG_MFD_LP3943 is not set
2164   -# CONFIG_MFD_LP8788 is not set
2165   -# CONFIG_MFD_PALMAS is not set
2166   -# CONFIG_TPS6105X is not set
2167   -# CONFIG_TPS65010 is not set
2168   -# CONFIG_TPS6507X is not set
2169   -# CONFIG_MFD_TPS65090 is not set
2170   -# CONFIG_MFD_TPS65217 is not set
2171   -# CONFIG_MFD_TPS6586X is not set
2172   -# CONFIG_MFD_TPS65910 is not set
2173   -# CONFIG_MFD_TPS65912 is not set
2174   -# CONFIG_MFD_TPS65912_I2C is not set
2175   -# CONFIG_MFD_TPS65912_SPI is not set
2176   -# CONFIG_MFD_TPS80031 is not set
2177   -# CONFIG_TWL4030_CORE is not set
2178   -# CONFIG_TWL6040_CORE is not set
2179   -# CONFIG_MFD_WL1273_CORE is not set
2180   -# CONFIG_MFD_LM3533 is not set
2181   -# CONFIG_MFD_TIMBERDALE is not set
2182   -# CONFIG_MFD_TC3589X is not set
2183   -# CONFIG_MFD_TMIO is not set
2184   -# CONFIG_MFD_T7L66XB is not set
2185   -# CONFIG_MFD_TC6387XB is not set
2186   -# CONFIG_MFD_TC6393XB is not set
2187   -# CONFIG_MFD_VX855 is not set
2188   -# CONFIG_MFD_ARIZONA_I2C is not set
2189   -# CONFIG_MFD_ARIZONA_SPI is not set
2190   -# CONFIG_MFD_WM8400 is not set
2191   -# CONFIG_MFD_WM831X_I2C is not set
2192   -# CONFIG_MFD_WM831X_SPI is not set
2193   -# CONFIG_MFD_WM8350_I2C is not set
2194   -# CONFIG_MFD_WM8994 is not set
2195   -# CONFIG_VEXPRESS_CONFIG is not set
2196   -CONFIG_REGULATOR=y
2197   -# CONFIG_REGULATOR_DEBUG is not set
2198   -CONFIG_REGULATOR_FIXED_VOLTAGE=y
2199   -# CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set
2200   -# CONFIG_REGULATOR_USERSPACE_CONSUMER is not set
2201   -# CONFIG_REGULATOR_ACT8865 is not set
2202   -# CONFIG_REGULATOR_AD5398 is not set
2203   -CONFIG_REGULATOR_ANATOP=y
2204   -# CONFIG_REGULATOR_DA9210 is not set
2205   -# CONFIG_REGULATOR_FAN53555 is not set
2206   -# CONFIG_REGULATOR_GPIO is not set
2207   -# CONFIG_REGULATOR_ISL6271A is not set
2208   -# CONFIG_REGULATOR_LP3971 is not set
2209   -# CONFIG_REGULATOR_LP3972 is not set
2210   -# CONFIG_REGULATOR_LP872X is not set
2211   -# CONFIG_REGULATOR_LP8755 is not set
2212   -# CONFIG_REGULATOR_MAX1586 is not set
2213   -# CONFIG_REGULATOR_MAX8649 is not set
2214   -# CONFIG_REGULATOR_MAX8660 is not set
2215   -# CONFIG_REGULATOR_MAX8952 is not set
2216   -# CONFIG_REGULATOR_MAX8973 is not set
2217   -CONFIG_REGULATOR_PFUZE100=y
2218   -# CONFIG_REGULATOR_TPS51632 is not set
2219   -# CONFIG_REGULATOR_TPS62360 is not set
2220   -# CONFIG_REGULATOR_TPS65023 is not set
2221   -# CONFIG_REGULATOR_TPS6507X is not set
2222   -# CONFIG_REGULATOR_TPS6524X is not set
2223   -CONFIG_MEDIA_SUPPORT=y
2224   -
2225   -#
2226   -# Multimedia core support
2227   -#
2228   -CONFIG_MEDIA_CAMERA_SUPPORT=y
2229   -# CONFIG_MEDIA_ANALOG_TV_SUPPORT is not set
2230   -# CONFIG_MEDIA_DIGITAL_TV_SUPPORT is not set
2231   -CONFIG_MEDIA_RADIO_SUPPORT=y
2232   -# CONFIG_MEDIA_RC_SUPPORT is not set
2233   -# CONFIG_MEDIA_CONTROLLER is not set
2234   -CONFIG_VIDEO_DEV=y
2235   -CONFIG_VIDEO_V4L2=y
2236   -# CONFIG_VIDEO_ADV_DEBUG is not set
2237   -# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set
2238   -CONFIG_VIDEOBUF_GEN=y
2239   -CONFIG_VIDEOBUF_DMA_CONTIG=y
2240   -CONFIG_VIDEOBUF2_CORE=y
2241   -CONFIG_VIDEOBUF2_MEMOPS=y
2242   -CONFIG_VIDEOBUF2_VMALLOC=y
2243   -# CONFIG_TTPCI_EEPROM is not set
2244   -
2245   -#
2246   -# Media drivers
2247   -#
2248   -CONFIG_MEDIA_USB_SUPPORT=y
2249   -
2250   -#
2251   -# Webcam devices
2252   -#
2253   -CONFIG_USB_VIDEO_CLASS=y
2254   -CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y
2255   -CONFIG_USB_GSPCA=y
2256   -# CONFIG_USB_M5602 is not set
2257   -# CONFIG_USB_STV06XX is not set
2258   -# CONFIG_USB_GL860 is not set
2259   -# CONFIG_USB_GSPCA_BENQ is not set
2260   -# CONFIG_USB_GSPCA_CONEX is not set
2261   -# CONFIG_USB_GSPCA_CPIA1 is not set
2262   -# CONFIG_USB_GSPCA_ETOMS is not set
2263   -# CONFIG_USB_GSPCA_FINEPIX is not set
2264   -# CONFIG_USB_GSPCA_JEILINJ is not set
2265   -# CONFIG_USB_GSPCA_JL2005BCD is not set
2266   -# CONFIG_USB_GSPCA_KINECT is not set
2267   -# CONFIG_USB_GSPCA_KONICA is not set
2268   -# CONFIG_USB_GSPCA_MARS is not set
2269   -# CONFIG_USB_GSPCA_MR97310A is not set
2270   -# CONFIG_USB_GSPCA_NW80X is not set
2271   -# CONFIG_USB_GSPCA_OV519 is not set
2272   -# CONFIG_USB_GSPCA_OV534 is not set
2273   -# CONFIG_USB_GSPCA_OV534_9 is not set
2274   -# CONFIG_USB_GSPCA_PAC207 is not set
2275   -# CONFIG_USB_GSPCA_PAC7302 is not set
2276   -# CONFIG_USB_GSPCA_PAC7311 is not set
2277   -# CONFIG_USB_GSPCA_SE401 is not set
2278   -# CONFIG_USB_GSPCA_SN9C2028 is not set
2279   -# CONFIG_USB_GSPCA_SN9C20X is not set
2280   -# CONFIG_USB_GSPCA_SONIXB is not set
2281   -# CONFIG_USB_GSPCA_SONIXJ is not set
2282   -# CONFIG_USB_GSPCA_SPCA500 is not set
2283   -# CONFIG_USB_GSPCA_SPCA501 is not set
2284   -# CONFIG_USB_GSPCA_SPCA505 is not set
2285   -# CONFIG_USB_GSPCA_SPCA506 is not set
2286   -# CONFIG_USB_GSPCA_SPCA508 is not set
2287   -# CONFIG_USB_GSPCA_SPCA561 is not set
2288   -# CONFIG_USB_GSPCA_SPCA1528 is not set
2289   -# CONFIG_USB_GSPCA_SQ905 is not set
2290   -# CONFIG_USB_GSPCA_SQ905C is not set
2291   -# CONFIG_USB_GSPCA_SQ930X is not set
2292   -# CONFIG_USB_GSPCA_STK014 is not set
2293   -# CONFIG_USB_GSPCA_STK1135 is not set
2294   -# CONFIG_USB_GSPCA_STV0680 is not set
2295   -# CONFIG_USB_GSPCA_SUNPLUS is not set
2296   -# CONFIG_USB_GSPCA_T613 is not set
2297   -# CONFIG_USB_GSPCA_TOPRO is not set
2298   -# CONFIG_USB_GSPCA_TV8532 is not set
2299   -# CONFIG_USB_GSPCA_VC032X is not set
2300   -# CONFIG_USB_GSPCA_VICAM is not set
2301   -# CONFIG_USB_GSPCA_XIRLINK_CIT is not set
2302   -# CONFIG_USB_GSPCA_ZC3XX is not set
2303   -# CONFIG_USB_PWC is not set
2304   -# CONFIG_VIDEO_CPIA2 is not set
2305   -# CONFIG_USB_ZR364XX is not set
2306   -# CONFIG_USB_STKWEBCAM is not set
2307   -# CONFIG_USB_S2255 is not set
2308   -# CONFIG_VIDEO_USBTV is not set
2309   -
2310   -#
2311   -# Webcam, TV (analog/digital) USB devices
2312   -#
2313   -# CONFIG_VIDEO_EM28XX is not set
2314   -# CONFIG_MEDIA_PCI_SUPPORT is not set
2315   -CONFIG_V4L_PLATFORM_DRIVERS=y
2316   -# CONFIG_VIDEO_CAFE_CCIC is not set
2317   -# CONFIG_VIDEO_TIMBERDALE is not set
2318   -CONFIG_VIDEO_MXC_OUTPUT=y
2319   -CONFIG_VIDEO_MXC_CAPTURE=m
2320   -CONFIG_VIDEO_V4L2_MXC_INT_DEVICE=m
2321   -
2322   -#
2323   -# MXC Camera/V4L2 PRP Features support
2324   -#
2325   -CONFIG_VIDEO_MXC_IPU_CAMERA=y
2326   -CONFIG_MXC_CAMERA_OV5640=m
2327   -CONFIG_MXC_CAMERA_OV5642=m
2328   -CONFIG_MXC_CAMERA_OV5640_MIPI=m
2329   -# CONFIG_MXC_VIDEO_GS2971 is not set
2330   -# CONFIG_MXC_HDMI_CSI2_TC358743 is not set
2331   -CONFIG_MXC_TVIN_ADV7180=m
2332   -CONFIG_MXC_IPU_DEVICE_QUEUE_SDC=m
2333   -CONFIG_MXC_IPU_PRP_ENC=m
2334   -CONFIG_MXC_IPU_CSI_ENC=m
2335   -CONFIG_VIDEO_MXC_IPU_OUTPUT=y
2336   -CONFIG_VIDEO_MXC_PXP_V4L2=y
2337   -# CONFIG_VIDEO_MXC_CSI_CAMERA is not set
2338   -# CONFIG_MXC_CAMERA_SUBDEV_OV5640 is not set
2339   -# CONFIG_MXC_CAMERA_SUBDEV_OV5642 is not set
2340   -# CONFIG_MXC_VADC is not set
2341   -CONFIG_SOC_CAMERA=y
2342   -# CONFIG_SOC_CAMERA_PLATFORM is not set
2343   -# CONFIG_VIDEO_RCAR_VIN is not set
2344   -# CONFIG_VIDEO_SH_MOBILE_CSI2 is not set
2345   -# CONFIG_VIDEO_SH_MOBILE_CEU is not set
2346   -# CONFIG_V4L_MEM2MEM_DRIVERS is not set
2347   -# CONFIG_V4L_TEST_DRIVERS is not set
2348   -
2349   -#
2350   -# Supported MMC/SDIO adapters
2351   -#
2352   -CONFIG_RADIO_ADAPTERS=y
2353   -# CONFIG_RADIO_SI470X is not set
2354   -# CONFIG_RADIO_SI4713 is not set
2355   -# CONFIG_USB_MR800 is not set
2356   -# CONFIG_USB_DSBR is not set
2357   -# CONFIG_RADIO_MAXIRADIO is not set
2358   -# CONFIG_RADIO_SHARK is not set
2359   -# CONFIG_RADIO_SHARK2 is not set
2360   -# CONFIG_USB_KEENE is not set
2361   -# CONFIG_USB_RAREMONO is not set
2362   -# CONFIG_USB_MA901 is not set
2363   -# CONFIG_RADIO_TEA5764 is not set
2364   -# CONFIG_RADIO_SAA7706H is not set
2365   -# CONFIG_RADIO_TEF6862 is not set
2366   -# CONFIG_RADIO_WL1273 is not set
2367   -
2368   -#
2369   -# Texas Instruments WL128x FM driver (ST based)
2370   -#
2371   -# CONFIG_RADIO_WL128X is not set
2372   -# CONFIG_CYPRESS_FIRMWARE is not set
2373   -
2374   -#
2375   -# Media ancillary drivers (tuners, sensors, i2c, frontends)
2376   -#
2377   -CONFIG_MEDIA_SUBDRV_AUTOSELECT=y
2378   -CONFIG_MEDIA_ATTACH=y
2379   -
2380   -#
2381   -# Audio decoders, processors and mixers
2382   -#
2383   -
2384   -#
2385   -# RDS decoders
2386   -#
2387   -
2388   -#
2389   -# Video decoders
2390   -#
2391   -
2392   -#
2393   -# Video and audio decoders
2394   -#
2395   -
2396   -#
2397   -# Video encoders
2398   -#
2399   -
2400   -#
2401   -# Camera sensor devices
2402   -#
2403   -
2404   -#
2405   -# Flash devices
2406   -#
2407   -
2408   -#
2409   -# Video improvement chips
2410   -#
2411   -
2412   -#
2413   -# Audio/Video compression chips
2414   -#
2415   -
2416   -#
2417   -# Miscellaneous helper chips
2418   -#
2419   -
2420   -#
2421   -# Sensors used on soc_camera driver
2422   -#
2423   -
2424   -#
2425   -# soc_camera sensor drivers
2426   -#
2427   -# CONFIG_SOC_CAMERA_IMX074 is not set
2428   -# CONFIG_SOC_CAMERA_MT9M001 is not set
2429   -# CONFIG_SOC_CAMERA_MT9M111 is not set
2430   -# CONFIG_SOC_CAMERA_MT9T031 is not set
2431   -# CONFIG_SOC_CAMERA_MT9T112 is not set
2432   -# CONFIG_SOC_CAMERA_MT9V022 is not set
2433   -# CONFIG_SOC_CAMERA_OV2640 is not set
2434   -# CONFIG_SOC_CAMERA_OV5642 is not set
2435   -# CONFIG_SOC_CAMERA_OV6650 is not set
2436   -# CONFIG_SOC_CAMERA_OV772X is not set
2437   -# CONFIG_SOC_CAMERA_OV9640 is not set
2438   -# CONFIG_SOC_CAMERA_OV9740 is not set
2439   -# CONFIG_SOC_CAMERA_RJ54N1 is not set
2440   -# CONFIG_SOC_CAMERA_TW9910 is not set
2441   -CONFIG_MEDIA_TUNER=y
2442   -CONFIG_MEDIA_TUNER_SIMPLE=y
2443   -CONFIG_MEDIA_TUNER_TDA8290=y
2444   -CONFIG_MEDIA_TUNER_TDA827X=y
2445   -CONFIG_MEDIA_TUNER_TDA18271=y
2446   -CONFIG_MEDIA_TUNER_TDA9887=y
2447   -CONFIG_MEDIA_TUNER_TEA5761=y
2448   -CONFIG_MEDIA_TUNER_TEA5767=y
2449   -CONFIG_MEDIA_TUNER_MT20XX=y
2450   -CONFIG_MEDIA_TUNER_XC2028=y
2451   -CONFIG_MEDIA_TUNER_XC5000=y
2452   -CONFIG_MEDIA_TUNER_XC4000=y
2453   -CONFIG_MEDIA_TUNER_MC44S803=y
2454   -
2455   -#
2456   -# Tools to develop new frontends
2457   -#
2458   -# CONFIG_DVB_DUMMY_FE is not set
2459   -
2460   -#
2461   -# Graphics support
2462   -#
2463   -# CONFIG_VGA_ARB is not set
2464   -CONFIG_DRM=y
2465   -# CONFIG_DRM_TDFX is not set
2466   -# CONFIG_DRM_R128 is not set
2467   -# CONFIG_DRM_RADEON is not set
2468   -# CONFIG_DRM_NOUVEAU is not set
2469   -# CONFIG_DRM_MGA is not set
2470   -# CONFIG_DRM_VIA is not set
2471   -# CONFIG_DRM_SAVAGE is not set
2472   -CONFIG_DRM_VIVANTE=y
2473   -# CONFIG_DRM_EXYNOS is not set
2474   -# CONFIG_DRM_VMWGFX is not set
2475   -# CONFIG_DRM_UDL is not set
2476   -# CONFIG_DRM_AST is not set
2477   -# CONFIG_DRM_MGAG200 is not set
2478   -# CONFIG_DRM_CIRRUS_QEMU is not set
2479   -# CONFIG_DRM_ARMADA is not set
2480   -# CONFIG_DRM_RCAR_DU is not set
2481   -# CONFIG_DRM_SHMOBILE is not set
2482   -# CONFIG_DRM_TILCDC is not set
2483   -# CONFIG_DRM_QXL is not set
2484   -# CONFIG_DRM_BOCHS is not set
2485   -# CONFIG_VGASTATE is not set
2486   -# CONFIG_VIDEO_OUTPUT_CONTROL is not set
2487   -# CONFIG_DVI_TFP410 is not set
2488   -CONFIG_VIDEOMODE_HELPERS=y
2489   -CONFIG_HDMI=y
2490   -CONFIG_FB=y
2491   -# CONFIG_FIRMWARE_EDID is not set
2492   -# CONFIG_FB_DDC is not set
2493   -# CONFIG_FB_BOOT_VESA_SUPPORT is not set
2494   -CONFIG_FB_CFB_FILLRECT=y
2495   -CONFIG_FB_CFB_COPYAREA=y
2496   -CONFIG_FB_CFB_IMAGEBLIT=y
2497   -# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
2498   -# CONFIG_FB_SYS_FILLRECT is not set
2499   -# CONFIG_FB_SYS_COPYAREA is not set
2500   -# CONFIG_FB_SYS_IMAGEBLIT is not set
2501   -# CONFIG_FB_FOREIGN_ENDIAN is not set
2502   -# CONFIG_FB_SYS_FOPS is not set
2503   -# CONFIG_FB_SVGALIB is not set
2504   -# CONFIG_FB_MACMODES is not set
2505   -# CONFIG_FB_BACKLIGHT is not set
2506   -CONFIG_FB_MODE_HELPERS=y
2507   -# CONFIG_FB_TILEBLITTING is not set
2508   -
2509   -#
2510   -# Frame buffer hardware drivers
2511   -#
2512   -# CONFIG_FB_CIRRUS is not set
2513   -# CONFIG_FB_PM2 is not set
2514   -# CONFIG_FB_IMX is not set
2515   -# CONFIG_FB_CYBER2000 is not set
2516   -# CONFIG_FB_ASILIANT is not set
2517   -# CONFIG_FB_IMSTT is not set
2518   -# CONFIG_FB_UVESA is not set
2519   -# CONFIG_FB_OPENCORES is not set
2520   -# CONFIG_FB_S1D13XXX is not set
2521   -# CONFIG_FB_NVIDIA is not set
2522   -# CONFIG_FB_RIVA is not set
2523   -# CONFIG_FB_I740 is not set
2524   -# CONFIG_FB_MATROX is not set
2525   -# CONFIG_FB_RADEON is not set
2526   -# CONFIG_FB_ATY128 is not set
2527   -# CONFIG_FB_ATY is not set
2528   -# CONFIG_FB_S3 is not set
2529   -# CONFIG_FB_SAVAGE is not set
2530   -# CONFIG_FB_SIS is not set
2531   -# CONFIG_FB_NEOMAGIC is not set
2532   -# CONFIG_FB_KYRO is not set
2533   -# CONFIG_FB_3DFX is not set
2534   -# CONFIG_FB_VOODOO1 is not set
2535   -# CONFIG_FB_VT8623 is not set
2536   -# CONFIG_FB_TRIDENT is not set
2537   -# CONFIG_FB_ARK is not set
2538   -# CONFIG_FB_PM3 is not set
2539   -# CONFIG_FB_CARMINE is not set
2540   -# CONFIG_FB_TMIO is not set
2541   -# CONFIG_FB_SMSCUFX is not set
2542   -# CONFIG_FB_UDL is not set
2543   -# CONFIG_FB_GOLDFISH is not set
2544   -# CONFIG_FB_VIRTUAL is not set
2545   -# CONFIG_FB_METRONOME is not set
2546   -# CONFIG_FB_MB862XX is not set
2547   -# CONFIG_FB_BROADSHEET is not set
2548   -# CONFIG_FB_AUO_K190X is not set
2549   -CONFIG_FB_MXS=y
2550   -# CONFIG_FB_SIMPLE is not set
2551   -# CONFIG_EXYNOS_VIDEO is not set
2552   -CONFIG_BACKLIGHT_LCD_SUPPORT=y
2553   -CONFIG_LCD_CLASS_DEVICE=y
2554   -CONFIG_LCD_L4F00242T03=y
2555   -# CONFIG_LCD_LMS283GF05 is not set
2556   -# CONFIG_LCD_LTV350QV is not set
2557   -# CONFIG_LCD_ILI922X is not set
2558   -# CONFIG_LCD_ILI9320 is not set
2559   -# CONFIG_LCD_TDO24M is not set
2560   -# CONFIG_LCD_VGG2432A4 is not set
2561   -CONFIG_LCD_PLATFORM=y
2562   -# CONFIG_LCD_S6E63M0 is not set
2563   -# CONFIG_LCD_LD9040 is not set
2564   -# CONFIG_LCD_AMS369FG06 is not set
2565   -# CONFIG_LCD_LMS501KF03 is not set
2566   -# CONFIG_LCD_HX8357 is not set
2567   -CONFIG_BACKLIGHT_CLASS_DEVICE=y
2568   -CONFIG_BACKLIGHT_GENERIC=y
2569   -CONFIG_BACKLIGHT_PWM=y
2570   -# CONFIG_BACKLIGHT_ADP8860 is not set
2571   -# CONFIG_BACKLIGHT_ADP8870 is not set
2572   -# CONFIG_BACKLIGHT_LM3630A is not set
2573   -# CONFIG_BACKLIGHT_LM3639 is not set
2574   -# CONFIG_BACKLIGHT_LP855X is not set
2575   -# CONFIG_BACKLIGHT_GPIO is not set
2576   -# CONFIG_BACKLIGHT_LV5207LP is not set
2577   -# CONFIG_BACKLIGHT_BD6107 is not set
2578   -CONFIG_FB_MXC=y
2579   -CONFIG_FB_MXC_SYNC_PANEL=y
2580   -CONFIG_FB_MXC_LCDIF=y
2581   -# CONFIG_FB_MXC_TVOUT_ADV739X is not set
2582   -CONFIG_FB_MXC_LDB=y
2583   -# CONFIG_FB_MXC_MIPI_DSI is not set
2584   -CONFIG_FB_MXC_HDMI=y
2585   -CONFIG_FB_MXC_EDID=y
2586   -# CONFIG_FB_MXC_EINK_PANEL is not set
2587   -# CONFIG_FB_MXS_SII902X is not set
2588   -# CONFIG_FB_MXC_DCIC is not set
2589   -# CONFIG_HANNSTAR_CABC is not set
2590   -
2591   -#
2592   -# Console display driver support
2593   -#
2594   -CONFIG_DUMMY_CONSOLE=y
2595   -CONFIG_FRAMEBUFFER_CONSOLE=y
2596   -CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
2597   -CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
2598   -CONFIG_LOGO=y
2599   -CONFIG_LOGO_LINUX_MONO=y
2600   -CONFIG_LOGO_LINUX_VGA16=y
2601   -CONFIG_LOGO_LINUX_CLUT224=y
2602   -# CONFIG_FB_SSD1307 is not set
2603   -CONFIG_SOUND=y
2604   -# CONFIG_SOUND_OSS_CORE is not set
2605   -CONFIG_SND=y
2606   -CONFIG_SND_TIMER=y
2607   -CONFIG_SND_PCM=y
2608   -CONFIG_SND_DMAENGINE_PCM=y
2609   -CONFIG_SND_HWDEP=y
2610   -CONFIG_SND_RAWMIDI=y
2611   -CONFIG_SND_COMPRESS_OFFLOAD=y
2612   -CONFIG_SND_JACK=y
2613   -# CONFIG_SND_SEQUENCER is not set
2614   -# CONFIG_SND_MIXER_OSS is not set
2615   -# CONFIG_SND_PCM_OSS is not set
2616   -# CONFIG_SND_HRTIMER is not set
2617   -# CONFIG_SND_DYNAMIC_MINORS is not set
2618   -CONFIG_SND_SUPPORT_OLD_API=y
2619   -CONFIG_SND_VERBOSE_PROCFS=y
2620   -# CONFIG_SND_VERBOSE_PRINTK is not set
2621   -# CONFIG_SND_DEBUG is not set
2622   -# CONFIG_SND_RAWMIDI_SEQ is not set
2623   -# CONFIG_SND_OPL3_LIB_SEQ is not set
2624   -# CONFIG_SND_OPL4_LIB_SEQ is not set
2625   -# CONFIG_SND_SBAWE_SEQ is not set
2626   -# CONFIG_SND_EMU10K1_SEQ is not set
2627   -CONFIG_SND_DRIVERS=y
2628   -# CONFIG_SND_DUMMY is not set
2629   -# CONFIG_SND_ALOOP is not set
2630   -# CONFIG_SND_MTPAV is not set
2631   -# CONFIG_SND_SERIAL_U16550 is not set
2632   -# CONFIG_SND_MPU401 is not set
2633   -# CONFIG_SND_PCI is not set
2634   -CONFIG_SND_ARM=y
2635   -# CONFIG_SND_SPI is not set
2636   -CONFIG_SND_USB=y
2637   -CONFIG_SND_USB_AUDIO=y
2638   -# CONFIG_SND_USB_UA101 is not set
2639   -# CONFIG_SND_USB_CAIAQ is not set
2640   -# CONFIG_SND_USB_6FIRE is not set
2641   -# CONFIG_SND_USB_HIFACE is not set
2642   -CONFIG_SND_SOC=y
2643   -CONFIG_SND_SOC_GENERIC_DMAENGINE_PCM=y
2644   -# CONFIG_SND_ATMEL_SOC is not set
2645   -# CONFIG_SND_DESIGNWARE_I2S is not set
2646   -
2647   -#
2648   -# SoC Audio for Freescale CPUs
2649   -#
2650   -
2651   -#
2652   -# Common SoC Audio options for Freescale CPUs:
2653   -#
2654   -# CONFIG_SND_SOC_FSL_ASRC is not set
2655   -CONFIG_SND_SOC_FSL_SAI=y
2656   -CONFIG_SND_SOC_FSL_SSI=y
2657   -# CONFIG_SND_SOC_FSL_SPDIF is not set
2658   -# CONFIG_SND_SOC_FSL_ESAI is not set
2659   -CONFIG_SND_SOC_FSL_HDMI=y
2660   -CONFIG_SND_SOC_IMX_PCM_DMA=y
2661   -CONFIG_SND_SOC_IMX_AUDMUX=y
2662   -CONFIG_SND_IMX_SOC=y
2663   -CONFIG_SND_SOC_IMX_HDMI_DMA=y
2664   -
2665   -#
2666   -# SoC Audio support for Freescale i.MX boards:
2667   -#
2668   -# CONFIG_SND_SOC_IMX_CS42888 is not set
2669   -# CONFIG_SND_SOC_IMX_WM8960 is not set
2670   -# CONFIG_SND_SOC_IMX_WM8962 is not set
2671   -CONFIG_SND_SOC_IMX_SGTL5000=y
2672   -# CONFIG_SND_SOC_IMX_MQS is not set
2673   -# CONFIG_SND_SOC_IMX_WM5102 is not set
2674   -# CONFIG_SND_SOC_IMX_SPDIF is not set
2675   -CONFIG_SND_SOC_IMX_HDMI=y
2676   -# CONFIG_SND_SOC_IMX_SI476X is not set
2677   -CONFIG_SND_SOC_I2C_AND_SPI=y
2678   -# CONFIG_SND_SOC_CS42XX8_I2C is not set
2679   -CONFIG_SND_SOC_HDMI_CODEC=y
2680   -CONFIG_SND_SOC_SGTL5000=y
2681   -# CONFIG_SND_SIMPLE_CARD is not set
2682   -# CONFIG_SOUND_PRIME is not set
2683   -
2684   -#
2685   -# HID support
2686   -#
2687   -CONFIG_HID=y
2688   -# CONFIG_HID_BATTERY_STRENGTH is not set
2689   -CONFIG_HIDRAW=y
2690   -CONFIG_UHID=y
2691   -CONFIG_HID_GENERIC=y
2692   -
2693   -#
2694   -# Special HID drivers
2695   -#
2696   -# CONFIG_HID_A4TECH is not set
2697   -# CONFIG_HID_ACRUX is not set
2698   -# CONFIG_HID_APPLE is not set
2699   -# CONFIG_HID_APPLEIR is not set
2700   -# CONFIG_HID_AUREAL is not set
2701   -# CONFIG_HID_BELKIN is not set
2702   -# CONFIG_HID_CHERRY is not set
2703   -# CONFIG_HID_CHICONY is not set
2704   -# CONFIG_HID_PRODIKEYS is not set
2705   -# CONFIG_HID_CYPRESS is not set
2706   -# CONFIG_HID_DRAGONRISE is not set
2707   -# CONFIG_HID_EMS_FF is not set
2708   -# CONFIG_HID_ELECOM is not set
2709   -# CONFIG_HID_ELO is not set
2710   -# CONFIG_HID_EZKEY is not set
2711   -# CONFIG_HID_HOLTEK is not set
2712   -# CONFIG_HID_HUION is not set
2713   -# CONFIG_HID_KEYTOUCH is not set
2714   -# CONFIG_HID_KYE is not set
2715   -# CONFIG_HID_UCLOGIC is not set
2716   -# CONFIG_HID_WALTOP is not set
2717   -# CONFIG_HID_GYRATION is not set
2718   -# CONFIG_HID_ICADE is not set
2719   -# CONFIG_HID_TWINHAN is not set
2720   -# CONFIG_HID_KENSINGTON is not set
2721   -# CONFIG_HID_LCPOWER is not set
2722   -# CONFIG_HID_LENOVO_TPKBD is not set
2723   -# CONFIG_HID_LOGITECH is not set
2724   -# CONFIG_HID_MAGICMOUSE is not set
2725   -# CONFIG_HID_MICROSOFT is not set
2726   -# CONFIG_HID_MONTEREY is not set
2727   -CONFIG_HID_MULTITOUCH=y
2728   -# CONFIG_HID_NTRIG is not set
2729   -# CONFIG_HID_ORTEK is not set
2730   -# CONFIG_HID_PANTHERLORD is not set
2731   -# CONFIG_HID_PETALYNX is not set
2732   -# CONFIG_HID_PICOLCD is not set
2733   -# CONFIG_HID_PRIMAX is not set
2734   -# CONFIG_HID_ROCCAT is not set
2735   -# CONFIG_HID_SAITEK is not set
2736   -# CONFIG_HID_SAMSUNG is not set
2737   -# CONFIG_HID_SONY is not set
2738   -# CONFIG_HID_SPEEDLINK is not set
2739   -# CONFIG_HID_STEELSERIES is not set
2740   -# CONFIG_HID_SUNPLUS is not set
2741   -# CONFIG_HID_GREENASIA is not set
2742   -# CONFIG_HID_SMARTJOYPLUS is not set
2743   -# CONFIG_HID_TIVO is not set
2744   -# CONFIG_HID_TOPSEED is not set
2745   -# CONFIG_HID_THINGM is not set
2746   -# CONFIG_HID_THRUSTMASTER is not set
2747   -# CONFIG_HID_WACOM is not set
2748   -# CONFIG_HID_WIIMOTE is not set
2749   -# CONFIG_HID_XINMO is not set
2750   -# CONFIG_HID_ZEROPLUS is not set
2751   -# CONFIG_HID_ZYDACRON is not set
2752   -# CONFIG_HID_SENSOR_HUB is not set
2753   -
2754   -#
2755   -# USB HID support
2756   -#
2757   -CONFIG_USB_HID=y
2758   -CONFIG_HID_PID=y
2759   -CONFIG_USB_HIDDEV=y
2760   -
2761   -#
2762   -# I2C HID support
2763   -#
2764   -# CONFIG_I2C_HID is not set
2765   -CONFIG_USB_OHCI_LITTLE_ENDIAN=y
2766   -CONFIG_USB_SUPPORT=y
2767   -CONFIG_USB_COMMON=y
2768   -CONFIG_USB_ARCH_HAS_HCD=y
2769   -CONFIG_USB=y
2770   -# CONFIG_USB_DEBUG is not set
2771   -CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
2772   -
2773   -#
2774   -# Miscellaneous USB options
2775   -#
2776   -CONFIG_USB_DEFAULT_PERSIST=y
2777   -# CONFIG_USB_DYNAMIC_MINORS is not set
2778   -# CONFIG_USB_OTG is not set
2779   -# CONFIG_USB_OTG_WHITELIST is not set
2780   -# CONFIG_USB_OTG_BLACKLIST_HUB is not set
2781   -# CONFIG_USB_OTG_FSM is not set
2782   -# CONFIG_USB_MON is not set
2783   -# CONFIG_USB_WUSB_CBAF is not set
2784   -
2785   -#
2786   -# USB Host Controller Drivers
2787   -#
2788   -# CONFIG_USB_C67X00_HCD is not set
2789   -# CONFIG_USB_XHCI_HCD is not set
2790   -CONFIG_USB_EHCI_HCD=y
2791   -CONFIG_USB_EHCI_ROOT_HUB_TT=y
2792   -CONFIG_USB_EHCI_TT_NEWSCHED=y
2793   -CONFIG_USB_FSL_MPH_DR_OF=y
2794   -CONFIG_USB_EHCI_PCI=y
2795   -# CONFIG_USB_EHCI_MXC is not set
2796   -# CONFIG_USB_EHCI_HCD_PLATFORM is not set
2797   -# CONFIG_USB_OXU210HP_HCD is not set
2798   -# CONFIG_USB_ISP116X_HCD is not set
2799   -# CONFIG_USB_ISP1760_HCD is not set
2800   -# CONFIG_USB_ISP1362_HCD is not set
2801   -# CONFIG_USB_FUSBH200_HCD is not set
2802   -# CONFIG_USB_FOTG210_HCD is not set
2803   -# CONFIG_USB_OHCI_HCD is not set
2804   -# CONFIG_USB_UHCI_HCD is not set
2805   -# CONFIG_USB_SL811_HCD is not set
2806   -# CONFIG_USB_R8A66597_HCD is not set
2807   -# CONFIG_USB_IMX21_HCD is not set
2808   -# CONFIG_USB_HCD_TEST_MODE is not set
2809   -# CONFIG_USB_RENESAS_USBHS is not set
2810   -
2811   -#
2812   -# USB Device Class drivers
2813   -#
2814   -CONFIG_USB_ACM=y
2815   -# CONFIG_USB_PRINTER is not set
2816   -CONFIG_USB_WDM=y
2817   -# CONFIG_USB_TMC is not set
2818   -
2819   -#
2820   -# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may
2821   -#
2822   -
2823   -#
2824   -# also be needed; see USB_STORAGE Help for more info
2825   -#
2826   -CONFIG_USB_STORAGE=y
2827   -# CONFIG_USB_STORAGE_DEBUG is not set
2828   -# CONFIG_USB_STORAGE_REALTEK is not set
2829   -# CONFIG_USB_STORAGE_DATAFAB is not set
2830   -# CONFIG_USB_STORAGE_FREECOM is not set
2831   -# CONFIG_USB_STORAGE_ISD200 is not set
2832   -# CONFIG_USB_STORAGE_USBAT is not set
2833   -# CONFIG_USB_STORAGE_SDDR09 is not set
2834   -# CONFIG_USB_STORAGE_SDDR55 is not set
2835   -# CONFIG_USB_STORAGE_JUMPSHOT is not set
2836   -# CONFIG_USB_STORAGE_ALAUDA is not set
2837   -# CONFIG_USB_STORAGE_ONETOUCH is not set
2838   -# CONFIG_USB_STORAGE_KARMA is not set
2839   -# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
2840   -# CONFIG_USB_STORAGE_ENE_UB6250 is not set
2841   -
2842   -#
2843   -# USB Imaging devices
2844   -#
2845   -# CONFIG_USB_MDC800 is not set
2846   -# CONFIG_USB_MICROTEK is not set
2847   -# CONFIG_USB_MUSB_HDRC is not set
2848   -# CONFIG_USB_DWC3 is not set
2849   -# CONFIG_USB_DWC2 is not set
2850   -CONFIG_USB_CHIPIDEA=y
2851   -CONFIG_USB_CHIPIDEA_UDC=y
2852   -CONFIG_USB_CHIPIDEA_HOST=y
2853   -# CONFIG_USB_CHIPIDEA_DEBUG is not set
2854   -
2855   -#
2856   -# USB port drivers
2857   -#
2858   -CONFIG_USB_SERIAL=y
2859   -# CONFIG_USB_SERIAL_CONSOLE is not set
2860   -CONFIG_USB_SERIAL_GENERIC=y
2861   -# CONFIG_USB_SERIAL_SIMPLE is not set
2862   -# CONFIG_USB_SERIAL_AIRCABLE is not set
2863   -# CONFIG_USB_SERIAL_ARK3116 is not set
2864   -# CONFIG_USB_SERIAL_BELKIN is not set
2865   -# CONFIG_USB_SERIAL_CH341 is not set
2866   -# CONFIG_USB_SERIAL_WHITEHEAT is not set
2867   -# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
2868   -CONFIG_USB_SERIAL_CP210X=y
2869   -# CONFIG_USB_SERIAL_CYPRESS_M8 is not set
2870   -# CONFIG_USB_SERIAL_EMPEG is not set
2871   -CONFIG_USB_SERIAL_FTDI_SIO=y
2872   -# CONFIG_USB_SERIAL_VISOR is not set
2873   -# CONFIG_USB_SERIAL_IPAQ is not set
2874   -# CONFIG_USB_SERIAL_IR is not set
2875   -# CONFIG_USB_SERIAL_EDGEPORT is not set
2876   -# CONFIG_USB_SERIAL_EDGEPORT_TI is not set
2877   -# CONFIG_USB_SERIAL_F81232 is not set
2878   -# CONFIG_USB_SERIAL_GARMIN is not set
2879   -# CONFIG_USB_SERIAL_IPW is not set
2880   -# CONFIG_USB_SERIAL_IUU is not set
2881   -# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set
2882   -CONFIG_USB_SERIAL_KEYSPAN=y
2883   -# CONFIG_USB_SERIAL_KEYSPAN_MPR is not set
2884   -# CONFIG_USB_SERIAL_KEYSPAN_USA28 is not set
2885   -# CONFIG_USB_SERIAL_KEYSPAN_USA28X is not set
2886   -# CONFIG_USB_SERIAL_KEYSPAN_USA28XA is not set
2887   -# CONFIG_USB_SERIAL_KEYSPAN_USA28XB is not set
2888   -# CONFIG_USB_SERIAL_KEYSPAN_USA19 is not set
2889   -# CONFIG_USB_SERIAL_KEYSPAN_USA18X is not set
2890   -# CONFIG_USB_SERIAL_KEYSPAN_USA19W is not set
2891   -# CONFIG_USB_SERIAL_KEYSPAN_USA19QW is not set
2892   -# CONFIG_USB_SERIAL_KEYSPAN_USA19QI is not set
2893   -# CONFIG_USB_SERIAL_KEYSPAN_USA49W is not set
2894   -# CONFIG_USB_SERIAL_KEYSPAN_USA49WLC is not set
2895   -# CONFIG_USB_SERIAL_KLSI is not set
2896   -# CONFIG_USB_SERIAL_KOBIL_SCT is not set
2897   -# CONFIG_USB_SERIAL_MCT_U232 is not set
2898   -# CONFIG_USB_SERIAL_METRO is not set
2899   -# CONFIG_USB_SERIAL_MOS7720 is not set
2900   -# CONFIG_USB_SERIAL_MOS7840 is not set
2901   -# CONFIG_USB_SERIAL_MXUPORT is not set
2902   -# CONFIG_USB_SERIAL_NAVMAN is not set
2903   -# CONFIG_USB_SERIAL_PL2303 is not set
2904   -# CONFIG_USB_SERIAL_OTI6858 is not set
2905   -# CONFIG_USB_SERIAL_QCAUX is not set
2906   -# CONFIG_USB_SERIAL_QUALCOMM is not set
2907   -# CONFIG_USB_SERIAL_SPCP8X5 is not set
2908   -# CONFIG_USB_SERIAL_SAFE is not set
2909   -# CONFIG_USB_SERIAL_SIERRAWIRELESS is not set
2910   -# CONFIG_USB_SERIAL_SYMBOL is not set
2911   -# CONFIG_USB_SERIAL_TI is not set
2912   -# CONFIG_USB_SERIAL_CYBERJACK is not set
2913   -# CONFIG_USB_SERIAL_XIRCOM is not set
2914   -# CONFIG_USB_SERIAL_OPTION is not set
2915   -# CONFIG_USB_SERIAL_OMNINET is not set
2916   -# CONFIG_USB_SERIAL_OPTICON is not set
2917   -# CONFIG_USB_SERIAL_XSENS_MT is not set
2918   -# CONFIG_USB_SERIAL_WISHBONE is not set
2919   -# CONFIG_USB_SERIAL_ZTE is not set
2920   -# CONFIG_USB_SERIAL_SSU100 is not set
2921   -# CONFIG_USB_SERIAL_QT2 is not set
2922   -# CONFIG_USB_SERIAL_DEBUG is not set
2923   -
2924   -#
2925   -# USB Miscellaneous drivers
2926   -#
2927   -# CONFIG_USB_EMI62 is not set
2928   -# CONFIG_USB_EMI26 is not set
2929   -# CONFIG_USB_ADUTUX is not set
2930   -# CONFIG_USB_SEVSEG is not set
2931   -# CONFIG_USB_RIO500 is not set
2932   -# CONFIG_USB_LEGOTOWER is not set
2933   -# CONFIG_USB_LCD is not set
2934   -# CONFIG_USB_LED is not set
2935   -# CONFIG_USB_CYPRESS_CY7C63 is not set
2936   -# CONFIG_USB_CYTHERM is not set
2937   -# CONFIG_USB_IDMOUSE is not set
2938   -# CONFIG_USB_FTDI_ELAN is not set
2939   -# CONFIG_USB_APPLEDISPLAY is not set
2940   -# CONFIG_USB_SISUSBVGA is not set
2941   -# CONFIG_USB_LD is not set
2942   -# CONFIG_USB_TRANCEVIBRATOR is not set
2943   -# CONFIG_USB_IOWARRIOR is not set
2944   -# CONFIG_USB_TEST is not set
2945   -# CONFIG_USB_EHSET_TEST_FIXTURE is not set
2946   -# CONFIG_USB_ISIGHTFW is not set
2947   -# CONFIG_USB_YUREX is not set
2948   -CONFIG_USB_EZUSB_FX2=y
2949   -# CONFIG_USB_HSIC_USB3503 is not set
2950   -
2951   -#
2952   -# USB Physical Layer drivers
2953   -#
2954   -CONFIG_USB_PHY=y
2955   -CONFIG_NOP_USB_XCEIV=y
2956   -# CONFIG_AM335X_PHY_USB is not set
2957   -# CONFIG_SAMSUNG_USB2PHY is not set
2958   -# CONFIG_SAMSUNG_USB3PHY is not set
2959   -# CONFIG_USB_GPIO_VBUS is not set
2960   -# CONFIG_USB_ISP1301 is not set
2961   -CONFIG_USB_MXS_PHY=y
2962   -# CONFIG_USB_RCAR_PHY is not set
2963   -# CONFIG_USB_ULPI is not set
2964   -CONFIG_USB_GADGET=y
2965   -# CONFIG_USB_GADGET_DEBUG is not set
2966   -# CONFIG_USB_GADGET_DEBUG_FILES is not set
2967   -# CONFIG_USB_GADGET_DEBUG_FS is not set
2968   -CONFIG_USB_GADGET_VBUS_DRAW=2
2969   -CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2
2970   -
2971   -#
2972   -# USB Peripheral Controller
2973   -#
2974   -CONFIG_USB_FSL_USB2=y
2975   -# CONFIG_USB_FUSB300 is not set
2976   -# CONFIG_USB_FOTG210_UDC is not set
2977   -# CONFIG_USB_GR_UDC is not set
2978   -# CONFIG_USB_R8A66597 is not set
2979   -# CONFIG_USB_PXA27X is not set
2980   -# CONFIG_USB_S3C_HSOTG is not set
2981   -# CONFIG_USB_MV_UDC is not set
2982   -# CONFIG_USB_MV_U3D is not set
2983   -# CONFIG_USB_M66592 is not set
2984   -# CONFIG_USB_AMD5536UDC is not set
2985   -# CONFIG_USB_NET2272 is not set
2986   -# CONFIG_USB_NET2280 is not set
2987   -# CONFIG_USB_GOKU is not set
2988   -# CONFIG_USB_EG20T is not set
2989   -# CONFIG_USB_DUMMY_HCD is not set
2990   -CONFIG_USB_LIBCOMPOSITE=y
2991   -CONFIG_USB_F_ACM=y
2992   -CONFIG_USB_U_SERIAL=y
2993   -CONFIG_USB_F_SERIAL=y
2994   -CONFIG_USB_F_OBEX=y
2995   -# CONFIG_USB_CONFIGFS is not set
2996   -# CONFIG_USB_ZERO is not set
2997   -# CONFIG_USB_AUDIO is not set
2998   -# CONFIG_USB_ETH is not set
2999   -# CONFIG_USB_G_NCM is not set
3000   -# CONFIG_USB_GADGETFS is not set
3001   -# CONFIG_USB_FUNCTIONFS is not set
3002   -# CONFIG_USB_MASS_STORAGE is not set
3003   -CONFIG_USB_G_SERIAL=y
3004   -# CONFIG_USB_MIDI_GADGET is not set
3005   -# CONFIG_USB_G_PRINTER is not set
3006   -# CONFIG_USB_CDC_COMPOSITE is not set
3007   -# CONFIG_USB_G_ACM_MS is not set
3008   -# CONFIG_USB_G_MULTI is not set
3009   -# CONFIG_USB_G_HID is not set
3010   -# CONFIG_USB_G_DBGP is not set
3011   -# CONFIG_USB_G_WEBCAM is not set
3012   -# CONFIG_UWB is not set
3013   -CONFIG_MMC=y
3014   -# CONFIG_MMC_DEBUG is not set
3015   -CONFIG_MMC_UNSAFE_RESUME=y
3016   -# CONFIG_MMC_CLKGATE is not set
3017   -
3018   -#
3019   -# MMC/SD/SDIO Card Drivers
3020   -#
3021   -CONFIG_MMC_BLOCK=y
3022   -CONFIG_MMC_BLOCK_MINORS=8
3023   -CONFIG_MMC_BLOCK_BOUNCE=y
3024   -# CONFIG_SDIO_UART is not set
3025   -# CONFIG_MMC_TEST is not set
3026   -
3027   -#
3028   -# MMC/SD/SDIO Host Controller Drivers
3029   -#
3030   -CONFIG_MMC_SDHCI=y
3031   -CONFIG_MMC_SDHCI_IO_ACCESSORS=y
3032   -# CONFIG_MMC_SDHCI_PCI is not set
3033   -CONFIG_MMC_SDHCI_PLTFM=y
3034   -# CONFIG_MMC_SDHCI_OF_ARASAN is not set
3035   -CONFIG_MMC_SDHCI_ESDHC_IMX=y
3036   -# CONFIG_MMC_SDHCI_PXAV3 is not set
3037   -# CONFIG_MMC_SDHCI_PXAV2 is not set
3038   -# CONFIG_MMC_MXC is not set
3039   -# CONFIG_MMC_TIFM_SD is not set
3040   -# CONFIG_MMC_CB710 is not set
3041   -# CONFIG_MMC_VIA_SDMMC is not set
3042   -# CONFIG_MMC_DW is not set
3043   -# CONFIG_MMC_VUB300 is not set
3044   -# CONFIG_MMC_USHC is not set
3045   -# CONFIG_MEMSTICK is not set
3046   -
3047   -#
3048   -# MXC support drivers
3049   -#
3050   -CONFIG_MXC_IPU=y
3051   -
3052   -#
3053   -# MXC Vivante GPU support
3054   -#
3055   -CONFIG_MXC_GPU_VIV=y
3056   -CONFIG_MXC_IPU_V3=y
3057   -
3058   -#
3059   -# MXC VPU(Video Processing Unit) support
3060   -#
3061   -CONFIG_MXC_VPU=y
3062   -CONFIG_MXC_VPU_DEBUG=y
3063   -# CONFIG_MX6_VPU_352M is not set
3064   -
3065   -#
3066   -# MXC HDMI CEC (Consumer Electronics Control) support
3067   -#
3068   -# CONFIG_MXC_HDMI_CEC is not set
3069   -
3070   -#
3071   -# MXC MIPI Support
3072   -#
3073   -CONFIG_MXC_MIPI_CSI2=y
3074   -
3075   -#
3076   -# MXC Media Local Bus Driver
3077   -#
3078   -# CONFIG_MXC_MLB150 is not set
3079   -CONFIG_NEW_LEDS=y
3080   -CONFIG_LEDS_CLASS=y
3081   -
3082   -#
3083   -# LED drivers
3084   -#
3085   -# CONFIG_LEDS_LM3530 is not set
3086   -# CONFIG_LEDS_LM3642 is not set
3087   -# CONFIG_LEDS_PCA9532 is not set
3088   -CONFIG_LEDS_GPIO=y
3089   -# CONFIG_LEDS_LP3944 is not set
3090   -# CONFIG_LEDS_LP5521 is not set
3091   -# CONFIG_LEDS_LP5523 is not set
3092   -# CONFIG_LEDS_LP5562 is not set
3093   -# CONFIG_LEDS_LP8501 is not set
3094   -# CONFIG_LEDS_PCA955X is not set
3095   -# CONFIG_LEDS_PCA963X is not set
3096   -# CONFIG_LEDS_PCA9685 is not set
3097   -# CONFIG_LEDS_DAC124S085 is not set
3098   -# CONFIG_LEDS_PWM is not set
3099   -# CONFIG_LEDS_REGULATOR is not set
3100   -# CONFIG_LEDS_BD2802 is not set
3101   -# CONFIG_LEDS_LT3593 is not set
3102   -# CONFIG_LEDS_TCA6507 is not set
3103   -# CONFIG_LEDS_LM355x is not set
3104   -# CONFIG_LEDS_OT200 is not set
3105   -# CONFIG_LEDS_BLINKM is not set
3106   -
3107   -#
3108   -# LED Triggers
3109   -#
3110   -CONFIG_LEDS_TRIGGERS=y
3111   -CONFIG_LEDS_TRIGGER_TIMER=y
3112   -CONFIG_LEDS_TRIGGER_ONESHOT=y
3113   -CONFIG_LEDS_TRIGGER_HEARTBEAT=y
3114   -CONFIG_LEDS_TRIGGER_BACKLIGHT=y
3115   -CONFIG_LEDS_TRIGGER_CPU=y
3116   -CONFIG_LEDS_TRIGGER_GPIO=y
3117   -# CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set
3118   -
3119   -#
3120   -# iptables trigger is under Netfilter config (LED target)
3121   -#
3122   -# CONFIG_LEDS_TRIGGER_TRANSIENT is not set
3123   -# CONFIG_LEDS_TRIGGER_CAMERA is not set
3124   -# CONFIG_ACCESSIBILITY is not set
3125   -# CONFIG_INFINIBAND is not set
3126   -# CONFIG_EDAC is not set
3127   -CONFIG_RTC_LIB=y
3128   -CONFIG_RTC_CLASS=y
3129   -CONFIG_RTC_HCTOSYS=y
3130   -CONFIG_RTC_SYSTOHC=y
3131   -CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
3132   -# CONFIG_RTC_DEBUG is not set
3133   -
3134   -#
3135   -# RTC interfaces
3136   -#
3137   -CONFIG_RTC_INTF_SYSFS=y
3138   -CONFIG_RTC_INTF_PROC=y
3139   -CONFIG_RTC_INTF_DEV=y
3140   -CONFIG_RTC_INTF_DEV_UIE_EMUL=y
3141   -# CONFIG_RTC_DRV_TEST is not set
3142   -
3143   -#
3144   -# I2C RTC drivers
3145   -#
3146   -CONFIG_RTC_DRV_DS1307=y
3147   -# CONFIG_RTC_DRV_DS1374 is not set
3148   -# CONFIG_RTC_DRV_DS1672 is not set
3149   -# CONFIG_RTC_DRV_DS3232 is not set
3150   -# CONFIG_RTC_DRV_HYM8563 is not set
3151   -# CONFIG_RTC_DRV_MAX6900 is not set
3152   -# CONFIG_RTC_DRV_RS5C372 is not set
3153   -# CONFIG_RTC_DRV_ISL1208 is not set
3154   -# CONFIG_RTC_DRV_ISL12022 is not set
3155   -# CONFIG_RTC_DRV_ISL12057 is not set
3156   -# CONFIG_RTC_DRV_X1205 is not set
3157   -# CONFIG_RTC_DRV_PCF2127 is not set
3158   -# CONFIG_RTC_DRV_PCF8523 is not set
3159   -# CONFIG_RTC_DRV_PCF8563 is not set
3160   -# CONFIG_RTC_DRV_PCF8583 is not set
3161   -# CONFIG_RTC_DRV_M41T80 is not set
3162   -# CONFIG_RTC_DRV_BQ32K is not set
3163   -# CONFIG_RTC_DRV_S35390A is not set
3164   -# CONFIG_RTC_DRV_FM3130 is not set
3165   -# CONFIG_RTC_DRV_RX8581 is not set
3166   -# CONFIG_RTC_DRV_RX8025 is not set
3167   -# CONFIG_RTC_DRV_EM3027 is not set
3168   -# CONFIG_RTC_DRV_RV3029C2 is not set
3169   -# CONFIG_RTC_DRV_RV4162 is not set
3170   -
3171   -#
3172   -# SPI RTC drivers
3173   -#
3174   -# CONFIG_RTC_DRV_M41T93 is not set
3175   -# CONFIG_RTC_DRV_M41T94 is not set
3176   -# CONFIG_RTC_DRV_DS1305 is not set
3177   -# CONFIG_RTC_DRV_DS1390 is not set
3178   -# CONFIG_RTC_DRV_MAX6902 is not set
3179   -# CONFIG_RTC_DRV_R9701 is not set
3180   -# CONFIG_RTC_DRV_RS5C348 is not set
3181   -# CONFIG_RTC_DRV_DS3234 is not set
3182   -# CONFIG_RTC_DRV_PCF2123 is not set
3183   -# CONFIG_RTC_DRV_RX4581 is not set
3184   -
3185   -#
3186   -# Platform RTC drivers
3187   -#
3188   -# CONFIG_RTC_DRV_CMOS is not set
3189   -# CONFIG_RTC_DRV_DS1286 is not set
3190   -# CONFIG_RTC_DRV_DS1511 is not set
3191   -# CONFIG_RTC_DRV_DS1553 is not set
3192   -# CONFIG_RTC_DRV_DS1742 is not set
3193   -# CONFIG_RTC_DRV_STK17TA8 is not set
3194   -# CONFIG_RTC_DRV_M48T86 is not set
3195   -# CONFIG_RTC_DRV_M48T35 is not set
3196   -# CONFIG_RTC_DRV_M48T59 is not set
3197   -# CONFIG_RTC_DRV_MSM6242 is not set
3198   -# CONFIG_RTC_DRV_BQ4802 is not set
3199   -# CONFIG_RTC_DRV_RP5C01 is not set
3200   -# CONFIG_RTC_DRV_V3020 is not set
3201   -# CONFIG_RTC_DRV_DS2404 is not set
3202   -
3203   -#
3204   -# on-CPU RTC drivers
3205   -#
3206   -# CONFIG_RTC_DRV_IMXDI is not set
3207   -# CONFIG_RTC_DRV_MXC is not set
3208   -# CONFIG_RTC_DRV_SNVS is not set
3209   -# CONFIG_RTC_DRV_MOXART is not set
3210   -
3211   -#
3212   -# HID Sensor RTC drivers
3213   -#
3214   -# CONFIG_RTC_DRV_HID_SENSOR_TIME is not set
3215   -CONFIG_DMADEVICES=y
3216   -# CONFIG_DMADEVICES_DEBUG is not set
3217   -
3218   -#
3219   -# DMA Devices
3220   -#
3221   -# CONFIG_DW_DMAC_CORE is not set
3222   -# CONFIG_DW_DMAC is not set
3223   -# CONFIG_DW_DMAC_PCI is not set
3224   -# CONFIG_MX3_IPU is not set
3225   -CONFIG_MXC_PXP_V2=y
3226   -CONFIG_MXC_PXP_CLIENT_DEVICE=y
3227   -# CONFIG_TIMB_DMA is not set
3228   -CONFIG_IMX_SDMA=y
3229   -# CONFIG_IMX_DMA is not set
3230   -# CONFIG_MXS_DMA is not set
3231   -CONFIG_DMA_ENGINE=y
3232   -CONFIG_DMA_OF=y
3233   -
3234   -#
3235   -# DMA Clients
3236   -#
3237   -# CONFIG_ASYNC_TX_DMA is not set
3238   -# CONFIG_DMATEST is not set
3239   -# CONFIG_AUXDISPLAY is not set
3240   -# CONFIG_UIO is not set
3241   -# CONFIG_VIRT_DRIVERS is not set
3242   -
3243   -#
3244   -# Virtio drivers
3245   -#
3246   -# CONFIG_VIRTIO_PCI is not set
3247   -# CONFIG_VIRTIO_MMIO is not set
3248   -
3249   -#
3250   -# Microsoft Hyper-V guest support
3251   -#
3252   -CONFIG_STAGING=y
3253   -# CONFIG_DRM_ANX78XX is not set
3254   -# CONFIG_ET131X is not set
3255   -# CONFIG_USBIP_CORE is not set
3256   -# CONFIG_W35UND is not set
3257   -# CONFIG_PRISM2_USB is not set
3258   -# CONFIG_ECHO is not set
3259   -# CONFIG_COMEDI is not set
3260   -# CONFIG_R8187SE is not set
3261   -# CONFIG_RTL8192U is not set
3262   -# CONFIG_RTLLIB is not set
3263   -# CONFIG_R8712U is not set
3264   -# CONFIG_R8188EU is not set
3265   -# CONFIG_R8821AE is not set
3266   -# CONFIG_RTS5139 is not set
3267   -# CONFIG_RTS5208 is not set
3268   -# CONFIG_TRANZPORT is not set
3269   -# CONFIG_LINE6_USB is not set
3270   -# CONFIG_USB_SERIAL_QUATECH2 is not set
3271   -# CONFIG_VT6655 is not set
3272   -# CONFIG_VT6656 is not set
3273   -# CONFIG_DX_SEP is not set
3274   -
3275   -#
3276   -# IIO staging drivers
3277   -#
3278   -
3279   -#
3280   -# Accelerometers
3281   -#
3282   -# CONFIG_ADIS16201 is not set
3283   -# CONFIG_ADIS16203 is not set
3284   -# CONFIG_ADIS16204 is not set
3285   -# CONFIG_ADIS16209 is not set
3286   -# CONFIG_ADIS16220 is not set
3287   -# CONFIG_ADIS16240 is not set
3288   -# CONFIG_LIS3L02DQ is not set
3289   -
3290   -#
3291   -# Analog to digital converters
3292   -#
3293   -# CONFIG_AD7291 is not set
3294   -# CONFIG_AD7606 is not set
3295   -# CONFIG_AD799X is not set
3296   -# CONFIG_AD7780 is not set
3297   -# CONFIG_AD7816 is not set
3298   -# CONFIG_AD7192 is not set
3299   -# CONFIG_AD7280 is not set
3300   -
3301   -#
3302   -# Analog digital bi-direction converters
3303   -#
3304   -# CONFIG_ADT7316 is not set
3305   -
3306   -#
3307   -# Capacitance to digital converters
3308   -#
3309   -# CONFIG_AD7150 is not set
3310   -# CONFIG_AD7152 is not set
3311   -# CONFIG_AD7746 is not set
3312   -
3313   -#
3314   -# Direct Digital Synthesis
3315   -#
3316   -# CONFIG_AD5930 is not set
3317   -# CONFIG_AD9832 is not set
3318   -# CONFIG_AD9834 is not set
3319   -# CONFIG_AD9850 is not set
3320   -# CONFIG_AD9852 is not set
3321   -# CONFIG_AD9910 is not set
3322   -# CONFIG_AD9951 is not set
3323   -
3324   -#
3325   -# Digital gyroscope sensors
3326   -#
3327   -# CONFIG_ADIS16060 is not set
3328   -
3329   -#
3330   -# Network Analyzer, Impedance Converters
3331   -#
3332   -# CONFIG_AD5933 is not set
3333   -
3334   -#
3335   -# Light sensors
3336   -#
3337   -# CONFIG_SENSORS_ISL29018 is not set
3338   -# CONFIG_SENSORS_ISL29028 is not set
3339   -# CONFIG_TSL2583 is not set
3340   -# CONFIG_TSL2x7x is not set
3341   -
3342   -#
3343   -# Magnetometer sensors
3344   -#
3345   -# CONFIG_SENSORS_HMC5843 is not set
3346   -
3347   -#
3348   -# Active energy metering IC
3349   -#
3350   -# CONFIG_ADE7753 is not set
3351   -# CONFIG_ADE7754 is not set
3352   -# CONFIG_ADE7758 is not set
3353   -# CONFIG_ADE7759 is not set
3354   -# CONFIG_ADE7854 is not set
3355   -
3356   -#
3357   -# Resolver to digital converters
3358   -#
3359   -# CONFIG_AD2S90 is not set
3360   -# CONFIG_AD2S1200 is not set
3361   -# CONFIG_AD2S1210 is not set
3362   -
3363   -#
3364   -# Triggers - standalone
3365   -#
3366   -# CONFIG_IIO_SIMPLE_DUMMY is not set
3367   -# CONFIG_FB_SM7XX is not set
3368   -# CONFIG_CRYSTALHD is not set
3369   -# CONFIG_FB_XGI is not set
3370   -# CONFIG_USB_ENESTORAGE is not set
3371   -# CONFIG_BCM_WIMAX is not set
3372   -# CONFIG_FT1000 is not set
3373   -
3374   -#
3375   -# Speakup console speech
3376   -#
3377   -# CONFIG_SPEAKUP is not set
3378   -# CONFIG_TOUCHSCREEN_CLEARPAD_TM1217 is not set
3379   -# CONFIG_TOUCHSCREEN_SYNAPTICS_I2C_RMI4 is not set
3380   -# CONFIG_STAGING_MEDIA is not set
3381   -
3382   -#
3383   -# Android
3384   -#
3385   -# CONFIG_ANDROID is not set
3386   -# CONFIG_USB_WPAN_HCD is not set
3387   -# CONFIG_WIMAX_GDM72XX is not set
3388   -# CONFIG_LTE_GDM724X is not set
3389   -# CONFIG_NET_VENDOR_SILICOM is not set
3390   -# CONFIG_CED1401 is not set
3391   -# CONFIG_DRM_IMX is not set
3392   -# CONFIG_DGRP is not set
3393   -# CONFIG_LUSTRE_FS is not set
3394   -# CONFIG_XILLYBUS is not set
3395   -# CONFIG_DGNC is not set
3396   -# CONFIG_DGAP is not set
3397   -CONFIG_CLKDEV_LOOKUP=y
3398   -CONFIG_HAVE_CLK_PREPARE=y
3399   -CONFIG_COMMON_CLK=y
3400   -
3401   -#
3402   -# Common Clock Framework
3403   -#
3404   -# CONFIG_COMMON_CLK_SI5351 is not set
3405   -# CONFIG_COMMON_CLK_SI570 is not set
3406   -# CONFIG_COMMON_CLK_QCOM is not set
3407   -
3408   -#
3409   -# Hardware Spinlock drivers
3410   -#
3411   -CONFIG_CLKSRC_OF=y
3412   -CONFIG_CLKSRC_MMIO=y
3413   -# CONFIG_MAILBOX is not set
3414   -# CONFIG_IOMMU_SUPPORT is not set
3415   -
3416   -#
3417   -# Remoteproc drivers
3418   -#
3419   -# CONFIG_STE_MODEM_RPROC is not set
3420   -
3421   -#
3422   -# Rpmsg drivers
3423   -#
3424   -# CONFIG_PM_DEVFREQ is not set
3425   -# CONFIG_EXTCON is not set
3426   -# CONFIG_MEMORY is not set
3427   -CONFIG_IIO=y
3428   -# CONFIG_IIO_BUFFER is not set
3429   -# CONFIG_IIO_TRIGGER is not set
3430   -
3431   -#
3432   -# Accelerometers
3433   -#
3434   -# CONFIG_BMA180 is not set
3435   -# CONFIG_IIO_ST_ACCEL_3AXIS is not set
3436   -# CONFIG_KXSD9 is not set
3437   -
3438   -#
3439   -# Analog to digital converters
3440   -#
3441   -# CONFIG_AD7266 is not set
3442   -# CONFIG_AD7298 is not set
3443   -# CONFIG_AD7476 is not set
3444   -# CONFIG_AD7791 is not set
3445   -# CONFIG_AD7793 is not set
3446   -# CONFIG_AD7887 is not set
3447   -# CONFIG_AD7923 is not set
3448   -# CONFIG_EXYNOS_ADC is not set
3449   -# CONFIG_MAX1363 is not set
3450   -# CONFIG_MCP320X is not set
3451   -# CONFIG_MCP3422 is not set
3452   -# CONFIG_NAU7802 is not set
3453   -# CONFIG_TI_ADC081C is not set
3454   -# CONFIG_VF610_ADC is not set
3455   -
3456   -#
3457   -# Amplifiers
3458   -#
3459   -# CONFIG_AD8366 is not set
3460   -
3461   -#
3462   -# Hid Sensor IIO Common
3463   -#
3464   -
3465   -#
3466   -# Digital to analog converters
3467   -#
3468   -# CONFIG_AD5064 is not set
3469   -# CONFIG_AD5360 is not set
3470   -# CONFIG_AD5380 is not set
3471   -# CONFIG_AD5421 is not set
3472   -# CONFIG_AD5446 is not set
3473   -# CONFIG_AD5449 is not set
3474   -# CONFIG_AD5504 is not set
3475   -# CONFIG_AD5624R_SPI is not set
3476   -# CONFIG_AD5686 is not set
3477   -# CONFIG_AD5755 is not set
3478   -# CONFIG_AD5764 is not set
3479   -# CONFIG_AD5791 is not set
3480   -# CONFIG_AD7303 is not set
3481   -# CONFIG_MAX517 is not set
3482   -# CONFIG_MCP4725 is not set
3483   -
3484   -#
3485   -# Frequency Synthesizers DDS/PLL
3486   -#
3487   -
3488   -#
3489   -# Clock Generator/Distribution
3490   -#
3491   -# CONFIG_AD9523 is not set
3492   -
3493   -#
3494   -# Phase-Locked Loop (PLL) frequency synthesizers
3495   -#
3496   -# CONFIG_ADF4350 is not set
3497   -
3498   -#
3499   -# Digital gyroscope sensors
3500   -#
3501   -# CONFIG_ADIS16080 is not set
3502   -# CONFIG_ADIS16130 is not set
3503   -# CONFIG_ADIS16136 is not set
3504   -# CONFIG_ADIS16260 is not set
3505   -# CONFIG_ADXRS450 is not set
3506   -# CONFIG_IIO_ST_GYRO_3AXIS is not set
3507   -# CONFIG_ITG3200 is not set
3508   -
3509   -#
3510   -# Humidity sensors
3511   -#
3512   -# CONFIG_DHT11 is not set
3513   -
3514   -#
3515   -# Inertial measurement units
3516   -#
3517   -# CONFIG_ADIS16400 is not set
3518   -# CONFIG_ADIS16480 is not set
3519   -# CONFIG_INV_MPU6050_IIO is not set
3520   -
3521   -#
3522   -# Light sensors
3523   -#
3524   -# CONFIG_ADJD_S311 is not set
3525   -# CONFIG_APDS9300 is not set
3526   -# CONFIG_CM32181 is not set
3527   -# CONFIG_CM36651 is not set
3528   -# CONFIG_GP2AP020A00F is not set
3529   -# CONFIG_TCS3472 is not set
3530   -# CONFIG_SENSORS_TSL2563 is not set
3531   -# CONFIG_TSL4531 is not set
3532   -# CONFIG_VCNL4000 is not set
3533   -
3534   -#
3535   -# Magnetometer sensors
3536   -#
3537   -# CONFIG_AK8975 is not set
3538   -# CONFIG_MAG3110 is not set
3539   -# CONFIG_IIO_ST_MAGN_3AXIS is not set
3540   -
3541   -#
3542   -# Inclinometer sensors
3543   -#
3544   -
3545   -#
3546   -# Pressure sensors
3547   -#
3548   -# CONFIG_MPL3115 is not set
3549   -# CONFIG_IIO_ST_PRESS is not set
3550   -
3551   -#
3552   -# Temperature sensors
3553   -#
3554   -# CONFIG_TMP006 is not set
3555   -# CONFIG_VME_BUS is not set
3556   -CONFIG_PWM=y
3557   -CONFIG_PWM_SYSFS=y
3558   -CONFIG_PWM_IMX=y
3559   -# CONFIG_PWM_PCA9685 is not set
3560   -CONFIG_IRQCHIP=y
3561   -CONFIG_ARM_GIC=y
3562   -# CONFIG_IPACK_BUS is not set
3563   -CONFIG_ARCH_HAS_RESET_CONTROLLER=y
3564   -CONFIG_RESET_CONTROLLER=y
3565   -CONFIG_RESET_GPIO=y
3566   -# CONFIG_FMC is not set
3567   -
3568   -#
3569   -# PHY Subsystem
3570   -#
3571   -# CONFIG_GENERIC_PHY is not set
3572   -# CONFIG_PHY_EXYNOS_MIPI_VIDEO is not set
3573   -# CONFIG_PHY_EXYNOS_DP_VIDEO is not set
3574   -# CONFIG_POWERCAP is not set
3575   -# CONFIG_BATTERY_SAMSUNG is not set
3576   -
3577   -#
3578   -# File systems
3579   -#
3580   -CONFIG_DCACHE_WORD_ACCESS=y
3581   -CONFIG_EXT2_FS=y
3582   -CONFIG_EXT2_FS_XATTR=y
3583   -CONFIG_EXT2_FS_POSIX_ACL=y
3584   -CONFIG_EXT2_FS_SECURITY=y
3585   -# CONFIG_EXT2_FS_XIP is not set
3586   -CONFIG_EXT3_FS=y
3587   -CONFIG_EXT3_DEFAULTS_TO_ORDERED=y
3588   -CONFIG_EXT3_FS_XATTR=y
3589   -CONFIG_EXT3_FS_POSIX_ACL=y
3590   -CONFIG_EXT3_FS_SECURITY=y
3591   -CONFIG_EXT4_FS=y
3592   -CONFIG_EXT4_FS_POSIX_ACL=y
3593   -CONFIG_EXT4_FS_SECURITY=y
3594   -# CONFIG_EXT4_DEBUG is not set
3595   -CONFIG_JBD=y
3596   -# CONFIG_JBD_DEBUG is not set
3597   -CONFIG_JBD2=y
3598   -# CONFIG_JBD2_DEBUG is not set
3599   -CONFIG_FS_MBCACHE=y
3600   -# CONFIG_REISERFS_FS is not set
3601   -# CONFIG_JFS_FS is not set
3602   -# CONFIG_XFS_FS is not set
3603   -# CONFIG_GFS2_FS is not set
3604   -# CONFIG_OCFS2_FS is not set
3605   -# CONFIG_BTRFS_FS is not set
3606   -# CONFIG_NILFS2_FS is not set
3607   -CONFIG_FS_POSIX_ACL=y
3608   -CONFIG_EXPORTFS=y
3609   -CONFIG_FILE_LOCKING=y
3610   -CONFIG_FSNOTIFY=y
3611   -CONFIG_DNOTIFY=y
3612   -CONFIG_INOTIFY_USER=y
3613   -# CONFIG_FANOTIFY is not set
3614   -CONFIG_QUOTA=y
3615   -CONFIG_QUOTA_NETLINK_INTERFACE=y
3616   -# CONFIG_PRINT_QUOTA_WARNING is not set
3617   -# CONFIG_QUOTA_DEBUG is not set
3618   -# CONFIG_QFMT_V1 is not set
3619   -# CONFIG_QFMT_V2 is not set
3620   -CONFIG_QUOTACTL=y
3621   -CONFIG_AUTOFS4_FS=y
3622   -CONFIG_FUSE_FS=y
3623   -# CONFIG_CUSE is not set
3624   -CONFIG_OVERLAYFS_FS=y
3625   -
3626   -#
3627   -# Caches
3628   -#
3629   -# CONFIG_FSCACHE is not set
3630   -
3631   -#
3632   -# CD-ROM/DVD Filesystems
3633   -#
3634   -# CONFIG_ISO9660_FS is not set
3635   -# CONFIG_UDF_FS is not set
3636   -
3637   -#
3638   -# DOS/FAT/NT Filesystems
3639   -#
3640   -CONFIG_FAT_FS=y
3641   -CONFIG_MSDOS_FS=y
3642   -CONFIG_VFAT_FS=y
3643   -CONFIG_FAT_DEFAULT_CODEPAGE=437
3644   -CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
3645   -CONFIG_NTFS_FS=y
3646   -# CONFIG_NTFS_DEBUG is not set
3647   -CONFIG_NTFS_RW=y
3648   -
3649   -#
3650   -# Pseudo filesystems
3651   -#
3652   -CONFIG_PROC_FS=y
3653   -CONFIG_PROC_SYSCTL=y
3654   -CONFIG_PROC_PAGE_MONITOR=y
3655   -CONFIG_SYSFS=y
3656   -CONFIG_TMPFS=y
3657   -CONFIG_TMPFS_POSIX_ACL=y
3658   -CONFIG_TMPFS_XATTR=y
3659   -# CONFIG_HUGETLB_PAGE is not set
3660   -CONFIG_CONFIGFS_FS=y
3661   -CONFIG_MISC_FILESYSTEMS=y
3662   -# CONFIG_ADFS_FS is not set
3663   -# CONFIG_AFFS_FS is not set
3664   -# CONFIG_ECRYPT_FS is not set
3665   -# CONFIG_HFS_FS is not set
3666   -# CONFIG_HFSPLUS_FS is not set
3667   -# CONFIG_BEFS_FS is not set
3668   -# CONFIG_BFS_FS is not set
3669   -# CONFIG_EFS_FS is not set
3670   -# CONFIG_JFFS2_FS is not set
3671   -# CONFIG_LOGFS is not set
3672   -# CONFIG_CRAMFS is not set
3673   -CONFIG_SQUASHFS=y
3674   -CONFIG_SQUASHFS_FILE_CACHE=y
3675   -# CONFIG_SQUASHFS_FILE_DIRECT is not set
3676   -CONFIG_SQUASHFS_DECOMP_SINGLE=y
3677   -# CONFIG_SQUASHFS_DECOMP_MULTI is not set
3678   -# CONFIG_SQUASHFS_DECOMP_MULTI_PERCPU is not set
3679   -# CONFIG_SQUASHFS_XATTR is not set
3680   -CONFIG_SQUASHFS_ZLIB=y
3681   -# CONFIG_SQUASHFS_LZO is not set
3682   -# CONFIG_SQUASHFS_XZ is not set
3683   -# CONFIG_SQUASHFS_4K_DEVBLK_SIZE is not set
3684   -# CONFIG_SQUASHFS_EMBEDDED is not set
3685   -CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3
3686   -# CONFIG_VXFS_FS is not set
3687   -# CONFIG_MINIX_FS is not set
3688   -# CONFIG_OMFS_FS is not set
3689   -# CONFIG_HPFS_FS is not set
3690   -# CONFIG_QNX4FS_FS is not set
3691   -# CONFIG_QNX6FS_FS is not set
3692   -# CONFIG_ROMFS_FS is not set
3693   -# CONFIG_PSTORE is not set
3694   -# CONFIG_SYSV_FS is not set
3695   -# CONFIG_UFS_FS is not set
3696   -# CONFIG_F2FS_FS is not set
3697   -CONFIG_NETWORK_FILESYSTEMS=y
3698   -CONFIG_NFS_FS=y
3699   -CONFIG_NFS_V2=y
3700   -CONFIG_NFS_V3=y
3701   -CONFIG_NFS_V3_ACL=y
3702   -CONFIG_NFS_V4=y
3703   -# CONFIG_NFS_SWAP is not set
3704   -CONFIG_NFS_V4_1=y
3705   -# CONFIG_NFS_V4_2 is not set
3706   -CONFIG_PNFS_FILE_LAYOUT=y
3707   -CONFIG_NFS_V4_1_IMPLEMENTATION_ID_DOMAIN="kernel.org"
3708   -# CONFIG_NFS_V4_1_MIGRATION is not set
3709   -CONFIG_ROOT_NFS=y
3710   -# CONFIG_NFS_USE_LEGACY_DNS is not set
3711   -CONFIG_NFS_USE_KERNEL_DNS=y
3712   -# CONFIG_NFSD is not set
3713   -CONFIG_LOCKD=y
3714   -CONFIG_LOCKD_V4=y
3715   -CONFIG_NFS_ACL_SUPPORT=y
3716   -CONFIG_NFS_COMMON=y
3717   -CONFIG_SUNRPC=y
3718   -CONFIG_SUNRPC_GSS=y
3719   -CONFIG_SUNRPC_BACKCHANNEL=y
3720   -# CONFIG_SUNRPC_DEBUG is not set
3721   -# CONFIG_CEPH_FS is not set
3722   -# CONFIG_CIFS is not set
3723   -# CONFIG_NCP_FS is not set
3724   -# CONFIG_CODA_FS is not set
3725   -# CONFIG_AFS_FS is not set
3726   -CONFIG_NLS=y
3727   -CONFIG_NLS_DEFAULT="cp437"
3728   -CONFIG_NLS_CODEPAGE_437=y
3729   -# CONFIG_NLS_CODEPAGE_737 is not set
3730   -# CONFIG_NLS_CODEPAGE_775 is not set
3731   -# CONFIG_NLS_CODEPAGE_850 is not set
3732   -# CONFIG_NLS_CODEPAGE_852 is not set
3733   -# CONFIG_NLS_CODEPAGE_855 is not set
3734   -# CONFIG_NLS_CODEPAGE_857 is not set
3735   -# CONFIG_NLS_CODEPAGE_860 is not set
3736   -# CONFIG_NLS_CODEPAGE_861 is not set
3737   -# CONFIG_NLS_CODEPAGE_862 is not set
3738   -# CONFIG_NLS_CODEPAGE_863 is not set
3739   -# CONFIG_NLS_CODEPAGE_864 is not set
3740   -# CONFIG_NLS_CODEPAGE_865 is not set
3741   -# CONFIG_NLS_CODEPAGE_866 is not set
3742   -# CONFIG_NLS_CODEPAGE_869 is not set
3743   -# CONFIG_NLS_CODEPAGE_936 is not set
3744   -# CONFIG_NLS_CODEPAGE_950 is not set
3745   -CONFIG_NLS_CODEPAGE_932=y
3746   -CONFIG_NLS_CODEPAGE_949=y
3747   -# CONFIG_NLS_CODEPAGE_874 is not set
3748   -# CONFIG_NLS_ISO8859_8 is not set
3749   -# CONFIG_NLS_CODEPAGE_1250 is not set
3750   -# CONFIG_NLS_CODEPAGE_1251 is not set
3751   -CONFIG_NLS_ASCII=y
3752   -CONFIG_NLS_ISO8859_1=y
3753   -# CONFIG_NLS_ISO8859_2 is not set
3754   -# CONFIG_NLS_ISO8859_3 is not set
3755   -# CONFIG_NLS_ISO8859_4 is not set
3756   -# CONFIG_NLS_ISO8859_5 is not set
3757   -# CONFIG_NLS_ISO8859_6 is not set
3758   -# CONFIG_NLS_ISO8859_7 is not set
3759   -# CONFIG_NLS_ISO8859_9 is not set
3760   -# CONFIG_NLS_ISO8859_13 is not set
3761   -# CONFIG_NLS_ISO8859_14 is not set
3762   -CONFIG_NLS_ISO8859_15=y
3763   -# CONFIG_NLS_KOI8_R is not set
3764   -# CONFIG_NLS_KOI8_U is not set
3765   -# CONFIG_NLS_MAC_ROMAN is not set
3766   -# CONFIG_NLS_MAC_CELTIC is not set
3767   -# CONFIG_NLS_MAC_CENTEURO is not set
3768   -# CONFIG_NLS_MAC_CROATIAN is not set
3769   -# CONFIG_NLS_MAC_CYRILLIC is not set
3770   -# CONFIG_NLS_MAC_GAELIC is not set
3771   -# CONFIG_NLS_MAC_GREEK is not set
3772   -# CONFIG_NLS_MAC_ICELAND is not set
3773   -# CONFIG_NLS_MAC_INUIT is not set
3774   -# CONFIG_NLS_MAC_ROMANIAN is not set
3775   -# CONFIG_NLS_MAC_TURKISH is not set
3776   -CONFIG_NLS_UTF8=y
3777   -# CONFIG_DLM is not set
3778   -
3779   -#
3780   -# Kernel hacking
3781   -#
3782   -
3783   -#
3784   -# printk and dmesg options
3785   -#
3786   -# CONFIG_PRINTK_TIME is not set
3787   -CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4
3788   -# CONFIG_BOOT_PRINTK_DELAY is not set
3789   -# CONFIG_DYNAMIC_DEBUG is not set
3790   -
3791   -#
3792   -# Compile-time checks and compiler options
3793   -#
3794   -# CONFIG_DEBUG_INFO is not set
3795   -CONFIG_ENABLE_WARN_DEPRECATED=y
3796   -CONFIG_ENABLE_MUST_CHECK=y
3797   -CONFIG_FRAME_WARN=1024
3798   -# CONFIG_STRIP_ASM_SYMS is not set
3799   -# CONFIG_READABLE_ASM is not set
3800   -# CONFIG_UNUSED_SYMBOLS is not set
3801   -CONFIG_DEBUG_FS=y
3802   -# CONFIG_HEADERS_CHECK is not set
3803   -# CONFIG_DEBUG_SECTION_MISMATCH is not set
3804   -CONFIG_FRAME_POINTER=y
3805   -# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
3806   -CONFIG_MAGIC_SYSRQ=y
3807   -CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x1
3808   -CONFIG_DEBUG_KERNEL=y
3809   -
3810   -#
3811   -# Memory Debugging
3812   -#
3813   -# CONFIG_DEBUG_PAGEALLOC is not set
3814   -# CONFIG_DEBUG_OBJECTS is not set
3815   -# CONFIG_SLUB_STATS is not set
3816   -CONFIG_HAVE_DEBUG_KMEMLEAK=y
3817   -# CONFIG_DEBUG_KMEMLEAK is not set
3818   -# CONFIG_DEBUG_STACK_USAGE is not set
3819   -# CONFIG_DEBUG_VM is not set
3820   -# CONFIG_DEBUG_MEMORY_INIT is not set
3821   -# CONFIG_DEBUG_PER_CPU_MAPS is not set
3822   -# CONFIG_DEBUG_HIGHMEM is not set
3823   -# CONFIG_DEBUG_SHIRQ is not set
3824   -
3825   -#
3826   -# Debug Lockups and Hangs
3827   -#
3828   -# CONFIG_LOCKUP_DETECTOR is not set
3829   -# CONFIG_DETECT_HUNG_TASK is not set
3830   -# CONFIG_PANIC_ON_OOPS is not set
3831   -CONFIG_PANIC_ON_OOPS_VALUE=0
3832   -CONFIG_PANIC_TIMEOUT=0
3833   -# CONFIG_SCHED_DEBUG is not set
3834   -# CONFIG_SCHEDSTATS is not set
3835   -# CONFIG_TIMER_STATS is not set
3836   -CONFIG_DEBUG_PREEMPT=y
3837   -
3838   -#
3839   -# Lock Debugging (spinlocks, mutexes, etc...)
3840   -#
3841   -# CONFIG_DEBUG_RT_MUTEXES is not set
3842   -# CONFIG_RT_MUTEX_TESTER is not set
3843   -# CONFIG_DEBUG_SPINLOCK is not set
3844   -# CONFIG_DEBUG_MUTEXES is not set
3845   -# CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set
3846   -# CONFIG_DEBUG_LOCK_ALLOC is not set
3847   -# CONFIG_PROVE_LOCKING is not set
3848   -# CONFIG_LOCK_STAT is not set
3849   -# CONFIG_DEBUG_ATOMIC_SLEEP is not set
3850   -# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
3851   -# CONFIG_DEBUG_KOBJECT is not set
3852   -# CONFIG_DEBUG_BUGVERBOSE is not set
3853   -# CONFIG_DEBUG_WRITECOUNT is not set
3854   -# CONFIG_DEBUG_LIST is not set
3855   -# CONFIG_DEBUG_SG is not set
3856   -# CONFIG_DEBUG_NOTIFIERS is not set
3857   -# CONFIG_DEBUG_CREDENTIALS is not set
3858   -
3859   -#
3860   -# RCU Debugging
3861   -#
3862   -# CONFIG_PROVE_RCU_DELAY is not set
3863   -# CONFIG_SPARSE_RCU_POINTER is not set
3864   -# CONFIG_RCU_TORTURE_TEST is not set
3865   -CONFIG_RCU_CPU_STALL_TIMEOUT=21
3866   -CONFIG_RCU_CPU_STALL_VERBOSE=y
3867   -# CONFIG_RCU_CPU_STALL_INFO is not set
3868   -# CONFIG_RCU_TRACE is not set
3869   -# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
3870   -# CONFIG_NOTIFIER_ERROR_INJECTION is not set
3871   -# CONFIG_FAULT_INJECTION is not set
3872   -CONFIG_HAVE_FUNCTION_TRACER=y
3873   -CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
3874   -CONFIG_HAVE_DYNAMIC_FTRACE=y
3875   -CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
3876   -CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
3877   -CONFIG_HAVE_C_RECORDMCOUNT=y
3878   -CONFIG_TRACING_SUPPORT=y
3879   -# CONFIG_FTRACE is not set
3880   -
3881   -#
3882   -# Runtime Testing
3883   -#
3884   -# CONFIG_LKDTM is not set
3885   -# CONFIG_TEST_LIST_SORT is not set
3886   -# CONFIG_BACKTRACE_SELF_TEST is not set
3887   -# CONFIG_RBTREE_TEST is not set
3888   -# CONFIG_INTERVAL_TREE_TEST is not set
3889   -# CONFIG_PERCPU_TEST is not set
3890   -# CONFIG_ATOMIC64_SELFTEST is not set
3891   -# CONFIG_TEST_STRING_HELPERS is not set
3892   -# CONFIG_TEST_KSTRTOX is not set
3893   -# CONFIG_DMA_API_DEBUG is not set
3894   -# CONFIG_TEST_MODULE is not set
3895   -# CONFIG_TEST_USER_COPY is not set
3896   -# CONFIG_SAMPLES is not set
3897   -CONFIG_HAVE_ARCH_KGDB=y
3898   -# CONFIG_KGDB is not set
3899   -# CONFIG_ARM_PTDUMP is not set
3900   -# CONFIG_STRICT_DEVMEM is not set
3901   -# CONFIG_ARM_UNWIND is not set
3902   -# CONFIG_DEBUG_USER is not set
3903   -# CONFIG_DEBUG_LL is not set
3904   -CONFIG_DEBUG_IMX_UART_PORT=1
3905   -CONFIG_DEBUG_LL_INCLUDE="mach/debug-macro.S"
3906   -# CONFIG_DEBUG_UART_PL01X is not set
3907   -# CONFIG_DEBUG_UART_8250 is not set
3908   -CONFIG_UNCOMPRESS_INCLUDE="debug/uncompress.h"
3909   -# CONFIG_PID_IN_CONTEXTIDR is not set
3910   -# CONFIG_DEBUG_SET_MODULE_RONX is not set
3911   -
3912   -#
3913   -# Security options
3914   -#
3915   -CONFIG_KEYS=y
3916   -# CONFIG_PERSISTENT_KEYRINGS is not set
3917   -# CONFIG_BIG_KEYS is not set
3918   -# CONFIG_ENCRYPTED_KEYS is not set
3919   -# CONFIG_KEYS_DEBUG_PROC_KEYS is not set
3920   -# CONFIG_SECURITY_DMESG_RESTRICT is not set
3921   -# CONFIG_SECURITY is not set
3922   -CONFIG_SECURITYFS=y
3923   -CONFIG_DEFAULT_SECURITY_DAC=y
3924   -CONFIG_DEFAULT_SECURITY=""
3925   -CONFIG_CRYPTO=y
3926   -
3927   -#
3928   -# Crypto core or helper
3929   -#
3930   -CONFIG_CRYPTO_ALGAPI=y
3931   -CONFIG_CRYPTO_ALGAPI2=y
3932   -CONFIG_CRYPTO_AEAD=y
3933   -CONFIG_CRYPTO_AEAD2=y
3934   -CONFIG_CRYPTO_BLKCIPHER=y
3935   -CONFIG_CRYPTO_BLKCIPHER2=y
3936   -CONFIG_CRYPTO_HASH=y
3937   -CONFIG_CRYPTO_HASH2=y
3938   -CONFIG_CRYPTO_RNG=y
3939   -CONFIG_CRYPTO_RNG2=y
3940   -CONFIG_CRYPTO_PCOMP2=y
3941   -CONFIG_CRYPTO_MANAGER=y
3942   -CONFIG_CRYPTO_MANAGER2=y
3943   -CONFIG_CRYPTO_USER=y
3944   -CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y
3945   -CONFIG_CRYPTO_GF128MUL=y
3946   -CONFIG_CRYPTO_NULL=y
3947   -# CONFIG_CRYPTO_PCRYPT is not set
3948   -CONFIG_CRYPTO_WORKQUEUE=y
3949   -# CONFIG_CRYPTO_CRYPTD is not set
3950   -CONFIG_CRYPTO_AUTHENC=y
3951   -# CONFIG_CRYPTO_TEST is not set
3952   -
3953   -#
3954   -# Authenticated Encryption with Associated Data
3955   -#
3956   -CONFIG_CRYPTO_CCM=y
3957   -CONFIG_CRYPTO_GCM=y
3958   -CONFIG_CRYPTO_SEQIV=y
3959   -
3960   -#
3961   -# Block modes
3962   -#
3963   -CONFIG_CRYPTO_CBC=y
3964   -CONFIG_CRYPTO_CTR=y
3965   -CONFIG_CRYPTO_CTS=y
3966   -CONFIG_CRYPTO_ECB=y
3967   -CONFIG_CRYPTO_LRW=y
3968   -# CONFIG_CRYPTO_PCBC is not set
3969   -CONFIG_CRYPTO_XTS=y
3970   -
3971   -#
3972   -# Hash modes
3973   -#
3974   -# CONFIG_CRYPTO_CMAC is not set
3975   -# CONFIG_CRYPTO_HMAC is not set
3976   -# CONFIG_CRYPTO_XCBC is not set
3977   -# CONFIG_CRYPTO_VMAC is not set
3978   -
3979   -#
3980   -# Digest
3981   -#
3982   -CONFIG_CRYPTO_CRC32C=y
3983   -# CONFIG_CRYPTO_CRC32 is not set
3984   -CONFIG_CRYPTO_CRCT10DIF=y
3985   -CONFIG_CRYPTO_GHASH=y
3986   -CONFIG_CRYPTO_MD4=y
3987   -CONFIG_CRYPTO_MD5=y
3988   -CONFIG_CRYPTO_MICHAEL_MIC=y
3989   -CONFIG_CRYPTO_RMD128=y
3990   -CONFIG_CRYPTO_RMD160=y
3991   -CONFIG_CRYPTO_RMD256=y
3992   -CONFIG_CRYPTO_RMD320=y
3993   -CONFIG_CRYPTO_SHA1=y
3994   -# CONFIG_CRYPTO_SHA1_ARM is not set
3995   -CONFIG_CRYPTO_SHA256=y
3996   -CONFIG_CRYPTO_SHA512=y
3997   -CONFIG_CRYPTO_TGR192=y
3998   -CONFIG_CRYPTO_WP512=y
3999   -
4000   -#
4001   -# Ciphers
4002   -#
4003   -CONFIG_CRYPTO_AES=y
4004   -# CONFIG_CRYPTO_AES_ARM is not set
4005   -# CONFIG_CRYPTO_ANUBIS is not set
4006   -CONFIG_CRYPTO_ARC4=y
4007   -CONFIG_CRYPTO_BLOWFISH=y
4008   -CONFIG_CRYPTO_BLOWFISH_COMMON=y
4009   -CONFIG_CRYPTO_CAMELLIA=y
4010   -# CONFIG_CRYPTO_CAST5 is not set
4011   -# CONFIG_CRYPTO_CAST6 is not set
4012   -CONFIG_CRYPTO_DES=y
4013   -# CONFIG_CRYPTO_FCRYPT is not set
4014   -# CONFIG_CRYPTO_KHAZAD is not set
4015   -# CONFIG_CRYPTO_SALSA20 is not set
4016   -# CONFIG_CRYPTO_SEED is not set
4017   -# CONFIG_CRYPTO_SERPENT is not set
4018   -# CONFIG_CRYPTO_TEA is not set
4019   -CONFIG_CRYPTO_TWOFISH=y
4020   -CONFIG_CRYPTO_TWOFISH_COMMON=y
4021   -
4022   -#
4023   -# Compression
4024   -#
4025   -# CONFIG_CRYPTO_DEFLATE is not set
4026   -# CONFIG_CRYPTO_ZLIB is not set
4027   -# CONFIG_CRYPTO_LZO is not set
4028   -# CONFIG_CRYPTO_LZ4 is not set
4029   -# CONFIG_CRYPTO_LZ4HC is not set
4030   -
4031   -#
4032   -# Random Number Generation
4033   -#
4034   -# CONFIG_CRYPTO_ANSI_CPRNG is not set
4035   -# CONFIG_CRYPTO_USER_API_HASH is not set
4036   -# CONFIG_CRYPTO_USER_API_SKCIPHER is not set
4037   -CONFIG_CRYPTO_HW=y
4038   -# CONFIG_CRYPTO_DEV_HIFN_795X is not set
4039   -CONFIG_CRYPTO_DEV_FSL_CAAM=y
4040   -CONFIG_CRYPTO_DEV_FSL_CAAM_JR=y
4041   -CONFIG_CRYPTO_DEV_FSL_CAAM_RINGSIZE=9
4042   -# CONFIG_CRYPTO_DEV_FSL_CAAM_INTC is not set
4043   -CONFIG_CRYPTO_DEV_FSL_CAAM_CRYPTO_API=y
4044   -CONFIG_CRYPTO_DEV_FSL_CAAM_AHASH_API=y
4045   -CONFIG_CRYPTO_DEV_FSL_CAAM_RNG_API=y
4046   -# CONFIG_CRYPTO_DEV_FSL_CAAM_RNG_TEST is not set
4047   -CONFIG_CRYPTO_DEV_FSL_CAAM_SM=y
4048   -CONFIG_CRYPTO_DEV_FSL_CAAM_SM_SLOTSIZE=7
4049   -# CONFIG_CRYPTO_DEV_FSL_CAAM_SM_TEST is not set
4050   -# CONFIG_CRYPTO_DEV_FSL_CAAM_SECVIO is not set
4051   -# CONFIG_CRYPTO_DEV_FSL_CAAM_DEBUG is not set
4052   -# CONFIG_CRYPTO_DEV_SAHARA is not set
4053   -# CONFIG_ASYMMETRIC_KEY_TYPE is not set
4054   -# CONFIG_BINARY_PRINTF is not set
4055   -
4056   -#
4057   -# Library routines
4058   -#
4059   -CONFIG_BITREVERSE=y
4060   -CONFIG_RATIONAL=y
4061   -CONFIG_GENERIC_STRNCPY_FROM_USER=y
4062   -CONFIG_GENERIC_STRNLEN_USER=y
4063   -CONFIG_GENERIC_NET_UTILS=y
4064   -CONFIG_GENERIC_PCI_IOMAP=y
4065   -CONFIG_GENERIC_IO=y
4066   -CONFIG_STMP_DEVICE=y
4067   -CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y
4068   -CONFIG_CRC_CCITT=y
4069   -CONFIG_CRC16=y
4070   -CONFIG_CRC_T10DIF=y
4071   -CONFIG_CRC_ITU_T=y
4072   -CONFIG_CRC32=y
4073   -# CONFIG_CRC32_SELFTEST is not set
4074   -CONFIG_CRC32_SLICEBY8=y
4075   -# CONFIG_CRC32_SLICEBY4 is not set
4076   -# CONFIG_CRC32_SARWATE is not set
4077   -# CONFIG_CRC32_BIT is not set
4078   -CONFIG_CRC7=y
4079   -CONFIG_LIBCRC32C=y
4080   -# CONFIG_CRC8 is not set
4081   -# CONFIG_RANDOM32_SELFTEST is not set
4082   -CONFIG_ZLIB_INFLATE=y
4083   -CONFIG_ZLIB_DEFLATE=y
4084   -CONFIG_LZO_COMPRESS=y
4085   -CONFIG_LZO_DECOMPRESS=y
4086   -# CONFIG_XZ_DEC is not set
4087   -# CONFIG_XZ_DEC_BCJ is not set
4088   -CONFIG_DECOMPRESS_GZIP=y
4089   -CONFIG_GENERIC_ALLOCATOR=y
4090   -CONFIG_ASSOCIATIVE_ARRAY=y
4091   -CONFIG_HAS_IOMEM=y
4092   -CONFIG_HAS_IOPORT=y
4093   -CONFIG_HAS_DMA=y
4094   -CONFIG_CPU_RMAP=y
4095   -CONFIG_DQL=y
4096   -CONFIG_NLATTR=y
4097   -CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y
4098   -CONFIG_AVERAGE=y
4099   -# CONFIG_CORDIC is not set
4100   -# CONFIG_DDR is not set
4101   -CONFIG_OID_REGISTRY=y
4102   -CONFIG_FONT_SUPPORT=y
4103   -CONFIG_FONTS=y
4104   -CONFIG_FONT_8x8=y
4105   -CONFIG_FONT_8x16=y
4106   -# CONFIG_FONT_6x11 is not set
4107   -# CONFIG_FONT_7x14 is not set
4108   -# CONFIG_FONT_PEARL_8x8 is not set
4109   -# CONFIG_FONT_ACORN_8x8 is not set
4110   -# CONFIG_FONT_MINI_4x6 is not set
4111   -# CONFIG_FONT_SUN8x16 is not set
4112   -# CONFIG_FONT_SUN12x22 is not set
4113   -# CONFIG_FONT_10x18 is not set
4114   -# CONFIG_VIRTUALIZATION is not set
kernel/linux-imx6_3.14.28/make.sh
... ... @@ -12,10 +12,10 @@ then
12 12 fi
13 13  
14 14 image_filename="arch/arm/boot/uImage"
15   -dtb_filename="arch/arm/boot/dts/imx6sl-prime-qt5.dtb"
  15 +dtb_filename="arch/arm/boot/dts/imx6sl-prime-oven.dtb"
16 16  
17 17 image_target_filename="uImage"
18   -dtb_target_filename="imx6sl-prime-qt5.dtb"
  18 +dtb_target_filename="imx6sl-prime-oven.dtb"
19 19  
20 20 if [ -f .config ]; then
21 21 echo ".....mrproper"
... ... @@ -31,7 +31,7 @@ fi
31 31 if [ ! -f $build_path/.config ]; then
32 32 echo ".....imx6sl prime oven defconfig"
33 33 ARCH=arm make arm=ARM O=$build_path distclean
34   - ARCH=arm make arm=ARM O=$build_path imx6sl_prime_qt5_defconfig
  34 + ARCH=arm make arm=ARM O=$build_path imx6sl_prime_oven_defconfig
35 35 fi
36 36  
37 37  
... ...
run-docket.sh
... ... @@ -0,0 +1,13 @@
  1 +#!/bin/bash
  2 +CONTAINER=prime-qt5
  3 +docker run -it --rm \
  4 + -h ${CONTAINER} \
  5 + -u $(id -u):$(id -g) -e HOME=${HOME} -e USER=${USER} -v ${HOME}:${HOME} \
  6 + -v /etc/passwd:/etc/passwd:ro \
  7 + -v /etc/group:/etc/group:ro \
  8 + -v /etc/shadow:/etc/shadow:ro \
  9 + -v /etc/sudoers:/etc/sudoers:ro \
  10 + -v /etc/timezone:/etc/timezone:ro \
  11 + -v /etc/localtime:/etc/localtime:ro \
  12 + -v $(pwd):/work -v /nfs:/nfs -v /tftpboot:/tftpboot \
  13 + ${CONTAINER} $@
... ...