This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DRA726: LCD issue with kernel 4.19

Part Number: DRA726
Other Parts Discussed in Thread: DRA722, DP83TC811, TCA6416, TCA8418, LM8323, LM8333, ADS7846, TSC2004, TSC2005, TSC2007, TPIC2810, DRA752, LP3943, TPS65010, TPS65086, TPS65090, TPS65217, TPS65218, TPS65910, TPS65912, TWL6040, LM3533, LP3971, LP3972, TPS51632, TPS62360, TPS65023, TPS65132, TVP5150, TVP7002, THS8200, LM3560, THS7303, OPA362, TPD12S015, TFP410, LM3630A, LM3639, PCM1681, PCM1789, PCM3168A, TAS2552, TAS5086, TAS6424, TS3A227E, TPA6130A2, LM3530, LM3642, LP3944, LP5521, LP5523, LP5562, LP8501, DAC124S085, TCA6507, CDCE706, CDCE925, ADC084S021, ADC108S102, ADC128S052, ADC161S626, ADS1015, ADS7950, ADS8688, TLC4541, DAC082S085, DAC5571, AFE4403, AFE4404, OPT3001, LMP91000

I have some issues with the LCD with the kernel 4.19

I updated panel-simple.c as instructed by TI to another customer who seem to have a similar issue.

I don't know what could be wrong. It looks like something is on the LCD but no command line text or weston display

I put ---------------------------------- between each block to make it easier to follow

Here is the original devicetree information for the 12 inch display

      lcd0: display {
        compatible = "panel-dpi";

                label = "lcd0";

                backlight = <&lcd_bl>;

                panel-timing {
                        clock-frequency = <93688800>;
                        hactive = <1920>;
                        vactive = <720>;
                        hfront-porch = <115>;
                        hback-porch = <20>;
                        hsync-len = <5>;
                        vback-porch = <3>;
                        vfront-porch = <32>;
                        vsync-len = <3>;
                        hsync-active = <0>;
                        vsync-active = <0>;
                        de-active = <1>;
                        pixelclk-active = <1>;
                };

                port {
                        lcd_in: endpoint {
                                remote-endpoint = <&dpi_out>;
                        };
                };
        };

------------------------------------------------------------------------------------------------------------------------

Here is the device tree change and panel-simple.c changes


    /* LVDS LCD Display*/
        lcd0: display {
        status = "okay";
        compatible = "actiagd,gd12inch", "panel-dpi";

                label = "lcd0";

        backlight = <&lcd_bl>;

                port {
                        lcd_in: endpoint {
                                remote-endpoint = <&dpi_out>;
                        };
                };
    };

static const struct drm_display_mode actiagd_gd7inch_mode = {
    .clock = 66800,
    .hdisplay = 800,
    .hsync_start = 800 + 51,
    .hsync_end = 800 + 51 + 3,
    .htotal = 800 + 51 + 3 + 10,
    .vdisplay = 1280,
    .vsync_start = 1280 + 2,
    .vsync_end = 1280 + 2 + 3,
    .vtotal = 1280 + 2 + 3 + 32,
    .vrefresh = 60,
    .flags = DRM_MODE_FLAG_NHSYNC | DRM_MODE_FLAG_NVSYNC,
};

static const struct panel_desc actiagd_gd7inch = {
    .modes = &actiagd_gd7inch_mode,
    .num_modes = 1,
    .bpc = 8,
    .size = {
        .width = 800,
        .height = 1280,
    }
};

static const struct drm_display_mode actiagd_gd12inch_mode = {
    .clock = 93680,
    .hdisplay = 1920,
    .hsync_start = 1920 + 115,
    .hsync_end = 1920 + 115 + 5,
    .htotal = 1920 + 115 + 5 + 20,
    .vdisplay = 720,
    .vsync_start = 720 + 4,
    .vsync_end = 720 + 4 + 2,
    .vtotal = 720 + 4 + 2 + 2,
    .vrefresh = 60,
    .flags = DRM_MODE_FLAG_NHSYNC | DRM_MODE_FLAG_NVSYNC,
};

static const struct panel_desc actiagd_gd12inch = {
    .modes = &actiagd_gd12inch_mode,
    .num_modes = 1,
    .bpc = 8,
    .size = {
        .width = 1920,
        .height = 720,
    }
};

static const struct of_device_id platform_of_match[] = {
    {
        .compatible = "actiagd,gd7inch",
        .data = &actiagd_gd7inch,
    }, {
        .compatible = "actiagd,gd12inch",
        .data = &actiagd_gd12inch,
    }, {
        .compatible = "ampire,am-480272h3tmqw-t01h",
        .data = &ampire_am_480272h3tmqw_t01h,

--------------------------------------------------------------------------------------------------------------------------

Here is the modetest display with kernel 4.4

root@actia-dra726-12inch:~# modetest
trying to open device 'i915'...failed
trying to open device 'radeon'...failed
trying to open device 'nouveau'...failed
trying to open device 'vmwgfx'...failed
trying to open device 'omapdrm'...done
Encoders:
id      crtc    type    possible crtcs  possible clones
31      34      TMDS    0x00000001      0x00000000

Connectors:
id      encoder status          name            size (mm)       modes   encoders
32      31      connected       unknown-1       0x0             1       31
  modes:
        name refresh (Hz) hdisp hss hse htot vdisp vss vse vtot)
  1920x720 60 1920 2035 2040 2060 720 752 755 758 flags: nhsync, nvsync; type: preferred, driver
  props:
        1 EDID:
                flags: immutable blob
                blobs:

                value:
        2 DPMS:
                flags: enum
                enums: On=0 Standby=1 Suspend=2 Off=3
                value: 0

CRTCs:
id      fb      pos     size
34      42      (0,0)   (1920x720)
  1920x720 60 1920 2035 2040 2060 720 752 755 758 flags: nhsync, nvsync; type: preferred, driver
  props:
        27 trans-key-mode:
                flags: enum
                enums: disable=0 gfx-dst=1 vid-src=2
                value: 0
        28 trans-key:
                flags: range
                values: 0 16777215
                value: 0
        29 background:
                flags: range
                values: 0 16777215
                value: 0
        30 alpha_blender:
                flags: range
                values: 0 1
                value: 0
        21 GAMMA_LUT:
                flags: blob
                blobs:

                value:
        22 GAMMA_LUT_SIZE:
                flags: immutable range
                values: 0 4294967295
                value: 256
        23 rotation:
                flags: bitmask
                values: rotate-0=0x1 rotate-90=0x2 rotate-180=0x4 rotate-270=0x8 reflect-x=0x10 reflect-y=0x20
                value: 1
        24 zorder:
                flags: range
                values: 0 3
                value: 0
36      0       (0,0)   (0x0)
   0 0 0 0 0 0 0 0 0 flags: ; type:
  props:
        27 trans-key-mode:
                flags: enum
                enums: disable=0 gfx-dst=1 vid-src=2
                value: 0
        28 trans-key:
                flags: range
                values: 0 16777215
                value: 0
        29 background:
                flags: range
                values: 0 16777215
                value: 0
        30 alpha_blender:
                flags: range
                values: 0 1
                value: 0
        21 GAMMA_LUT:
                flags: blob
                blobs:

                value:
        22 GAMMA_LUT_SIZE:
                flags: immutable range
                values: 0 4294967295
                value: 256
        23 rotation:
                flags: bitmask
                values: rotate-0=0x1 rotate-90=0x2 rotate-180=0x4 rotate-270=0x8 reflect-x=0x10 reflect-y=0x20
                value: 1
        24 zorder:
                flags: range
                values: 0 3
                value: 0

Planes:
id      crtc    fb      CRTC x,y        x,y     gamma size      possible crtcs
33      34      42      0,0             0,0     0               0x00000001
  formats: RG16 RX12 XR12 RA12 AR12 XR15 AR15 RG24 RX24 XR24 RA24 AR24
  props:
        5 type:
                flags: immutable enum
                enums: Overlay=0 Primary=1 Cursor=2
                value: 1
        23 rotation:
                flags: bitmask
                values: rotate-0=0x1 rotate-90=0x2 rotate-180=0x4 rotate-270=0x8 reflect-x=0x10 reflect-y=0x20
                value: 1
        24 zorder:
                flags: range
                values: 0 3
                value: 0
        25 global_alpha:
                flags: range
                values: 0 255
                value: 255
        26 pre_mult_alpha:
                flags: range
                values: 0 1
                value: 0
35      0       0       0,0             0,0     0               0x00000002
  formats: RG16 RX12 XR12 RA12 AR12 XR15 AR15 RG24 RX24 XR24 RA24 AR24 NV12 YUYV UYVY
  props:
        5 type:
                flags: immutable enum
                enums: Overlay=0 Primary=1 Cursor=2
                value: 1
        23 rotation:
                flags: bitmask
                values: rotate-0=0x1 rotate-90=0x2 rotate-180=0x4 rotate-270=0x8 reflect-x=0x10 reflect-y=0x20
                value: 1
        24 zorder:
                flags: range
                values: 0 3
                value: 0
        25 global_alpha:
                flags: range
                values: 0 255
                value: 255
        26 pre_mult_alpha:
                flags: range
                values: 0 1
                value: 0

Frame buffers:
id      size    pitch


---------------------------------------------------------------------------------

Here is the modetest display for kernel 4.19

root@actia-gd:~# modetest
trying to open device 'i915'...failed
trying to open device 'amdgpu'...failed
trying to open device 'radeon'...failed
trying to open device 'nouveau'...failed
trying to open device 'vmwgfx'...failed
trying to open device 'omapdrm'...done
Encoders:
id      crtc    type    possible crtcs  possible clones
53      55      TMDS    0x00000001      0x00000000

Connectors:
id      encoder status          name            size (mm)       modes   encoders
54      53      connected       DPI-1           1920x720                1       53
  modes:
        name refresh (Hz) hdisp hss hse htot vdisp vss vse vtot)
  1920x720 60 1920 2035 2040 2060 720 724 726 728 93680 flags: nhsync, nvsync; type: preferred, driver
  props:
        1 EDID:
                flags: immutable blob
                blobs:

                value:
        2 DPMS:
                flags: enum
                enums: On=0 Standby=1 Suspend=2 Off=3
                value: 0
        5 link-status:
                flags: enum
                enums: Good=0 Bad=1
                value: 0
        6 non-desktop:
                flags: immutable range
                values: 0 1
                value: 0
        19 CRTC_ID:
                flags: object
                value: 55

CRTCs:
id      fb      pos     size
55      58      (0,0)   (1920x720)
  1920x720 60 1920 2035 2040 2060 720 724 726 728 93680 flags: nhsync, nvsync; type: preferred, driver
  props:
        20 ACTIVE:
                flags: range
                values: 0 1
                value: 1
        21 MODE_ID:
                flags: blob
                blobs:

                value:
                        f06d01008007f307f8070c080000d002
                        d402d602d80200003c0000000a000000
                        48000000313932307837323000000000
                        00000000000000000000000000000000
                        00000000
        18 OUT_FENCE_PTR:
                flags: range
                values: 0 18446744073709551615
                value: 0
        24 CTM:
                flags: blob
                blobs:

                value:
        25 GAMMA_LUT:
                flags: blob
                blobs:

                value:
        26 GAMMA_LUT_SIZE:
                flags: immutable range
                values: 0 4294967295
                value: 256
        31 background:
                flags: range
                values: 0 16777215
                value: 0
        32 trans-key-mode:
                flags: enum
                enums: disable=0 gfx-dst=1 vid-src=2
                value: 0
        33 trans-key:
                flags: range
                values: 0 16777215
                value: 0
        34 alpha_blender:
                flags: range
                values: 0 1
                value: 0
        36 rotation:
                flags: bitmask
                values: rotate-0=0x1 rotate-90=0x2 rotate-180=0x4 rotate-270=0x8 reflect-x=0x10 reflect-y=0x20
                value: 1
        28 zorder:
                flags: range
                values: 0 3
                value: 0

Planes:
id      crtc    fb      CRTC x,y        x,y     gamma size      possible crtcs
35      55      58      0,0             0,0     0               0x00000001
  formats: RX12 AR12 RG16 XR24 RG24 AR24 RA24 RX24 AR15 XR12 RA12 XR15
  props:
        7 type:
                flags: immutable enum
                enums: Overlay=0 Primary=1 Cursor=2
                value: 1
        16 FB_ID:
                flags: object
                value: 58
        17 IN_FENCE_FD:
                flags: signed range
                values: -1 2147483647
                value: -1
        19 CRTC_ID:
                flags: object
                value: 55
        12 CRTC_X:
                flags: signed range
                values: -2147483648 2147483647
                value: 0
        13 CRTC_Y:
                flags: signed range
                values: -2147483648 2147483647
                value: 0
        14 CRTC_W:
                flags: range
                values: 0 2147483647
                value: 1920
        15 CRTC_H:
                flags: range
                values: 0 2147483647
                value: 720
        8 SRC_X:
                flags: range
                values: 0 4294967295
                value: 0
        9 SRC_Y:
                flags: range
                values: 0 4294967295
                value: 0
        10 SRC_W:
                flags: range
                values: 0 4294967295
                value: 125829120
        11 SRC_H:
                flags: range
                values: 0 4294967295
                value: 47185920
        36 rotation:
                flags: bitmask
                values: rotate-0=0x1 rotate-90=0x2 rotate-180=0x4 rotate-270=0x8 reflect-x=0x10 reflect-y=0x20
                value: 1
        28 zorder:
                flags: range
                values: 0 3
                value: 0
        37 zpos:
                flags: range
                values: 0 3
                value: 0
        29 global_alpha:
                flags: range
                values: 0 255
                value: 255
        30 pre_mult_alpha:
                flags: range
                values: 0 1
                value: 0
38      0       0       0,0             0,0     0               0x00000001
  formats: RG16 RX12 YUYV AR15 RA24 NV12 RA12 XR24 RG24 UYVY AR12 XR15 AR24 XR12 RX24
  props:
        7 type:
                flags: immutable enum
                enums: Overlay=0 Primary=1 Cursor=2
                value: 0
        16 FB_ID:
                flags: object
                value: 0
        17 IN_FENCE_FD:
                flags: signed range
                values: -1 2147483647
                value: -1
        19 CRTC_ID:
                flags: object
                value: 0
        12 CRTC_X:
                flags: signed range
                values: -2147483648 2147483647
                value: 0
        13 CRTC_Y:
                flags: signed range
                values: -2147483648 2147483647
                value: 0
        14 CRTC_W:
                flags: range
                values: 0 2147483647
                value: 0
        15 CRTC_H:
                flags: range
                values: 0 2147483647
                value: 0
        8 SRC_X:
                flags: range
                values: 0 4294967295
                value: 0
        9 SRC_Y:
                flags: range
                values: 0 4294967295
                value: 0
        10 SRC_W:
                flags: range
                values: 0 4294967295
                value: 0
        11 SRC_H:
                flags: range
                values: 0 4294967295
                value: 0
        39 rotation:
                flags: bitmask
                values: rotate-0=0x1 rotate-90=0x2 rotate-180=0x4 rotate-270=0x8 reflect-x=0x10 reflect-y=0x20
                value: 1
        28 zorder:
                flags: range
                values: 0 3
                value: 1
        40 zpos:
                flags: range
                values: 0 3
                value: 1
        41 COLOR_ENCODING:
                flags: enum
                enums: ITU-R BT.601 YCbCr=0 ITU-R BT.709 YCbCr=1
                value: 0
        42 COLOR_RANGE:
                flags: enum
                enums: YCbCr limited range=0 YCbCr full range=1
                value: 1
        29 global_alpha:
                flags: range
                values: 0 255
                value: 255
        30 pre_mult_alpha:
                flags: range
                values: 0 1
                value: 0
43      0       0       0,0             0,0     0               0x00000001
  formats: RG16 RX12 YUYV AR15 RA24 NV12 RA12 XR24 RG24 UYVY AR12 XR15 AR24 XR12 RX24
  props:
        7 type:
                flags: immutable enum
                enums: Overlay=0 Primary=1 Cursor=2
                value: 0
        16 FB_ID:
                flags: object
                value: 0
        17 IN_FENCE_FD:
                flags: signed range
                values: -1 2147483647
                value: -1
        19 CRTC_ID:
                flags: object
                value: 0
        12 CRTC_X:
                flags: signed range
                values: -2147483648 2147483647
                value: 0
        13 CRTC_Y:
                flags: signed range
                values: -2147483648 2147483647
                value: 0
        14 CRTC_W:
                flags: range
                values: 0 2147483647
                value: 0
        15 CRTC_H:
                flags: range
                values: 0 2147483647
                value: 0
        8 SRC_X:
                flags: range
                values: 0 4294967295
                value: 0
        9 SRC_Y:
                flags: range
                values: 0 4294967295
                value: 0
        10 SRC_W:
                flags: range
                values: 0 4294967295
                value: 0
        11 SRC_H:
                flags: range
                values: 0 4294967295
                value: 0
        44 rotation:
                flags: bitmask
                values: rotate-0=0x1 rotate-90=0x2 rotate-180=0x4 rotate-270=0x8 reflect-x=0x10 reflect-y=0x20
                value: 1
        28 zorder:
                flags: range
                values: 0 3
                value: 2
        45 zpos:
                flags: range
                values: 0 3
                value: 2
        46 COLOR_ENCODING:
                flags: enum
                enums: ITU-R BT.601 YCbCr=0 ITU-R BT.709 YCbCr=1
                value: 0
        47 COLOR_RANGE:
                flags: enum
                enums: YCbCr limited range=0 YCbCr full range=1
                value: 1
        29 global_alpha:
                flags: range
                values: 0 255
                value: 255
        30 pre_mult_alpha:
                flags: range
                values: 0 1
                value: 0
48      0       0       0,0             0,0     0               0x00000001
  formats: RG16 RX12 YUYV AR15 RA24 NV12 RA12 XR24 RG24 UYVY AR12 XR15 AR24 XR12 RX24
  props:
        7 type:
                flags: immutable enum
                enums: Overlay=0 Primary=1 Cursor=2
                value: 0
        16 FB_ID:
                flags: object
                value: 0
        17 IN_FENCE_FD:
                flags: signed range
                values: -1 2147483647
                value: -1
        19 CRTC_ID:
                flags: object
                value: 0
        12 CRTC_X:
                flags: signed range
                values: -2147483648 2147483647
                value: 0
        13 CRTC_Y:
                flags: signed range
                values: -2147483648 2147483647
                value: 0
        14 CRTC_W:
                flags: range
                values: 0 2147483647
                value: 0
        15 CRTC_H:
                flags: range
                values: 0 2147483647
                value: 0
        8 SRC_X:
                flags: range
                values: 0 4294967295
                value: 0
        9 SRC_Y:
                flags: range
                values: 0 4294967295
                value: 0
        10 SRC_W:
                flags: range
                values: 0 4294967295
                value: 0
        11 SRC_H:
                flags: range
                values: 0 4294967295
                value: 0
        49 rotation:
                flags: bitmask
                values: rotate-0=0x1 rotate-90=0x2 rotate-180=0x4 rotate-270=0x8 reflect-x=0x10 reflect-y=0x20
                value: 1
        28 zorder:
                flags: range
                values: 0 3
                value: 3
        50 zpos:
                flags: range
                values: 0 3
                value: 3
        51 COLOR_ENCODING:
                flags: enum
                enums: ITU-R BT.601 YCbCr=0 ITU-R BT.709 YCbCr=1
                value: 0
        52 COLOR_RANGE:
                flags: enum
                enums: YCbCr limited range=0 YCbCr full range=1
                value: 1
        29 global_alpha:
                flags: range
                values: 0 255
                value: 255
        30 pre_mult_alpha:
                flags: range
                values: 0 1
                value: 0

Frame buffers:
id      size    pitch

----------------------------------------------------------------

Here is the weston log, first for the kernel 4.19 then for kernel 4.4

Date: 2020-02-19 EST
[18:15:27.986] weston 1.9.0
               http://wayland.freedesktop.org
               Bug reports to: bugs.freedesktop.org/enter_bug.cgi
               Build: 1.8.93-2-gb05cdb8 configure.ac: bump to version 1.9.0 for the official relea
[18:15:27.986] OS: Linux, 4.4.45-actia-RevD-g89944627d5, #11 SMP PREEMPT Fri Mar 29 16:13:47 EDT 2
[18:15:27.993] Using config file '/etc//weston.ini'
[18:15:27.995] Loading module '/usr/lib/weston/drm-backend.so'
[18:15:28.039] Output repaint window is 7 ms maximum.
[18:15:28.039] initializing drm backend
[18:15:28.051] using /dev/dri/card0
[18:15:28.052] Loading module '/usr/lib/weston/gl-renderer.so'
loaded module : gbm_pvr.so
found valid GBM backend : gbm_pvr.so
[18:15:28.103] warning: either no EGL_EXT_platform_base support or specific platform support; fall
[18:15:28.112] warning: EGL_EXT_buffer_age not supported. Performance could be affected.
[18:15:28.112] Retrieving EGL client extension string failed.
[18:15:28.150] input device 'Dell Dell USB Keyboard', /dev/input/event1 is tagged by udev as: Keyb
[18:15:28.150] input device 'Dell Dell USB Keyboard', /dev/input/event1 is a keyboard
[18:15:28.205] input device 'Logitech USB Optical Mouse', /dev/input/event2 is tagged by udev as:
[18:15:28.205] input device 'Logitech USB Optical Mouse', /dev/input/event2 is a pointer caps
[18:15:28.206] input device 'eGalax_Touch_Screen', /dev/input/event0 is tagged by udev as: Touchsc
[18:15:28.206] input device 'eGalax_Touch_Screen', /dev/input/event0 is a touch device
[18:15:28.471] EGL version: 1.4 build 1.14@3699939 (MAIN)
[18:15:28.471] EGL vendor: Imagination Technologies
[18:15:28.471] EGL client APIs: OpenGL_ES
[18:15:28.471] EGL extensions: EGL_IMG_client_api_ogl EGL_KHR_image
               EGL_KHR_image_base EGL_KHR_gl_texture_2D_image
               EGL_KHR_gl_texture_cubemap_image EGL_KHR_gl_renderbuffer_image
               EGL_KHR_vg_parent_image EGL_IMG_cl_image EGL_KHR_fence_sync
               EGL_IMG_context_priority EGL_IMG_hibernate_process
               EGL_IMG_image_plane_attribs EGL_KHR_surfaceless_context
               EGL_KHR_wait_sync EGL_KHR_create_context
               EGL_WL_bind_wayland_display EGL_EXT_image_dma_buf_import
[18:15:28.471] GL version: OpenGL ES 2.0 build 1.14@3699939 (MAIN)
[18:15:28.471] GLSL version: OpenGL ES GLSL ES 1.00 build 1.14@3699939 (MAIN)
[18:15:28.471] GL vendor: Imagination Technologies
[18:15:28.471] GL renderer: PowerVR SGX 544MP
[18:15:28.471] GL extensions: GL_OES_rgb8_rgba8 GL_OES_depth24
               GL_OES_vertex_half_float GL_OES_texture_float
               GL_OES_texture_half_float GL_OES_element_index_uint
               GL_OES_mapbuffer GL_OES_fragment_precision_high
               GL_OES_compressed_ETC1_RGB8_texture GL_OES_EGL_image
               GL_OES_EGL_image_external GL_OES_required_internalformat
               GL_OES_depth_texture GL_OES_get_program_binary
               GL_OES_packed_depth_stencil GL_OES_standard_derivatives
               GL_OES_vertex_array_object GL_OES_egl_sync GL_OES_texture_npot
               GL_OES_surfaceless_context GL_EXT_discard_framebuffer
               GL_EXT_blend_minmax GL_EXT_multi_draw_arrays
               GL_EXT_multisampled_render_to_texture GL_EXT_shader_texture_lod
               GL_EXT_texture_format_BGRA8888 GL_EXT_occlusion_query_boolean
               GL_EXT_texture_rg GL_EXT_draw_buffers
               GL_EXT_shader_framebuffer_fetch GL_IMG_shader_binary
               GL_IMG_texture_compression_pvrtc
               GL_IMG_texture_compression_pvrtc2 GL_IMG_texture_npot
               GL_IMG_texture_format_BGRA8888 GL_IMG_read_format
               GL_IMG_program_binary GL_IMG_uniform_buffer_object
               GL_IMG_multisampled_render_to_texture GL_KHR_debug
[18:15:28.471] GL ES 2 renderer features:
               read-back format: RGBA
               wl_shm sub-image to texture: no
               EGL Wayland extension: yes
[18:15:28.471] Chosen EGL config details:
               RGBA bits: 8 8 8 8
               swap interval range: 1 - 1
[18:15:28.471] cursor buffers unavailable, using gl cursors
[18:15:28.472] Failed to initialize backlight
[18:15:28.472] Output Unknown-1, (connector 32, crtc 34)
               mode 1920x720@60.0, preferred, current   
               mode 1920x720@60.0, preferred
[18:15:28.472] Compositor capabilities:
               arbitrary surface rotation: yes
               screen capture uses y-flip: yes
               presentation clock: CLOCK_MONOTONIC, id 1
[18:15:28.498] Loading module '/usr/lib/weston/desktop-shell.so'
[18:15:28.501] launching '/usr/libexec/weston-keyboard'
[18:15:28.502] launching '/usr/libexec/weston-desktop-shell'
[18:15:28.528] input device 'Logitech USB Optical Mouse', /dev/input/event2 is tagged by udev as:
[18:15:28.528] input device 'Logitech USB Optical Mouse', /dev/input/event2 is a pointer caps
[18:15:28.686] Warning: computed repaint delay is insane: -16712 msec

-------------------------------------------------------------------------------------------------------------------------

Date: 2020-02-19 UTC
[22:52:16.504] weston 5.0.0
               wayland.freedesktop.org
               Bug reports to: gitlab.freedesktop.org/.../
               Build: unknown (not built from git or tarball)
[22:52:16.504] Command line: weston --idle-time=0
[22:52:16.504] OS: Linux, 4.19.73-actia-g31275c05a1, #1 SMP PREEMPT Wed Feb 19 22:25:39 UTC 2020, armv7l
[22:52:16.505] Using config file '/etc//weston.ini'
[22:52:16.513] Output repaint window is 7 ms maximum.
[22:52:16.515] Loading module '/usr/lib/libweston-5/drm-backend.so'
[22:52:16.541] initializing drm backend
[22:52:16.554] using /dev/dri/card0
[22:52:16.555] DRM: supports universal planes
[22:52:16.555] DRM: supports atomic modesetting
[22:52:16.555] DRM: supports picture aspect ratio
[22:52:16.558] Loading module '/usr/lib/libweston-5/gl-renderer.so'
[22:52:16.647] warning: either no EGL_EXT_platform_base support or specific platform support; falling back to eglGetDis
[22:52:16.657] failed to initialize display
[22:52:16.657] EGL error state: EGL_BAD_ALLOC (0x3003)
[22:52:16.657] failed to initialize egl
[22:52:16.701] fatal: failed to create compositor backend
[22:52:16.701] Internal warning: debug scope 'drm-backend' has not been destroyed.
PVR:(Error): OpenServices: PVRDRMOpenRender failed [0, ]
PVR:(Error): PVRSRVConnect: Unable to open connection. [0, ]
PVR:(Error): Couldn't connect to services [0, ]


Michel Catudal

ACTIA Corp

  • This morning I noticed that I goofed in the vertical entries. I will check to see if I get similar errors on the 7 inch display.

    I fixed that but still can't get a video. I see that the backlight is on and still get errors but most items seem identical.

    The basic difference seems to be the clock. Modetest reads the clock in the new one but not the old one.

    How do we read the clock in the version with kernel 4.4? (SDK 3.03 or 3.04)

    id      encoder status          name            size (mm)       modes   encoders
    54      53      connected       DPI-1           1920x720                1       53
      modes:
            name refresh (Hz) hdisp hss hse htot vdisp vss vse vtot)
      1920x720 60 1920 2035 2040 2060 720 752 755 758 93680 flags: nhsync, nvsync; type: preferred, driver
      props:
            1 EDID:
                    flags: immutable blob
                    blobs:

                    value:
            2 DPMS:
                    flags: enum
                    enums: On=0 Standby=1 Suspend=2 Off=3
                    value: 0
            5 link-status:
                    flags: enum
                    enums: Good=0 Bad=1
                    value: 0
            6 non-desktop:
                    flags: immutable range
                    values: 0 1
                    value: 0
            19 CRTC_ID:
                    flags: object


    Connectors:
    id      encoder status          name            size (mm)       modes   encoders
    32      31      connected       unknown-1       0x0             1       31
      modes:
            name refresh (Hz) hdisp hss hse htot vdisp vss vse vtot)
      1920x720 60 1920 2035 2040 2060 720 752 755 758 flags: nhsync, nvsync; type: preferred, driver
      props:
            1 EDID:
                    flags: immutable blob
                    blobs:

                    value:
            2 DPMS:
                    flags: enum
                    enums: On=0 Standby=1 Suspend=2 Off=3
                    value: 0


    Date: 2020-02-17 UTC
    [21:12:16.532] weston 5.0.0
                   wayland.freedesktop.org
                   Bug reports to: gitlab.freedesktop.org/.../
                   Build: unknown (not built from git or tarball)
    [21:12:16.533] Command line: weston --idle-time=0
    [21:12:16.533] OS: Linux, 4.19.73-actia-g31275c05a1, #1 SMP PREEMPT Thu Feb 20 13:46:09 UTC 2020, armv7l
    [21:12:16.534] Using config file '/etc//weston.ini'
    [21:12:16.545] Output repaint window is 7 ms maximum.
    [21:12:16.547] Loading module '/usr/lib/libweston-5/drm-backend.so'
    [21:12:16.556] initializing drm backend
    [21:12:16.564] using /dev/dri/card0
    [21:12:16.564] DRM: supports universal planes
    [21:12:16.564] DRM: supports atomic modesetting
    [21:12:16.564] DRM: supports picture aspect ratio
    [21:12:16.567] Loading module '/usr/lib/libweston-5/gl-renderer.so'
    [21:12:16.591] warning: either no EGL_EXT_platform_base support or specific platform support; falling back to eglGetDis
    [21:12:16.594] failed to initialize display
    [21:12:16.594] EGL error state: EGL_BAD_ALLOC (0x3003)
    [21:12:16.594] failed to initialize egl
    [21:12:16.633] fatal: failed to create compositor backend
    [21:12:16.633] Internal warning: debug scope 'drm-backend' has not been destroyed.
    PVR:(Error): OpenServices: PVRDRMOpenRender failed [0, ]
    PVR:(Error): PVRSRVConnect: Unable to open connection. [0, ]
    PVR:(Error): Couldn't connect to services [0, ]

    Michel Catudal

    ACTIA Corp

  • I used a script to read the clock and I see a difference. How do I pick the correct clock when moving from the devicetree to the driver module?

    First the 7 inch display with kernel 4.4

    root@actia-dra726-7inch:~# ./debug/dss_clockdumps.sh


    =====================DSS clock script===================
    Dumps internal clocks and muxes of DSS

    CTRL_CORE_DSS_PLL_CONTROL (0x4a002538) = 0x000002A6
    video1 PLL :  Enabled
    video2 PLL :  Disabled
    HDMI   PLL :  Disabled
    DSI1_A_CLK mux : DPLL Video1
    DSI1_B_CLK mux : DPLL video2
    DSI1_C_CLK mux : DPLL Video1

    DSS_CTRL (0x58000040) = 0x00010001
     2: LCD1 clk switch :  DSI1_A_CLK
     3: LCD2 clk switch :  DSS clk
    10: LCD3 clk switch :  DSS clk
     1: func clk switch :  DSS clk
    13: DPI1 output     :  LCD1

    DSS_STATUS (0x5800005C) = 0x01408A82

    DSI_CLK_CTRL (0x58004054) = 0x80004001

    CM_DSS_CLKSTCTRL (0x4A009100) = 0x00021F03

    CM_DSS_DSS_CLKCTRL (0x4A009120) = 0x00003D02

    ========================================================
    Register dump for DPLL video1
    |----------------------------|
    | Address (hex) | Data (hex) |
    |----------------------------|
    | 0x58004300    | 0x00000018 |
    | 0x58004304    | 0x00002283 |
    | 0x58004308    | 0x00000000 |
    | 0x5800430C    | 0x030D0C4E |
    | 0x58004310    | 0x00616008 |
    | 0x58004314    | 0x00000000 |
    | 0x58004318    | 0x00000000 |
    | 0x5800431C    | 0x00000000 |
    | 0x58004320    | 0x00000000 |
    |----------------------------|
    Details for DPLL video1
    PLL status  :  Locked
    M4 hsdiv(1) :  Active
    M5 hsdiv(2) :  inactive
    M6 hsdiv(3) :  inactive
    M7 hsdiv(4) :  inactive

    PLL_REGM   =  1670
    PLL_REGN   =  39
    M4 DIV     =  24
    M6 DIV     =  0
    M7 DIV     =  0

    Clock calculations (DPLL video1)
    sysclk = 20000000
    DCO clk = sysclk * 2 * REGM / (REGN + 1) = 1670000000
    M4clk (clkcout1) = DCO clk / (M4 DIV + 1) = 66800000
    M6clk (clkcout3) = DCO clk / (M6 DIV + 1) = 0
    M7clk (clkcout4) = DCO clk / (M7 DIV + 1) = 0


    And with kernel 4.19

    root@actia-gd:/run/media/mmcblk1p2/home/root# ./debug/dss_clockdumps.sh


    =====================DSS clock script===================
    Dumps internal clocks and muxes of DSS

    CTRL_CORE_DSS_PLL_CONTROL (0x4a002538) = 0x000002A6
    video1 PLL :  Enabled
    video2 PLL :  Disabled
    HDMI   PLL :  Disabled
    DSI1_A_CLK mux : DPLL Video1
    DSI1_B_CLK mux : DPLL video2
    DSI1_C_CLK mux : DPLL Video1

    DSS_CTRL (0x58000040) = 0x00010001
     2: LCD1 clk switch :  DSI1_A_CLK
     3: LCD2 clk switch :  DSS clk
    10: LCD3 clk switch :  DSS clk
     1: func clk switch :  DSS clk
    13: DPI1 output     :  LCD1

    DSS_STATUS (0x5800005C) = 0x01408A82

    DSI_CLK_CTRL (0x58004054) = 0x80004001

    CM_DSS_CLKSTCTRL (0x4A009100) = 0x00000703

    CM_DSS_DSS_CLKCTRL (0x4A009120) = 0x00001102

    ========================================================
    Register dump for DPLL video1
    |----------------------------|
    | Address (hex) | Data (hex) |
    |----------------------------|
    | 0x58004300    | 0x00000018 |
    | 0x58004304    | 0x00002283 |
    | 0x58004308    | 0x00000000 |
    | 0x5800430C    | 0x030D0C4E |
    | 0x58004310    | 0x00616008 |
    | 0x58004314    | 0x00000000 |
    | 0x58004318    | 0x00000000 |
    | 0x5800431C    | 0x00000000 |
    | 0x58004320    | 0x00000000 |
    |----------------------------|
    Details for DPLL video1
    PLL status  :  Locked
    M4 hsdiv(1) :  Active
    M5 hsdiv(2) :  inactive
    M6 hsdiv(3) :  inactive
    M7 hsdiv(4) :  inactive

    PLL_REGM   =  1670
    PLL_REGN   =  39
    M4 DIV     =  24
    M6 DIV     =  0
    M7 DIV     =  0

    Clock calculations (DPLL video1)
    sysclk = 20000000
    DCO clk = sysclk * 2 * REGM / (REGN + 1) = 1670000000
    M4clk (clkcout1) = DCO clk / (M4 DIV + 1) = 66800000
    M6clk (clkcout3) = DCO clk / (M6 DIV + 1) = 0
    M7clk (clkcout4) = DCO clk / (M7 DIV + 1) = 0

    Michel Catudal

    ACTIA Corp

  • Hi Michel,

    Has the display changed between the versions.

    The following is what you have with k4.19

    Here is the modetest display for kernel 4.19

    root@actia-gd:~# modetest
    trying to open device 'i915'...failed
    trying to open device 'amdgpu'...failed
    trying to open device 'radeon'...failed
    trying to open device 'nouveau'...failed
    trying to open device 'vmwgfx'...failed
    trying to open device 'omapdrm'...done
    Encoders:
    id      crtc    type    possible crtcs  possible clones
    53      55      TMDS    0x00000001      0x00000000

    Connectors:
    id      encoder status          name            size (mm)       modes   encoders
    54      53      connected       DPI-1           1920x720                1       53
      modes:
            name refresh (Hz) hdisp hss hse htot vdisp vss vse vtot)
      1920x720 60 1920 2035 2040 2060 720 724 726 728 93680 flags: nhsync, nvsync; type: preferred, driver

    but vtotal was 758 in the case of k4.4. The clock appears to be wrong in the above - if the vtotal is 728 the clock should be 89,980. The indicated clock seems to be for vtotal of 758.

    Thanks,

    Gowtham

  • Gowtham,

    How would I calculate the correct clock? The original numbers were given to me by the manufacturer of the LCD, US-Micro.

    I will try with what you say is the correct clock in the morning, assuming I can get there. We are having a little snow storm tonight. In Indiana they don't clean the road as fast as here in Michigan.

    I have a similar issue with the 7 inch display.

    The hardware is the same. We use an identical board for either 7 or 12 inch display. The US-Micro LCD display is LVDS, it is converted for the parallel video input port, similar video port as used in the beagleboard X15.

    For my tests I have two different boards, the hardware is the same except for some jumpers to select the display type. I load a different device tree depending which board I have.

    With the kernel 4.4 I have two different machines but on this one I want to have one. I am looking to have camera support in the cortex M4 as our parent company in Spain is doing with their android.

    Where would I get information on that? We share code so I plan to adapt their code for my Linux. I am familiar with Linux work having worked in Linux since the mid 90s but I don't know much about android internals.

    Michel Catudal

  • Hi Michel,

    The pixel clock rate is usually htotal * vtotal * fps. The vtotal was different in the case of k4.4 and k4.19, if it is the same display vtotal should have been the same, and that was the motivation for asking if it is the same LCD. If it is the same LCD and you had it working for k4.4 you could try using the same configuration for k4.19.

    Thanks,

    Gowtham 

  • Gowtham,

    In the message on the 20th I had a new one, I had noticed the typo and fixed it

    d      encoder status          name            size (mm)       modes   encoders
    54      53      connected       DPI-1           1920x720                1       53
      modes:
            name refresh (Hz) hdisp hss hse htot vdisp vss vse vtot)
      1920x720 60 1920 2035 2040 2060 720 752 755 758 93680 flags: nhsync, nvsync; type: preferred, driver
      props:

    I use and identical configuration in the device tree except that I added the patch in the panel-simple.c file

    I do not have anything on the LCD without the panel-dpi entry

    the panel-dpi section has moved to the framebuffer code area from the gpu code area

    Someone at TI says that frequency calculation is no longer supported from the devicetree

    Right now I have a working LCD on the command line but cannot get weston to work.

    I will try with a different frequency. I need to recompile the kernel as well as I had accidentally disabled USB when I messed with the configuration. I will post a message when test with the new kernel.

    You haven't answered about the M4 code. My main goal with the use of the new kernel is that QT doesn't support at all the QT version that TI used with 4.4 and when we move to buy a license with QT it will be easier to switch to their QT version since the one in thud is very close to the one supported. Also our camera support is very important and our spanish Friends had good success with their porting of my camera driver to the M4, but they are using Android, I use Linux. The M4 code should be similar except for me using a newer TI-RTOS version. I need to know how to control the camera from the Linux side. Our Spanish partners based the code on a TI example and used my Linux driver code to implement the support of the ISL device used for the 4 analog cameras.

    old devicetree entry

            lcd0: display {
            compatible = "panel-dpi";

                    label = "lcd0";

                    backlight = <&lcd_bl>;

                    panel-timing {
                            clock-frequency = <93688800>;
                            hactive = <1920>;
                            vactive = <720>;
                            hfront-porch = <115>;
                            hback-porch = <20>;
                            hsync-len = <5>;
                            vback-porch = <3>;
                            vfront-porch = <32>;
                            vsync-len = <3>;
                            hsync-active = <0>;
                            vsync-active = <0>;
                            de-active = <1>;
                            pixelclk-active = <1>;
                    };

                    port {
                            lcd_in: endpoint {
                                    remote-endpoint = <&dpi_out>;
                            };
                    };
            };

    New devicetree entry

            lcd0: display {
            status = "okay";
            compatible = "actiagd,gd12inch", "panel-dpi";

                    label = "lcd0";

            backlight = <&lcd_bl>;

                    panel-timing {
                            clock-frequency = <93688000>;
                            hactive = <1920>;
                            vactive = <720>;
                            hfront-porch = <115>;
                            hback-porch = <20>;
                            hsync-len = <5>;
                            vback-porch = <3>;
                            vfront-porch = <32>;
                            vsync-len = <3>;
                            hsync-active = <0>;
                            vsync-active = <0>;
                            de-active = <1>;
                            pixelclk-active = <1>;
                    };

                    port {
                            lcd_in: endpoint {
                                    remote-endpoint = <&dpi_lcd_out>;
                            };
                    };
        };

    Michel Catudal

    ACTIA Corp

  • Gowtham,

    Here is  the boot text


    U-Boot SPL 2019.01-ga0ff74425a (Feb 18 2020 - 13:09:56 +0000)
    DRA722-GP ES2.0
    Trying to boot from MMC1
    no pinctrl state for default mode
    no pinctrl state for default mode
    Loading Environment from MMC... OK


    U-Boot 2019.01-ga0ff74425a (Feb 18 2020 - 13:09:56 +0000)

    CPU  : DRA722-GP ES2.0
    Model: ACTIA Global Display
    Board: DRA726 12 inch REV
    DRAM:  1 GiB
    MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
    Loading Environment from MMC... OK
    In:    serial@48020000
    Out:   serial@48020000
    Err:   serial@48020000
    Net:   eth0: ethernet@48484000
    Hit any key to stop autoboot:  0
    ## Error: "findfdt" not defined
    switch to partitions #0, OK
    mmc0 is current device
    SD/MMC found on device 0
    494 bytes read in 1 ms (482.4 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc0 ...
    switch to partitions #0, OK
    mmc0 is current device
    SD/MMC found on device 0
    3700688 bytes read in 163 ms (21.7 MiB/s)
    83926 bytes read in 5 ms (16 MiB/s)
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
       Loading Device Tree to 8ffe8000, end 8ffff7d5 ... OK

    Starting kernel ...

    [    0.000000] Booting Linux on physical CPU 0x0
    [    0.000000] Linux version 4.19.73-actia-g31275c05a1 (oe-user@oe-host) (gcc version 8.2.0 (GCC)) #1 SMP PREEMPT Wed Feb 26 16:38:39 UTC 2020
    [    0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=10c5387d
    [    0.000000] CPU: div instructions available: patching division code
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
    [    0.000000] OF: fdt: Machine model: ACTIA 12 inch Display
    [    0.000000] Memory policy: Data cache writealloc
    [    0.000000] Reserved memory: created CMA memory pool at 0x95800000, size 56 MiB
    [    0.000000] OF: reserved mem: initialized node ipu2_cma@95800000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created CMA memory pool at 0x99000000, size 64 MiB
    [    0.000000] OF: reserved mem: initialized node dsp1_cma@99000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created CMA memory pool at 0x9d000000, size 32 MiB
    [    0.000000] OF: reserved mem: initialized node ipu1_cma@9d00ds0000, compatible id shared-dma-pool
    [    0.000000] cma: Reserved 128 MiB at 0xa0000000
    [    0.000000] OMAP4: Map 0xbfe00000 to (ptrval) for dram barrier
    [    0.000000] DRA722 ES2.0
    [    0.000000] random: get_random_bytes called from start_kernel+0xa4/0x43c with crng_init=0
    [    0.000000] percpu: Embedded 15 pages/cpu s32204 r8192 d21044 u61440
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 259904
    [    0.000000] Kernel command line: console=ttyS2,115200n8 root=PARTUUID=ef38552a-02 rw earlyprintk consoleblank=0 cma=128M@0xA0000000 rootfstype=ext4 snd.slots_reserved=1,1
    [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [    0.000000] Memory: 737048K/1046528K available (7168K kernel code, 261K rwdata, 2128K rodata, 1024K init, 260K bss, 22760K reserved, 286720K cma-reserved, 260096K highmem)
    [    0.000000] Virtual kernel memory layout:
    [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    [    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
    [    0.000000]     vmalloc : 0xf0800000 - 0xff800000   ( 240 MB)
    [    0.000000]     lowmem  : 0xc0000000 - 0xf0000000   ( 768 MB)
    [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
    [    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
    [    0.000000]       .text : 0x(ptrval) - 0x(ptrval)   (8160 kB)
    [    0.000000]       .init : 0x(ptrval) - 0x(ptrval)   (1024 kB)
    [    0.000000]       .data : 0x(ptrval) - 0x(ptrval)   ( 262 kB)
    [    0.000000]        .bss : 0x(ptrval) - 0x(ptrval)   ( 261 kB)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1.
    [    0.000000]  Tasks RCU enabled.
    [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
    [    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
    [    0.000000] GIC: Using split EOI/Deactivate mode
    [    0.000000] OMAP clockevent source: timer1 at 32786 Hz
    [    0.000000] arch_timer: cp15 timer(s) running at 6.14MHz (phys).
    [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x16af5adb9, max_idle_ns: 440795202250 ns
    [    0.000005] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 4398046511023ns
    [    0.000018] Switching to timer-based delay loop, resolution 162ns
    [    0.000289] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
    [    0.000299] OMAP clocksource: 32k_counter at 32768 Hz
    [    0.000716] Console: colour dummy device 80x30
    [    0.000758] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
    [    0.000775] pid_max: default: 32768 minimum: 301
    [    0.000895] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.000910] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.001472] CPU: Testing write buffer coherency: ok
    [    0.001511] CPU0: Spectre v2: using ICIALLU workaround
    [    0.001731] /cpus/cpu@0 missing clock-frequency property
    [    0.001745] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
    [    0.059924] Setting up static identity map for 0x80100000 - 0x80100060
    [    0.079925] rcu: Hierarchical SRCU implementation.
    [    0.119982] smp: Bringing up secondary CPUs ...
    [    0.119994] smp: Brought up 1 node, 1 CPU
    [    0.120005] SMP: Total of 1 processors activated (12.29 BogoMIPS).
    [    0.120013] CPU: All CPU(s) started in HYP mode.
    [    0.120021] CPU: Virtualization extensions available.
    [    0.121139] devtmpfs: initialized
    [    0.140155] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
    [    0.140439] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [    0.140458] futex hash table entries: 256 (order: 2, 16384 bytes)
    [    0.145164] pinctrl core: initialized pinctrl subsystem
    [    0.145966] NET: Registered protocol family 16
    [    0.150951] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [    0.151851] omap_hwmod: l3_main_2 using broken dt data from ocp
    [    0.347525] cpuidle: using governor ladder
    [    0.347562] cpuidle: using governor menu
    [    0.357460] OMAP GPIO hardware version 0.1
    [    0.382546] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
    [    0.382559] hw-breakpoint: maximum watchpoint size is 8 bytes.
    [    0.383094] omap4_sram_init:Unable to allocate sram needed to handle errata I688
    [    0.383107] omap4_sram_init:Unable to get sram pool needed to handle errata I688
    [    0.383689] OMAP DMA hardware revision 0.0
    [    0.422424] edma 43300000.edma: memcpy is disabled
    [    0.425739] edma 43300000.edma: TI EDMA DMA engine driver
    [    0.432818] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
    [    0.435542] omap-iommu 40d01000.mmu: 40d01000.mmu registered
    [    0.435728] omap-iommu 40d02000.mmu: 40d02000.mmu registered
    [    0.435971] omap-iommu 58882000.mmu: 58882000.mmu registered
    [    0.436221] omap-iommu 55082000.mmu: 55082000.mmu registered
    [    0.436571] iommu: Adding device 58820000.ipu to group 1
    [    0.436652] iommu: Adding device 55020000.ipu to group 2
    [    0.438604] palmas 0-0058: Irq flag is 0x00000000
    [    0.462261] palmas 0-0058: Muxing GPIO 51, PWM 0, LED 2
    [    0.463645] SMPS1: supplied by regulator-dummy
    [    0.465260] SMPS2: supplied by regulator-dummy
    [    0.466837] SMPS3: supplied by regulator-dummy
    [    0.468416] SMPS4: supplied by regulator-dummy
    [    0.469860] SMPS5: supplied by regulator-dummy
    [    0.471019] SMPS12: supplied by regulator-dummy
    [    0.471959] LDO1: supplied by regulator-dummy
    [    0.481400] LDO2: supplied by regulator-dummy
    [    0.482228] LDO3: supplied by regulator-dummy
    [    0.491153] LDO4: supplied by regulator-dummy
    [    0.500637] random: fast init done
    [    0.501168] LDO5: supplied by regulator-dummy
    [    0.511603] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.512271] omap_i2c 48072000.i2c: bus 1 rev0.12 at 400 kHz
    [    0.512861] omap_i2c 48060000.i2c: bus 2 rev0.12 at 100 kHz
    [    0.513339] omap_i2c 4807a000.i2c: bus 3 rev0.12 at 400 kHz
    [    0.513826] omap_i2c 4807c000.i2c: bus 4 rev0.12 at 400 kHz
    [    0.514011] media: Linux media interface: v0.10
    [    0.514050] videodev: Linux video capture interface: v2.00
    [    0.514087] pps_core: LinuxPPS API ver. 1 registered
    [    0.514096] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.514116] PTP clock support registered
    [    0.514124] EDAC MC: Ver: 3.0.0
    [    0.521065] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
    [    0.521256] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
    [    0.521619] Advanced Linux Sound Architecture Driver Initialized.
    [    0.522344] clocksource: Switched to clocksource arch_sys_counter
    [    0.530490] NET: Registered protocol family 2
    [    0.531231] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
    [    0.531261] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
    [    0.531324] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
    [    0.531451] TCP: Hash tables configured (established 8192 bind 8192)
    [    0.531523] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [    0.531557] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [    0.531691] NET: Registered protocol family 1
    [    0.562179] RPC: Registered named UNIX socket transport module.
    [    0.562191] RPC: Registered udp transport module.
    [    0.562200] RPC: Registered tcp transport module.
    [    0.562209] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.563434] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
    [    0.565620] Initialise system trusted keyrings
    [    0.565794] workingset: timestamp_bits=14 max_order=18 bucket_order=4
    [    0.570022] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.580529] NFS: Registering the id_resolver key type
    [    0.580562] Key type id_resolver registered
    [    0.580571] Key type id_legacy registered
    [    0.580611] ntfs: driver 2.1.32 [Flags: R/O].
    [    0.582609] Key type asymmetric registered
    [    0.582621] Asymmetric key parser 'x509' registered
    [    0.582670] bounce: pool size: 64 pages
    [    0.582706] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
    [    0.582718] io scheduler noop registered
    [    0.582728] io scheduler deadline registered
    [    0.582834] io scheduler cfq registered (default)
    [    0.582845] io scheduler mq-deadline registered
    [    0.582855] io scheduler kyber registered
    [    0.587101] phy phy-4a084000.phy.0: Linked as a consumer to regulator.12
    [    0.587595] phy phy-4a085000.phy.1: Linked as a consumer to regulator.12
    [    1.874412] clock: dpll_pcie_ref_ck failed transition to 'locked'
    [    1.875867] pinctrl-single 4a003400.pinmux: 282 pins, size 1128
    [    1.880778] vtt_fixed: supplied by smps5
    [    1.925106] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
    [    1.927741] 4806a000.serial: ttyS0 at MMIO 0x4806a000 (irq = 43, base_baud = 3000000) is a 8250
    [    1.928633] 4806c000.serial: ttyS1 at MMIO 0x4806c000 (irq = 44, base_baud = 3000000) is a 8250
    [    1.929463] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 45, base_baud = 3000000) is a 8250
    [    2.857077] console [ttyS2] enabled
    [    2.861382] 48066000.serial: ttyS4 at MMIO 0x48066000 (irq = 46, base_baud = 3000000) is a 8250
    [    2.871004] 48424000.serial: ttyS8 at MMIO 0x48424000 (irq = 47, base_baud = 3000000) is a 8250
    [    2.888105] brd: module loaded
    [    2.897440] loop: module loaded
    [    2.904447] m25p80 spi0.0: non-uniform erase sector maps are not supported yet.
    [    2.911842] m25p80 spi0.0: s25fl512s (65536 Kbytes)
    [    2.916885] 7 fixed-partitions partitions found on MTD device spi0.0
    [    2.923285] Creating 7 MTD partitions on "spi0.0":
    [    2.928100] 0x000000000000-0x000000040000 : "QSPI.MLO"
    [    2.934018] 0x000000040000-0x000000140000 : "QSPI.u-boot.img"
    [    2.940455] 0x000000140000-0x0000001c0000 : "QSPI.devicetree"
    [    2.946916] 0x0000001c0000-0x000000200000 : "QSPI.u-boot-env"
    [    2.953380] 0x000000200000-0x000000240000 : "QSPI.u-boot-env.redund"
    [    2.960410] 0x000000240000-0x000000a40000 : "QSPI.uImage"
    [    2.966510] 0x000000a40000-0x000004000000 : "QSPI.userland"
    [    2.973233] libphy: Fixed MDIO Bus: probed
    [    2.977685] CAN device driver interface
    [    2.982501] c_can_platform 4ae3c000.can: c_can_platform device registered (regs=(ptrval), irq=97)
    [    2.991954] c_can_platform 48480000.can: c_can_platform device registered (regs=(ptrval), irq=98)
    [    3.062379] davinci_mdio 48485000.mdio: davinci mdio revision 1.6, bus freq 1000000
    [    3.070076] libphy: 48485000.mdio: probed
    [    3.086544] davinci_mdio 48485000.mdio: phy[0]: device 48485000.mdio:00, driver unknown
    [    3.095106] cpsw 48484000.ethernet: Detected MACID = 98:5d:ad:a7:43:38
    [    3.101707] cpsw 48484000.ethernet: initialized cpsw ale version 1.4
    [    3.108158] cpsw 48484000.ethernet: ALE Table size 1024
    [    3.113494] cpsw 48484000.ethernet: cpts: overflow check period 500 (jiffies)
    [    3.121860] i2c /dev entries driver
    [    3.129342] cpu cpu0: dev_pm_opp_set_regulators: no regulator (vdd) found: -19
    [    3.137183] sdhci: Secure Digital Host Controller Interface driver
    [    3.143436] sdhci: Copyright(c) Pierre Ossman
    [    3.148691] sdhci-pltfm: SDHCI platform and OF driver helper
    [    3.155428] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.17
    [    3.162297] sdhci-omap 4809c000.mmc: 4809c000.mmc supply vqmmc not found, using dummy regulator
    [    3.171111] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.0
    [    3.178004] sdhci-omap 4809c000.mmc: Dropping the link to regulator.0
    [    3.184779] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.9
    [    3.217688] mmc0: SDHCI controller on 4809c000.mmc [4809c000.mmc] using ADMA
    [    3.225496] sdhci-omap 480b4000.mmc: 480b4000.mmc supply vqmmc not found, using dummy regulator
    [    3.234362] sdhci-omap 480b4000.mmc: Linked as a consumer to regulator.0
    [    3.241180] sdhci-omap 480b4000.mmc: Dropping the link to regulator.0
    [    3.247980] sdhci-omap 480b4000.mmc: Linked as a consumer to regulator.9
    [    3.254885] sdhci-omap 480b4000.mmc: no pinctrl state for ddr_3_3v mode
    [    3.287759] mmc1: SDHCI controller on 480b4000.mmc [480b4000.mmc] using ADMA
    [    3.295466] sdhci-omap 480ad000.mmc: 480ad000.mmc supply vqmmc not found, using dummy regulator
    [    3.304325] sdhci-omap 480ad000.mmc: Linked as a consumer to regulator.0
    [    3.311140] sdhci-omap 480ad000.mmc: Dropping the link to regulator.0
    [    3.317754] sdhci-omap 480ad000.mmc: Linked as a consumer to regulator.2
    [    3.324611] sdhci-omap 480ad000.mmc: no pinctrl state for sdr104 mode
    [    3.331207] sdhci-omap 480ad000.mmc: no pinctrl state for ddr50 mode
    [    3.337816] sdhci-omap 480ad000.mmc: no pinctrl state for sdr50 mode
    [    3.344364] sdhci-omap 480ad000.mmc: no pinctrl state for sdr25 mode
    [    3.350868] sdhci-omap 480ad000.mmc: no pinctrl state for sdr12 mode
    [    3.357419] sdhci-omap 480ad000.mmc: no pinctrl state for hs mode
    [    3.363675] sdhci-omap 480ad000.mmc: no pinctrl state for hs mode
    [    3.369922] sdhci-omap 480ad000.mmc: no pinctrl state for hs200_1_8v mode
    [    3.383260] mmc0: host does not support reading read-only switch, assuming write-enable
    [    3.393972] mmc0: new high speed SDHC card at address aaaa
    [    3.410183] mmcblk0: mmc0:aaaa SC16G 14.8 GiB
    [    3.419463] mmc1: new high speed MMC card at address 0001
    [    3.428994]  mmcblk0: p1 p2
    [    3.435596] mmcblk1: mmc1:0001 Q2J54A 3.59 GiB
    [    3.440585] mmcblk1boot0: mmc1:0001 Q2J54A partition 1 16.0 MiB
    [    3.447083] mmcblk1boot1: mmc1:0001 Q2J54A partition 2 16.0 MiB
    [    3.453240] mmcblk1rpmb: mmc1:0001 Q2J54A partition 3 512 KiB, chardev (246:0)
    [    3.461596]  mmcblk1: p1 p2
    [    3.489726] mmc2: SDHCI controller on 480ad000.mmc [480ad000.mmc] using PIO
    [    3.498033] ledtrig-cpu: registered to indicate activity on CPUs
    [    3.506402] hidraw: raw HID events driver (C) Jiri Kosina
    [    3.515319] NET: Registered protocol family 10
    [    3.520806] Segment Routing with IPv6
    [    3.524637] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    [    3.531176] NET: Registered protocol family 17
    [    3.535736] can: controller area network core (rev 20170425 abi 9)
    [    3.542091] NET: Registered protocol family 29
    [    3.546650] can: raw protocol (rev 20170425)
    [    3.550966] can: broadcast manager protocol (rev 20170425 t)
    [    3.556704] can: netlink gateway (rev 20170425) max_hops=1
    [    3.562396] Key type dns_resolver registered
    [    3.566854] Registering SWP/SWPB emulation handler
    [    3.571702] omap_voltage_late_init: Voltage driver support not added
    [    3.578125] Power Management for TI OMAP4+ devices.
    [    3.583848] Loading compiled-in X.509 certificates
    [    3.620638] hctosys: unable to open rtc device (rtc0)
    [    3.626979] ALSA device list:
    [    3.630014]   No soundcards found.
    [    3.634019] mmc2: new SDIO card at address 0001
    [    3.668771] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    [    3.676982] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    3.692566] devtmpfs: mounted
    [    3.696229] Freeing unused kernel memory: 1024K
    [    3.700889] Run /sbin/init as init process
    [    3.965964] systemd[1]: System time before build time, advancing clock.
    [    4.015626] systemd[1]: systemd 239 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid)
    [    4.037503] systemd[1]: Detected architecture arm.

    Welcome to actia 2020.01!

    [    4.085188] systemd[1]: Set hostname to <actia-gd>.
    [    4.524045] random: systemd: uninitialized urandom read (16 bytes read)
    [    4.534114] systemd[1]: Created slice system-serial\x2dgetty.slice.
    [  OK  ] Created slice system-serial\x2dgetty.slice.
    [    4.562477] random: systemd: uninitialized urandom read (16 bytes read)
    [    4.569160] systemd[1]: Reached target Swap.
    [  OK  ] Reached target Swap.
    [    4.602469] random: systemd: uninitialized urandom read (16 bytes read)
    [    4.609563] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [    4.642772] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password Requests to Wall Directory Watch.
    [    4.682956] systemd[1]: Listening on Journal Socket.
    [  OK  ] Listening on Journal Socket.
    [    4.712717] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    4.752693] systemd[1]: Listening on udev Kernel Socket.
    [  OK  ] Listening on udev Kernel Socket.
    [  OK  ] Reached target Remote File Systems.
    [  OK  ] Listening on Process Core Dump Socket.
    [  OK  ] Listening on Network Service Netlink Socket.
             Starting Load Kernel Modules...
             Mounting Temporary Directory (/tmp)...
    [    4.954538] cmemk: loading out-of-tree module taints kernel.
    [    4.961019] CMEMK module: reference Linux version 4.19.73
    [  OK  ] Created slice system-getty.slice.
    [    4.971125] no physical memory specified
    [    4.976163] cmemk initialized
             [    4.997385] cryptodev: driver 1.9 loaded.
    Starting udev Coldplug all Devices...
    [    5.015950] mcp25625 spi1.0: mode 0, clkout 1, oscillator freq 16000000
             Mounting POSIX Message Queue File System...
             Starting Remount Root and Kernel File Systems...
    [    5.072280] mcp25625 spi1.0 can2: probed
    [  OK  ] Listening on Syslog Socket.
    [    5.119506] mcp25625 spi1.1: mode 0, clkout 0, oscillator freq 16000000
    [  OK  ] Started Hardware RNG Entropy Gatherer Daemon.
    [    5.154559] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
             Mounting Kernel Debug File System...
    [  OK  ] Created slice User and Session Slice.
    [    5.205677] mcp25625 spi1.1 can3: probed
    [  OK  ] Reached target Slices.
    [    5.222648] mcp25625 spi1.2: mode 0, clkout 0, oscillator freq 16000000
    [  OK  ] Started Dispatch Password Requests to Console Directory Watch.
    [    5.253280] mcp25625 spi1.2 can4: probed
    [    5.264405] sllin: serial line LIN interface driver
    [  OK  ] Reached target Paths.
    [  OK  ] Listening on Journal Socket (/dev/log).
             Starting Journal Service...
    [  OK  ] Started Load Kernel Modules.
    [  OK  ] Mounted Temporary Directory (/tmp).
    [  OK  ] Mounted POSIX Message Queue File System.
    [  OK  ] Started Journal Service.
    [  OK  ] Started Remount Root and Kernel File Systems.
    [  OK  ] Mounted Kernel Debug File System.
             Starting Create Static Device Nodes in /dev...
             Starting Flush Journal to Persistent Storage...
             Mounting Kernel Configuration File System...
             Mounting NFSD configuration filesystem...
             Starting Apply Kernel Variables...
    [  OK  ] Started Create Static Device Nodes in /dev.
    [  OK  ] Mounted Kernel Configuration File System.
    [FAILED] Failed to mount NFSD configuration filesystem.
    See 'systemctl status proc-fs-nfsd.mount' for details.
    [DEPEND] Dependency failed for NFS server and services.
    [DEPEND] Dependency failed for NFS Mount Daemon.
    [  OK  ] Started Apply Kernel Variables.
    [    6.024160] systemd-journald[91]: Received request to flush runtime journal from PID 1
             Starting udev Kernel Device Manager...
    [  OK  ] Reached target Local File Systems (Pre).
             Mounting /media/ram...
             Mounting /var/volatile...
    [  OK  ] Reached target Containers.
    [  OK  ] Started udev Kernel Device Manager.
    [  OK  ] Started Flush Journal to Persistent Storage.
    [  OK  ] Mounted /media/ram.
    [  OK  ] Mounted /var/volatile.
             Starting Load/Save Random Seed...
    [  OK  ] Reached target Local File Systems.
             Starting Create Volatile Files and Directories...
    [  OK  ] Started Load/Save Random Seed.
    [  OK  ] Started Create Volatile Files and Directories.
             Starting Network Service...
             Starting Network Time Synchronization...
             Starting Update UTMP about System Boot/Shutdown...
    [  OK  ] Found device /dev/ttyS2.
    [  OK  ] Started udev Coldplug all Devices.
    [  OK  ] Started Update UTMP about System Boot/Shutdown.
    [  OK  ] Started Network Service.
             Starting Network Name Resolution...
    [    7.988439] tlv320aic3x-codec 2-0018: 2-0018 supply IOVDD not found, using dummy regulator
             Starting Wait for Network to be Configured...
    [    8.086430] tlv320aic3x-codec 2-0018: Linked as a consumer to regulator.0
    [    8.173181] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
    [    8.181500] tlv320aic3x-codec 2-0018: 2-0018 supply DVDD not found, using dummy regulator
    [    8.200093] omap_rng 48090000.rng: Random Number Generator ver. 20
    [    8.206449] random: crng init done
    [    8.209868] random: 7 urandom warning(s) missed due to ratelimiting
    [    8.223687] omap-des 480a5000.des: will run requests pump with realtime priority
    [    8.264749] noa1305 1-0039: NOA1305 Ambient light sensor
    [    8.327115] tlv320aic3x-codec 2-0018: 2-0018 supply AVDD not found, using dummy regulator
    [    8.448817] tlv320aic3x-codec 2-0018: 2-0018 supply DRVDD not found, using dummy regulator
    [    8.552956] tlv320aic3x-codec 2-0018: Invalid supply voltage(s) AVDD: -22, DVDD: -22
    [  OK  ] Started Network Time Synchronization.
    [  OK  ] Reached target System Initialization.
    [  OK  ] Listening on D-Bus System Message Bus Socket.
    [  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
             Starting Reboot and dump vmcore via kexec...
    [    9.270008] vpe 489d0000.vpe: loading firmware vpdma-1b8.bin
    [    9.302912] vpe 489d0000.vpe: Device registered as /dev/video0
    [    9.431593] net eth0: initializing cpsw version 1.15 (0)
    [  OK  ] Listening on dropbear.socket.
    [  OK  ] Started Daily Cleanup of Temporary Directorie[    9.488486] Generic PHY 48485000.mdio:00: attached PHY driver [Generic PHY] (mii_bus:phy_addr=48485000.mdio:00, irq=POLL)
    s.
    [  OK  ] Reached target Timers.
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [  OK  ] Reached target Sockets.
    [    9.603602] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [  OK  ] Reached target Basic System.
    [  OK  ] Started D-Bus System Message Bus.
    [  OK  ] Started Kernel Logging Service.
             Starting Login Service...
             Starting TI IPC Daemon...
             Starting rc.pvr.service...
    [  OK  ] Started System Logging Service.
             Starting RPC Bind Service...
    [  OK  ] Reached target System Time Synchronized.
    [  OK  ] Started Network Name Resolution.
    [  OK  ] Started Reboot and dump vmcore via kexec.
    [  OK  ] Started TI IPC Daemon.
    [   10.565805] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [   10.652637] cpsw 48484000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
    [   10.660710] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [   10.667430] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
    [   10.716755] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
    [   10.814864] omap-aes 4b500000.aes: will run requests pump with realtime priority
    [  OK  ] Started rc.pvr.service.
    [  OK  ] Started RPC Bind Service.
    [   10.993004] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
    [   11.046708] omap-aes 4b700000.aes: will run requests pump with realtime priority
    [   11.821307] omap-rproc 58820000.ipu: ignoring dependency for device, assuming no driver
    [   11.935257] omap-rproc 58820000.ipu: ignoring dependency for device, assuming no driver
    [   12.008557] omapdss_dss 58000000.dss: Linked as a consumer to regulator.13
    [   12.063699] omap-rproc 58820000.ipu: assigned reserved memory node ipu1_cma@9d00ds0000
    [   12.095276] omapdss_dss 58000000.dss: Dropping the link to regulator.13
    [   12.170985] remoteproc remoteproc0: 58820000.ipu is available
    [   12.217926] omapdss_dss 58000000.dss: Linked as a consumer to regulator.13
    [   12.246000] omap-rproc 55020000.ipu: ignoring dependency for device, assuming no driver
    [   12.258623] omapdss_dss 58000000.dss: Dropping the link to regulator.13
    [   12.275695] omap-rproc 55020000.ipu: ignoring dependency for device, assuming no driver
    [   12.333856] omap-rproc 55020000.ipu: assigned reserved memory node ipu2_cma@95800000
    [   12.341746] remoteproc remoteproc1: 55020000.ipu is available
    [   12.358002] pwm-backlight backlight: backlight supply power not found, using dummy regulator
    [   12.414019] pwm-backlight backlight: Linked as a consumer to regulator.0
    [   12.434676] panel-simple display: display supply power not found, using dummy regulator
    [   12.457725] remoteproc remoteproc0: powering up 58820000.ipu
    [   12.498516] remoteproc remoteproc0: Booting fw image dra7-ipu1-fw.xem4, size 4814468
    [   12.533022] panel-simple display: Linked as a consumer to regulator.0
    [   12.561061] omap-iommu 58882000.mmu: 58882000.mmu: version 2.1
    [   12.622158] omapdss_dss 58000000.dss: Linked as a consumer to regulator.13
    [   12.654589] DSS: OMAP DSS rev 6.1
    [   12.659437] asoc-simple-card sound@0: tlv320aic3x-hifi <-> 48464000.mcasp mapping ok
    [   12.701497] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops [omapdss])
    [   12.777201] virtio_rpmsg_bus virtio0: rpmsg host is online
    [   12.788180] remoteproc remoteproc1: powering up 55020000.ipu
    [   12.852490] remoteproc remoteproc0: registered virtio0 (type 7)
    [   12.858446] remoteproc remoteproc0: remote processor 58820000.ipu is now up
    [   12.872478] remoteproc remoteproc1: Booting fw image dra7-ipu2-fw.xem4, size 3743116
    [   12.880344] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1
    [   13.005915] virtio_rpmsg_bus virtio0: creating channel rpmsg-client-sample addr 0x32
    [   13.095658] virtio_rpmsg_bus virtio0: creating channel rpmsg-client-sample addr 0x33
    [   13.163778] virtio_rpmsg_bus virtio0: creating channel rpmsg-omx addr 0x3c
    [   13.170797] virtio_rpmsg_bus virtio0: creating channel rpmsg-rpc addr 0x65
    [   13.959648] virtio_rpmsg_bus virtio1: rpmsg host is online
    [   14.022903] remoteproc remoteproc1: registered virtio1 (type 7)
    [   14.093160] remoteproc remoteproc1: remote processor 55020000.ipu is now up
    [   14.100763] virtio_rpmsg_bus virtio1: creating channel rpmsg-rpc addr 0x65
    [   14.236303] virtio_rpmsg_bus virtio1: creating channel rpmsg-rpc addr 0x66
    [   16.034012] dwc3 48890000.usb: Failed to get clk 'ref': -2
    [   16.095474] dwc3 488d0000.usb: Failed to get clk 'ref': -2
    [*     ] (1 of 2) A start job is running for… to be Configured (11s / no limit)[   16.367369] usbcore: registered new interface driver usbfs
    [   16.375778] rpmsg_rpc virtio0.rpmsg-rpc.-1.101: probing service rpc_example_2 with src 1024 dst 101
    [   16.406648] usbcore: registered new interface driver hub
    [   16.426531] dmm 4e000000.dmm: workaround for errata i878 in use
    [   16.447821] usbcore: registered new device driver usb
    [   16.474078] rpmsg_rpc virtio1.rpmsg-rpc.-1.101: probing service dce-callback with src 1024 dst 101
    [   16.485122] rpmsg_rpc virtio0.rpmsg-rpc.-1.101: published functions = 8
    [   16.503970] dmm 4e000000.dmm: initialized all PAT entries
    [   16.523774] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
    [   16.538964] rpmsg_rpc virtio1.rpmsg-rpc.-1.102: probing service rpmsg-dce with src 1025 dst 102
    [   16.551193] rpmsg_rpc virtio1.rpmsg-rpc.-1.101: published functions = 4
    [   16.562944] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [   16.585505] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
    [   16.603674] [drm] No driver support for vblank timestamp query.
    [   16.620860] rpmsg_rpc virtio1.rpmsg-rpc.-1.102: published functions = 9
    [   16.657607] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x0000000002010010
    [   16.693799] xhci-hcd xhci-hcd.0.auto: irq 176, io mem 0x48890000
    [**    ] (1 of 2) A start job is running[   16.714714] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
     for… to be Configured (12s / no limit)[   16.726286] [drm] Enabling DMM ywrap scrolling
    [   16.745043] Console: switching to colour frame buffer device 240x45
    [   16.749753] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   16.749760] usb usb1: Product: xHCI Host Controller
    [   16.749767] usb usb1: Manufacturer: Linux 4.19.73-actia-g31275c05a1 xhci-hcd
    [   16.749773] usb usb1: SerialNumber: xhci-hcd.0.auto
    [   16.751419] hub 1-0:1.0: USB hub found
    [   16.751462] hub 1-0:1.0: 1 port detected
    [   16.761699] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
    [   16.761720] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
    [   16.761736] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
    [   16.761848] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [   16.763337] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
    [   16.763346] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   16.763353] usb usb2: Product: xHCI Host Controller
    [   16.763359] usb usb2: Manufacturer: Linux 4.19.73-actia-g31275c05a1 xhci-hcd
    [   16.763365] usb usb2: SerialNumber: xhci-hcd.0.auto
    [   16.780822] hub 2-0:1.0: USB hub found
    [   16.780878] hub 2-0:1.0: 1 port detected
    [   16.784236] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
    [   16.784268] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3
    [   16.784657] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x0000000002010010
    [   16.784720] xhci-hcd xhci-hcd.1.auto: irq 177, io mem 0x488d0000
    [   16.785118] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
    [   16.785126] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   16.785133] usb usb3: Product: xHCI Host Controller
    [   16.785139] usb usb3: Manufacturer: Linux 4.19.73-actia-g31275c05a1 xhci-hcd
    [   16.785145] usb usb3: SerialNumber: xhci-hcd.1.auto
    [   16.798417] hub 3-0:1.0: USB hub found
    [   16.798459] hub 3-0:1.0: 1 port detected
    [   16.799750] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
    [   16.799767] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 4
    [   16.799782] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
    [   16.799871] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
    [   16.800008] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
    [   16.800016] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   16.800022] usb usb4: Product: xHCI Host Controller
    [   16.800028] usb usb4: Manufacturer: Linux 4.19.73-actia-g31275c05a1 xhci-hcd
    [   16.800034] usb usb4: SerialNumber: xhci-hcd.1.auto
    [   16.800989] hub 4-0:1.0: USB hub found
    [   16.801434] hub 4-0:1.0: 1 port detected
    [   17.113178] usb 1-1: new low-speed USB device number 2 using xhci-hcd
    [   17.313448] omapdrm omapdrm.0: fb0: omapdrm frame buffer device
    [***   ] (1 of 2) A start job is [   17.322079] usb 1-1: New USB device found, idVendor=413c, idProduct=2003, bcdDevice= 3.06
    running for… to be Configured (12s / no limit)[   17.338166] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [   17.346334] usb 1-1: Product: Dell USB Keyboard
    [   17.350890] usb 1-1: Manufacturer: Dell
    [   17.357177] [drm] Initialized omapdrm 1.0.0 20110917 for omapdrm.0 on minor 0
    [   17.426849] input: Dell Dell USB Keyboard as /devices/platform/44000000.ocp/48880000.omap_dwc3_1/48890000.usb/xhci-hcd.0.auto/usb1/1-1/1-1:1.0/0003:413C:2003.0001/input/input0
    [   17.524358] hid-generic 0003:413C:2003.0001: input,hidraw0: USB HID v1.10 Keyboard [Dell Dell USB Keyboard] on usb-xhci-hcd.0.auto-1/input0
    [   17.552027] usbcore: registered new interface driver usbhid
    [   17.572530] usbhid: USB HID core driver
    [   17.580332] usbcore: registered new interface driver usbkbd
             Starting Save/Restore Sound Card State...
    [  OK  ] Created slice system-systemd\x2dbacklight.slice.
             Starting Load/Save Screen Backlight…ightness of backlight:backlight...
    [  OK  ] Started Hardware RNG Entropy Gatherer Daemon.
    [  OK  ] Created slice system-systemd\x2dfsck.slice.
             Starting File System Check on /dev/mmcblk0p1...
             Starting File System Check on /dev/mmcblk1p1...
             Starting File System Check on /dev/mmcblk1p2...
             Starting weston.service...
    [  OK  ] Reached target Host and Network Name Lookups.
             Starting Avahi mDNS/DNS-SD Stack...
    [  OK  ] Reached target Network.
    [  OK  ] Started NFS status monitor for NFSv2/3 locking..
             Starting Permit User Sessions...
    [  OK  ] Started Save/Restore Sound Card State.
    [  OK  ] Started Load/Save Screen Backlight Brightness of backlight:backlight.
    [  OK  ] Started File System Check on /dev/mmcblk0p1.
    [  OK  ] Started Permit User Sessions.
    [  OK  ] Started weston.service.
    [  OK  ] Started File System Check on /dev/mmcblk1p2.
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.
             Mounting /run/media/mmcblk1p2...
             Starting telnetd.service...
    [  OK  ] Started Serial Getty on ttyS2.
    [   22.806700] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
    [  OK  ] Started Getty on tty1.
    [  OK  ] Reached target Login Prompts.
             Starting Synchronize System and HW clocks...
             Mounting /run/media/mmcblk0p1...
    [  OK  ] Reached target Sound Card.
    [  OK  ] Started File System Check on /dev/mmcblk1p1.
    [  OK  ] Mounted /run/media/mmcblk1p2.
    [  OK  ] Started telnetd.service.
    [FAILED] Failed to start Synchronize System and HW clocks.
    See 'systemctl status sync-clocks.service' for details.
    [  OK  ] Mounted /run/media/mmcblk0p1.
             Mounting /run/media/mmcblk1p1...
    [  OK  ] Started Login Service.
    [  OK  ] Mounted /run/media/mmcblk1p1.
    [  OK  ] Started Wait for Network to be Configured.
    [  OK  ] Reached target Network is Online.
    [  OK  ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.
             Starting LSB: network benchmark...
    [  OK  ] Started LSB: network benchmark.
    [   24.209125] NET: Registered protocol family 15
             Starting gdbserverproxy.service...
    [   24.383839] Initializing XFRM netlink socket
    [  OK  ] Started gdbserverproxy.service.
             Starting thermal-zone-init.service...
    [  OK  ] Started thermal-zone-init.service.
    [  OK  ] Reached target Multi-User System.
             Starting Update UTMP about System Runlevel Changes...
    [  OK  ] Started Update UTMP about System Runlevel Changes.


         O     OOOOO  OOOOOOO OOO    O        OOOOO
        O O   O     O    O     O    O O      O     O  OOOO  OOOOO  OOOOO
       O   O  O          O     O   O   O     O       O    O O    O O    O
      O     O O          O     O  O     O    O       O    O O    O O    O
      OOOOOOO O          O     O  OOOOOOO    O       O    O OOOOO  OOOOO
      O     O O     O    O     O  O     O    O     O O    O O   O  O
      O     O  OOOOO     O    OOO O     O     OOOOO   OOOO  O    O O

    ACTIA Corp http://www.actiaus.com/ actia-gd ttyS2


    actia 2020.01 actia-gd ttyS2

    actia-gd login: root
    ACTIA Corp Embedded Linux
    Global Display
    Created on 20200217 for Hardware revision D

    Michel Catudal

    ACTIA Corp

  • Hi Michel,

    > You haven't answered about the M4 code. My main goal with the use of the new kernel is that QT doesn't support at all the QT version that TI used with 4.4 and when we move to buy a license with QT it will be easier to switch to their QT version since the one in thud is very close to the one supported. Also our camera support is very important and our spanish Friends had good success with their porting of my camera driver to the M4, but they are using Android, I use Linux. The M4 code should be similar except for me using a newer TI-RTOS version. I need to know how to control the camera from the Linux side. Our Spanish partners based the code on a TI example and used my Linux driver code to implement the support of the ISL device used for the 4 analog cameras.

    This seems to be separate question by in itself, orthogonal to the LCD issue. Can you create a new E2E ticket for this.

     Btw what is the QT version you are looking here.

    Now on to the display resolution update, you mentioned that the display is present. Were you able run the modetest and display a test pattern on the display?

    Thanks,

    Gowtham

  • Gowtham,

    The supported QT version is 5.12 or later but at QT I was  told during our last meeting that 5.11 is almost identical so swapping their version should not be a big problem. I would just have to check for TI's modifications to QT 5.11 to see if they need to be ported.

    QT has no current support for the DRA726 but would if we buy a developer license. Right now we are using Embedded Wizard but some customers would prefer something else.

    As for the display tests they work as expected, the problem is weston

    root@actia-gd:~# kmstest.kms++
    Connector 0/@54: DPI-1


      Crtc 0/@55: 1920x720 93.689 1920/115/5/20/- 720/32/3/3/- 60 (60.00) 0xa 0x48
      Plane 0/@35: 0,0-1920x720
        Fb 60 1920x720-XR24
    press enter to exit

    root@actia-gd:~# kmstest


    Connector 0/@54: DPI-1
      Crtc 0/@55: 1920x720 93.689 1920/115/5/20/- 720/32/3/3/- 60 (60.00) 0xa 0x48
      Plane 0/@35: 0,0-1920x720
        Fb 60 1920x720-XR24
    press enter to exit

    I get a nice picture on the screen.

    With the other linux (with kernel 4.4) I get this

    root@actia-dra726-12inch:~# kmstest
    Connector 0/@32: Unknown-1
      Crtc 0/@34 (plane 0/@33): 1920x720 93.688 1920/115/5/20 720/32/3/3 60 (60.00) 0x1500000a 0x48
        Fb 40 1920x720-XR24
    press enter to exit

    On that one weston works fine but I get a crash screen with kmstest after a ctrl-C

    Somehow I was never able to get kms to work correctly on that version. No such issue with the new linux.

    Is it possible that weston cannot find the display? If so how to tell it which one?

    Could it be the touch screen. US-Micro uses an egalax device. When I wrote the patches for kernel 4.4 I could not get the ones in the kernel to work so I got in touch with the company that makes the egalax device and they provide me with the source of their latest driver at the time (2016). Using the same driver it doesn't load automatically as it did with kernel 4.4

    I haven't modified that kernel module. What there some changes that need to be made in that module for kernel 4.19

    But if I do a modprobe I get this

    root@actia-gd:~# modprobe egalax_i2c
    [   45.458024] input: eGalax_Touch_Screen as /devices/virtual/input/input2

    There is no /devices/virtual/input/input2

    root@actia-gd:/var/log# dir /dev/input/
    total 0
    drwxr-xr-x  4 root root     220 Feb 26 18:48 .
    drwxr-xr-x 13 root root   14620 Feb 26 18:48 ..
    drwxr-xr-x  2 root root     100 Feb 26 18:40 by-id
    drwxr-xr-x  2 root root     100 Feb 26 18:40 by-path
    crw-rw----  1 root input 13, 64 Feb 26 18:40 event0
    crw-rw----  1 root input 13, 65 Feb 26 18:40 event1
    crw-rw----  1 root input 13, 66 Feb 26 18:48 event2
    crw-rw----  1 root input 13, 63 Feb 26 18:40 mice
    crw-rw----  1 root input 13, 32 Feb 26 18:40 mouse0
    crw-rw----  1 root input 13, 33 Feb 26 18:48 mouse1
    lrwxrwxrwx  1 root root       6 Feb 26 18:48 touchscreen0 -> event2

    If I remove the mouse and keyboard

    root@actia-gd:/var/log# dir /dev/input/
    total 0
    drwxr-xr-x  2 root root     120 Feb 26 18:51 .
    drwxr-xr-x 13 root root   14580 Feb 26 18:51 ..
    crw-rw----  1 root input 13, 66 Feb 26 18:48 event2
    crw-rw----  1 root input 13, 63 Feb 26 18:40 mice
    crw-rw----  1 root input 13, 33 Feb 26 18:48 mouse1
    lrwxrwxrwx  1 root root       6 Feb 26 18:48 touchscreen0 -> event2

    and evtest finds it

    root@actia-gd:~# evtest
    No device specified, trying to scan all of /dev/input/event*
    Available devices:
    /dev/input/event0:      Logitech USB Optical Mouse
    /dev/input/event1:      Dell Dell USB Keyboard
    /dev/input/event2:      eGalax_Touch_Screen
    Select the device event number [0-2]:

    Input driver version is 1.0.1
    Input device ID: bus 0x18 vendor 0xeef product 0x20 version 0x1
    Input device name: "eGalax_Touch_Screen"
    Supported events:
      Event type 0 (EV_SYN)
      Event type 1 (EV_KEY)
        Event code 330 (BTN_TOUCH)
      Event type 3 (EV_ABS)
        Event code 0 (ABS_X)
          Value      0
          Min        0
          Max     4095
        Event code 1 (ABS_Y)
          Value      0
          Min        0
          Max     4095
        Event code 47 (ABS_MT_SLOT)
          Value      0
          Min        0
          Max       15
        Event code 48 (ABS_MT_TOUCH_MAJOR)
          Value      0
          Min        0
          Max      255
        Event code 53 (ABS_MT_POSITION_X)
          Value      0
          Min        0
          Max     4095
        Event code 54 (ABS_MT_POSITION_Y)
          Value      0
          Min        0
          Max     4095
        Event code 57 (ABS_MT_TRACKING_ID)
          Value      0
          Min        0
          Max    65535
    Properties:
      Property type 1 (INPUT_PROP_DIRECT)
    Testing ... (interrupt to exit)
    Event: time 1582741234.508836, type 3 (EV_ABS), code 57 (ABS_MT_TRACKING_ID), value 0
    Event: time 1582741234.508836, type 3 (EV_ABS), code 48 (ABS_MT_TOUCH_MAJOR), value 1
    Event: time 1582741234.508836, type 3 (EV_ABS), code 53 (ABS_MT_POSITION_X), value 727
    Event: time 1582741234.508836, type 3 (EV_ABS), code 54 (ABS_MT_POSITION_Y), value 1932
    Event: time 1582741234.508836, type 1 (EV_KEY), code 330 (BTN_TOUCH), value 1
    Event: time 1582741234.508836, type 3 (EV_ABS), code 0 (ABS_X), value 727
    Event: time 1582741234.508836, type 3 (EV_ABS), code 1 (ABS_Y), value 1932
    Event: time 1582741234.508836, -------------- SYN_REPORT ------------
    Event: time 1582741234.571563, type 3 (EV_ABS), code 57 (ABS_MT_TRACKING_ID), value -1
    Event: time 1582741234.571563, type 1 (EV_KEY), code 330 (BTN_TOUCH), value 0
    Event: time 1582741234.571563, -------------- SYN_REPORT ------------


    Event: time 1582741282.440041, type 3 (EV_ABS), code 57 (ABS_MT_TRACKING_ID), value 1
    Event: time 1582741282.440041, type 3 (EV_ABS), code 53 (ABS_MT_POSITION_X), value 3478
    Event: time 1582741282.440041, type 3 (EV_ABS), code 54 (ABS_MT_POSITION_Y), value 1331
    Event: time 1582741282.440041, type 1 (EV_KEY), code 330 (BTN_TOUCH), value 1
    Event: time 1582741282.440041, type 3 (EV_ABS), code 0 (ABS_X), value 3478
    Event: time 1582741282.440041, type 3 (EV_ABS), code 1 (ABS_Y), value 1331
    Event: time 1582741282.440041, -------------- SYN_REPORT ------------
    Event: time 1582741282.480777, type 3 (EV_ABS), code 53 (ABS_MT_POSITION_X), value 3492
    Event: time 1582741282.480777, type 3 (EV_ABS), code 54 (ABS_MT_POSITION_Y), value 1312
    Event: time 1582741282.480777, type 3 (EV_ABS), code 0 (ABS_X), value 3492
    Event: time 1582741282.480777, type 3 (EV_ABS), code 1 (ABS_Y), value 1312
    Event: time 1582741282.480777, -------------- SYN_REPORT ------------
    Event: time 1582741282.530180, type 3 (EV_ABS), code 53 (ABS_MT_POSITION_X), value 3479
    Event: time 1582741282.530180, type 3 (EV_ABS), code 54 (ABS_MT_POSITION_Y), value 1361
    Event: time 1582741282.530180, type 3 (EV_ABS), code 0 (ABS_X), value 3479
    Event: time 1582741282.530180, type 3 (EV_ABS), code 1 (ABS_Y), value 1361
    Event: time 1582741282.530180, -------------- SYN_REPORT ------------
    Event: time 1582741282.541236, type 3 (EV_ABS), code 57 (ABS_MT_TRACKING_ID), value -1
    Event: time 1582741282.541236, type 1 (EV_KEY), code 330 (BTN_TOUCH), value 0
    Event: time 1582741282.541236, -------------- SYN_REPORT ------------


    Michel Catudal

    ACTIA Corp

  • Gowtham,

    I did some test this afternoon

    I took the ti automotive SDK rev 6 and replaced the kernel and u-boot

    I am getting similar results except that I have kmscube on that one

    I am including some logs. It has to do with the kernel, what am I missing here?

    The log of weston is identical to the one from my yocto

    root@dra7xx-evm:/var/log# kmscube -c 54
    ### Display [0]: CRTC = 55, Connector = 54, format = 0x34325258
            Mode chosen [1920x720] : Clock => 93688, Vertical refresh => 60, Type => 72
            Horizontal => 1920, 2035, 2040, 2060, 0
            Vertical => 720, 752, 755, 758, 0
    ### Primary display => ConnectorId = 54, Resolution = 1920x720
    PVR:(Error): OpenServices: PVRDRMOpenRender failed [0, ]
    PVR:(Error): PVRSRVConnect: Unable to open connection. [0, ]
    PVR:(Error): Couldn't connect to services [0, ]
    failed to initialize
    failed to initialize EGL

    I also remove the goodix firmware and pru since they do not exist on this board.drwxr-xr-x    2 root     root          4096 Feb 27 16:00 .
    drwxr-xr-x   22 root     root          4096 Feb 27 17:52 ..
    -rwxr-xr-x    1 root     root       2001830 Feb 27 16:00 System.map
    -rwxr-xr-x    1 root     root         83926 Feb 27 16:00 dra726-actia-lcd-12inch.dtb
    -rwxr-xr-x    1 root     root         83926 Feb 27 16:00 dra726-actia-lcd-7inch.dtb
    -rwxr-xr-x    1 root     root      13542016 Feb 27 16:00 vmlinux
    -rwxr-xr-x    1 root     root       3702784 Feb 27 16:00 zImage


    root@dra7xx-evm:/var/log# ls -la  /lib/modules/4.19.73-actia/
    drwxr-xr-x    4 root     root          4096 Feb 27 15:59 .
    drwxr-xr-x    3 root     root          4096 Feb 27 15:59 ..
    lrwxrwxrwx    1 root     root            96 Feb 27 15:59 build -> /home/michel/ti-processor-sdk-linux-automotive-dra7xx-evm-6.00.00.03/board-support/linux-4.19.73
    drwxr-xr-x    2 root     root          4096 Feb 27 15:59 extra
    drwxr-xr-x    8 root     root          4096 Feb 27 15:59 kernel
    -rw-r--r--    1 root     root         77244 Feb 27 15:59 modules.alias
    -rw-r--r--    1 root     root         93202 Feb 27 15:59 modules.alias.bin
    -rw-r--r--    1 root     root          9227 Feb 27 15:59 modules.builtin
    -rw-r--r--    1 root     root         11807 Feb 27 15:59 modules.builtin.bin
    -rw-r--r--    1 root     root         26256 Feb 27 15:59 modules.dep
    -rw-r--r--    1 root     root         39961 Feb 27 15:59 modules.dep.bin
    -rw-r--r--    1 root     root            52 Feb 27 15:59 modules.devname
    -rw-r--r--    1 root     root         11767 Feb 27 15:59 modules.order
    -rw-r--r--    1 root     root            85 Feb 27 15:59 modules.softdep
    -rw-r--r--    1 root     root         94555 Feb 27 15:59 modules.symbols
    -rw-r--r--    1 root     root        112987 Feb 27 15:59 modules.symbols.bin
    lrwxrwxrwx    1 root     root            96 Feb 27 15:59 source -> /home/michel/ti-processor-sdk-linux-automotive-dra7xx-evm-6.00.00.03/board-support/linux-4.19.73
    root@dra7xx-evm:/var/log# ls -la  /lib/modules/4.19.73-actia/extra/
    drwxr-xr-x    2 root     root          4096 Feb 27 15:59 .
    drwxr-xr-x    4 root     root          4096 Feb 27 15:59 ..
    -rw-r--r--    1 root     root        337112 Feb 27 15:59 pvrsrvkm.ko

    root@dra7xx-evm:/var/log# lsmod
    Module                  Size  Used by
    pvrsrvkm              401408  0
    xfrm_user              32768  2
    xfrm4_tunnel           16384  0
    ipcomp                 16384  0
    xfrm_ipcomp            16384  1 ipcomp
    esp4                   20480  0
    ah4                    16384  0
    af_key                 36864  0
    xfrm_algo              16384  5 xfrm_user,esp4,ah4,af_key,xfrm_ipcomp
    xhci_plat_hcd          16384  0
    omapdrm                86016  1
    xhci_hcd              139264  1 xhci_plat_hcd
    drm_kms_helper        167936  1 omapdrm
    usbcore               212992  2 xhci_plat_hcd,xhci_hcd
    syscopyarea            16384  1 drm_kms_helper
    sysfillrect            16384  1 drm_kms_helper
    sysimgblt              16384  1 drm_kms_helper
    fb_sys_fops            16384  1 drm_kms_helper
    rpmsg_rpc              28672  0
    dwc3                   32768  0
    usb_common             16384  2 usbcore,dwc3
    snd_soc_simple_card    16384  0
    snd_soc_simple_card_utils    16384  1 snd_soc_simple_card
    panel_simple           57344  0
    pwm_bl                 16384  0
    backlight              20480  2 panel_simple,pwm_bl
    omapdss                90112  2
    omapdss_base           20480  2 omapdrm,omapdss
    drm                   389120  7 omapdss_base,panel_simple,omapdrm,omapdss,drm_kms_helper,pvrsrvkm
    drm_panel_orientation_quirks    16384  1 drm
    omap_remoteproc        20480  0
    virtio_rpmsg_bus       20480  0
    remoteproc             49152  2 rpmsg_rpc,omap_remoteproc
    omap_aes_driver        24576  0
    omap_sham              28672  0
    omap_wdt               16384  0
    ti_vpe                 28672  0
    ti_sc                  36864  1 ti_vpe
    videobuf2_dma_contig    20480  1 ti_vpe
    videobuf2_memops       16384  1 videobuf2_dma_contig
    ti_csc                 16384  1 ti_vpe
    ti_vpdma               20480  1 ti_vpe
    v4l2_mem2mem           24576  1 ti_vpe
    videobuf2_v4l2         24576  2 ti_vpe,v4l2_mem2mem
    videobuf2_common       45056  3 ti_vpe,v4l2_mem2mem,videobuf2_v4l2
    dwc3_omap              16384  0
    omap_des               20480  0
    des_generic            28672  1 omap_des
    crypto_engine          16384  2 omap_des,omap_aes_driver
    omap_crypto            16384  2 omap_des,omap_aes_driver
    st_acc33_spi           16384  0
    st_acc33_i2c           16384  0
    st_acc33               16384  2 st_acc33_spi,st_acc33_i2c
    mcp4018                16384  0
    noa1305                16384  0
    snd_soc_tlv320aic3x    57344  1
    omap_rng               16384  0
    rng_core               16384  2 omap_rng
    sch_fq_codel           20480  2

    U-Boot SPL 2019.01-ga0ff74425a (Feb 18 2020 - 13:09:56 +0000)
    DRA722-GP ES2.0
    Trying to boot from MMC1
    no pinctrl state for default mode
    no pinctrl state for default mode
    Loading Environment from MMC... OK


    U-Boot 2019.01-ga0ff74425a (Feb 18 2020 - 13:09:56 +0000)

    CPU  : DRA722-GP ES2.0
    Model: ACTIA Global Display
    Board: DRA726 12 inch REV
    DRAM:  1 GiB
    MMC:   OMAP SD/MMC: 0, OMAP SD/MMC: 1
    Loading Environment from MMC... OK
    In:    serial@48020000
    Out:   serial@48020000
    Err:   serial@48020000
    Net:   eth0: ethernet@48484000
    Hit any key to stop autoboot:  0
    ## Error: "findfdt" not defined
    switch to partitions #0, OK
    mmc0 is current device
    SD/MMC found on device 0
    308 bytes read in 2 ms (150.4 KiB/s)
    Loaded env from uEnv.txt
    Importing environment from mmc0 ...
    switch to partitions #0, OK
    mmc0 is current device
    SD/MMC found on device 0
    3702784 bytes read in 162 ms (21.8 MiB/s)
    83926 bytes read in 5 ms (16 MiB/s)
    ## Flattened Device Tree blob at 88000000
       Booting using the fdt blob at 0x88000000
       Loading Device Tree to 8ffe8000, end 8ffff7d5 ... OK

    Starting kernel ...

    [    0.000000] Booting Linux on physical CPU 0x0
    [    0.000000] Linux version 4.19.73-actia (michel@actia-yocto) (gcc version 8.3.0 (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36))) #1 SMP PREEMPT Thu Feb 27 09:45:52 EST 2020
    [    0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=10c5387d
    [    0.000000] CPU: div instructions available: patching division code
    [    0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
    [    0.000000] OF: fdt: Machine model: ACTIA 12 inch Display
    [    0.000000] Memory policy: Data cache writealloc
    [    0.000000] Reserved memory: created CMA memory pool at 0x95800000, size 56 MiB
    [    0.000000] OF: reserved mem: initialized node ipu2_cma@95800000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created CMA memory pool at 0x99000000, size 64 MiB
    [    0.000000] OF: reserved mem: initialized node dsp1_cma@99000000, compatible id shared-dma-pool
    [    0.000000] Reserved memory: created CMA memory pool at 0x9d000000, size 32 MiB
    [    0.000000] OF: reserved mem: initialized node ipu1_cma@9d00ds0000, compatible id shared-dma-pool
    [    0.000000] cma: Reserved 128 MiB at 0xa0000000
    [    0.000000] OMAP4: Map 0xbfe00000 to (ptrval) for dram barrier
    [    0.000000] DRA722 ES2.0
    [    0.000000] random: get_random_bytes called from start_kernel+0xa4/0x43c with crng_init=0
    [    0.000000] percpu: Embedded 15 pages/cpu s32204 r8192 d21044 u61440
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 259904
    [    0.000000] Kernel command line: console=ttyO2,115200n8 elevator=noop root=PARTUUID=2061872b-02 rw rootwait earlyprintk fixrtc omapdrm.num_crtc=1 consoleblank=0 cma=128M@0xA0000000 rootfstype=ext4 snd.slots_reserved=1,1
    [    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [    0.000000] Memory: 737048K/1046528K available (7168K kernel code, 261K rwdata, 2128K rodata, 1024K init, 260K bss, 22760K reserved, 286720K cma-reserved, 260096K highmem)
    [    0.000000] Virtual kernel memory layout:
    [    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
    [    0.000000]     fixmap  : 0xffc00000 - 0xfff00000   (3072 kB)
    [    0.000000]     vmalloc : 0xf0800000 - 0xff800000   ( 240 MB)
    [    0.000000]     lowmem  : 0xc0000000 - 0xf0000000   ( 768 MB)
    [    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
    [    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
    [    0.000000]       .text : 0x(ptrval) - 0x(ptrval)   (8160 kB)
    [    0.000000]       .init : 0x(ptrval) - 0x(ptrval)   (1024 kB)
    [    0.000000]       .data : 0x(ptrval) - 0x(ptrval)   ( 262 kB)
    [    0.000000]        .bss : 0x(ptrval) - 0x(ptrval)   ( 261 kB)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
    [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1.
    [    0.000000]  Tasks RCU enabled.
    [    0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
    [    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
    [    0.000000] GIC: Using split EOI/Deactivate mode
    [    0.000000] OMAP clockevent source: timer1 at 32786 Hz
    [    0.000000] arch_timer: cp15 timer(s) running at 6.14MHz (phys).
    [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x16af5adb9, max_idle_ns: 440795202250 ns
    [    0.000005] sched_clock: 56 bits at 6MHz, resolution 162ns, wraps every 4398046511023ns
    [    0.000018] Switching to timer-based delay loop, resolution 162ns
    [    0.000290] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
    [    0.000299] OMAP clocksource: 32k_counter at 32768 Hz
    [    0.000721] Console: colour dummy device 80x30
    [    0.000740] WARNING: Your 'console=ttyO2' has been replaced by 'ttyS2'
    [    0.000748] This ensures that you still see kernel messages. Please
    [    0.000756] update your kernel commandline.
    [    0.000789] Calibrating delay loop (skipped), value calculated using timer frequency.. 12.29 BogoMIPS (lpj=61475)
    [    0.000806] pid_max: default: 32768 minimum: 301
    [    0.000932] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.000946] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
    [    0.001500] CPU: Testing write buffer coherency: ok
    [    0.001539] CPU0: Spectre v2: using ICIALLU workaround
    [    0.001757] /cpus/cpu@0 missing clock-frequency property
    [    0.001771] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
    [    0.059926] Setting up static identity map for 0x80100000 - 0x80100060
    [    0.079927] rcu: Hierarchical SRCU implementation.
    [    0.119984] smp: Bringing up secondary CPUs ...
    [    0.119995] smp: Brought up 1 node, 1 CPU
    [    0.120006] SMP: Total of 1 processors activated (12.29 BogoMIPS).
    [    0.120014] CPU: All CPU(s) started in HYP mode.
    [    0.120022] CPU: Virtualization extensions available.
    [    0.121138] devtmpfs: initialized
    [    0.140202] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
    [    0.140479] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
    [    0.140498] futex hash table entries: 256 (order: 2, 16384 bytes)
    [    0.145185] pinctrl core: initialized pinctrl subsystem
    [    0.146000] NET: Registered protocol family 16
    [    0.150955] DMA: preallocated 256 KiB pool for atomic coherent allocations
    [    0.151830] omap_hwmod: l3_main_2 using broken dt data from ocp
    [    0.345102] cpuidle: using governor ladder
    [    0.345140] cpuidle: using governor menu
    [    0.354915] OMAP GPIO hardware version 0.1
    [    0.379543] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
    [    0.379556] hw-breakpoint: maximum watchpoint size is 8 bytes.
    [    0.380088] omap4_sram_init:Unable to allocate sram needed to handle errata I688
    [    0.380101] omap4_sram_init:Unable to get sram pool needed to handle errata I688
    [    0.380717] OMAP DMA hardware revision 0.0
    [    0.412445] edma 43300000.edma: memcpy is disabled
    [    0.415768] edma 43300000.edma: TI EDMA DMA engine driver
    [    0.422877] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
    [    0.425592] omap-iommu 40d01000.mmu: 40d01000.mmu registered
    [    0.425775] omap-iommu 40d02000.mmu: 40d02000.mmu registered
    [    0.426016] omap-iommu 58882000.mmu: 58882000.mmu registered
    [    0.426261] omap-iommu 55082000.mmu: 55082000.mmu registered
    [    0.426606] iommu: Adding device 58820000.ipu to group 1
    [    0.426689] iommu: Adding device 55020000.ipu to group 2
    [    0.428598] palmas 0-0058: Irq flag is 0x00000000
    [    0.452237] palmas 0-0058: Muxing GPIO 51, PWM 0, LED 2
    [    0.453606] SMPS1: supplied by regulator-dummy
    [    0.455225] SMPS2: supplied by regulator-dummy
    [    0.456796] SMPS3: supplied by regulator-dummy
    [    0.458367] SMPS4: supplied by regulator-dummy
    [    0.459790] SMPS5: supplied by regulator-dummy
    [    0.460963] SMPS12: supplied by regulator-dummy
    [    0.461909] LDO1: supplied by regulator-dummy
    [    0.471390] LDO2: supplied by regulator-dummy
    [    0.472210] LDO3: supplied by regulator-dummy
    [    0.481145] LDO4: supplied by regulator-dummy
    [    0.481665] random: fast init done
    [    0.491160] LDO5: supplied by regulator-dummy
    [    0.501593] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
    [    0.502256] omap_i2c 48072000.i2c: bus 1 rev0.12 at 400 kHz
    [    0.502845] omap_i2c 48060000.i2c: bus 2 rev0.12 at 100 kHz
    [    0.503321] omap_i2c 4807a000.i2c: bus 3 rev0.12 at 400 kHz
    [    0.503800] omap_i2c 4807c000.i2c: bus 4 rev0.12 at 400 kHz
    [    0.503982] media: Linux media interface: v0.10
    [    0.504022] videodev: Linux video capture interface: v2.00
    [    0.504057] pps_core: LinuxPPS API ver. 1 registered
    [    0.504066] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    0.504086] PTP clock support registered
    [    0.504094] EDAC MC: Ver: 3.0.0
    [    0.511054] omap-mailbox 48840000.mailbox: omap mailbox rev 0x400
    [    0.511246] omap-mailbox 48842000.mailbox: omap mailbox rev 0x400
    [    0.511609] Advanced Linux Sound Architecture Driver Initialized.
    [    0.512378] clocksource: Switched to clocksource arch_sys_counter
    [    0.520581] NET: Registered protocol family 2
    [    0.521332] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 6144 bytes)
    [    0.521362] TCP established hash table entries: 8192 (order: 3, 32768 bytes)
    [    0.521425] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
    [    0.521552] TCP: Hash tables configured (established 8192 bind 8192)
    [    0.521624] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [    0.521658] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [    0.521787] NET: Registered protocol family 1
    [    0.552269] RPC: Registered named UNIX socket transport module.
    [    0.552281] RPC: Registered udp transport module.
    [    0.552289] RPC: Registered tcp transport module.
    [    0.552297] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [    0.563872] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
    [    0.566068] Initialise system trusted keyrings
    [    0.566232] workingset: timestamp_bits=14 max_order=18 bucket_order=4
    [    0.570484] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    0.580989] NFS: Registering the id_resolver key type
    [    0.581010] Key type id_resolver registered
    [    0.581020] Key type id_legacy registered
    [    0.581057] ntfs: driver 2.1.32 [Flags: R/O].
    [    0.583043] Key type asymmetric registered
    [    0.583055] Asymmetric key parser 'x509' registered
    [    0.583105] bounce: pool size: 64 pages
    [    0.583141] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
    [    0.583152] io scheduler noop registered (default)
    [    0.583161] io scheduler deadline registered
    [    0.583260] io scheduler cfq registered
    [    0.583270] io scheduler mq-deadline registered
    [    0.583279] io scheduler kyber registered
    [    0.587462] phy phy-4a084000.phy.0: Linked as a consumer to regulator.12
    [    0.587948] phy phy-4a085000.phy.1: Linked as a consumer to regulator.12
    [    1.874849] clock: dpll_pcie_ref_ck failed transition to 'locked'
    [    1.876261] pinctrl-single 4a003400.pinmux: 282 pins, size 1128
    [    1.881137] vtt_fixed: supplied by smps5
    [    1.925779] Serial: 8250/16550 driver, 10 ports, IRQ sharing disabled
    [    1.928414] 4806a000.serial: ttyS0 at MMIO 0x4806a000 (irq = 43, base_baud = 3000000) is a 8250
    [    1.929307] 4806c000.serial: ttyS1 at MMIO 0x4806c000 (irq = 44, base_baud = 3000000) is a 8250
    [    1.930125] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 45, base_baud = 3000000) is a 8250
    [    2.884244] console [ttyS2] enabled
    [    2.888537] 48066000.serial: ttyS4 at MMIO 0x48066000 (irq = 46, base_baud = 3000000) is a 8250
    [    2.898137] 48424000.serial: ttyS8 at MMIO 0x48424000 (irq = 47, base_baud = 3000000) is a 8250
    [    2.915272] brd: module loaded
    [    2.924640] loop: module loaded
    [    2.931523] m25p80 spi0.0: non-uniform erase sector maps are not supported yet.
    [    2.939009] m25p80 spi0.0: s25fl512s (65536 Kbytes)
    [    2.944019] 7 fixed-partitions partitions found on MTD device spi0.0
    [    2.950401] Creating 7 MTD partitions on "spi0.0":
    [    2.955231] 0x000000000000-0x000000040000 : "QSPI.MLO"
    [    2.961093] 0x000000040000-0x000000140000 : "QSPI.u-boot.img"
    [    2.967524] 0x000000140000-0x0000001c0000 : "QSPI.devicetree"
    [    2.973941] 0x0000001c0000-0x000000200000 : "QSPI.u-boot-env"
    [    2.980342] 0x000000200000-0x000000240000 : "QSPI.u-boot-env.redund"
    [    2.987360] 0x000000240000-0x000000a40000 : "QSPI.uImage"
    [    2.993418] 0x000000a40000-0x000004000000 : "QSPI.userland"
    [    3.000084] libphy: Fixed MDIO Bus: probed
    [    3.004547] CAN device driver interface
    [    3.009327] c_can_platform 4ae3c000.can: c_can_platform device registered (regs=(ptrval), irq=97)
    [    3.018804] c_can_platform 48480000.can: c_can_platform device registered (regs=(ptrval), irq=98)
    [    3.082412] davinci_mdio 48485000.mdio: davinci mdio revision 1.6, bus freq 1000000
    [    3.090110] libphy: 48485000.mdio: probed
    [    3.096450] davinci_mdio 48485000.mdio: phy[0]: device 48485000.mdio:00, driver unknown
    [    3.104992] cpsw 48484000.ethernet: Detected MACID = 98:5d:ad:a7:43:38
    [    3.111593] cpsw 48484000.ethernet: initialized cpsw ale version 1.4
    [    3.118041] cpsw 48484000.ethernet: ALE Table size 1024
    [    3.123417] cpsw 48484000.ethernet: cpts: overflow check period 500 (jiffies)
    [    3.131789] i2c /dev entries driver
    [    3.139201] cpu cpu0: dev_pm_opp_set_regulators: no regulator (vdd) found: -19
    [    3.147031] sdhci: Secure Digital Host Controller Interface driver
    [    3.153285] sdhci: Copyright(c) Pierre Ossman
    [    3.158531] sdhci-pltfm: SDHCI platform and OF driver helper
    [    3.165256] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.17
    [    3.172125] sdhci-omap 4809c000.mmc: 4809c000.mmc supply vqmmc not found, using dummy regulator
    [    3.180939] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.0
    [    3.187745] sdhci-omap 4809c000.mmc: Dropping the link to regulator.0
    [    3.194558] sdhci-omap 4809c000.mmc: Linked as a consumer to regulator.9
    [    3.225229] mmc0: SDHCI controller on 4809c000.mmc [4809c000.mmc] using ADMA
    [    3.233026] sdhci-omap 480b4000.mmc: 480b4000.mmc supply vqmmc not found, using dummy regulator
    [    3.241882] sdhci-omap 480b4000.mmc: Linked as a consumer to regulator.0
    [    3.248716] sdhci-omap 480b4000.mmc: Dropping the link to regulator.0
    [    3.255513] sdhci-omap 480b4000.mmc: Linked as a consumer to regulator.9
    [    3.262431] sdhci-omap 480b4000.mmc: no pinctrl state for ddr_3_3v mode
    [    3.295257] mmc1: SDHCI controller on 480b4000.mmc [480b4000.mmc] using ADMA
    [    3.302960] sdhci-omap 480ad000.mmc: 480ad000.mmc supply vqmmc not found, using dummy regulator
    [    3.311798] sdhci-omap 480ad000.mmc: Linked as a consumer to regulator.0
    [    3.318627] sdhci-omap 480ad000.mmc: Dropping the link to regulator.0
    [    3.325242] sdhci-omap 480ad000.mmc: Linked as a consumer to regulator.2
    [    3.332059] sdhci-omap 480ad000.mmc: no pinctrl state for sdr104 mode
    [    3.338692] sdhci-omap 480ad000.mmc: no pinctrl state for ddr50 mode
    [    3.345300] sdhci-omap 480ad000.mmc: no pinctrl state for sdr50 mode
    [    3.351831] sdhci-omap 480ad000.mmc: no pinctrl state for sdr25 mode
    [    3.358344] sdhci-omap 480ad000.mmc: no pinctrl state for sdr12 mode
    [    3.364898] sdhci-omap 480ad000.mmc: no pinctrl state for hs mode
    [    3.371150] sdhci-omap 480ad000.mmc: no pinctrl state for hs mode
    [    3.377404] sdhci-omap 480ad000.mmc: no pinctrl state for hs200_1_8v mode
    [    3.390970] mmc0: host does not support reading read-only switch, assuming write-enable
    [    3.401701] mmc0: new high speed SDHC card at address aaaa
    [    3.417927] mmcblk0: mmc0:aaaa SC16G 14.8 GiB
    [    3.427197] mmc1: new high speed MMC card at address 0001
    [    3.436585]  mmcblk0: p1 p2
    [    3.443321] mmcblk1: mmc1:0001 Q2J54A 3.59 GiB
    [    3.448314] mmcblk1boot0: mmc1:0001 Q2J54A partition 1 16.0 MiB
    [    3.454810] mmcblk1boot1: mmc1:0001 Q2J54A partition 2 16.0 MiB
    [    3.460910] mmcblk1rpmb: mmc1:0001 Q2J54A partition 3 512 KiB, chardev (246:0)
    [    3.469324]  mmcblk1: p1 p2
    [    3.497702] mmc2: SDHCI controller on 480ad000.mmc [480ad000.mmc] using PIO
    [    3.506015] ledtrig-cpu: registered to indicate activity on CPUs
    [    3.514392] hidraw: raw HID events driver (C) Jiri Kosina
    [    3.523358] NET: Registered protocol family 10
    [    3.528829] Segment Routing with IPv6
    [    3.532672] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
    [    3.539209] NET: Registered protocol family 17
    [    3.543769] can: controller area network core (rev 20170425 abi 9)
    [    3.550118] NET: Registered protocol family 29
    [    3.554678] can: raw protocol (rev 20170425)
    [    3.558993] can: broadcast manager protocol (rev 20170425 t)
    [    3.564731] can: netlink gateway (rev 20170425) max_hops=1
    [    3.570401] Key type dns_resolver registered
    [    3.574920] Registering SWP/SWPB emulation handler
    [    3.579768] omap_voltage_late_init: Voltage driver support not added
    [    3.586193] Power Management for TI OMAP4+ devices.
    [    3.591911] Loading compiled-in X.509 certificates
    [    3.629788] hctosys: unable to open rtc device (rtc0)
    [    3.635679] mmc2: new SDIO card at address 0001
    [    3.640757] ALSA device list:
    [    3.644900]   No soundcards found.
    [    3.692289] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
    [    3.700488] VFS: Mounted root (ext4 filesystem) on device 179:2.
    [    3.717193] devtmpfs: mounted
    [    3.720869] Freeing unused kernel memory: 1024K
    [    3.725551] Run /sbin/init as init process
    [    4.047669] systemd[1]: System time before build time, advancing clock.
    [    4.082881] systemd[1]: systemd 239 running in system mode. (+PAM -AUDIT -SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP -LIBCRYPTSETUP -GCRYPT -GNUTLS +ACL +XZ -LZ4 -SECCOMP +BLKID -ELFUTILS +KMOD -IDN2 -IDN -PCRE2 default-hierarchy=hybrid)
    [    4.104765] systemd[1]: Detected architecture arm.

    Welcome to Arago 2019.09!

    [    4.156466] systemd[1]: Set hostname to <dra7xx-evm>.
    [    4.182634] random: systemd: uninitialized urandom read (16 bytes read)
    [    4.189307] systemd[1]: Initializing machine ID from random generator.
    [    4.661312] random: systemd: uninitialized urandom read (16 bytes read)
    [    4.669579] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [  OK  ] Started Dispatch Password Requests to Console Directory Watch.
    [    4.712502] random: systemd: uninitialized urandom read (16 bytes read)
    [    4.719394] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [  OK  ] Listening on initctl Compatibility Named Pipe.
    [    4.868464] systemd[1]: Listening on Process Core Dump Socket.
    [  OK  ] Listening on Process Core Dump Socket.
    [    4.932758] systemd[1]: Listening on Journal Socket (/dev/log).
    [  OK  ] Listening on Journal Socket (/dev/log).
    [    4.962767] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [  OK  ] Started Forward Password Requests to Wall Directory Watch.
    [    5.002897] systemd[1]: Listening on udev Control Socket.
    [  OK  ] Listening on udev Control Socket.
    [  OK  ] Reached target Swap.
    [  OK  ] Reached target Paths.
    [  OK  ] Reached target Remote File Systems.
    [  OK  ] Listening on Network Service Netlink Socket.
    [  OK  ] Created slice system-serial\x2dgetty.slice.
    [  OK  ] Listening on udev Kernel Socket.
    [  OK  ] Created slice User and Session Slice.
    [  OK  ] Reached target Slices.
    [  OK  ] Created slice system-getty.slice.
    [  OK  ] Listening on Journal Socket.
             Starting Load Kernel Modules...
             Mounting Kernel Debug File System...
             Starting Remount Root and Kernel File Systems...
             Mounting Temporary Directory (/tmp)...
             Mounting POSIX Message Queue File System...
    [    5.475318] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
             Starting Journal Service...
    [  OK  ] Started Hardware RNG Entropy Gatherer Daemon.
             Starting Create list of required st…ce nodes for the current kernel...
             Starting udev Coldplug all Devices...
    [FAILED] Failed to start Load Kernel Modules.
    See 'systemctl status systemd-modules-load.service' for details.
    [  OK  ] Started Journal Service.
    [  OK  ] Mounted Kernel Debug File System.
    [  OK  ] Started Remount Root and Kernel File Systems.
    [  OK  ] Mounted Temporary Directory (/tmp).
    [  OK  ] Mounted POSIX Message Queue File System.
    [  OK  ] Started Create list of required sta…vice nodes for the current kernel.
             Starting Create System Users...
             Starting Rebuild Hardware Database...
             Starting Flush Journal to Persistent Storage...
             Mounting Kernel Configuration File System...
             Starting Apply Kernel Variables...
    [  OK  ] Started Create System Users.
    [  OK  ] Mounted Kernel Configuration File System.
    [    6.204459] systemd-journald[90]: Received request to flush runtime journal from PID 1
             Starting Create Static Device Nodes in /dev...
    [  OK  ] Started Apply Kernel Variables.
    [  OK  ] Started Flush Journal to Persistent Storage.
    [  OK  ] Started Create Static Device Nodes in /dev.
    [  OK  ] Reached target Local File Systems (Pre).
             Mounting /var/volatile...
    [  OK  ] Reached target Containers.
             Mounting /media/ram...
    [  OK  ] Mounted /var/volatile.
    [  OK  ] Mounted /media/ram.
             Starting Load/Save Random Seed...
    [  OK  ] Reached target Local File Systems.
             Starting Create Volatile Files and Directories...
             Starting Rebuild Journal Catalog...
             Starting Rebuild Dynamic Linker Cache...
    [  OK  ] Started Load/Save Random Seed.
    [  OK  ] Started Create Volatile Files and Directories.
             Starting Update UTMP about System Boot/Shutdown...
             Starting Run pending postinsts...
             Starting Network Time Synchronization...
    [  OK  ] Started Rebuild Journal Catalog.
    [  OK  ] Started Update UTMP about System Boot/Shutdown.
    [  OK  ] Started Network Time Synchronization.
    [  OK  ] Reached target System Time Synchronized.
    [  OK  ] Started udev Coldplug all Devices.
    [  OK  ] Started Run pending postinsts.
    [  OK  ] Started Rebuild Hardware Database.
             Starting udev Kernel Device Manager...
    [  OK  ] Started udev Kernel Device Manager.
             Starting Network Service...
    [  OK  ] Started Network Service.
             Starting Network Name Resolution...
             Starting Wait for Network to be Configured...
    [  OK  ] Found device /dev/ttyS2.
    [   11.776067] tlv320aic3x-codec 2-0018: 2-0018 supply IOVDD not found, using dummy regulator
    [   11.796062] omap_rng 48090000.rng: Random Number Generator ver. 20
    [   11.804010] random: crng init done
    [   11.807431] random: 7 urandom warning(s) missed due to ratelimiting
    [   11.912160] tlv320aic3x-codec 2-0018: Linked as a consumer to regulator.0
    [  OK  ] Started Network Name Resolution.
    [   11.994803] tlv320aic3x-codec 2-0018: 2-0018 supply DVDD not found, using dummy regulator
    [   12.023506] noa1305 1-0039: NOA1305 Ambient light sensor
    [   12.082671] tlv320aic3x-codec 2-0018: 2-0018 supply AVDD not found, using dummy regulator
    [   12.090963] tlv320aic3x-codec 2-0018: 2-0018 supply DRVDD not found, using dummy regulator
    [  OK  ] Found device /dev/ttyS0.
    [   12.174046] omap-des 480a5000.des: OMAP DES hw accel rev: 2.2
    [   12.211092] omap-des 480a5000.des: will run requests pump with realtime priority
    [   12.314594] tlv320aic3x-codec 2-0018: Invalid supply voltage(s) AVDD: -22, DVDD: -22
    [  OK  ] Started Rebuild Dynamic Linker Cache.
             Starting Update is Completed...
    [  OK  ] Reached target Network.
    [  OK  ] Reached target Host and Network Name Lookups.
    [   12.889331] vpe 489d0000.vpe: loading firmware vpdma-1b8.bin
    [   12.905661] net eth0: initializing cpsw version 1.15 (0)
    [   12.922832] vpe 489d0000.vpe: Device registered as /dev/video0
    [   12.987283] Generic PHY 48485000.mdio:00: attached PHY driver [Generic PHY] (mii_bus:phy_addr=48485000.mdio:00, irq=POLL)
    [  OK  ] Started Update is Completed.
    [   13.094893] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
    [   13.821282] omap_wdt: OMAP Watchdog Timer Rev 0x01: initial timeout 60 sec
    [   13.968309] omap-sham 4b101000.sham: hw accel on OMAP rev 4.3
    [   14.080114] omap-aes 4b500000.aes: OMAP AES hw accel rev: 3.3
    [   14.092595] cpsw 48484000.ethernet eth0: Link is Up - 100Mbps/Full - flow control rx/tx
    [   14.100667] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
    [   14.182489] omap-aes 4b500000.aes: will run requests pump with realtime priority
    [   14.305828] omap-rproc 58820000.ipu: ignoring dependency for device, assuming no driver
    [   14.327420] omap-aes 4b700000.aes: OMAP AES hw accel rev: 3.3
    [   14.431462] omap-aes 4b700000.aes: will run requests pump with realtime priority
    [   14.445369] omap-rproc 58820000.ipu: ignoring dependency for device, assuming no driver
    [   14.531538] omap-rproc 58820000.ipu: assigned reserved memory node ipu1_cma@9d00ds0000
    [   14.669174] remoteproc remoteproc0: 58820000.ipu is available
    [   14.756254] omap-rproc 55020000.ipu: ignoring dependency for device, assuming no driver
    [   14.866405] omap-rproc 55020000.ipu: ignoring dependency for device, assuming no driver
    [   14.994389] omap-rproc 55020000.ipu: assigned reserved memory node ipu2_cma@95800000
    [   15.019093] remoteproc remoteproc0: powering up 58820000.ipu
    [   15.081490] remoteproc remoteproc0: Booting fw image dra7-ipu1-fw.xem4, size 4951732
    [   15.119016] remoteproc remoteproc1: 55020000.ipu is available
    [   15.222530] omap-iommu 58882000.mmu: 58882000.mmu: version 2.1
    [   15.409853] virtio_rpmsg_bus virtio0: rpmsg host is online
    [   15.473137] remoteproc remoteproc1: powering up 55020000.ipu
    [   15.515414] remoteproc remoteproc0: registered virtio0 (type 7)
    [   15.530848] remoteproc remoteproc1: Booting fw image dra7-ipu2-fw.xem4, size 3747252
    [   15.609561] remoteproc remoteproc0: remote processor 58820000.ipu is now up
    [   15.663527] omap-iommu 55082000.mmu: 55082000.mmu: version 2.1
    [   15.703913] virtio_rpmsg_bus virtio0: creating channel rpmsg-client-sample addr 0x32
    [   15.771102] virtio_rpmsg_bus virtio0: creating channel rpmsg-client-sample addr 0x33
    [   15.806001] omapdss_dss 58000000.dss: Linked as a consumer to regulator.13
    [   15.900298] pwm-backlight backlight: backlight supply power not found, using dummy regulator
    [   15.908929] panel-simple display: display supply power not found, using dummy regulator
    [   15.918690] virtio_rpmsg_bus virtio0: creating channel rpmsg-omx addr 0x3c
    [   15.925938] omapdss_dss 58000000.dss: Dropping the link to regulator.13
    [   15.983509] panel-simple display: Linked as a consumer to regulator.0
    [   15.990010] pwm-backlight backlight: Linked as a consumer to regulator.0
    [   16.044201] virtio_rpmsg_bus virtio0: creating channel rpmsg-rpc addr 0x65
    [   16.053632] panel-simple display: Dropping the link to regulator.0
    [   16.082727] omapdss_dss 58000000.dss: Linked as a consumer to regulator.13
    [   16.089858] omapdss_dss 58000000.dss: Dropping the link to regulator.13
    [   16.229128] panel-simple display: display supply power not found, using dummy regulator
    [   16.279049] panel-simple display: Linked as a consumer to regulator.0
    [   16.330007] omapdss_dss 58000000.dss: Linked as a consumer to regulator.13
    [   16.362336] DSS: OMAP DSS rev 6.1
    [   16.435832] asoc-simple-card sound@0: tlv320aic3x-hifi <-> 48464000.mcasp mapping ok
    [   16.444483] virtio_rpmsg_bus virtio1: rpmsg host is online
    [   16.450066] remoteproc remoteproc1: registered virtio1 (type 7)
    [   16.568653] remoteproc remoteproc1: remote processor 55020000.ipu is now up
    [   16.633756] virtio_rpmsg_bus virtio1: creating channel rpmsg-rpc addr 0x65
    [   16.640813] virtio_rpmsg_bus virtio1: creating channel rpmsg-rpc addr 0x66
    [   16.833223] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops [omapdss])
    [***   ] A start job is running for Wait for… to be Configured (14s / no limit)[   19.773735] dwc3 48890000.usb: Failed to get clk 'ref': -2
    [   19.829632] dwc3 488d0000.usb: Failed to get clk 'ref': -2
    [   20.020829] rpmsg_rpc virtio0.rpmsg-rpc.-1.101: probing service rpc_example_2 with src 1024 dst 101
    [ ***  ] A start job is running for Wait for… to be Configured (15s / no limit)[   20.118098] rpmsg_rpc virtio1.rpmsg-rpc.-1.101: probing service dce-callback with src 1024 dst 101
    [   20.129008] rpmsg_rpc virtio0.rpmsg-rpc.-1.101: published functions = 8
    [   20.144790] rpmsg_rpc virtio1.rpmsg-rpc.-1.101: published functions = 4
    [   20.151672] rpmsg_rpc virtio1.rpmsg-rpc.-1.102: probing service rpmsg-dce with src 1025 dst 102
    [   20.174605] rpmsg_rpc virtio1.rpmsg-rpc.-1.102: published functions = 9
    [   20.252237] usbcore: registered new interface driver usbfs
    [   20.264790] usbcore: registered new interface driver hub
    [   20.290407] usbcore: registered new device driver usb
    [   20.331171] omapdrm: unknown parameter 'num_crtc' ignored
    [   20.343077] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
    [   20.348618] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 1
    [   20.373832] dmm 4e000000.dmm: workaround for errata i878 in use
    [   20.408531] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x0000000002010010
    [   20.419026] dmm 4e000000.dmm: initialized all PAT entries
    [   20.443394] xhci-hcd xhci-hcd.0.auto: irq 176, io mem 0x48890000
    [  *** ] A start job is running f[   20.461490] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
    or Wait for… to be Configured (15s / no limit)[   20.476245] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    [   20.503152] [drm] No driver support for vblank timestamp query.
    [   20.509597] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   20.547596] usb usb1: Product: xHCI Host Controller
    [   20.562580] usb usb1: Manufacturer: Linux 4.19.73-actia xhci-hcd
    [   20.568620] usb usb1: SerialNumber: xhci-hcd.0.auto
    [   20.574651] [drm] Enabling DMM ywrap scrolling
    [   20.605014] Console: switching to colour frame buffer device 240x45
    [   20.633064] hub 1-0:1.0: USB hub found
    [   20.633111] hub 1-0:1.0: 1 port detected
    [   20.634465] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
    [   20.634483] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 2
    [   20.634499] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
    [   20.634582] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
    [   20.634729] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
    [   20.634737] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   20.634743] usb usb2: Product: xHCI Host Controller
    [   20.634749] usb usb2: Manufacturer: Linux 4.19.73-actia xhci-hcd
    [   20.634754] usb usb2: SerialNumber: xhci-hcd.0.auto
    [   20.636173] hub 2-0:1.0: USB hub found
    [   20.636211] hub 2-0:1.0: 1 port detected
    [   20.638361] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
    [   20.638386] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 3
    [   20.638747] xhci-hcd xhci-hcd.1.auto: hcc params 0x0220f04c hci version 0x100 quirks 0x0000000002010010
    [   20.638810] xhci-hcd xhci-hcd.1.auto: irq 177, io mem 0x488d0000
    [   20.639206] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 4.19
    [   20.639214] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   20.639220] usb usb3: Product: xHCI Host Controller
    [   20.639226] usb usb3: Manufacturer: Linux 4.19.73-actia xhci-hcd
    [   20.639232] usb usb3: SerialNumber: xhci-hcd.1.auto
    [   20.640749] hub 3-0:1.0: USB hub found
    [   20.640829] hub 3-0:1.0: 1 port detected
    [   20.642162] xhci-hcd xhci-hcd.1.auto: xHCI Host Controller
    [   20.642178] xhci-hcd xhci-hcd.1.auto: new USB bus registered, assigned bus number 4
    [   20.642192] xhci-hcd xhci-hcd.1.auto: Host supports USB 3.0 SuperSpeed
    [   20.642273] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
    [   20.652551] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 4.19
    [   20.652560] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   20.652566] usb usb4: Product: xHCI Host Controller
    [   20.652572] usb usb4: Manufacturer: Linux 4.19.73-actia xhci-hcd
    [   20.652578] usb usb4: SerialNumber: xhci-hcd.1.auto
    [   20.653900] hub 4-0:1.0: USB hub found
    [   20.654641] hub 4-0:1.0: 1 port detected
    [   21.123921] omapdrm omapdrm.0: fb0: omapdrm frame buffer device
    [   ***] A start job is running for Wait for… to be Configured (16s / no limit)[   21.153478] [drm] Initialized omapdrm 1.0.0 20110917 for omapdrm.0 on minor 0
             Starting Run pending postinsts...
             Starting Load Kernel Modules...
    [  OK  ] Created slice system-systemd\x2dbacklight.slice.
             Starting Load/Save Screen Backlight…ightness of backlight:backlight...
    [  OK  ] Started Hardware RNG Entropy Gatherer Daemon.
    [  OK  ] Created slice system-systemd\x2dfsck.slice.
             Starting File System Check on /dev/mmcblk1p1...
             Starting File System Check on /dev/mmcblk0p1...
             Starting File System Check on /dev/mmcblk1p2...
    [FAILED] Failed to start Load Kernel Modules.
    See 'systemctl status systemd-modules-load.service' for details.
    [  OK  ] Started Load/Save Screen Backlight Brightness of backlight:backlight.
    [  OK  ] Started File System Check on /dev/mmcblk1p1.
             Mounting /run/media/mmcblk1p1...
    [  OK  ] Mounted /run/media/mmcblk1p1.
    [  OK  ] Started File System Check on /dev/mmcblk0p1.
             Mounting /run/media/mmcblk0p1...
    [  OK  ] Started File System Check on /dev/mmcblk1p2.
             Mounting /run/media/mmcblk1p2...
    [  OK  ] Mounted /run/media/mmcblk0p1.
    [   26.254934] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. Opts: (null)
    [  OK  ] Mounted /run/media/mmcblk1p2.
    [  OK  ] Started Run pending postinsts.
    [  OK  ] Reached target System Initialization.
    [  OK  ] Started Daily rotation of log files.
    [  OK  ] Listening on dropbear.socket.
    [  OK  ] Listening on RPCbind Server Activation Socket.
    [  OK  ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
    [  OK  ] Started Daily Cleanup of Temporary Directories.
    [  OK  ] Reached target Timers.
    [  OK  ] Listening on D-Bus System Message Bus Socket.
    [  OK  ] Reached target Sockets.
    [  OK  ] Reached target Basic System.
             Starting RPC Bind Service...
             Starting uim-sysfs.service...
             Starting TI IPC Daemon...
             Starting Print notice about GPLv3 packages...
             Starting Save/Restore Sound Card State...
    [  OK  ] Started D-Bus System Message Bus.
             Starting Avahi mDNS/DNS-SD Stack...
             Starting Enable and configure wl18xx bluetooth stack...
             Starting Permit User Sessions...
    [  OK  ] Started Periodic Command Scheduler.
             Starting Lightning Fast Webserver With Light System Requirements...
             Starting Login Service...
             Starting Reboot and dump vmcore via kexec...
    [  OK  ] Started Job spooling tools.
    [  OK  ] Started RPC Bind Service.
    [  OK  ] Started TI IPC Daemon.
    [  OK  ] Started Save/Restore Sound Card State.
    [  OK  ] Started Permit User Sessions.
    [  OK  ] Started Lightning Fast Webserver With Light System Requirements.
    [  OK  ] Started Enable and configure wl18xx bluetooth stack.
    [  OK  ] Started Reboot and dump vmcore via kexec.
    [  OK  ] Started Serial Getty on ttyS2.
    [  OK  ] Started Serial Getty on ttyS0.
    [  OK  ] Started Getty on tty1.
    [  OK  ] Reached target Login Prompts.
             Starting Synchronize System and HW clocks...
    [  OK  ] Reached target Sound Card.
    [  OK  ] Started NFS status monitor for NFSv2/3 locking..
    [  OK  ] Started Login Service.
    [  OK  ] Started Avahi mDNS/DNS-SD Stack.
    [FAILED] Failed to start Synchronize System and HW clocks.
    See 'systemctl status sync-clocks.service' for details.
    [  OK  ] Started Wait for Network to be Configured.
    [  OK  ] Reached target Network is Online.
    [  OK  ] Started strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf.
    [   28.737616] NET: Registered protocol family 15
    [   29.111420] Initializing XFRM netlink socket
    [  OK  ] Started uim-sysfs.service.
             Starting rc.pvr.service...
    [   30.813166] pvrsrvkm: loading out-of-tree module taints kernel.
    [  OK  ] Started rc.pvr.service.
             Starting weston.service...
    ***************************************************************
    ***************************************************************
    NOTICE: This file system contains the following GPLv3 packages:
            autoconf
            bash-dev
            bash
            bc
            binutils-dev
            binutils
            bison-dev
            bison
            cifs-utils
            cpio
            cpp-symlinks
            cpp
            dosfstools
            elfutils-dev
            elfutils
            g++-symlinks
            g++
            gawk
            gcc-symlinks
            gcc
            gdb
            gdbc6x
            gdbserver
            gettext
            glmark2
            gstreamer1.0-libav
            gzip
            libasm1
            libbfd
            libcairo-perf-utils
            libdw1
            libelf1
            libgdbm-compat4
            libgdbm-dev
            libgdbm6
            libgettextlib
            libgettextsrc
            libgmp10
            libidn2-0
            libmpc3
            libmpfr6
            libreadline-dev
            libreadline7
            libunistring2
            m4-dev
            m4
            make
            nettle
            parted
            pdm-anomaly-detection
            swig-dev
            swig
            which

    If you do not wish to distribute GPLv3 components please remove
    the above packages prior to distribution.  This can be done using
    the opkg remove command.  i.e.:
        opkg remove <package>
    Where <package> is the name printed in the list above

    NOTE: If the package is a dependency of another package you
          will be notified of the dependent packages.  You should
          use the --force-removal-of-dependent-packages option to
          also remove the dependent packages as well
    ***************************************************************
    ***************************************************************
    [  OK  ] Started Print notice about GPLv3 packages.

     _____                    _____           _         _
    |  _  |___ ___ ___ ___   |  _  |___ ___  |_|___ ___| |_
    |     |  _| .'| . | . |  |   __|  _| . | | | -_|  _|  _|
    |__|__|_| |__,|_  |___|  |__|  |_| |___|_| |___|___|_|
                  |___|                    |___|

    Arago Project http://arago-project.org dra7xx-evm ttyS2

    Arago 2019.09 dra7xx-evm ttyS2

    dra7xx-evm login: root

    Configuration file :

    # Automatically generated file; DO NOT EDIT.
    # Linux/arm 4.19.73 Kernel Configuration
    #

    #
    # Compiler: arm-linux-gnueabihf-gcc (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 8.3.0
    #
    CONFIG_CC_IS_GCC=y
    CONFIG_GCC_VERSION=80300
    CONFIG_CLANG_VERSION=0
    CONFIG_CC_HAS_ASM_GOTO=y
    CONFIG_IRQ_WORK=y
    CONFIG_BUILDTIME_EXTABLE_SORT=y

    #
    # General setup
    #
    CONFIG_INIT_ENV_ARG_LIMIT=32
    # CONFIG_COMPILE_TEST is not set
    CONFIG_LOCALVERSION="-actia"
    CONFIG_LOCALVERSION_AUTO=y
    CONFIG_BUILD_SALT=""
    CONFIG_HAVE_KERNEL_GZIP=y
    CONFIG_HAVE_KERNEL_LZMA=y
    CONFIG_HAVE_KERNEL_XZ=y
    CONFIG_HAVE_KERNEL_LZO=y
    CONFIG_HAVE_KERNEL_LZ4=y
    # CONFIG_KERNEL_GZIP is not set
    CONFIG_KERNEL_LZMA=y
    # CONFIG_KERNEL_XZ is not set
    # CONFIG_KERNEL_LZO is not set
    # CONFIG_KERNEL_LZ4 is not set
    CONFIG_DEFAULT_HOSTNAME="(none)"
    CONFIG_SWAP=y
    CONFIG_SYSVIPC=y
    CONFIG_SYSVIPC_SYSCTL=y
    CONFIG_POSIX_MQUEUE=y
    CONFIG_POSIX_MQUEUE_SYSCTL=y
    CONFIG_CROSS_MEMORY_ATTACH=y
    # CONFIG_USELIB is not set
    # CONFIG_AUDIT is not set
    CONFIG_HAVE_ARCH_AUDITSYSCALL=y

    #
    # IRQ subsystem
    #
    CONFIG_GENERIC_IRQ_PROBE=y
    CONFIG_GENERIC_IRQ_SHOW=y
    CONFIG_GENERIC_IRQ_SHOW_LEVEL=y
    CONFIG_GENERIC_IRQ_EFFECTIVE_AFF_MASK=y
    CONFIG_GENERIC_IRQ_MIGRATION=y
    CONFIG_HARDIRQS_SW_RESEND=y
    CONFIG_GENERIC_IRQ_CHIP=y
    CONFIG_IRQ_DOMAIN=y
    CONFIG_IRQ_DOMAIN_HIERARCHY=y
    CONFIG_HANDLE_DOMAIN_IRQ=y
    CONFIG_IRQ_FORCED_THREADING=y
    CONFIG_SPARSE_IRQ=y
    CONFIG_GENERIC_IRQ_DEBUGFS=y
    CONFIG_GENERIC_IRQ_MULTI_HANDLER=y
    CONFIG_ARCH_CLOCKSOURCE_DATA=y
    CONFIG_GENERIC_TIME_VSYSCALL=y
    CONFIG_GENERIC_CLOCKEVENTS=y
    CONFIG_ARCH_HAS_TICK_BROADCAST=y
    CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y

    #
    # Timers subsystem
    #
    CONFIG_TICK_ONESHOT=y
    CONFIG_NO_HZ_COMMON=y
    # CONFIG_HZ_PERIODIC is not set
    CONFIG_NO_HZ_IDLE=y
    # CONFIG_NO_HZ_FULL is not set
    CONFIG_NO_HZ=y
    CONFIG_HIGH_RES_TIMERS=y
    # CONFIG_PREEMPT_NONE is not set
    # CONFIG_PREEMPT_VOLUNTARY is not set
    CONFIG_PREEMPT=y
    CONFIG_PREEMPT_COUNT=y

    #
    # CPU/Task time and stats accounting
    #
    CONFIG_TICK_CPU_ACCOUNTING=y
    # CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set
    # CONFIG_IRQ_TIME_ACCOUNTING is not set
    CONFIG_BSD_PROCESS_ACCT=y
    # CONFIG_BSD_PROCESS_ACCT_V3 is not set
    # CONFIG_TASKSTATS is not set
    CONFIG_CPU_ISOLATION=y

    #
    # RCU Subsystem
    #
    CONFIG_PREEMPT_RCU=y
    # CONFIG_RCU_EXPERT is not set
    CONFIG_SRCU=y
    CONFIG_TREE_SRCU=y
    CONFIG_TASKS_RCU=y
    CONFIG_RCU_STALL_COMMON=y
    CONFIG_RCU_NEED_SEGCBLIST=y
    CONFIG_BUILD_BIN2C=y
    CONFIG_IKCONFIG=y
    CONFIG_IKCONFIG_PROC=y
    CONFIG_LOG_BUF_SHIFT=17
    CONFIG_LOG_CPU_MAX_BUF_SHIFT=12
    CONFIG_PRINTK_SAFE_LOG_BUF_SHIFT=13
    CONFIG_GENERIC_SCHED_CLOCK=y
    CONFIG_CGROUPS=y
    CONFIG_PAGE_COUNTER=y
    CONFIG_MEMCG=y
    CONFIG_MEMCG_SWAP=y
    CONFIG_MEMCG_SWAP_ENABLED=y
    CONFIG_MEMCG_KMEM=y
    CONFIG_BLK_CGROUP=y
    # CONFIG_DEBUG_BLK_CGROUP is not set
    CONFIG_CGROUP_WRITEBACK=y
    CONFIG_CGROUP_SCHED=y
    CONFIG_FAIR_GROUP_SCHED=y
    CONFIG_CFS_BANDWIDTH=y
    # CONFIG_RT_GROUP_SCHED is not set
    CONFIG_CGROUP_PIDS=y
    # CONFIG_CGROUP_RDMA is not set
    CONFIG_CGROUP_FREEZER=y
    CONFIG_CPUSETS=y
    CONFIG_PROC_PID_CPUSET=y
    CONFIG_CGROUP_DEVICE=y
    CONFIG_CGROUP_CPUACCT=y
    CONFIG_CGROUP_PERF=y
    CONFIG_CGROUP_BPF=y
    # CONFIG_CGROUP_DEBUG is not set
    CONFIG_SOCK_CGROUP_DATA=y
    CONFIG_NAMESPACES=y
    CONFIG_UTS_NS=y
    CONFIG_IPC_NS=y
    # CONFIG_USER_NS is not set
    CONFIG_PID_NS=y
    CONFIG_NET_NS=y
    CONFIG_CHECKPOINT_RESTORE=y
    # CONFIG_SCHED_AUTOGROUP is not set
    # CONFIG_SYSFS_DEPRECATED is not set
    # CONFIG_RELAY is not set
    CONFIG_BLK_DEV_INITRD=y
    CONFIG_INITRAMFS_SOURCE=""
    CONFIG_RD_GZIP=y
    CONFIG_RD_BZIP2=y
    CONFIG_RD_LZMA=y
    CONFIG_RD_XZ=y
    CONFIG_RD_LZO=y
    CONFIG_RD_LZ4=y
    CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE=y
    # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
    CONFIG_SYSCTL=y
    CONFIG_ANON_INODES=y
    CONFIG_HAVE_UID16=y
    CONFIG_BPF=y
    CONFIG_EXPERT=y
    CONFIG_UID16=y
    CONFIG_MULTIUSER=y
    # CONFIG_SGETMASK_SYSCALL is not set
    CONFIG_SYSFS_SYSCALL=y
    # CONFIG_SYSCTL_SYSCALL is not set
    CONFIG_FHANDLE=y
    CONFIG_POSIX_TIMERS=y
    CONFIG_PRINTK=y
    CONFIG_PRINTK_NMI=y
    CONFIG_BUG=y
    CONFIG_ELF_CORE=y
    CONFIG_BASE_FULL=y
    CONFIG_FUTEX=y
    CONFIG_FUTEX_PI=y
    CONFIG_EPOLL=y
    CONFIG_SIGNALFD=y
    CONFIG_TIMERFD=y
    CONFIG_EVENTFD=y
    CONFIG_SHMEM=y
    CONFIG_AIO=y
    CONFIG_ADVISE_SYSCALLS=y
    CONFIG_MEMBARRIER=y
    CONFIG_KALLSYMS=y
    CONFIG_KALLSYMS_ALL=y
    CONFIG_KALLSYMS_BASE_RELATIVE=y
    CONFIG_BPF_SYSCALL=y
    # CONFIG_USERFAULTFD is not set
    CONFIG_ARCH_HAS_MEMBARRIER_SYNC_CORE=y
    CONFIG_RSEQ=y
    # CONFIG_DEBUG_RSEQ is not set
    CONFIG_EMBEDDED=y
    CONFIG_HAVE_PERF_EVENTS=y
    CONFIG_PERF_USE_VMALLOC=y
    # CONFIG_PC104 is not set

    #
    # Kernel Performance Events And Counters
    #
    CONFIG_PERF_EVENTS=y
    # CONFIG_DEBUG_PERF_USE_VMALLOC is not set
    CONFIG_VM_EVENT_COUNTERS=y
    # CONFIG_SLUB_DEBUG is not set
    # CONFIG_SLUB_MEMCG_SYSFS_ON is not set
    CONFIG_COMPAT_BRK=y
    # CONFIG_SLAB is not set
    CONFIG_SLUB=y
    # CONFIG_SLOB is not set
    CONFIG_SLAB_MERGE_DEFAULT=y
    # CONFIG_SLAB_FREELIST_RANDOM is not set
    # CONFIG_SLAB_FREELIST_HARDENED is not set
    CONFIG_SLUB_CPU_PARTIAL=y
    CONFIG_SYSTEM_DATA_VERIFICATION=y
    # CONFIG_PROFILING is not set
    CONFIG_ARM=y
    CONFIG_ARM_HAS_SG_CHAIN=y
    CONFIG_MIGHT_HAVE_PCI=y
    CONFIG_SYS_SUPPORTS_APM_EMULATION=y
    CONFIG_HAVE_PROC_CPU=y
    CONFIG_STACKTRACE_SUPPORT=y
    CONFIG_LOCKDEP_SUPPORT=y
    CONFIG_TRACE_IRQFLAGS_SUPPORT=y
    CONFIG_RWSEM_XCHGADD_ALGORITHM=y
    CONFIG_ARCH_HAS_BANDGAP=y
    CONFIG_FIX_EARLYCON_MEM=y
    CONFIG_GENERIC_HWEIGHT=y
    CONFIG_GENERIC_CALIBRATE_DELAY=y
    CONFIG_ARCH_SUPPORTS_UPROBES=y
    CONFIG_ARM_PATCH_PHYS_VIRT=y
    CONFIG_GENERIC_BUG=y
    CONFIG_PGTABLE_LEVELS=2

    #
    # System Type
    #
    CONFIG_MMU=y
    CONFIG_ARCH_MMAP_RND_BITS_MIN=8
    CONFIG_ARCH_MMAP_RND_BITS_MAX=16
    CONFIG_ARCH_MULTIPLATFORM=y
    # CONFIG_ARCH_EBSA110 is not set
    # CONFIG_ARCH_EP93XX is not set
    # CONFIG_ARCH_FOOTBRIDGE is not set
    # CONFIG_ARCH_NETX is not set
    # CONFIG_ARCH_IOP13XX is not set
    # CONFIG_ARCH_IOP32X is not set
    # CONFIG_ARCH_IOP33X is not set
    # CONFIG_ARCH_IXP4XX is not set
    # CONFIG_ARCH_DOVE is not set
    # CONFIG_ARCH_KS8695 is not set
    # CONFIG_ARCH_W90X900 is not set
    # CONFIG_ARCH_LPC32XX is not set
    # CONFIG_ARCH_PXA is not set
    # CONFIG_ARCH_RPC is not set
    # CONFIG_ARCH_SA1100 is not set
    # CONFIG_ARCH_S3C24XX is not set
    # CONFIG_ARCH_DAVINCI is not set
    # CONFIG_ARCH_OMAP1 is not set

    #
    # Multiple platform selection
    #

    #
    # CPU Core family selection
    #
    # CONFIG_ARCH_MULTI_V6 is not set
    CONFIG_ARCH_MULTI_V7=y
    CONFIG_ARCH_MULTI_V6_V7=y
    # CONFIG_ARCH_VIRT is not set
    # CONFIG_ARCH_ACTIONS is not set
    # CONFIG_ARCH_ALPINE is not set
    # CONFIG_ARCH_ARTPEC is not set
    # CONFIG_ARCH_AT91 is not set
    # CONFIG_ARCH_BCM is not set
    # CONFIG_ARCH_BERLIN is not set
    # CONFIG_ARCH_DIGICOLOR is not set
    # CONFIG_ARCH_EXYNOS is not set
    # CONFIG_ARCH_HIGHBANK is not set
    # CONFIG_ARCH_HISI is not set
    # CONFIG_ARCH_MXC is not set
    # CONFIG_ARCH_KEYSTONE is not set
    # CONFIG_ARCH_MEDIATEK is not set
    # CONFIG_ARCH_MESON is not set
    # CONFIG_ARCH_MMP is not set
    # CONFIG_ARCH_MVEBU is not set
    # CONFIG_ARCH_NPCM is not set
    CONFIG_ARCH_OMAP=y

    #
    # TI OMAP Common Features
    #

    #
    # OMAP Feature Selections
    #
    CONFIG_OMAP_RESET_CLOCKS=y
    CONFIG_OMAP_32K_TIMER=y
    CONFIG_MACH_OMAP_GENERIC=y

    #
    # TI OMAP/AM/DM/DRA Family
    #
    # CONFIG_ARCH_OMAP3 is not set
    # CONFIG_ARCH_OMAP4 is not set
    # CONFIG_SOC_OMAP5 is not set
    # CONFIG_SOC_AM33XX is not set
    # CONFIG_SOC_AM43XX is not set
    CONFIG_SOC_DRA7XX=y
    CONFIG_ARCH_OMAP2PLUS=y
    CONFIG_OMAP_INTERCONNECT_BARRIER=y

    #
    # TI OMAP2/3/4 Specific Features
    #
    CONFIG_ARCH_OMAP2PLUS_TYPICAL=y
    # CONFIG_SOC_HAS_OMAP2_SDRC is not set
    CONFIG_SOC_HAS_REALTIME_COUNTER=y

    #
    # OMAP Legacy Platform Data Board Type
    #
    # CONFIG_OMAP5_ERRATA_801819 is not set
    # CONFIG_ARCH_SIRF is not set
    # CONFIG_ARCH_QCOM is not set
    # CONFIG_ARCH_REALVIEW is not set
    # CONFIG_ARCH_ROCKCHIP is not set
    # CONFIG_ARCH_S5PV210 is not set
    # CONFIG_ARCH_RENESAS is not set
    # CONFIG_ARCH_SOCFPGA is not set
    # CONFIG_PLAT_SPEAR is not set
    # CONFIG_ARCH_STI is not set
    # CONFIG_ARCH_STM32 is not set
    # CONFIG_ARCH_SUNXI is not set
    # CONFIG_ARCH_TANGO is not set
    # CONFIG_ARCH_TEGRA is not set
    # CONFIG_ARCH_UNIPHIER is not set
    # CONFIG_ARCH_U8500 is not set
    # CONFIG_ARCH_VEXPRESS is not set
    # CONFIG_ARCH_WM8850 is not set
    # CONFIG_ARCH_ZX is not set
    # CONFIG_ARCH_ZYNQ is not set

    #
    # Processor Type
    #
    CONFIG_CPU_V7=y
    CONFIG_CPU_THUMB_CAPABLE=y
    CONFIG_CPU_32v6K=y
    CONFIG_CPU_32v7=y
    CONFIG_CPU_ABRT_EV7=y
    CONFIG_CPU_PABRT_V7=y
    CONFIG_CPU_CACHE_V7=y
    CONFIG_CPU_CACHE_VIPT=y
    CONFIG_CPU_COPY_V6=y
    CONFIG_CPU_TLB_V7=y
    CONFIG_CPU_HAS_ASID=y
    CONFIG_CPU_CP15=y
    CONFIG_CPU_CP15_MMU=y

    #
    # Processor Features
    #
    # CONFIG_ARM_LPAE is not set
    CONFIG_ARM_THUMB=y
    # CONFIG_ARM_THUMBEE is not set
    CONFIG_ARM_VIRT_EXT=y
    CONFIG_SWP_EMULATE=y
    # CONFIG_CPU_ICACHE_DISABLE is not set
    # CONFIG_CPU_BPREDICT_DISABLE is not set
    CONFIG_CPU_SPECTRE=y
    CONFIG_HARDEN_BRANCH_PREDICTOR=y
    CONFIG_KUSER_HELPERS=y
    CONFIG_VDSO=y
    CONFIG_OUTER_CACHE=y
    CONFIG_OUTER_CACHE_SYNC=y
    CONFIG_MIGHT_HAVE_CACHE_L2X0=y
    CONFIG_CACHE_L2X0=y
    # CONFIG_CACHE_L2X0_PMU is not set
    # CONFIG_PL310_ERRATA_588369 is not set
    # CONFIG_PL310_ERRATA_727915 is not set
    # CONFIG_PL310_ERRATA_753970 is not set
    # CONFIG_PL310_ERRATA_769419 is not set
    CONFIG_ARM_L1_CACHE_SHIFT_6=y
    CONFIG_ARM_L1_CACHE_SHIFT=6
    CONFIG_ARM_DMA_MEM_BUFFERABLE=y
    CONFIG_ARM_HEAVY_MB=y
    CONFIG_DEBUG_ALIGN_RODATA=y
    # CONFIG_ARM_ERRATA_430973 is not set
    CONFIG_ARM_ERRATA_643719=y
    # CONFIG_ARM_ERRATA_720789 is not set
    # CONFIG_ARM_ERRATA_754322 is not set
    # CONFIG_ARM_ERRATA_754327 is not set
    # CONFIG_ARM_ERRATA_764369 is not set
    # CONFIG_ARM_ERRATA_775420 is not set
    CONFIG_ARM_ERRATA_798181=y
    # CONFIG_ARM_ERRATA_773022 is not set
    # CONFIG_ARM_ERRATA_818325_852422 is not set
    # CONFIG_ARM_ERRATA_821420 is not set
    # CONFIG_ARM_ERRATA_825619 is not set
    # CONFIG_ARM_ERRATA_852421 is not set
    # CONFIG_ARM_ERRATA_852423 is not set

    #
    # Bus support
    #
    # CONFIG_PCI is not set

    #
    # PCI Endpoint
    #
    # CONFIG_PCI_ENDPOINT is not set
    # CONFIG_PCCARD is not set

    #
    # Kernel Features
    #
    CONFIG_HAVE_SMP=y
    CONFIG_SMP=y
    CONFIG_SMP_ON_UP=y
    CONFIG_ARM_CPU_TOPOLOGY=y
    # CONFIG_SCHED_MC is not set
    # CONFIG_SCHED_SMT is not set
    CONFIG_HAVE_ARM_SCU=y
    CONFIG_HAVE_ARM_ARCH_TIMER=y
    # CONFIG_MCPM is not set
    # CONFIG_BIG_LITTLE is not set
    CONFIG_VMSPLIT_3G=y
    # CONFIG_VMSPLIT_3G_OPT is not set
    # CONFIG_VMSPLIT_2G is not set
    # CONFIG_VMSPLIT_1G is not set
    CONFIG_PAGE_OFFSET=0xC0000000
    CONFIG_NR_CPUS=2
    CONFIG_HOTPLUG_CPU=y
    # CONFIG_ARM_PSCI is not set
    CONFIG_ARCH_NR_GPIO=512
    CONFIG_HZ_FIXED=0
    CONFIG_HZ_100=y
    # CONFIG_HZ_200 is not set
    # CONFIG_HZ_250 is not set
    # CONFIG_HZ_300 is not set
    # CONFIG_HZ_500 is not set
    # CONFIG_HZ_1000 is not set
    CONFIG_HZ=100
    CONFIG_SCHED_HRTICK=y
    # CONFIG_THUMB2_KERNEL is not set
    CONFIG_ARM_PATCH_IDIV=y
    CONFIG_AEABI=y
    # CONFIG_OABI_COMPAT is not set
    CONFIG_ARCH_HAS_HOLES_MEMORYMODEL=y
    CONFIG_HAVE_ARCH_PFN_VALID=y
    CONFIG_HIGHMEM=y
    CONFIG_HIGHPTE=y
    CONFIG_CPU_SW_DOMAIN_PAN=y
    CONFIG_HW_PERF_EVENTS=y
    CONFIG_ARCH_WANT_GENERAL_HUGETLB=y
    # CONFIG_ARM_MODULE_PLTS is not set
    CONFIG_FORCE_MAX_ZONEORDER=11
    CONFIG_ALIGNMENT_TRAP=y
    # CONFIG_UACCESS_WITH_MEMCPY is not set
    CONFIG_SECCOMP=y
    # CONFIG_PARAVIRT is not set
    # CONFIG_PARAVIRT_TIME_ACCOUNTING is not set
    # CONFIG_XEN is not set

    #
    # Boot options
    #
    CONFIG_USE_OF=y
    CONFIG_ATAGS=y
    # CONFIG_DEPRECATED_PARAM_STRUCT is not set
    CONFIG_ZBOOT_ROM_TEXT=0x0
    CONFIG_ZBOOT_ROM_BSS=0x0
    # CONFIG_ARM_APPENDED_DTB is not set
    CONFIG_CMDLINE=""
    # CONFIG_KEXEC is not set
    # CONFIG_CRASH_DUMP is not set
    CONFIG_AUTO_ZRELADDR=y
    # CONFIG_EFI is not set

    #
    # CPU Power Management
    #

    #
    # CPU Frequency scaling
    #
    CONFIG_CPU_FREQ=y
    CONFIG_CPU_FREQ_GOV_ATTR_SET=y
    CONFIG_CPU_FREQ_GOV_COMMON=y
    CONFIG_CPU_FREQ_STAT=y
    # CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE is not set
    # CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
    # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
    CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
    # CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
    # CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL is not set
    CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
    CONFIG_CPU_FREQ_GOV_POWERSAVE=y
    CONFIG_CPU_FREQ_GOV_USERSPACE=y
    CONFIG_CPU_FREQ_GOV_ONDEMAND=y
    CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
    CONFIG_CPU_FREQ_GOV_SCHEDUTIL=y

    #
    # CPU frequency scaling drivers
    #
    CONFIG_CPUFREQ_DT=y
    CONFIG_CPUFREQ_DT_PLATDEV=y
    # CONFIG_ARM_BIG_LITTLE_CPUFREQ is not set
    # CONFIG_ARM_OMAP2PLUS_CPUFREQ is not set
    CONFIG_ARM_TI_CPUFREQ=y
    # CONFIG_QORIQ_CPUFREQ is not set

    #
    # CPU Idle
    #
    CONFIG_CPU_IDLE=y
    CONFIG_CPU_IDLE_MULTIPLE_DRIVERS=y
    CONFIG_CPU_IDLE_GOV_LADDER=y
    CONFIG_CPU_IDLE_GOV_MENU=y
    CONFIG_DT_IDLE_STATES=y

    #
    # ARM CPU Idle Drivers
    #
    CONFIG_ARM_CPUIDLE=y

    #
    # Floating point emulation
    #

    #
    # At least one emulation must be selected
    #
    CONFIG_VFP=y
    CONFIG_VFPv3=y
    CONFIG_NEON=y
    CONFIG_KERNEL_MODE_NEON=y

    #
    # Power management options
    #
    CONFIG_SUSPEND=y
    CONFIG_SUSPEND_FREEZER=y
    # CONFIG_SUSPEND_SKIP_SYNC is not set
    # CONFIG_HIBERNATION is not set
    CONFIG_PM_SLEEP=y
    CONFIG_PM_SLEEP_SMP=y
    # CONFIG_PM_AUTOSLEEP is not set
    # CONFIG_PM_WAKELOCKS is not set
    CONFIG_PM=y
    CONFIG_PM_DEBUG=y
    # CONFIG_PM_ADVANCED_DEBUG is not set
    # CONFIG_PM_TEST_SUSPEND is not set
    CONFIG_PM_SLEEP_DEBUG=y
    # CONFIG_DPM_WATCHDOG is not set
    # CONFIG_APM_EMULATION is not set
    CONFIG_PM_CLK=y
    # CONFIG_WQ_POWER_EFFICIENT_DEFAULT is not set
    CONFIG_CPU_PM=y
    CONFIG_ARCH_SUSPEND_POSSIBLE=y
    CONFIG_ARM_CPU_SUSPEND=y
    CONFIG_ARCH_HIBERNATION_POSSIBLE=y

    #
    # Firmware Drivers
    #
    # CONFIG_ARM_SCMI_PROTOCOL is not set
    # CONFIG_ARM_SCPI_PROTOCOL is not set
    # CONFIG_FIRMWARE_MEMMAP is not set
    # CONFIG_FW_CFG_SYSFS is not set
    CONFIG_HAVE_ARM_SMCCC=y
    # CONFIG_GOOGLE_FIRMWARE is not set

    #
    # Tegra firmware driver
    #
    CONFIG_ARM_CRYPTO=y
    CONFIG_CRYPTO_SHA1_ARM=m
    CONFIG_CRYPTO_SHA1_ARM_NEON=m
    CONFIG_CRYPTO_SHA1_ARM_CE=m
    CONFIG_CRYPTO_SHA2_ARM_CE=m
    CONFIG_CRYPTO_SHA256_ARM=m
    CONFIG_CRYPTO_SHA512_ARM=m
    CONFIG_CRYPTO_AES_ARM=m
    CONFIG_CRYPTO_AES_ARM_BS=m
    CONFIG_CRYPTO_AES_ARM_CE=m
    CONFIG_CRYPTO_GHASH_ARM_CE=m
    CONFIG_CRYPTO_CRC32_ARM_CE=m
    CONFIG_CRYPTO_CHACHA20_NEON=m
    # CONFIG_VIRTUALIZATION is not set

    #
    # General architecture-dependent options
    #
    CONFIG_HAVE_OPROFILE=y
    # CONFIG_KPROBES is not set
    CONFIG_JUMP_LABEL=y
    # CONFIG_STATIC_KEYS_SELFTEST is not set
    CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
    CONFIG_ARCH_USE_BUILTIN_BSWAP=y
    CONFIG_HAVE_KPROBES=y
    CONFIG_HAVE_KRETPROBES=y
    CONFIG_HAVE_OPTPROBES=y
    CONFIG_HAVE_NMI=y
    CONFIG_HAVE_ARCH_TRACEHOOK=y
    CONFIG_HAVE_DMA_CONTIGUOUS=y
    CONFIG_GENERIC_SMP_IDLE_THREAD=y
    CONFIG_GENERIC_IDLE_POLL_SETUP=y
    CONFIG_ARCH_HAS_FORTIFY_SOURCE=y
    CONFIG_ARCH_HAS_SET_MEMORY=y
    CONFIG_HAVE_ARCH_THREAD_STRUCT_WHITELIST=y
    CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
    CONFIG_HAVE_RSEQ=y
    CONFIG_HAVE_CLK=y
    CONFIG_HAVE_HW_BREAKPOINT=y
    CONFIG_HAVE_PERF_REGS=y
    CONFIG_HAVE_PERF_USER_STACK_DUMP=y
    CONFIG_HAVE_ARCH_JUMP_LABEL=y
    CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y
    CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
    CONFIG_SECCOMP_FILTER=y
    CONFIG_HAVE_STACKPROTECTOR=y
    CONFIG_CC_HAS_STACKPROTECTOR_NONE=y
    CONFIG_STACKPROTECTOR=y
    CONFIG_STACKPROTECTOR_STRONG=y
    CONFIG_HAVE_CONTEXT_TRACKING=y
    CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y
    CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
    CONFIG_HAVE_MOD_ARCH_SPECIFIC=y
    CONFIG_MODULES_USE_ELF_REL=y
    CONFIG_ARCH_HAS_ELF_RANDOMIZE=y
    CONFIG_HAVE_ARCH_MMAP_RND_BITS=y
    CONFIG_HAVE_EXIT_THREAD=y
    CONFIG_ARCH_MMAP_RND_BITS=8
    CONFIG_CLONE_BACKWARDS=y
    CONFIG_OLD_SIGSUSPEND3=y
    CONFIG_OLD_SIGACTION=y
    CONFIG_ARCH_OPTIONAL_KERNEL_RWX=y
    CONFIG_ARCH_OPTIONAL_KERNEL_RWX_DEFAULT=y
    CONFIG_ARCH_HAS_STRICT_KERNEL_RWX=y
    CONFIG_STRICT_KERNEL_RWX=y
    CONFIG_ARCH_HAS_STRICT_MODULE_RWX=y
    CONFIG_STRICT_MODULE_RWX=y
    CONFIG_ARCH_HAS_PHYS_TO_DMA=y
    CONFIG_REFCOUNT_FULL=y

    #
    # GCOV-based kernel profiling
    #
    # CONFIG_GCOV_KERNEL is not set
    CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y
    CONFIG_PLUGIN_HOSTCC=""
    CONFIG_HAVE_GCC_PLUGINS=y
    CONFIG_RT_MUTEXES=y
    CONFIG_BASE_SMALL=0
    CONFIG_MODULES=y
    CONFIG_MODULE_FORCE_LOAD=y
    CONFIG_MODULE_UNLOAD=y
    CONFIG_MODULE_FORCE_UNLOAD=y
    CONFIG_MODVERSIONS=y
    CONFIG_MODULE_SRCVERSION_ALL=y
    # CONFIG_MODULE_SIG is not set
    # CONFIG_MODULE_COMPRESS is not set
    # CONFIG_TRIM_UNUSED_KSYMS is not set
    CONFIG_MODULES_TREE_LOOKUP=y
    CONFIG_BLOCK=y
    CONFIG_LBDAF=y
    CONFIG_BLK_SCSI_REQUEST=y
    CONFIG_BLK_DEV_BSG=y
    # CONFIG_BLK_DEV_BSGLIB is not set
    # CONFIG_BLK_DEV_INTEGRITY is not set
    # CONFIG_BLK_DEV_ZONED is not set
    # CONFIG_BLK_DEV_THROTTLING is not set
    CONFIG_BLK_CMDLINE_PARSER=y
    # CONFIG_BLK_WBT is not set
    # CONFIG_BLK_CGROUP_IOLATENCY is not set
    CONFIG_BLK_DEBUG_FS=y
    # CONFIG_BLK_SED_OPAL is not set

    #
    # Partition Types
    #
    CONFIG_PARTITION_ADVANCED=y
    # CONFIG_ACORN_PARTITION is not set
    # CONFIG_AIX_PARTITION is not set
    # CONFIG_OSF_PARTITION is not set
    # CONFIG_AMIGA_PARTITION is not set
    # CONFIG_ATARI_PARTITION is not set
    # CONFIG_MAC_PARTITION is not set
    CONFIG_MSDOS_PARTITION=y
    # CONFIG_BSD_DISKLABEL is not set
    # CONFIG_MINIX_SUBPARTITION is not set
    # CONFIG_SOLARIS_X86_PARTITION is not set
    # CONFIG_UNIXWARE_DISKLABEL is not set
    # CONFIG_LDM_PARTITION is not set
    # CONFIG_SGI_PARTITION is not set
    # CONFIG_ULTRIX_PARTITION is not set
    # CONFIG_SUN_PARTITION is not set
    # CONFIG_KARMA_PARTITION is not set
    CONFIG_EFI_PARTITION=y
    # CONFIG_SYSV68_PARTITION is not set
    CONFIG_CMDLINE_PARTITION=y
    CONFIG_BLK_MQ_VIRTIO=y

    #
    # IO Schedulers
    #
    CONFIG_IOSCHED_NOOP=y
    CONFIG_IOSCHED_DEADLINE=y
    CONFIG_IOSCHED_CFQ=y
    # CONFIG_CFQ_GROUP_IOSCHED is not set
    # CONFIG_DEFAULT_DEADLINE is not set
    CONFIG_DEFAULT_CFQ=y
    # CONFIG_DEFAULT_NOOP is not set
    CONFIG_DEFAULT_IOSCHED="cfq"
    CONFIG_MQ_IOSCHED_DEADLINE=y
    CONFIG_MQ_IOSCHED_KYBER=y
    # CONFIG_IOSCHED_BFQ is not set
    CONFIG_ASN1=y
    CONFIG_UNINLINE_SPIN_UNLOCK=y
    CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y
    CONFIG_MUTEX_SPIN_ON_OWNER=y
    CONFIG_RWSEM_SPIN_ON_OWNER=y
    CONFIG_LOCK_SPIN_ON_OWNER=y
    CONFIG_FREEZER=y

    #
    # Executable file formats
    #
    CONFIG_BINFMT_ELF=y
    # CONFIG_BINFMT_ELF_FDPIC is not set
    CONFIG_ELFCORE=y
    CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
    CONFIG_BINFMT_SCRIPT=y
    # CONFIG_BINFMT_FLAT is not set
    # CONFIG_BINFMT_MISC is not set
    CONFIG_COREDUMP=y

    #
    # Memory Management options
    #
    CONFIG_FLATMEM=y
    CONFIG_FLAT_NODE_MEM_MAP=y
    CONFIG_HAVE_MEMBLOCK=y
    CONFIG_NO_BOOTMEM=y
    CONFIG_MEMORY_ISOLATION=y
    CONFIG_SPLIT_PTLOCK_CPUS=4
    CONFIG_COMPACTION=y
    CONFIG_MIGRATION=y
    CONFIG_BOUNCE=y
    # CONFIG_KSM is not set
    CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
    # CONFIG_CLEANCACHE is not set
    # CONFIG_FRONTSWAP is not set
    CONFIG_CMA=y
    # CONFIG_CMA_DEBUG is not set
    # CONFIG_CMA_DEBUGFS is not set
    CONFIG_CMA_AREAS=7
    # CONFIG_ZPOOL is not set
    # CONFIG_ZBUD is not set
    # CONFIG_ZSMALLOC is not set
    CONFIG_GENERIC_EARLY_IOREMAP=y
    # CONFIG_IDLE_PAGE_TRACKING is not set
    CONFIG_FRAME_VECTOR=y
    # CONFIG_PERCPU_STATS is not set
    # CONFIG_GUP_BENCHMARK is not set
    CONFIG_NET=y
    CONFIG_NET_INGRESS=y
    CONFIG_NET_EGRESS=y

    #
    # Networking options
    #
    CONFIG_PACKET=y
    # CONFIG_PACKET_DIAG is not set
    CONFIG_UNIX=y
    # CONFIG_UNIX_DIAG is not set
    # CONFIG_TLS is not set
    CONFIG_XFRM=y
    CONFIG_XFRM_ALGO=m
    CONFIG_XFRM_USER=m
    # CONFIG_XFRM_INTERFACE is not set
    # CONFIG_XFRM_SUB_POLICY is not set
    # CONFIG_XFRM_MIGRATE is not set
    # CONFIG_XFRM_STATISTICS is not set
    CONFIG_XFRM_IPCOMP=m
    CONFIG_NET_KEY=m
    # CONFIG_NET_KEY_MIGRATE is not set
    # CONFIG_XDP_SOCKETS is not set
    CONFIG_INET=y
    CONFIG_IP_MULTICAST=y
    # CONFIG_IP_ADVANCED_ROUTER is not set
    CONFIG_IP_ROUTE_CLASSID=y
    CONFIG_IP_PNP=y
    CONFIG_IP_PNP_DHCP=y
    CONFIG_IP_PNP_BOOTP=y
    CONFIG_IP_PNP_RARP=y
    # CONFIG_NET_IPIP is not set
    # CONFIG_NET_IPGRE_DEMUX is not set
    CONFIG_NET_IP_TUNNEL=y
    # CONFIG_IP_MROUTE is not set
    # CONFIG_SYN_COOKIES is not set
    # CONFIG_NET_IPVTI is not set
    # CONFIG_NET_FOU is not set
    # CONFIG_NET_FOU_IP_TUNNELS is not set
    CONFIG_INET_AH=m
    CONFIG_INET_ESP=m
    # CONFIG_INET_ESP_OFFLOAD is not set
    CONFIG_INET_IPCOMP=m
    CONFIG_INET_XFRM_TUNNEL=m
    CONFIG_INET_TUNNEL=y
    CONFIG_INET_XFRM_MODE_TRANSPORT=m
    CONFIG_INET_XFRM_MODE_TUNNEL=m
    CONFIG_INET_XFRM_MODE_BEET=m
    CONFIG_INET_DIAG=y
    CONFIG_INET_TCP_DIAG=y
    # CONFIG_INET_UDP_DIAG is not set
    # CONFIG_INET_RAW_DIAG is not set
    # CONFIG_INET_DIAG_DESTROY is not set
    # CONFIG_TCP_CONG_ADVANCED is not set
    CONFIG_TCP_CONG_CUBIC=y
    CONFIG_DEFAULT_TCP_CONG="cubic"
    # CONFIG_TCP_MD5SIG is not set
    CONFIG_IPV6=y
    CONFIG_IPV6_ROUTER_PREF=y
    # CONFIG_IPV6_ROUTE_INFO is not set
    CONFIG_IPV6_OPTIMISTIC_DAD=y
    CONFIG_INET6_AH=m
    CONFIG_INET6_ESP=m
    # CONFIG_INET6_ESP_OFFLOAD is not set
    CONFIG_INET6_IPCOMP=m
    CONFIG_IPV6_MIP6=m
    # CONFIG_IPV6_ILA is not set
    CONFIG_INET6_XFRM_TUNNEL=m
    CONFIG_INET6_TUNNEL=m
    CONFIG_INET6_XFRM_MODE_TRANSPORT=y
    CONFIG_INET6_XFRM_MODE_TUNNEL=y
    CONFIG_INET6_XFRM_MODE_BEET=y
    # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
    # CONFIG_IPV6_VTI is not set
    CONFIG_IPV6_SIT=y
    # CONFIG_IPV6_SIT_6RD is not set
    CONFIG_IPV6_NDISC_NODETYPE=y
    CONFIG_IPV6_TUNNEL=m
    CONFIG_IPV6_MULTIPLE_TABLES=y
    # CONFIG_IPV6_SUBTREES is not set
    # CONFIG_IPV6_MROUTE is not set
    # CONFIG_IPV6_SEG6_LWTUNNEL is not set
    # CONFIG_IPV6_SEG6_HMAC is not set
    # CONFIG_NETWORK_SECMARK is not set
    CONFIG_NET_PTP_CLASSIFY=y
    # CONFIG_NETWORK_PHY_TIMESTAMPING is not set
    CONFIG_NETFILTER=y
    CONFIG_NETFILTER_ADVANCED=y
    CONFIG_BRIDGE_NETFILTER=m

    #
    # Core Netfilter Configuration
    #
    CONFIG_NETFILTER_INGRESS=y
    CONFIG_NETFILTER_FAMILY_BRIDGE=y
    CONFIG_NETFILTER_FAMILY_ARP=y
    # CONFIG_NETFILTER_NETLINK_ACCT is not set
    # CONFIG_NETFILTER_NETLINK_QUEUE is not set
    # CONFIG_NETFILTER_NETLINK_LOG is not set
    # CONFIG_NETFILTER_NETLINK_OSF is not set
    CONFIG_NF_CONNTRACK=m
    # CONFIG_NF_LOG_NETDEV is not set
    # CONFIG_NF_CONNTRACK_MARK is not set
    # CONFIG_NF_CONNTRACK_ZONES is not set
    CONFIG_NF_CONNTRACK_PROCFS=y
    # CONFIG_NF_CONNTRACK_EVENTS is not set
    # CONFIG_NF_CONNTRACK_TIMEOUT is not set
    # CONFIG_NF_CONNTRACK_TIMESTAMP is not set
    # CONFIG_NF_CONNTRACK_LABELS is not set
    # CONFIG_NF_CT_PROTO_DCCP is not set
    CONFIG_NF_CT_PROTO_SCTP=y
    # CONFIG_NF_CT_PROTO_UDPLITE is not set
    # CONFIG_NF_CONNTRACK_AMANDA is not set
    # CONFIG_NF_CONNTRACK_FTP is not set
    # CONFIG_NF_CONNTRACK_H323 is not set
    # CONFIG_NF_CONNTRACK_IRC is not set
    # CONFIG_NF_CONNTRACK_NETBIOS_NS is not set
    # CONFIG_NF_CONNTRACK_SNMP is not set
    # CONFIG_NF_CONNTRACK_PPTP is not set
    # CONFIG_NF_CONNTRACK_SANE is not set
    # CONFIG_NF_CONNTRACK_SIP is not set
    # CONFIG_NF_CONNTRACK_TFTP is not set
    # CONFIG_NF_CT_NETLINK is not set
    CONFIG_NF_NAT=m
    CONFIG_NF_NAT_NEEDED=y
    CONFIG_NF_NAT_PROTO_SCTP=y
    # CONFIG_NF_TABLES is not set
    CONFIG_NETFILTER_XTABLES=m

    #
    # Xtables combined modules
    #
    CONFIG_NETFILTER_XT_MARK=m
    # CONFIG_NETFILTER_XT_CONNMARK is not set

    #
    # Xtables targets
    #
    CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m
    # CONFIG_NETFILTER_XT_TARGET_CONNMARK is not set
    # CONFIG_NETFILTER_XT_TARGET_HMARK is not set
    CONFIG_NETFILTER_XT_TARGET_IDLETIMER=m
    # CONFIG_NETFILTER_XT_TARGET_LED is not set
    # CONFIG_NETFILTER_XT_TARGET_LOG is not set
    CONFIG_NETFILTER_XT_TARGET_MARK=m
    CONFIG_NETFILTER_XT_NAT=m
    # CONFIG_NETFILTER_XT_TARGET_NETMAP is not set
    # CONFIG_NETFILTER_XT_TARGET_NFLOG is not set
    # CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set
    # CONFIG_NETFILTER_XT_TARGET_RATEEST is not set
    # CONFIG_NETFILTER_XT_TARGET_REDIRECT is not set
    # CONFIG_NETFILTER_XT_TARGET_TEE is not set
    # CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set

    #
    # Xtables matches
    #
    # CONFIG_NETFILTER_XT_MATCH_ADDRTYPE is not set
    # CONFIG_NETFILTER_XT_MATCH_BPF is not set
    # CONFIG_NETFILTER_XT_MATCH_CGROUP is not set
    # CONFIG_NETFILTER_XT_MATCH_CLUSTER is not set
    CONFIG_NETFILTER_XT_MATCH_COMMENT=m
    # CONFIG_NETFILTER_XT_MATCH_CONNBYTES is not set
    # CONFIG_NETFILTER_XT_MATCH_CONNLABEL is not set
    # CONFIG_NETFILTER_XT_MATCH_CONNLIMIT is not set
    # CONFIG_NETFILTER_XT_MATCH_CONNMARK is not set
    # CONFIG_NETFILTER_XT_MATCH_CONNTRACK is not set
    CONFIG_NETFILTER_XT_MATCH_CPU=m
    # CONFIG_NETFILTER_XT_MATCH_DCCP is not set
    # CONFIG_NETFILTER_XT_MATCH_DEVGROUP is not set
    # CONFIG_NETFILTER_XT_MATCH_DSCP is not set
    # CONFIG_NETFILTER_XT_MATCH_ECN is not set
    # CONFIG_NETFILTER_XT_MATCH_ESP is not set
    # CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set
    # CONFIG_NETFILTER_XT_MATCH_HELPER is not set
    # CONFIG_NETFILTER_XT_MATCH_HL is not set
    # CONFIG_NETFILTER_XT_MATCH_IPCOMP is not set
    CONFIG_NETFILTER_XT_MATCH_IPRANGE=m
    # CONFIG_NETFILTER_XT_MATCH_L2TP is not set
    CONFIG_NETFILTER_XT_MATCH_LENGTH=m
    CONFIG_NETFILTER_XT_MATCH_LIMIT=m
    CONFIG_NETFILTER_XT_MATCH_MAC=m
    CONFIG_NETFILTER_XT_MATCH_MARK=m
    CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m
    # CONFIG_NETFILTER_XT_MATCH_NFACCT is not set
    # CONFIG_NETFILTER_XT_MATCH_OSF is not set
    # CONFIG_NETFILTER_XT_MATCH_OWNER is not set
    CONFIG_NETFILTER_XT_MATCH_POLICY=m
    # CONFIG_NETFILTER_XT_MATCH_PHYSDEV is not set
    CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m
    # CONFIG_NETFILTER_XT_MATCH_QUOTA is not set
    # CONFIG_NETFILTER_XT_MATCH_RATEEST is not set
    # CONFIG_NETFILTER_XT_MATCH_REALM is not set
    # CONFIG_NETFILTER_XT_MATCH_RECENT is not set
    CONFIG_NETFILTER_XT_MATCH_SCTP=m
    # CONFIG_NETFILTER_XT_MATCH_SOCKET is not set
    # CONFIG_NETFILTER_XT_MATCH_STATE is not set
    # CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set
    # CONFIG_NETFILTER_XT_MATCH_STRING is not set
    # CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set
    # CONFIG_NETFILTER_XT_MATCH_TIME is not set
    # CONFIG_NETFILTER_XT_MATCH_U32 is not set
    # CONFIG_IP_SET is not set
    # CONFIG_IP_VS is not set

    #
    # IP: Netfilter Configuration
    #
    CONFIG_NF_DEFRAG_IPV4=m
    # CONFIG_NF_SOCKET_IPV4 is not set
    # CONFIG_NF_TPROXY_IPV4 is not set
    # CONFIG_NF_DUP_IPV4 is not set
    # CONFIG_NF_LOG_ARP is not set
    # CONFIG_NF_LOG_IPV4 is not set
    # CONFIG_NF_REJECT_IPV4 is not set
    CONFIG_NF_NAT_IPV4=m
    CONFIG_NF_NAT_MASQUERADE_IPV4=y
    CONFIG_IP_NF_IPTABLES=m
    # CONFIG_IP_NF_MATCH_AH is not set
    # CONFIG_IP_NF_MATCH_ECN is not set
    # CONFIG_IP_NF_MATCH_TTL is not set
    CONFIG_IP_NF_FILTER=m
    # CONFIG_IP_NF_TARGET_REJECT is not set
    # CONFIG_IP_NF_TARGET_SYNPROXY is not set
    CONFIG_IP_NF_NAT=m
    CONFIG_IP_NF_TARGET_MASQUERADE=m
    # CONFIG_IP_NF_TARGET_NETMAP is not set
    # CONFIG_IP_NF_TARGET_REDIRECT is not set
    # CONFIG_IP_NF_MANGLE is not set
    # CONFIG_IP_NF_RAW is not set
    CONFIG_IP_NF_ARPTABLES=m
    CONFIG_IP_NF_ARPFILTER=m
    CONFIG_IP_NF_ARP_MANGLE=m

    #
    # IPv6: Netfilter Configuration
    #
    # CONFIG_NF_SOCKET_IPV6 is not set
    # CONFIG_NF_TPROXY_IPV6 is not set
    # CONFIG_NF_DUP_IPV6 is not set
    # CONFIG_NF_REJECT_IPV6 is not set
    # CONFIG_NF_LOG_IPV6 is not set
    # CONFIG_NF_NAT_IPV6 is not set
    # CONFIG_IP6_NF_IPTABLES is not set
    CONFIG_NF_DEFRAG_IPV6=m
    CONFIG_BRIDGE_NF_EBTABLES=m
    CONFIG_BRIDGE_EBT_BROUTE=m
    CONFIG_BRIDGE_EBT_T_FILTER=m
    CONFIG_BRIDGE_EBT_T_NAT=m
    CONFIG_BRIDGE_EBT_802_3=m
    CONFIG_BRIDGE_EBT_AMONG=m
    CONFIG_BRIDGE_EBT_ARP=m
    CONFIG_BRIDGE_EBT_IP=m
    CONFIG_BRIDGE_EBT_IP6=m
    CONFIG_BRIDGE_EBT_LIMIT=m
    CONFIG_BRIDGE_EBT_MARK=m
    CONFIG_BRIDGE_EBT_PKTTYPE=m
    CONFIG_BRIDGE_EBT_STP=m
    CONFIG_BRIDGE_EBT_VLAN=m
    CONFIG_BRIDGE_EBT_ARPREPLY=m
    CONFIG_BRIDGE_EBT_DNAT=m
    CONFIG_BRIDGE_EBT_MARK_T=m
    CONFIG_BRIDGE_EBT_REDIRECT=m
    CONFIG_BRIDGE_EBT_SNAT=m
    CONFIG_BRIDGE_EBT_LOG=m
    CONFIG_BRIDGE_EBT_NFLOG=m
    # CONFIG_BPFILTER is not set
    # CONFIG_IP_DCCP is not set
    CONFIG_IP_SCTP=m
    # CONFIG_SCTP_DBG_OBJCNT is not set
    CONFIG_SCTP_DEFAULT_COOKIE_HMAC_MD5=y
    # CONFIG_SCTP_DEFAULT_COOKIE_HMAC_SHA1 is not set
    # CONFIG_SCTP_DEFAULT_COOKIE_HMAC_NONE is not set
    CONFIG_SCTP_COOKIE_HMAC_MD5=y
    # CONFIG_SCTP_COOKIE_HMAC_SHA1 is not set
    CONFIG_INET_SCTP_DIAG=m
    # CONFIG_RDS is not set
    # CONFIG_TIPC is not set
    # CONFIG_ATM is not set
    # CONFIG_L2TP is not set
    CONFIG_STP=m
    CONFIG_BRIDGE=m
    CONFIG_BRIDGE_IGMP_SNOOPING=y
    # CONFIG_BRIDGE_VLAN_FILTERING is not set
    CONFIG_HAVE_NET_DSA=y
    CONFIG_NET_DSA=m
    CONFIG_NET_DSA_LEGACY=y
    CONFIG_VLAN_8021Q=m
    # CONFIG_VLAN_8021Q_GVRP is not set
    # CONFIG_VLAN_8021Q_MVRP is not set
    # CONFIG_DECNET is not set
    CONFIG_LLC=m
    # CONFIG_LLC2 is not set
    # CONFIG_ATALK is not set
    # CONFIG_X25 is not set
    # CONFIG_LAPB is not set
    # CONFIG_PHONET is not set
    # CONFIG_6LOWPAN is not set
    # CONFIG_IEEE802154 is not set
    CONFIG_NET_SCHED=y

    #
    # Queueing/Scheduling
    #
    CONFIG_NET_SCH_CBQ=m
    CONFIG_NET_SCH_HTB=m
    CONFIG_NET_SCH_HFSC=m
    CONFIG_NET_SCH_PRIO=m
    CONFIG_NET_SCH_MULTIQ=m
    CONFIG_NET_SCH_RED=m
    CONFIG_NET_SCH_SFB=m
    CONFIG_NET_SCH_SFQ=m
    CONFIG_NET_SCH_TEQL=m
    CONFIG_NET_SCH_TBF=m
    # CONFIG_NET_SCH_CBS is not set
    # CONFIG_NET_SCH_ETF is not set
    CONFIG_NET_SCH_GRED=m
    CONFIG_NET_SCH_DSMARK=m
    CONFIG_NET_SCH_NETEM=m
    CONFIG_NET_SCH_DRR=m
    CONFIG_NET_SCH_MQPRIO=m
    # CONFIG_NET_SCH_SKBPRIO is not set
    CONFIG_NET_SCH_CHOKE=m
    CONFIG_NET_SCH_QFQ=m
    CONFIG_NET_SCH_CODEL=m
    CONFIG_NET_SCH_FQ_CODEL=m
    # CONFIG_NET_SCH_CAKE is not set
    # CONFIG_NET_SCH_FQ is not set
    # CONFIG_NET_SCH_HHF is not set
    # CONFIG_NET_SCH_PIE is not set
    CONFIG_NET_SCH_INGRESS=m
    # CONFIG_NET_SCH_PLUG is not set
    # CONFIG_NET_SCH_DEFAULT is not set

    #
    # Classification
    #
    CONFIG_NET_CLS=y
    CONFIG_NET_CLS_BASIC=m
    CONFIG_NET_CLS_TCINDEX=m
    CONFIG_NET_CLS_ROUTE4=m
    CONFIG_NET_CLS_FW=m
    CONFIG_NET_CLS_U32=m
    # CONFIG_CLS_U32_PERF is not set
    CONFIG_CLS_U32_MARK=y
    CONFIG_NET_CLS_RSVP=m
    CONFIG_NET_CLS_RSVP6=m
    CONFIG_NET_CLS_FLOW=m
    # CONFIG_NET_CLS_CGROUP is not set
    # CONFIG_NET_CLS_BPF is not set
    # CONFIG_NET_CLS_FLOWER is not set
    # CONFIG_NET_CLS_MATCHALL is not set
    CONFIG_NET_EMATCH=y
    CONFIG_NET_EMATCH_STACK=32
    CONFIG_NET_EMATCH_CMP=m
    CONFIG_NET_EMATCH_NBYTE=m
    CONFIG_NET_EMATCH_U32=m
    CONFIG_NET_EMATCH_META=m
    CONFIG_NET_EMATCH_TEXT=m
    # CONFIG_NET_EMATCH_CANID is not set
    # CONFIG_NET_EMATCH_IPT is not set
    CONFIG_NET_CLS_ACT=y
    CONFIG_NET_ACT_POLICE=m
    CONFIG_NET_ACT_GACT=m
    CONFIG_GACT_PROB=y
    CONFIG_NET_ACT_MIRRED=m
    # CONFIG_NET_ACT_SAMPLE is not set
    CONFIG_NET_ACT_IPT=m
    CONFIG_NET_ACT_NAT=m
    CONFIG_NET_ACT_PEDIT=m
    CONFIG_NET_ACT_SIMP=m
    CONFIG_NET_ACT_SKBEDIT=m
    CONFIG_NET_ACT_CSUM=m
    # CONFIG_NET_ACT_VLAN is not set
    # CONFIG_NET_ACT_BPF is not set
    # CONFIG_NET_ACT_SKBMOD is not set
    # CONFIG_NET_ACT_IFE is not set
    # CONFIG_NET_ACT_TUNNEL_KEY is not set
    CONFIG_NET_CLS_IND=y
    CONFIG_NET_SCH_FIFO=y
    # CONFIG_DCB is not set
    CONFIG_DNS_RESOLVER=y
    # CONFIG_BATMAN_ADV is not set
    # CONFIG_OPENVSWITCH is not set
    # CONFIG_VSOCKETS is not set
    # CONFIG_NETLINK_DIAG is not set
    # CONFIG_MPLS is not set
    # CONFIG_NET_NSH is not set
    # CONFIG_HSR is not set
    CONFIG_NET_SWITCHDEV=y
    # CONFIG_NET_L3_MASTER_DEV is not set
    # CONFIG_NET_NCSI is not set
    CONFIG_RPS=y
    CONFIG_RFS_ACCEL=y
    CONFIG_XPS=y
    # CONFIG_CGROUP_NET_PRIO is not set
    # CONFIG_CGROUP_NET_CLASSID is not set
    CONFIG_NET_RX_BUSY_POLL=y
    CONFIG_BQL=y
    # CONFIG_BPF_JIT is not set
    # CONFIG_BPF_STREAM_PARSER is not set
    CONFIG_NET_FLOW_LIMIT=y

    #
    # Network testing
    #
    # CONFIG_NET_PKTGEN is not set
    # CONFIG_HAMRADIO is not set
    CONFIG_CAN=y
    CONFIG_CAN_RAW=y
    CONFIG_CAN_BCM=y
    CONFIG_CAN_GW=y

    #
    # CAN Device Drivers
    #
    # CONFIG_CAN_VCAN is not set
    # CONFIG_CAN_VXCAN is not set
    # CONFIG_CAN_SLCAN is not set
    CONFIG_CAN_DEV=y
    CONFIG_CAN_CALC_BITTIMING=y
    # CONFIG_CAN_FLEXCAN is not set
    # CONFIG_CAN_GRCAN is not set
    # CONFIG_CAN_TI_HECC is not set
    CONFIG_CAN_C_CAN=y
    CONFIG_CAN_C_CAN_PLATFORM=y
    # CONFIG_CAN_CC770 is not set
    # CONFIG_CAN_IFI_CANFD is not set
    CONFIG_CAN_M_CAN=m
    CONFIG_CAN_RCAR=m
    # CONFIG_CAN_RCAR_CANFD is not set
    # CONFIG_CAN_SJA1000 is not set
    # CONFIG_CAN_SOFTING is not set

    #
    # CAN SPI interfaces
    #
    # CONFIG_CAN_HI311X is not set
    # CONFIG_CAN_MCP251X is not set

    #
    # CAN USB interfaces
    #
    # CONFIG_CAN_8DEV_USB is not set
    # CONFIG_CAN_EMS_USB is not set
    # CONFIG_CAN_ESD_USB2 is not set
    # CONFIG_CAN_GS_USB is not set
    # CONFIG_CAN_KVASER_USB is not set
    # CONFIG_CAN_MCBA_USB is not set
    # CONFIG_CAN_PEAK_USB is not set
    # CONFIG_CAN_UCAN is not set
    # CONFIG_CAN_DEBUG_DEVICES is not set
    CONFIG_BT=m
    CONFIG_BT_BREDR=y
    CONFIG_BT_RFCOMM=m
    CONFIG_BT_RFCOMM_TTY=y
    CONFIG_BT_BNEP=m
    # CONFIG_BT_BNEP_MC_FILTER is not set
    # CONFIG_BT_BNEP_PROTO_FILTER is not set
    CONFIG_BT_HIDP=m
    CONFIG_BT_HS=y
    CONFIG_BT_LE=y
    # CONFIG_BT_LEDS is not set
    # CONFIG_BT_SELFTEST is not set
    CONFIG_BT_DEBUGFS=y

    #
    # Bluetooth device drivers
    #
    CONFIG_BT_INTEL=m
    CONFIG_BT_BCM=m
    CONFIG_BT_RTL=m
    CONFIG_BT_HCIBTUSB=m
    # CONFIG_BT_HCIBTUSB_AUTOSUSPEND is not set
    CONFIG_BT_HCIBTUSB_BCM=y
    CONFIG_BT_HCIBTUSB_RTL=y
    # CONFIG_BT_HCIBTSDIO is not set
    CONFIG_BT_HCIUART=m
    CONFIG_BT_HCIUART_H4=y
    # CONFIG_BT_HCIUART_BCSP is not set
    # CONFIG_BT_HCIUART_ATH3K is not set
    # CONFIG_BT_HCIUART_INTEL is not set
    # CONFIG_BT_HCIUART_AG6XX is not set
    # CONFIG_BT_HCIUART_MRVL is not set
    # CONFIG_BT_HCIBCM203X is not set
    # CONFIG_BT_HCIBPA10X is not set
    # CONFIG_BT_HCIBFUSB is not set
    # CONFIG_BT_HCIVHCI is not set
    # CONFIG_BT_MRVL is not set
    # CONFIG_BT_ATH3K is not set
    # CONFIG_AF_RXRPC is not set
    # CONFIG_AF_KCM is not set
    CONFIG_FIB_RULES=y
    CONFIG_WIRELESS=y
    CONFIG_WEXT_CORE=y
    CONFIG_WEXT_PROC=y
    CONFIG_CFG80211=m
    CONFIG_NL80211_TESTMODE=y
    CONFIG_CFG80211_DEVELOPER_WARNINGS=y
    # CONFIG_CFG80211_CERTIFICATION_ONUS is not set
    CONFIG_CFG80211_REQUIRE_SIGNED_REGDB=y
    CONFIG_CFG80211_USE_KERNEL_REGDB_KEYS=y
    CONFIG_CFG80211_DEFAULT_PS=y
    CONFIG_CFG80211_DEBUGFS=y
    CONFIG_CFG80211_CRDA_SUPPORT=y
    CONFIG_CFG80211_WEXT=y
    CONFIG_MAC80211=m
    CONFIG_MAC80211_HAS_RC=y
    CONFIG_MAC80211_RC_MINSTREL=y
    CONFIG_MAC80211_RC_MINSTREL_HT=y
    # CONFIG_MAC80211_RC_MINSTREL_VHT is not set
    CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y
    CONFIG_MAC80211_RC_DEFAULT="minstrel_ht"
    CONFIG_MAC80211_MESH=y
    CONFIG_MAC80211_LEDS=y
    CONFIG_MAC80211_DEBUGFS=y
    CONFIG_MAC80211_MESSAGE_TRACING=y
    CONFIG_MAC80211_DEBUG_MENU=y
    # CONFIG_MAC80211_NOINLINE is not set
    # CONFIG_MAC80211_VERBOSE_DEBUG is not set
    # CONFIG_MAC80211_MLME_DEBUG is not set
    # CONFIG_MAC80211_STA_DEBUG is not set
    # CONFIG_MAC80211_HT_DEBUG is not set
    # CONFIG_MAC80211_OCB_DEBUG is not set
    # CONFIG_MAC80211_IBSS_DEBUG is not set
    # CONFIG_MAC80211_PS_DEBUG is not set
    # CONFIG_MAC80211_MPL_DEBUG is not set
    # CONFIG_MAC80211_MPATH_DEBUG is not set
    # CONFIG_MAC80211_MHWMP_DEBUG is not set
    # CONFIG_MAC80211_MESH_SYNC_DEBUG is not set
    # CONFIG_MAC80211_MESH_CSA_DEBUG is not set
    # CONFIG_MAC80211_MESH_PS_DEBUG is not set
    # CONFIG_MAC80211_TDLS_DEBUG is not set
    # CONFIG_MAC80211_DEBUG_COUNTERS is not set
    CONFIG_MAC80211_STA_HASH_MAX_SIZE=0
    # CONFIG_WIMAX is not set
    # CONFIG_RFKILL is not set
    # CONFIG_NET_9P is not set
    # CONFIG_CAIF is not set
    CONFIG_RPMSG_PROTO=m
    # CONFIG_CEPH_LIB is not set
    # CONFIG_NFC is not set
    # CONFIG_PSAMPLE is not set
    # CONFIG_NET_IFE is not set
    # CONFIG_LWTUNNEL is not set
    CONFIG_DST_CACHE=y
    CONFIG_GRO_CELLS=y
    # CONFIG_NET_DEVLINK is not set
    CONFIG_MAY_USE_DEVLINK=y
    CONFIG_FAILOVER=y
    CONFIG_HAVE_EBPF_JIT=y

    #
    # Device Drivers
    #

    #
    # Generic Driver Options
    #
    CONFIG_UEVENT_HELPER=y
    CONFIG_UEVENT_HELPER_PATH=""
    CONFIG_DEVTMPFS=y
    CONFIG_DEVTMPFS_MOUNT=y
    CONFIG_STANDALONE=y
    CONFIG_PREVENT_FIRMWARE_BUILD=y

    #
    # Firmware loader
    #
    CONFIG_FW_LOADER=y
    CONFIG_EXTRA_FIRMWARE=""
    # CONFIG_FW_LOADER_USER_HELPER is not set
    CONFIG_WANT_DEV_COREDUMP=y
    CONFIG_ALLOW_DEV_COREDUMP=y
    CONFIG_DEV_COREDUMP=y
    # CONFIG_DEBUG_DRIVER is not set
    # CONFIG_DEBUG_DEVRES is not set
    # CONFIG_DEBUG_TEST_DRIVER_REMOVE is not set
    # CONFIG_TEST_ASYNC_DRIVER_PROBE is not set
    CONFIG_GENERIC_CPU_AUTOPROBE=y
    CONFIG_SOC_BUS=y
    CONFIG_REGMAP=y
    CONFIG_REGMAP_I2C=y
    CONFIG_REGMAP_SPI=y
    CONFIG_REGMAP_MMIO=y
    CONFIG_REGMAP_IRQ=y
    CONFIG_DMA_SHARED_BUFFER=y
    # CONFIG_DMA_FENCE_TRACE is not set
    CONFIG_DMA_CMA=y

    #
    # Default contiguous memory area size:
    #
    CONFIG_CMA_SIZE_MBYTES=24
    CONFIG_CMA_SIZE_SEL_MBYTES=y
    # CONFIG_CMA_SIZE_SEL_PERCENTAGE is not set
    # CONFIG_CMA_SIZE_SEL_MIN is not set
    # CONFIG_CMA_SIZE_SEL_MAX is not set
    CONFIG_CMA_ALIGNMENT=8
    CONFIG_GENERIC_ARCH_TOPOLOGY=y

    #
    # Bus devices
    #
    # CONFIG_BRCMSTB_GISB_ARB is not set
    CONFIG_OMAP_INTERCONNECT=y
    CONFIG_OMAP_OCP2SCP=y
    CONFIG_SIMPLE_PM_BUS=y
    CONFIG_TI_SYSC=y
    # CONFIG_VEXPRESS_CONFIG is not set
    # CONFIG_CONNECTOR is not set
    # CONFIG_GNSS is not set
    CONFIG_MTD=y
    CONFIG_MTD_TESTS=m
    # CONFIG_MTD_REDBOOT_PARTS is not set
    CONFIG_MTD_CMDLINE_PARTS=y
    # CONFIG_MTD_AFS_PARTS is not set
    CONFIG_MTD_OF_PARTS=y
    # CONFIG_MTD_AR7_PARTS is not set

    #
    # Partition parsers
    #

    #
    # User Modules And Translation Layers
    #
    CONFIG_MTD_BLKDEVS=y
    CONFIG_MTD_BLOCK=y
    # CONFIG_FTL is not set
    # CONFIG_NFTL is not set
    # CONFIG_INFTL is not set
    # CONFIG_RFD_FTL is not set
    # CONFIG_SSFDC is not set
    # CONFIG_SM_FTL is not set
    # CONFIG_MTD_OOPS is not set
    # CONFIG_MTD_SWAP is not set
    # CONFIG_MTD_PARTITIONED_MASTER is not set

    #
    # RAM/ROM/Flash chip drivers
    #
    CONFIG_MTD_CFI=y
    # CONFIG_MTD_JEDECPROBE is not set
    CONFIG_MTD_GEN_PROBE=y
    # CONFIG_MTD_CFI_ADV_OPTIONS is not set
    CONFIG_MTD_MAP_BANK_WIDTH_1=y
    CONFIG_MTD_MAP_BANK_WIDTH_2=y
    CONFIG_MTD_MAP_BANK_WIDTH_4=y
    CONFIG_MTD_CFI_I1=y
    CONFIG_MTD_CFI_I2=y
    # CONFIG_MTD_CFI_INTELEXT is not set
    CONFIG_MTD_CFI_AMDSTD=y
    # CONFIG_MTD_CFI_STAA is not set
    CONFIG_MTD_CFI_UTIL=y
    # CONFIG_MTD_RAM is not set
    # CONFIG_MTD_ROM is not set
    # CONFIG_MTD_ABSENT is not set

    #
    # Mapping drivers for chip access
    #
    CONFIG_MTD_COMPLEX_MAPPINGS=y
    # CONFIG_MTD_PHYSMAP is not set
    # CONFIG_MTD_PHYSMAP_OF is not set
    # CONFIG_MTD_GPIO_ADDR is not set
    # CONFIG_MTD_PLATRAM is not set
    # CONFIG_MTD_LATCH_ADDR is not set

    #
    # Self-contained MTD device drivers
    #
    # CONFIG_MTD_DATAFLASH is not set
    CONFIG_MTD_M25P80=y
    # CONFIG_MTD_MCHP23K256 is not set
    # CONFIG_MTD_SST25L is not set
    # CONFIG_MTD_SLRAM is not set
    # CONFIG_MTD_PHRAM is not set
    # CONFIG_MTD_MTDRAM is not set
    # CONFIG_MTD_BLOCK2MTD is not set

    #
    # Disk-On-Chip Device Drivers
    #
    # CONFIG_MTD_DOCG3 is not set
    # CONFIG_MTD_ONENAND is not set
    # CONFIG_MTD_NAND is not set
    # CONFIG_MTD_SPI_NAND is not set

    #
    # LPDDR & LPDDR2 PCM memory drivers
    #
    # CONFIG_MTD_LPDDR is not set
    # CONFIG_MTD_LPDDR2_NVM is not set
    CONFIG_MTD_SPI_NOR=y
    # CONFIG_MTD_MT81xx_NOR is not set
    CONFIG_MTD_SPI_NOR_USE_4K_SECTORS=y
    CONFIG_SPI_CADENCE_QUADSPI=y
    CONFIG_MTD_UBI=y
    CONFIG_MTD_UBI_WL_THRESHOLD=4096
    CONFIG_MTD_UBI_BEB_LIMIT=20
    # CONFIG_MTD_UBI_FASTMAP is not set
    # CONFIG_MTD_UBI_GLUEBI is not set
    # CONFIG_MTD_UBI_BLOCK is not set
    CONFIG_MTD_HYPERBUS=y
    CONFIG_HBMC_AM654=y
    CONFIG_DTC=y
    CONFIG_OF=y
    # CONFIG_OF_UNITTEST is not set
    CONFIG_OF_FLATTREE=y
    CONFIG_OF_EARLY_FLATTREE=y
    CONFIG_OF_KOBJ=y
    CONFIG_OF_DYNAMIC=y
    CONFIG_OF_ADDRESS=y
    CONFIG_OF_IRQ=y
    CONFIG_OF_NET=y
    CONFIG_OF_MDIO=y
    CONFIG_OF_RESERVED_MEM=y
    CONFIG_OF_RESOLVE=y
    CONFIG_OF_OVERLAY=y
    CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
    # CONFIG_PARPORT is not set
    CONFIG_BLK_DEV=y
    # CONFIG_BLK_DEV_NULL_BLK is not set
    CONFIG_BLK_DEV_LOOP=y
    CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
    # CONFIG_BLK_DEV_CRYPTOLOOP is not set
    # CONFIG_BLK_DEV_DRBD is not set
    # CONFIG_BLK_DEV_NBD is not set
    CONFIG_BLK_DEV_RAM=y
    CONFIG_BLK_DEV_RAM_COUNT=16
    CONFIG_BLK_DEV_RAM_SIZE=65536
    # CONFIG_CDROM_PKTCDVD is not set
    # CONFIG_ATA_OVER_ETH is not set
    CONFIG_VIRTIO_BLK=y
    # CONFIG_VIRTIO_BLK_SCSI is not set
    # CONFIG_BLK_DEV_RBD is not set

    #
    # NVME Support
    #
    # CONFIG_NVME_FC is not set
    # CONFIG_NVME_TARGET is not set

    #
    # Misc devices
    #
    CONFIG_AD525X_DPOT=y
    CONFIG_AD525X_DPOT_I2C=y
    # CONFIG_AD525X_DPOT_SPI is not set
    # CONFIG_DUMMY_IRQ is not set
    # CONFIG_ICS932S401 is not set
    # CONFIG_ENCLOSURE_SERVICES is not set
    CONFIG_APDS9802ALS=y
    # CONFIG_ISL29003 is not set
    # CONFIG_ISL29020 is not set
    # CONFIG_SENSORS_TSL2550 is not set
    # CONFIG_SENSORS_BH1770 is not set
    # CONFIG_SENSORS_APDS990X is not set
    # CONFIG_HMC6352 is not set
    # CONFIG_DS1682 is not set
    # CONFIG_USB_SWITCH_FSA9480 is not set
    # CONFIG_LATTICE_ECP3_CONFIG is not set
    CONFIG_SRAM=y
    CONFIG_SRAM_EXEC=y
    CONFIG_MISC_RTSX=m
    CONFIG_DMA_BUF_PHYS=y
    # CONFIG_C2PORT is not set

    #
    # EEPROM support
    #
    CONFIG_EEPROM_AT24=m
    CONFIG_EEPROM_AT25=m
    # CONFIG_EEPROM_LEGACY is not set
    # CONFIG_EEPROM_MAX6875 is not set
    CONFIG_EEPROM_93CX6=y
    # CONFIG_EEPROM_93XX46 is not set
    # CONFIG_EEPROM_IDT_89HPESX is not set

    #
    # Texas Instruments shared transport line discipline
    #
    # CONFIG_TI_ST is not set
    # CONFIG_SENSORS_LIS3_SPI is not set
    # CONFIG_SENSORS_LIS3_I2C is not set
    # CONFIG_ALTERA_STAPL is not set

    #
    # Intel MIC & related support
    #

    #
    # Intel MIC Bus Driver
    #

    #
    # SCIF Bus Driver
    #

    #
    # VOP Bus Driver
    #

    #
    # Intel MIC Host Driver
    #

    #
    # Intel MIC Card Driver
    #

    #
    # SCIF Driver
    #

    #
    # Intel MIC Coprocessor State Management (COSM) Drivers
    #

    #
    # VOP Driver
    #
    # CONFIG_ECHO is not set
    CONFIG_MISC_RTSX_USB=m

    #
    # SCSI device support
    #
    CONFIG_SCSI_MOD=m
    # CONFIG_RAID_ATTRS is not set
    CONFIG_SCSI=m
    CONFIG_SCSI_DMA=y
    # CONFIG_SCSI_MQ_DEFAULT is not set
    CONFIG_SCSI_PROC_FS=y

    #
    # SCSI support type (disk, tape, CD-ROM)
    #
    CONFIG_BLK_DEV_SD=m
    # CONFIG_CHR_DEV_ST is not set
    # CONFIG_CHR_DEV_OSST is not set
    # CONFIG_BLK_DEV_SR is not set
    CONFIG_CHR_DEV_SG=m
    # CONFIG_CHR_DEV_SCH is not set
    # CONFIG_SCSI_CONSTANTS is not set
    # CONFIG_SCSI_LOGGING is not set
    # CONFIG_SCSI_SCAN_ASYNC is not set

    #
    # SCSI Transports
    #
    # CONFIG_SCSI_SPI_ATTRS is not set
    # CONFIG_SCSI_FC_ATTRS is not set
    # CONFIG_SCSI_ISCSI_ATTRS is not set
    # CONFIG_SCSI_SAS_ATTRS is not set
    # CONFIG_SCSI_SAS_LIBSAS is not set
    # CONFIG_SCSI_SRP_ATTRS is not set
    CONFIG_SCSI_LOWLEVEL=y
    # CONFIG_ISCSI_TCP is not set
    # CONFIG_ISCSI_BOOT_SYSFS is not set
    # CONFIG_SCSI_UFSHCD is not set
    # CONFIG_SCSI_DEBUG is not set
    # CONFIG_SCSI_VIRTIO is not set
    # CONFIG_SCSI_DH is not set
    # CONFIG_SCSI_OSD_INITIATOR is not set
    # CONFIG_ATA is not set
    # CONFIG_MD is not set
    # CONFIG_TARGET_CORE is not set
    CONFIG_NETDEVICES=y
    CONFIG_MII=m
    CONFIG_NET_CORE=y
    # CONFIG_BONDING is not set
    # CONFIG_DUMMY is not set
    # CONFIG_EQUALIZER is not set
    # CONFIG_IFB is not set
    # CONFIG_NET_TEAM is not set
    # CONFIG_MACVLAN is not set
    # CONFIG_IPVLAN is not set
    # CONFIG_VXLAN is not set
    # CONFIG_GTP is not set
    # CONFIG_MACSEC is not set
    # CONFIG_NETCONSOLE is not set
    # CONFIG_TUN is not set
    # CONFIG_TUN_VNET_CROSS_LE is not set
    # CONFIG_VETH is not set
    CONFIG_VIRTIO_NET=y
    # CONFIG_NLMON is not set

    #
    # CAIF transport drivers
    #

    #
    # Distributed Switch Architecture drivers
    #
    # CONFIG_B53 is not set
    # CONFIG_NET_DSA_BCM_SF2 is not set
    # CONFIG_NET_DSA_LOOP is not set
    # CONFIG_NET_DSA_MT7530 is not set
    # CONFIG_NET_DSA_MV88E6060 is not set
    # CONFIG_MICROCHIP_KSZ is not set
    # CONFIG_NET_DSA_MV88E6XXX is not set
    # CONFIG_NET_DSA_QCA8K is not set
    # CONFIG_NET_DSA_REALTEK_SMI is not set
    # CONFIG_NET_DSA_SMSC_LAN9303_I2C is not set
    # CONFIG_NET_DSA_SMSC_LAN9303_MDIO is not set
    # CONFIG_NET_DSA_VITESSE_VSC73XX is not set
    CONFIG_ETHERNET=y
    CONFIG_NET_VENDOR_ALACRITECH=y
    # CONFIG_ALTERA_TSE is not set
    # CONFIG_NET_VENDOR_AMAZON is not set
    CONFIG_NET_VENDOR_AQUANTIA=y
    # CONFIG_NET_VENDOR_ARC is not set
    # CONFIG_NET_VENDOR_AURORA is not set
    # CONFIG_NET_VENDOR_BROADCOM is not set
    CONFIG_NET_VENDOR_CADENCE=y
    CONFIG_MACB=y
    CONFIG_MACB_USE_HWSTAMP=y
    # CONFIG_NET_VENDOR_CAVIUM is not set
    # CONFIG_NET_VENDOR_CIRRUS is not set
    CONFIG_NET_VENDOR_CORTINA=y
    # CONFIG_GEMINI_ETHERNET is not set
    # CONFIG_DM9000 is not set
    # CONFIG_DNET is not set
    # CONFIG_NET_VENDOR_EZCHIP is not set
    # CONFIG_NET_VENDOR_FARADAY is not set
    # CONFIG_NET_VENDOR_HISILICON is not set
    CONFIG_NET_VENDOR_HUAWEI=y
    # CONFIG_NET_VENDOR_INTEL is not set
    # CONFIG_NET_VENDOR_MARVELL is not set
    # CONFIG_NET_VENDOR_MELLANOX is not set
    # CONFIG_NET_VENDOR_MICREL is not set
    # CONFIG_NET_VENDOR_MICROCHIP is not set
    CONFIG_NET_VENDOR_MICROSEMI=y
    # CONFIG_MSCC_OCELOT_SWITCH is not set
    # CONFIG_NET_VENDOR_NATSEMI is not set
    # CONFIG_NET_VENDOR_NETRONOME is not set
    CONFIG_NET_VENDOR_NI=y
    # CONFIG_ETHOC is not set
    # CONFIG_NET_VENDOR_QUALCOMM is not set
    # CONFIG_NET_VENDOR_RENESAS is not set
    # CONFIG_NET_VENDOR_ROCKER is not set
    # CONFIG_NET_VENDOR_SAMSUNG is not set
    # CONFIG_NET_VENDOR_SEEQ is not set
    CONFIG_NET_VENDOR_SOLARFLARE=y
    # CONFIG_NET_VENDOR_SMSC is not set
    CONFIG_NET_VENDOR_SOCIONEXT=y
    # CONFIG_NET_VENDOR_STMICRO is not set
    # CONFIG_NET_VENDOR_SYNOPSYS is not set
    CONFIG_NET_VENDOR_TI=y
    CONFIG_TI_DAVINCI_MDIO=y
    CONFIG_TI_DAVINCI_CPDMA=y
    CONFIG_TI_CPSW_PHY_SEL=y
    CONFIG_TI_CPSW_ALE=y
    CONFIG_TI_CPSW=y
    CONFIG_TI_CPTS=y
    CONFIG_TI_CPTS_MOD=y
    # CONFIG_NET_VENDOR_VIA is not set
    # CONFIG_NET_VENDOR_WIZNET is not set
    CONFIG_MDIO_DEVICE=y
    CONFIG_MDIO_BUS=y
    # CONFIG_MDIO_BCM_UNIMAC is not set
    # CONFIG_MDIO_BITBANG is not set
    # CONFIG_MDIO_BUS_MUX_GPIO is not set
    # CONFIG_MDIO_BUS_MUX_MMIOREG is not set
    # CONFIG_MDIO_HISI_FEMAC is not set
    # CONFIG_MDIO_MSCC_MIIM is not set
    CONFIG_PHYLINK=m
    CONFIG_PHYLIB=y
    CONFIG_SWPHY=y
    # CONFIG_LED_TRIGGER_PHY is not set

    #
    # MII PHY device drivers
    #
    # CONFIG_SFP is not set
    # CONFIG_AMD_PHY is not set
    # CONFIG_AQUANTIA_PHY is not set
    # CONFIG_AX88796B_PHY is not set
    CONFIG_AT803X_PHY=y
    # CONFIG_BCM7XXX_PHY is not set
    # CONFIG_BCM87XX_PHY is not set
    # CONFIG_BROADCOM_PHY is not set
    # CONFIG_CICADA_PHY is not set
    # CONFIG_CORTINA_PHY is not set
    # CONFIG_DAVICOM_PHY is not set
    # CONFIG_DP83822_PHY is not set
    # CONFIG_DP83TC811_PHY is not set
    # CONFIG_DP83848_PHY is not set
    # CONFIG_DP83867_PHY is not set
    CONFIG_FIXED_PHY=y
    # CONFIG_ICPLUS_PHY is not set
    # CONFIG_INTEL_XWAY_PHY is not set
    # CONFIG_LSI_ET1011C_PHY is not set
    # CONFIG_LXT_PHY is not set
    # CONFIG_MARVELL_PHY is not set
    # CONFIG_MARVELL_10G_PHY is not set
    # CONFIG_MICREL_PHY is not set
    # CONFIG_MICROCHIP_PHY is not set
    # CONFIG_MICROCHIP_T1_PHY is not set
    # CONFIG_MICROSEMI_PHY is not set
    # CONFIG_NATIONAL_PHY is not set
    # CONFIG_QSEMI_PHY is not set
    CONFIG_REALTEK_PHY=y
    # CONFIG_RENESAS_PHY is not set
    CONFIG_ROCKCHIP_PHY=y
    CONFIG_SMSC_PHY=y
    # CONFIG_STE10XP is not set
    # CONFIG_TERANETICS_PHY is not set
    # CONFIG_VITESSE_PHY is not set
    # CONFIG_XILINX_GMII2RGMII is not set
    # CONFIG_MICREL_KS8995MA is not set
    # CONFIG_PPP is not set
    # CONFIG_SLIP is not set

    #
    # Host-side USB support is needed for USB Network Adapter support
    #
    CONFIG_USB_NET_DRIVERS=m
    # CONFIG_USB_CATC is not set
    # CONFIG_USB_KAWETH is not set
    CONFIG_USB_PEGASUS=m
    CONFIG_USB_RTL8150=m
    CONFIG_USB_RTL8152=m
    # CONFIG_USB_LAN78XX is not set
    CONFIG_USB_USBNET=m
    CONFIG_USB_NET_AX8817X=m
    CONFIG_USB_NET_AX88179_178A=m
    CONFIG_USB_NET_CDCETHER=m
    # CONFIG_USB_NET_CDC_EEM is not set
    CONFIG_USB_NET_CDC_NCM=m
    # CONFIG_USB_NET_HUAWEI_CDC_NCM is not set
    # CONFIG_USB_NET_CDC_MBIM is not set
    # CONFIG_USB_NET_DM9601 is not set
    # CONFIG_USB_NET_SR9700 is not set
    # CONFIG_USB_NET_SR9800 is not set
    CONFIG_USB_NET_SMSC75XX=m
    CONFIG_USB_NET_SMSC95XX=m
    # CONFIG_USB_NET_GL620A is not set
    CONFIG_USB_NET_NET1080=m
    # CONFIG_USB_NET_PLUSB is not set
    # CONFIG_USB_NET_MCS7830 is not set
    # CONFIG_USB_NET_RNDIS_HOST is not set
    CONFIG_USB_NET_CDC_SUBSET_ENABLE=m
    CONFIG_USB_NET_CDC_SUBSET=m
    # CONFIG_USB_ALI_M5632 is not set
    # CONFIG_USB_AN2720 is not set
    CONFIG_USB_BELKIN=y
    CONFIG_USB_ARMLINUX=y
    # CONFIG_USB_EPSON2888 is not set
    # CONFIG_USB_KC2190 is not set
    CONFIG_USB_NET_ZAURUS=m
    # CONFIG_USB_NET_CX82310_ETH is not set
    # CONFIG_USB_NET_KALMIA is not set
    # CONFIG_USB_NET_QMI_WWAN is not set
    # CONFIG_USB_NET_INT51X1 is not set
    # CONFIG_USB_IPHETH is not set
    # CONFIG_USB_SIERRA_NET is not set
    # CONFIG_USB_VL600 is not set
    # CONFIG_USB_NET_CH9200 is not set
    CONFIG_WLAN=y
    # CONFIG_WIRELESS_WDS is not set
    CONFIG_WLAN_VENDOR_ADMTEK=y
    CONFIG_WLAN_VENDOR_ATH=y
    # CONFIG_ATH_DEBUG is not set
    # CONFIG_ATH9K is not set
    # CONFIG_ATH9K_HTC is not set
    # CONFIG_CARL9170 is not set
    # CONFIG_ATH6KL is not set
    # CONFIG_AR5523 is not set
    # CONFIG_ATH10K is not set
    # CONFIG_WCN36XX is not set
    CONFIG_WLAN_VENDOR_ATMEL=y
    # CONFIG_AT76C50X_USB is not set
    CONFIG_WLAN_VENDOR_BROADCOM=y
    # CONFIG_B43 is not set
    # CONFIG_B43LEGACY is not set
    # CONFIG_BRCMSMAC is not set
    # CONFIG_BRCMFMAC is not set
    CONFIG_WLAN_VENDOR_CISCO=y
    CONFIG_WLAN_VENDOR_INTEL=y
    CONFIG_WLAN_VENDOR_INTERSIL=y
    # CONFIG_HOSTAP is not set
    # CONFIG_P54_COMMON is not set
    CONFIG_WLAN_VENDOR_MARVELL=y
    # CONFIG_LIBERTAS is not set
    # CONFIG_LIBERTAS_THINFIRM is not set
    # CONFIG_MWIFIEX is not set
    CONFIG_WLAN_VENDOR_MEDIATEK=y
    # CONFIG_MT7601U is not set
    # CONFIG_MT76x0U is not set
    # CONFIG_MT76x2U is not set
    CONFIG_WLAN_VENDOR_RALINK=y
    # CONFIG_RT2X00 is not set
    CONFIG_WLAN_VENDOR_REALTEK=y
    # CONFIG_RTL8187 is not set
    CONFIG_RTL_CARDS=m
    # CONFIG_RTL8192CU is not set
    # CONFIG_RTL8XXXU is not set
    CONFIG_WLAN_VENDOR_RSI=y
    # CONFIG_RSI_91X is not set
    CONFIG_WLAN_VENDOR_ST=y
    # CONFIG_CW1200 is not set
    CONFIG_WLAN_VENDOR_TI=y
    # CONFIG_WL1251 is not set
    # CONFIG_WL12XX is not set
    # CONFIG_WL18XX is not set
    # CONFIG_WLCORE is not set
    CONFIG_WLAN_VENDOR_ZYDAS=y
    # CONFIG_USB_ZD1201 is not set
    # CONFIG_ZD1211RW is not set
    CONFIG_WLAN_VENDOR_QUANTENNA=y
    # CONFIG_MAC80211_HWSIM is not set
    # CONFIG_USB_NET_RNDIS_WLAN is not set

    #
    # Enable WiMAX (Networking options) to see the WiMAX drivers
    #
    # CONFIG_WAN is not set
    # CONFIG_NETDEVSIM is not set
    CONFIG_NET_FAILOVER=y
    # CONFIG_ISDN is not set

    #
    # Input device support
    #
    CONFIG_INPUT=y
    CONFIG_INPUT_LEDS=y
    # CONFIG_INPUT_FF_MEMLESS is not set
    CONFIG_INPUT_POLLDEV=m
    # CONFIG_INPUT_SPARSEKMAP is not set
    CONFIG_INPUT_MATRIXKMAP=m

    #
    # Userland interfaces
    #
    CONFIG_INPUT_MOUSEDEV=m
    # CONFIG_INPUT_MOUSEDEV_PSAUX is not set
    CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
    CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
    # CONFIG_INPUT_JOYDEV is not set
    CONFIG_INPUT_EVDEV=m
    # CONFIG_INPUT_EVBUG is not set

    #
    # Input Device Drivers
    #
    CONFIG_INPUT_KEYBOARD=y
    # CONFIG_KEYBOARD_ADC is not set
    # CONFIG_KEYBOARD_ADP5588 is not set
    # CONFIG_KEYBOARD_ADP5589 is not set
    CONFIG_KEYBOARD_ATKBD=y
    # CONFIG_KEYBOARD_QT1070 is not set
    # CONFIG_KEYBOARD_QT2160 is not set
    # CONFIG_KEYBOARD_DLINK_DIR685 is not set
    # CONFIG_KEYBOARD_LKKBD is not set
    # CONFIG_KEYBOARD_GPIO is not set
    # CONFIG_KEYBOARD_GPIO_POLLED is not set
    # CONFIG_KEYBOARD_TCA6416 is not set
    # CONFIG_KEYBOARD_TCA8418 is not set
    # CONFIG_KEYBOARD_MATRIX is not set
    # CONFIG_KEYBOARD_LM8323 is not set
    # CONFIG_KEYBOARD_LM8333 is not set
    # CONFIG_KEYBOARD_MAX7359 is not set
    # CONFIG_KEYBOARD_MCS is not set
    # CONFIG_KEYBOARD_MPR121 is not set
    # CONFIG_KEYBOARD_NEWTON is not set
    # CONFIG_KEYBOARD_OPENCORES is not set
    # CONFIG_KEYBOARD_SAMSUNG is not set
    # CONFIG_KEYBOARD_STOWAWAY is not set
    # CONFIG_KEYBOARD_SUNKBD is not set
    # CONFIG_KEYBOARD_OMAP4 is not set
    # CONFIG_KEYBOARD_TM2_TOUCHKEY is not set
    # CONFIG_KEYBOARD_XTKBD is not set
    # CONFIG_KEYBOARD_CAP11XX is not set
    # CONFIG_KEYBOARD_BCM is not set
    CONFIG_INPUT_MOUSE=y
    CONFIG_MOUSE_PS2=y
    CONFIG_MOUSE_PS2_ALPS=y
    CONFIG_MOUSE_PS2_BYD=y
    CONFIG_MOUSE_PS2_LOGIPS2PP=y
    CONFIG_MOUSE_PS2_SYNAPTICS=y
    CONFIG_MOUSE_PS2_SYNAPTICS_SMBUS=y
    CONFIG_MOUSE_PS2_CYPRESS=y
    CONFIG_MOUSE_PS2_TRACKPOINT=y
    # CONFIG_MOUSE_PS2_ELANTECH is not set
    # CONFIG_MOUSE_PS2_SENTELIC is not set
    # CONFIG_MOUSE_PS2_TOUCHKIT is not set
    CONFIG_MOUSE_PS2_FOCALTECH=y
    CONFIG_MOUSE_PS2_SMBUS=y
    # CONFIG_MOUSE_SERIAL is not set
    # CONFIG_MOUSE_APPLETOUCH is not set
    # CONFIG_MOUSE_BCM5974 is not set
    # CONFIG_MOUSE_CYAPA is not set
    # CONFIG_MOUSE_ELAN_I2C is not set
    # CONFIG_MOUSE_VSXXXAA is not set
    # CONFIG_MOUSE_GPIO is not set
    # CONFIG_MOUSE_SYNAPTICS_I2C is not set
    # CONFIG_MOUSE_SYNAPTICS_USB is not set
    # CONFIG_INPUT_JOYSTICK is not set
    # CONFIG_INPUT_TABLET is not set
    CONFIG_INPUT_TOUCHSCREEN=y
    CONFIG_TOUCHSCREEN_PROPERTIES=y
    # CONFIG_TOUCHSCREEN_ADS7846 is not set
    # CONFIG_TOUCHSCREEN_AD7877 is not set
    # CONFIG_TOUCHSCREEN_AD7879 is not set
    # CONFIG_TOUCHSCREEN_ADC is not set
    # CONFIG_TOUCHSCREEN_AR1021_I2C is not set
    # CONFIG_TOUCHSCREEN_ATMEL_MXT is not set
    # CONFIG_TOUCHSCREEN_AUO_PIXCIR is not set
    # CONFIG_TOUCHSCREEN_BU21013 is not set
    # CONFIG_TOUCHSCREEN_BU21029 is not set
    # CONFIG_TOUCHSCREEN_CHIPONE_ICN8318 is not set
    # CONFIG_TOUCHSCREEN_CY8CTMG110 is not set
    # CONFIG_TOUCHSCREEN_CYTTSP_CORE is not set
    # CONFIG_TOUCHSCREEN_CYTTSP4_CORE is not set
    # CONFIG_TOUCHSCREEN_DYNAPRO is not set
    # CONFIG_TOUCHSCREEN_HAMPSHIRE is not set
    CONFIG_TOUCHSCREEN_EGALAX_I2C=m
    # CONFIG_TOUCHSCREEN_EETI is not set
    # CONFIG_TOUCHSCREEN_EGALAX is not set
    # CONFIG_TOUCHSCREEN_EGALAX_SERIAL is not set
    # CONFIG_TOUCHSCREEN_EXC3000 is not set
    # CONFIG_TOUCHSCREEN_FUJITSU is not set
    # CONFIG_TOUCHSCREEN_GOODIX is not set
    # CONFIG_TOUCHSCREEN_HIDEEP is not set
    # CONFIG_TOUCHSCREEN_ILI210X is not set
    # CONFIG_TOUCHSCREEN_S6SY761 is not set
    # CONFIG_TOUCHSCREEN_GUNZE is not set
    # CONFIG_TOUCHSCREEN_EKTF2127 is not set
    # CONFIG_TOUCHSCREEN_ELAN is not set
    # CONFIG_TOUCHSCREEN_ELO is not set
    # CONFIG_TOUCHSCREEN_WACOM_W8001 is not set
    # CONFIG_TOUCHSCREEN_WACOM_I2C is not set
    # CONFIG_TOUCHSCREEN_MAX11801 is not set
    # CONFIG_TOUCHSCREEN_MCS5000 is not set
    # CONFIG_TOUCHSCREEN_MMS114 is not set
    # CONFIG_TOUCHSCREEN_MELFAS_MIP4 is not set
    # CONFIG_TOUCHSCREEN_MTOUCH is not set
    # CONFIG_TOUCHSCREEN_IMX6UL_TSC is not set
    # CONFIG_TOUCHSCREEN_INEXIO is not set
    # CONFIG_TOUCHSCREEN_MK712 is not set
    # CONFIG_TOUCHSCREEN_PENMOUNT is not set
    # CONFIG_TOUCHSCREEN_EDT_FT5X06 is not set
    # CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set
    # CONFIG_TOUCHSCREEN_TOUCHWIN is not set
    # CONFIG_TOUCHSCREEN_PIXCIR is not set
    # CONFIG_TOUCHSCREEN_WDT87XX_I2C is not set
    # CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set
    # CONFIG_TOUCHSCREEN_TOUCHIT213 is not set
    # CONFIG_TOUCHSCREEN_TSC_SERIO is not set
    # CONFIG_TOUCHSCREEN_TSC2004 is not set
    # CONFIG_TOUCHSCREEN_TSC2005 is not set
    # CONFIG_TOUCHSCREEN_TSC2007 is not set
    # CONFIG_TOUCHSCREEN_RM_TS is not set
    # CONFIG_TOUCHSCREEN_SILEAD is not set
    # CONFIG_TOUCHSCREEN_SIS_I2C is not set
    # CONFIG_TOUCHSCREEN_ST1232 is not set
    # CONFIG_TOUCHSCREEN_STMFTS is not set
    # CONFIG_TOUCHSCREEN_SURFACE3_SPI is not set
    # CONFIG_TOUCHSCREEN_SX8654 is not set
    # CONFIG_TOUCHSCREEN_TPS6507X is not set
    # CONFIG_TOUCHSCREEN_ZET6223 is not set
    # CONFIG_TOUCHSCREEN_ZFORCE is not set
    # CONFIG_TOUCHSCREEN_ROHM_BU21023 is not set
    # CONFIG_INPUT_MISC is not set
    # CONFIG_RMI4_CORE is not set

    #
    # Hardware I/O ports
    #
    CONFIG_SERIO=y
    CONFIG_SERIO_SERPORT=y
    CONFIG_SERIO_LIBPS2=y
    # CONFIG_SERIO_RAW is not set
    # CONFIG_SERIO_ALTERA_PS2 is not set
    # CONFIG_SERIO_PS2MULT is not set
    # CONFIG_SERIO_ARC_PS2 is not set
    # CONFIG_SERIO_APBPS2 is not set
    # CONFIG_SERIO_GPIO_PS2 is not set
    # CONFIG_USERIO is not set
    # CONFIG_GAMEPORT is not set

    #
    # Character devices
    #
    CONFIG_TTY=y
    CONFIG_VT=y
    CONFIG_CONSOLE_TRANSLATIONS=y
    CONFIG_VT_CONSOLE=y
    CONFIG_VT_CONSOLE_SLEEP=y
    CONFIG_HW_CONSOLE=y
    CONFIG_VT_HW_CONSOLE_BINDING=y
    CONFIG_UNIX98_PTYS=y
    CONFIG_LEGACY_PTYS=y
    CONFIG_LEGACY_PTY_COUNT=256
    # CONFIG_SERIAL_NONSTANDARD is not set
    # CONFIG_N_GSM is not set
    # CONFIG_TRACE_SINK is not set
    CONFIG_LDISC_AUTOLOAD=y
    CONFIG_DEVMEM=y
    # CONFIG_DEVKMEM is not set

    #
    # Serial drivers
    #
    CONFIG_SERIAL_EARLYCON=y
    CONFIG_SERIAL_8250=y
    CONFIG_SERIAL_8250_DEPRECATED_OPTIONS=y
    # CONFIG_SERIAL_8250_FINTEK is not set
    CONFIG_SERIAL_8250_CONSOLE=y
    CONFIG_SERIAL_8250_DMA=y
    CONFIG_SERIAL_8250_NR_UARTS=10
    CONFIG_SERIAL_8250_RUNTIME_UARTS=10
    # CONFIG_SERIAL_8250_EXTENDED is not set
    # CONFIG_SERIAL_8250_ASPEED_VUART is not set
    CONFIG_SERIAL_8250_FSL=y
    # CONFIG_SERIAL_8250_DW is not set
    # CONFIG_SERIAL_8250_EM is not set
    # CONFIG_SERIAL_8250_RT288X is not set
    CONFIG_SERIAL_8250_OMAP=y
    CONFIG_SERIAL_8250_OMAP_TTYO_FIXUP=y
    CONFIG_SERIAL_OF_PLATFORM=y

    #
    # Non-8250 serial port support
    #
    # CONFIG_SERIAL_EARLYCON_ARM_SEMIHOST is not set
    # CONFIG_SERIAL_MAX3100 is not set
    # CONFIG_SERIAL_MAX310X is not set
    # CONFIG_SERIAL_UARTLITE is not set
    CONFIG_SERIAL_CORE=y
    CONFIG_SERIAL_CORE_CONSOLE=y
    # CONFIG_SERIAL_OMAP is not set
    # CONFIG_SERIAL_SCCNXP is not set
    # CONFIG_SERIAL_SC16IS7XX is not set
    # CONFIG_SERIAL_BCM63XX is not set
    # CONFIG_SERIAL_ALTERA_JTAGUART is not set
    # CONFIG_SERIAL_ALTERA_UART is not set
    # CONFIG_SERIAL_IFX6X60 is not set
    # CONFIG_SERIAL_XILINX_PS_UART is not set
    # CONFIG_SERIAL_ARC is not set
    # CONFIG_SERIAL_FSL_LPUART is not set
    # CONFIG_SERIAL_CONEXANT_DIGICOLOR is not set
    # CONFIG_SERIAL_ST_ASC is not set
    # CONFIG_SERIAL_DEV_BUS is not set
    # CONFIG_TTY_PRINTK is not set
    # CONFIG_HVC_DCC is not set
    # CONFIG_VIRTIO_CONSOLE is not set
    # CONFIG_IPMI_HANDLER is not set
    CONFIG_HW_RANDOM=m
    # CONFIG_HW_RANDOM_TIMERIOMEM is not set
    CONFIG_HW_RANDOM_OMAP=m
    # CONFIG_HW_RANDOM_VIRTIO is not set
    # CONFIG_RAW_DRIVER is not set
    # CONFIG_TCG_TPM is not set
    # CONFIG_XILLYBUS is not set

    #
    # I2C support
    #
    CONFIG_I2C=y
    CONFIG_I2C_BOARDINFO=y
    CONFIG_I2C_COMPAT=y
    CONFIG_I2C_CHARDEV=y
    CONFIG_I2C_MUX=y

    #
    # Multiplexer I2C Chip support
    #
    CONFIG_I2C_ARB_GPIO_CHALLENGE=m
    # CONFIG_I2C_MUX_GPIO is not set
    # CONFIG_I2C_MUX_GPMUX is not set
    # CONFIG_I2C_MUX_LTC4306 is not set
    # CONFIG_I2C_MUX_PCA9541 is not set
    CONFIG_I2C_MUX_PCA954x=y
    CONFIG_I2C_MUX_PINCTRL=y
    # CONFIG_I2C_MUX_REG is not set
    CONFIG_I2C_DEMUX_PINCTRL=y
    # CONFIG_I2C_MUX_MLXCPLD is not set
    CONFIG_I2C_HELPER_AUTO=y
    CONFIG_I2C_ALGOBIT=m

    #
    # I2C Hardware Bus support
    #

    #
    # I2C system bus drivers (mostly embedded / system-on-chip)
    #
    # CONFIG_I2C_CBUS_GPIO is not set
    # CONFIG_I2C_DESIGNWARE_PLATFORM is not set
    # CONFIG_I2C_EMEV2 is not set
    # CONFIG_I2C_GPIO is not set
    # CONFIG_I2C_OCORES is not set
    CONFIG_I2C_OMAP=y
    # CONFIG_I2C_PCA_PLATFORM is not set
    # CONFIG_I2C_RK3X is not set
    # CONFIG_I2C_SIMTEC is not set
    # CONFIG_I2C_XILINX is not set

    #
    # External I2C/SMBus adapter drivers
    #
    # CONFIG_I2C_DIOLAN_U2C is not set
    # CONFIG_I2C_PARPORT_LIGHT is not set
    # CONFIG_I2C_ROBOTFUZZ_OSIF is not set
    # CONFIG_I2C_TAOS_EVM is not set
    # CONFIG_I2C_TINY_USB is not set

    #
    # Other I2C/SMBus bus drivers
    #
    # CONFIG_I2C_STUB is not set
    # CONFIG_I2C_SLAVE is not set
    # CONFIG_I2C_DEBUG_CORE is not set
    # CONFIG_I2C_DEBUG_ALGO is not set
    # CONFIG_I2C_DEBUG_BUS is not set
    CONFIG_SPI=y
    # CONFIG_SPI_DEBUG is not set
    CONFIG_SPI_MASTER=y
    CONFIG_SPI_MEM=y

    #
    # SPI Master Controller Drivers
    #
    # CONFIG_SPI_ALTERA is not set
    # CONFIG_SPI_AXI_SPI_ENGINE is not set
    # CONFIG_SPI_BITBANG is not set
    # CONFIG_SPI_CADENCE is not set
    # CONFIG_SPI_DESIGNWARE is not set
    # CONFIG_SPI_GPIO is not set
    # CONFIG_SPI_FSL_SPI is not set
    # CONFIG_SPI_OC_TINY is not set
    CONFIG_SPI_OMAP24XX=y
    CONFIG_SPI_TI_QSPI=y
    # CONFIG_SPI_ROCKCHIP is not set
    # CONFIG_SPI_SC18IS602 is not set
    # CONFIG_SPI_XCOMM is not set
    # CONFIG_SPI_XILINX is not set
    # CONFIG_SPI_ZYNQMP_GQSPI is not set

    #
    # SPI Protocol Masters
    #
    CONFIG_SPI_SPIDEV=y
    # CONFIG_SPI_LOOPBACK_TEST is not set
    # CONFIG_SPI_TLE62X0 is not set
    # CONFIG_SPI_SLAVE is not set
    # CONFIG_SPMI is not set
    # CONFIG_HSI is not set
    CONFIG_PPS=y
    # CONFIG_PPS_DEBUG is not set

    #
    # PPS clients support
    #
    # CONFIG_PPS_CLIENT_KTIMER is not set
    # CONFIG_PPS_CLIENT_LDISC is not set
    # CONFIG_PPS_CLIENT_GPIO is not set

    #
    # PPS generators support
    #

    #
    # PTP clock support
    #
    CONFIG_PTP_1588_CLOCK=y

    #
    # Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks.
    #
    CONFIG_PINCTRL=y
    CONFIG_GENERIC_PINCTRL_GROUPS=y
    CONFIG_PINMUX=y
    CONFIG_GENERIC_PINMUX_FUNCTIONS=y
    CONFIG_PINCONF=y
    CONFIG_GENERIC_PINCONF=y
    # CONFIG_DEBUG_PINCTRL is not set
    # CONFIG_PINCTRL_AMD is not set
    # CONFIG_PINCTRL_MCP23S08 is not set
    CONFIG_PINCTRL_SINGLE=y
    # CONFIG_PINCTRL_SX150X is not set
    CONFIG_PINCTRL_PALMAS=y
    CONFIG_PINCTRL_TI_IODELAY=y
    CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y
    CONFIG_GPIOLIB=y
    CONFIG_GPIOLIB_FASTPATH_LIMIT=512
    CONFIG_OF_GPIO=y
    CONFIG_GPIOLIB_IRQCHIP=y
    # CONFIG_DEBUG_GPIO is not set
    CONFIG_GPIO_SYSFS=y

    #
    # Memory mapped GPIO drivers
    #
    # CONFIG_GPIO_74XX_MMIO is not set
    # CONFIG_GPIO_ALTERA is not set
    # CONFIG_GPIO_DWAPB is not set
    # CONFIG_GPIO_FTGPIO010 is not set
    # CONFIG_GPIO_GENERIC_PLATFORM is not set
    # CONFIG_GPIO_GRGPIO is not set
    # CONFIG_GPIO_HLWD is not set
    # CONFIG_GPIO_MB86S7X is not set
    # CONFIG_GPIO_MOCKUP is not set
    # CONFIG_GPIO_MPC8XXX is not set
    CONFIG_GPIO_OMAP=y
    CONFIG_GPIO_SYSCON=y
    # CONFIG_GPIO_XILINX is not set
    # CONFIG_GPIO_ZEVIO is not set

    #
    # I2C GPIO expanders
    #
    # CONFIG_GPIO_ADP5588 is not set
    # CONFIG_GPIO_ADNP is not set
    # CONFIG_GPIO_MAX7300 is not set
    # CONFIG_GPIO_MAX732X is not set
    # CONFIG_GPIO_PCA953X is not set
    # CONFIG_GPIO_PCF857X is not set
    # CONFIG_GPIO_TPIC2810 is not set

    #
    # MFD GPIO expanders
    #
    # CONFIG_HTC_EGPIO is not set
    CONFIG_GPIO_PALMAS=y

    #
    # SPI GPIO expanders
    #
    # CONFIG_GPIO_74X164 is not set
    # CONFIG_GPIO_MAX3191X is not set
    # CONFIG_GPIO_MAX7301 is not set
    # CONFIG_GPIO_MC33880 is not set
    # CONFIG_GPIO_PISOSR is not set
    # CONFIG_GPIO_XRA1403 is not set

    #
    # USB GPIO expanders
    #
    # CONFIG_W1 is not set
    # CONFIG_POWER_AVS is not set
    # CONFIG_POWER_RESET is not set
    # CONFIG_POWER_SUPPLY is not set
    # CONFIG_HWMON is not set
    CONFIG_THERMAL=y
    # CONFIG_THERMAL_STATISTICS is not set
    CONFIG_THERMAL_EMERGENCY_POWEROFF_DELAY_MS=0
    CONFIG_THERMAL_OF=y
    CONFIG_THERMAL_WRITABLE_TRIPS=y
    CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y
    # CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE is not set
    # CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE is not set
    # CONFIG_THERMAL_DEFAULT_GOV_POWER_ALLOCATOR is not set
    CONFIG_THERMAL_GOV_FAIR_SHARE=y
    CONFIG_THERMAL_GOV_STEP_WISE=y
    CONFIG_THERMAL_GOV_BANG_BANG=y
    CONFIG_THERMAL_GOV_USER_SPACE=y
    CONFIG_THERMAL_GOV_POWER_ALLOCATOR=y
    CONFIG_CPU_THERMAL=y
    # CONFIG_CLOCK_THERMAL is not set
    CONFIG_THERMAL_EMULATION=y
    # CONFIG_QORIQ_THERMAL is not set

    #
    # ACPI INT340X thermal drivers
    #

    #
    # Texas Instruments thermal drivers
    #
    CONFIG_TI_SOC_THERMAL=y
    CONFIG_TI_THERMAL=y
    CONFIG_DRA752_THERMAL=y
    # CONFIG_GENERIC_ADC_THERMAL is not set
    CONFIG_WATCHDOG=y
    CONFIG_WATCHDOG_CORE=y
    # CONFIG_WATCHDOG_NOWAYOUT is not set
    CONFIG_WATCHDOG_HANDLE_BOOT_ENABLED=y
    # CONFIG_WATCHDOG_SYSFS is not set

    #
    # Watchdog Device Drivers
    #
    # CONFIG_SOFT_WATCHDOG is not set
    # CONFIG_GPIO_WATCHDOG is not set
    # CONFIG_XILINX_WATCHDOG is not set
    # CONFIG_ZIIRAVE_WATCHDOG is not set
    # CONFIG_CADENCE_WATCHDOG is not set
    # CONFIG_FTWDT010_WATCHDOG is not set
    # CONFIG_DW_WATCHDOG is not set
    CONFIG_OMAP_WATCHDOG=m
    # CONFIG_MAX63XX_WATCHDOG is not set
    # CONFIG_MEN_A21_WDT is not set

    #
    # USB-based Watchdog Cards
    #
    # CONFIG_USBPCWATCHDOG is not set

    #
    # Watchdog Pretimeout Governors
    #
    # CONFIG_WATCHDOG_PRETIMEOUT_GOV is not set
    CONFIG_SSB_POSSIBLE=y
    # CONFIG_SSB is not set
    CONFIG_BCMA_POSSIBLE=y
    # CONFIG_BCMA is not set

    #
    # Multifunction device drivers
    #
    CONFIG_MFD_CORE=y
    # CONFIG_MFD_ACT8945A is not set
    # CONFIG_MFD_AS3711 is not set
    # CONFIG_MFD_AS3722 is not set
    # CONFIG_PMIC_ADP5520 is not set
    # CONFIG_MFD_AAT2870_CORE is not set
    # CONFIG_MFD_ATMEL_FLEXCOM is not set
    # CONFIG_MFD_ATMEL_HLCDC is not set
    # CONFIG_MFD_BCM590XX is not set
    # CONFIG_MFD_BD9571MWV is not set
    # CONFIG_MFD_AXP20X_I2C is not set
    # CONFIG_MFD_CROS_EC is not set
    # CONFIG_MFD_MADERA is not set
    # CONFIG_MFD_ASIC3 is not set
    # CONFIG_PMIC_DA903X is not set
    # CONFIG_MFD_DA9052_SPI is not set
    # CONFIG_MFD_DA9052_I2C is not set
    # CONFIG_MFD_DA9055 is not set
    # CONFIG_MFD_DA9062 is not set
    # CONFIG_MFD_DA9063 is not set
    # CONFIG_MFD_DA9150 is not set
    # CONFIG_MFD_DLN2 is not set
    # CONFIG_MFD_MC13XXX_SPI is not set
    # CONFIG_MFD_MC13XXX_I2C is not set
    # CONFIG_MFD_HI6421_PMIC is not set
    # CONFIG_HTC_PASIC3 is not set
    # CONFIG_HTC_I2CPLD is not set
    # CONFIG_MFD_KEMPLD is not set
    # CONFIG_MFD_88PM800 is not set
    # CONFIG_MFD_88PM805 is not set
    # CONFIG_MFD_88PM860X is not set
    # CONFIG_MFD_MAX14577 is not set
    # CONFIG_MFD_MAX77620 is not set
    # CONFIG_MFD_MAX77686 is not set
    # CONFIG_MFD_MAX77693 is not set
    # CONFIG_MFD_MAX77843 is not set
    # CONFIG_MFD_MAX8907 is not set
    # CONFIG_MFD_MAX8925 is not set
    # CONFIG_MFD_MAX8997 is not set
    # CONFIG_MFD_MAX8998 is not set
    # CONFIG_MFD_MT6397 is not set
    # CONFIG_MFD_MENF21BMC is not set
    # CONFIG_EZX_PCAP is not set
    # CONFIG_MFD_CPCAP is not set
    # CONFIG_MFD_VIPERBOARD is not set
    # CONFIG_MFD_RETU is not set
    # CONFIG_MFD_PCF50633 is not set
    # CONFIG_MFD_PM8XXX is not set
    # CONFIG_MFD_RT5033 is not set
    # CONFIG_MFD_RC5T583 is not set
    # CONFIG_MFD_RK808 is not set
    # CONFIG_MFD_RN5T618 is not set
    # CONFIG_MFD_SEC_CORE is not set
    # CONFIG_MFD_SI476X_CORE is not set
    # CONFIG_MFD_SM501 is not set
    # CONFIG_MFD_SKY81452 is not set
    # CONFIG_MFD_SMSC is not set
    # CONFIG_ABX500_CORE is not set
    # CONFIG_MFD_STMPE is not set
    CONFIG_MFD_SYSCON=y
    # CONFIG_MFD_TI_AM335X_TSCADC is not set
    # CONFIG_MFD_LP3943 is not set
    # CONFIG_MFD_LP8788 is not set
    # CONFIG_MFD_TI_LMU is not set
    CONFIG_MFD_OMAP_USB_HOST=y
    CONFIG_MFD_PALMAS=y
    # CONFIG_TPS6105X is not set
    # CONFIG_TPS65010 is not set
    # CONFIG_TPS6507X is not set
    # CONFIG_MFD_TPS65086 is not set
    # CONFIG_MFD_TPS65090 is not set
    # CONFIG_MFD_TPS65217 is not set
    # CONFIG_MFD_TI_LP873X is not set
    # CONFIG_MFD_TI_LP87565 is not set
    # CONFIG_MFD_TPS65218 is not set
    # CONFIG_MFD_TPS6586X is not set
    # CONFIG_MFD_TPS65910 is not set
    # CONFIG_MFD_TPS65912_I2C is not set
    # CONFIG_MFD_TPS65912_SPI is not set
    # CONFIG_MFD_TPS80031 is not set
    # CONFIG_TWL4030_CORE is not set
    # CONFIG_TWL6040_CORE is not set
    # CONFIG_MFD_WL1273_CORE is not set
    # CONFIG_MFD_LM3533 is not set
    # CONFIG_MFD_TC3589X is not set
    # CONFIG_MFD_T7L66XB is not set
    # CONFIG_MFD_TC6387XB is not set
    # CONFIG_MFD_TC6393XB is not set
    # CONFIG_MFD_ARIZONA_I2C is not set
    # CONFIG_MFD_ARIZONA_SPI is not set
    # CONFIG_MFD_WM8400 is not set
    # CONFIG_MFD_WM831X_I2C is not set
    # CONFIG_MFD_WM831X_SPI is not set
    # CONFIG_MFD_WM8350_I2C is not set
    # CONFIG_MFD_WM8994 is not set
    # CONFIG_MFD_ROHM_BD718XX is not set
    CONFIG_REGULATOR=y
    # CONFIG_REGULATOR_DEBUG is not set
    CONFIG_REGULATOR_FIXED_VOLTAGE=y
    # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set
    # CONFIG_REGULATOR_USERSPACE_CONSUMER is not set
    # CONFIG_REGULATOR_88PG86X is not set
    # CONFIG_REGULATOR_ACT8865 is not set
    # CONFIG_REGULATOR_AD5398 is not set
    # CONFIG_REGULATOR_ANATOP is not set
    # CONFIG_REGULATOR_DA9210 is not set
    # CONFIG_REGULATOR_DA9211 is not set
    # CONFIG_REGULATOR_FAN53555 is not set
    # CONFIG_REGULATOR_GPIO is not set
    # CONFIG_REGULATOR_ISL9305 is not set
    # CONFIG_REGULATOR_ISL6271A is not set
    # CONFIG_REGULATOR_LP3971 is not set
    # CONFIG_REGULATOR_LP3972 is not set
    # CONFIG_REGULATOR_LP872X is not set
    # CONFIG_REGULATOR_LP8755 is not set
    # CONFIG_REGULATOR_LTC3589 is not set
    # CONFIG_REGULATOR_LTC3676 is not set
    # CONFIG_REGULATOR_MAX1586 is not set
    # CONFIG_REGULATOR_MAX8649 is not set
    # CONFIG_REGULATOR_MAX8660 is not set
    # CONFIG_REGULATOR_MAX8952 is not set
    # CONFIG_REGULATOR_MAX8973 is not set
    # CONFIG_REGULATOR_MT6311 is not set
    CONFIG_REGULATOR_PALMAS=y
    CONFIG_REGULATOR_PBIAS=y
    # CONFIG_REGULATOR_PFUZE100 is not set
    # CONFIG_REGULATOR_PV88060 is not set
    # CONFIG_REGULATOR_PV88080 is not set
    # CONFIG_REGULATOR_PV88090 is not set
    # CONFIG_REGULATOR_PWM is not set
    CONFIG_REGULATOR_TI_ABB=y
    # CONFIG_REGULATOR_SY8106A is not set
    # CONFIG_REGULATOR_TPS51632 is not set
    # CONFIG_REGULATOR_TPS62360 is not set
    # CONFIG_REGULATOR_TPS65023 is not set
    # CONFIG_REGULATOR_TPS6507X is not set
    # CONFIG_REGULATOR_TPS65132 is not set
    # CONFIG_REGULATOR_TPS6524X is not set
    # CONFIG_REGULATOR_VCTRL is not set
    # CONFIG_RC_CORE is not set
    CONFIG_MEDIA_SUPPORT=y

    #
    # Multimedia core support
    #
    CONFIG_MEDIA_CAMERA_SUPPORT=y
    # CONFIG_MEDIA_ANALOG_TV_SUPPORT is not set
    # CONFIG_MEDIA_DIGITAL_TV_SUPPORT is not set
    # CONFIG_MEDIA_RADIO_SUPPORT is not set
    # CONFIG_MEDIA_SDR_SUPPORT is not set
    # CONFIG_MEDIA_CEC_SUPPORT is not set
    CONFIG_MEDIA_CONTROLLER=y
    CONFIG_VIDEO_DEV=y
    CONFIG_VIDEO_V4L2_SUBDEV_API=y
    CONFIG_VIDEO_V4L2=y
    # CONFIG_VIDEO_ADV_DEBUG is not set
    # CONFIG_VIDEO_FIXED_MINOR_RANGES is not set
    CONFIG_V4L2_MEM2MEM_DEV=m
    CONFIG_V4L2_FWNODE=m

    #
    # Media drivers
    #
    # CONFIG_MEDIA_USB_SUPPORT is not set
    CONFIG_V4L_PLATFORM_DRIVERS=y
    # CONFIG_VIDEO_CADENCE is not set
    # CONFIG_VIDEO_MUX is not set
    CONFIG_SOC_CAMERA=m
    CONFIG_SOC_CAMERA_PLATFORM=m
    # CONFIG_VIDEO_XILINX is not set
    CONFIG_VIDEO_TI_CAL=m
    # CONFIG_VIDEO_TI_VIP is not set
    CONFIG_V4L_MEM2MEM_DRIVERS=y
    # CONFIG_VIDEO_MEM2MEM_DEINTERLACE is not set
    # CONFIG_VIDEO_SH_VEU is not set
    CONFIG_VIDEO_TI_VPE=m
    # CONFIG_VIDEO_TI_VPE_DEBUG is not set
    CONFIG_VIDEO_TI_VPDMA=m
    CONFIG_VIDEO_TI_SC=m
    CONFIG_VIDEO_TI_CSC=m
    # CONFIG_V4L_TEST_DRIVERS is not set

    #
    # Supported MMC/SDIO adapters
    #
    # CONFIG_CYPRESS_FIRMWARE is not set
    CONFIG_VIDEOBUF2_CORE=m
    CONFIG_VIDEOBUF2_V4L2=m
    CONFIG_VIDEOBUF2_MEMOPS=m
    CONFIG_VIDEOBUF2_DMA_CONTIG=m

    #
    # Media ancillary drivers (tuners, sensors, i2c, spi, frontends)
    #
    # CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set

    #
    # I2C Encoders, decoders, sensors and other helper chips
    #

    #
    # Audio decoders, processors and mixers
    #
    # CONFIG_VIDEO_TVAUDIO is not set
    # CONFIG_VIDEO_TDA7432 is not set
    # CONFIG_VIDEO_TDA9840 is not set
    # CONFIG_VIDEO_TDA1997X is not set
    # CONFIG_VIDEO_TEA6415C is not set
    # CONFIG_VIDEO_TEA6420 is not set
    # CONFIG_VIDEO_MSP3400 is not set
    # CONFIG_VIDEO_CS3308 is not set
    # CONFIG_VIDEO_CS5345 is not set
    # CONFIG_VIDEO_CS53L32A is not set
    # CONFIG_VIDEO_TLV320AIC23B is not set
    # CONFIG_VIDEO_UDA1342 is not set
    # CONFIG_VIDEO_WM8775 is not set
    # CONFIG_VIDEO_WM8739 is not set
    # CONFIG_VIDEO_VP27SMPX is not set
    # CONFIG_VIDEO_SONY_BTF_MPX is not set

    #
    # RDS decoders
    #
    # CONFIG_VIDEO_SAA6588 is not set

    #
    # Video decoders
    #
    # CONFIG_VIDEO_ADV7180 is not set
    # CONFIG_VIDEO_ADV7183 is not set
    # CONFIG_VIDEO_ADV748X is not set
    # CONFIG_VIDEO_ADV7604 is not set
    # CONFIG_VIDEO_ADV7842 is not set
    # CONFIG_VIDEO_BT819 is not set
    # CONFIG_VIDEO_BT856 is not set
    # CONFIG_VIDEO_BT866 is not set
    # CONFIG_VIDEO_KS0127 is not set
    # CONFIG_VIDEO_ML86V7667 is not set
    # CONFIG_VIDEO_AD5820 is not set
    # CONFIG_VIDEO_AK7375 is not set
    # CONFIG_VIDEO_DW9714 is not set
    # CONFIG_VIDEO_DW9807_VCM is not set
    # CONFIG_VIDEO_SAA7110 is not set
    # CONFIG_VIDEO_SAA711X is not set
    # CONFIG_VIDEO_TC358743 is not set
    # CONFIG_VIDEO_TVP514X is not set
    # CONFIG_VIDEO_TVP5150 is not set
    # CONFIG_VIDEO_TVP7002 is not set
    # CONFIG_VIDEO_TW2804 is not set
    # CONFIG_VIDEO_TW9903 is not set
    # CONFIG_VIDEO_TW9906 is not set
    # CONFIG_VIDEO_TW9910 is not set
    # CONFIG_VIDEO_VPX3220 is not set

    #
    # Video and audio decoders
    #
    # CONFIG_VIDEO_SAA717X is not set
    # CONFIG_VIDEO_CX25840 is not set

    #
    # Video encoders
    #
    # CONFIG_VIDEO_SAA7127 is not set
    # CONFIG_VIDEO_SAA7185 is not set
    # CONFIG_VIDEO_ADV7170 is not set
    # CONFIG_VIDEO_ADV7175 is not set
    # CONFIG_VIDEO_ADV7343 is not set
    # CONFIG_VIDEO_ADV7393 is not set
    # CONFIG_VIDEO_ADV7511 is not set
    # CONFIG_VIDEO_AD9389B is not set
    # CONFIG_VIDEO_AK881X is not set
    # CONFIG_VIDEO_THS8200 is not set

    #
    # Camera sensor devices
    #
    # CONFIG_VIDEO_IMX258 is not set
    # CONFIG_VIDEO_IMX274 is not set
    # CONFIG_VIDEO_OV2640 is not set
    # CONFIG_VIDEO_OV2659 is not set
    # CONFIG_VIDEO_OV2680 is not set
    # CONFIG_VIDEO_OV2685 is not set
    # CONFIG_VIDEO_OV5640 is not set
    # CONFIG_VIDEO_OV5645 is not set
    # CONFIG_VIDEO_OV5647 is not set
    # CONFIG_VIDEO_OV6650 is not set
    # CONFIG_VIDEO_OV5670 is not set
    # CONFIG_VIDEO_OV5695 is not set
    # CONFIG_VIDEO_OV7251 is not set
    # CONFIG_VIDEO_OV772X is not set
    # CONFIG_VIDEO_OV7640 is not set
    # CONFIG_VIDEO_OV7670 is not set
    # CONFIG_VIDEO_OV7740 is not set
    # CONFIG_VIDEO_OV9650 is not set
    # CONFIG_VIDEO_OV13858 is not set
    # CONFIG_VIDEO_OV1063X is not set
    # CONFIG_VIDEO_OV490 is not set
    # CONFIG_VIDEO_VS6624 is not set
    # CONFIG_VIDEO_MT9M032 is not set
    # CONFIG_VIDEO_MT9M111 is not set
    # CONFIG_VIDEO_MT9P031 is not set
    # CONFIG_VIDEO_MT9T001 is not set
    # CONFIG_VIDEO_MT9T112 is not set
    # CONFIG_VIDEO_MT9V011 is not set
    # CONFIG_VIDEO_MT9V032 is not set
    # CONFIG_VIDEO_MT9V111 is not set
    # CONFIG_VIDEO_MT9T11X is not set
    # CONFIG_VIDEO_SR030PC30 is not set
    # CONFIG_VIDEO_NOON010PC30 is not set
    # CONFIG_VIDEO_M5MOLS is not set
    # CONFIG_VIDEO_RJ54N1 is not set
    # CONFIG_VIDEO_S5K6AA is not set
    # CONFIG_VIDEO_S5K6A3 is not set
    # CONFIG_VIDEO_S5K4ECGX is not set
    # CONFIG_VIDEO_S5K5BAF is not set
    # CONFIG_VIDEO_SMIAPP is not set
    # CONFIG_VIDEO_ET8EK8 is not set
    # CONFIG_VIDEO_S5C73M3 is not set

    #
    # Flash devices
    #
    # CONFIG_VIDEO_ADP1653 is not set
    # CONFIG_VIDEO_LM3560 is not set
    # CONFIG_VIDEO_LM3646 is not set

    #
    # Video improvement chips
    #
    # CONFIG_VIDEO_UPD64031A is not set
    # CONFIG_VIDEO_UPD64083 is not set

    #
    # Audio/Video compression chips
    #
    # CONFIG_VIDEO_SAA6752HS is not set

    #
    # SDR tuner chips
    #

    #
    # Miscellaneous helper chips
    #
    # CONFIG_VIDEO_THS7303 is not set
    # CONFIG_VIDEO_M52790 is not set
    # CONFIG_VIDEO_I2C is not set

    #
    # Sensors used on soc_camera driver
    #

    #
    # soc_camera sensor drivers
    #
    # CONFIG_SOC_CAMERA_MT9M001 is not set
    # CONFIG_SOC_CAMERA_MT9M111 is not set
    # CONFIG_SOC_CAMERA_MT9T112 is not set
    # CONFIG_SOC_CAMERA_MT9V022 is not set
    # CONFIG_SOC_CAMERA_OV5642 is not set
    # CONFIG_SOC_CAMERA_OV772X is not set
    # CONFIG_SOC_CAMERA_OV9640 is not set
    # CONFIG_SOC_CAMERA_OV9740 is not set
    # CONFIG_SOC_CAMERA_RJ54N1 is not set
    # CONFIG_SOC_CAMERA_TW9910 is not set

    #
    # SPI helper chips
    #
    # CONFIG_VIDEO_GS1662 is not set

    #
    # Media SPI Adapters
    #

    #
    # Customise DVB Frontends
    #

    #
    # Tools to develop new frontends
    #

    #
    # Graphics support
    #
    # CONFIG_IMX_IPUV3_CORE is not set
    CONFIG_DRM=m
    # CONFIG_DRM_DP_AUX_CHARDEV is not set
    # CONFIG_DRM_DEBUG_SELFTEST is not set
    CONFIG_DRM_KMS_HELPER=m
    CONFIG_DRM_KMS_FB_HELPER=y
    CONFIG_DRM_FBDEV_EMULATION=y
    CONFIG_DRM_FBDEV_OVERALLOC=100
    # CONFIG_DRM_FBDEV_LEAK_PHYS_SMEM is not set
    # CONFIG_DRM_LOAD_EDID_FIRMWARE is not set
    # CONFIG_DRM_DP_CEC is not set
    CONFIG_DRM_TTM=m
    CONFIG_DRM_VM=y

    #
    # I2C encoder or helper chips
    #
    # CONFIG_DRM_I2C_CH7006 is not set
    # CONFIG_DRM_I2C_SIL164 is not set
    # CONFIG_DRM_I2C_NXP_TDA998X is not set
    # CONFIG_DRM_I2C_NXP_TDA9950 is not set
    # CONFIG_DRM_HDLCD is not set
    # CONFIG_DRM_MALI_DISPLAY is not set

    #
    # ACP (Audio CoProcessor) Configuration
    #

    #
    # AMD Library routines
    #
    # CONFIG_DRM_VGEM is not set
    # CONFIG_DRM_VKMS is not set
    # CONFIG_DRM_EXYNOS is not set
    # CONFIG_DRM_UDL is not set
    # CONFIG_DRM_ARMADA is not set
    # CONFIG_DRM_RCAR_DW_HDMI is not set
    # CONFIG_DRM_RCAR_LVDS is not set
    CONFIG_DRM_OMAP=m
    # CONFIG_DRM_OMAP_WB is not set
    CONFIG_OMAP2_DSS_INIT=y
    CONFIG_OMAP_DSS_BASE=m
    CONFIG_OMAP2_DSS=m
    # CONFIG_OMAP2_DSS_DEBUG is not set
    CONFIG_OMAP2_DSS_DEBUGFS=y
    # CONFIG_OMAP2_DSS_COLLECT_IRQ_STATS is not set
    CONFIG_OMAP2_DSS_DPI=y
    # CONFIG_OMAP2_DSS_VENC is not set
    # CONFIG_OMAP4_DSS_HDMI is not set
    # CONFIG_OMAP5_DSS_HDMI is not set
    # CONFIG_OMAP2_DSS_SDI is not set
    # CONFIG_OMAP2_DSS_DSI is not set
    CONFIG_OMAP2_DSS_MIN_FCK_PER_PCK=0
    CONFIG_OMAP2_DSS_SLEEP_AFTER_VENC_RESET=y

    #
    # OMAPDRM External Display Device Drivers
    #
    # CONFIG_DRM_OMAP_ENCODER_OPA362 is not set
    # CONFIG_DRM_OMAP_ENCODER_TPD12S015 is not set
    # CONFIG_DRM_OMAP_DRA7EVM_ENCODER_TPD12S015 is not set
    # CONFIG_DRM_OMAP_CONNECTOR_HDMI is not set
    # CONFIG_DRM_OMAP_CONNECTOR_ANALOG_TV is not set
    # CONFIG_DRM_OMAP_PANEL_DSI_CM is not set
    # CONFIG_DRM_OMAP_PANEL_SONY_ACX565AKM is not set
    # CONFIG_DRM_OMAP_PANEL_LGPHILIPS_LB035Q02 is not set
    # CONFIG_DRM_OMAP_PANEL_SHARP_LS037V7DW01 is not set
    # CONFIG_DRM_OMAP_PANEL_TPO_TD028TTEC1 is not set
    # CONFIG_DRM_OMAP_PANEL_TPO_TD043MTEA1 is not set
    # CONFIG_DRM_OMAP_PANEL_NEC_NL8048HL11 is not set
    # CONFIG_DRM_TILCDC is not set
    CONFIG_DRM_VIRTIO_GPU=m
    # CONFIG_DRM_FSL_DCU is not set
    # CONFIG_DRM_STM is not set
    CONFIG_DRM_PANEL=y

    #
    # Display Panels
    #
    # CONFIG_DRM_PANEL_ARM_VERSATILE is not set
    # CONFIG_DRM_PANEL_LVDS is not set
    CONFIG_DRM_PANEL_SIMPLE=m
    # CONFIG_DRM_PANEL_ILITEK_IL9322 is not set
    # CONFIG_DRM_PANEL_SAMSUNG_LD9040 is not set
    # CONFIG_DRM_PANEL_LG_LG4573 is not set
    # CONFIG_DRM_PANEL_SAMSUNG_S6E8AA0 is not set
    # CONFIG_DRM_PANEL_SEIKO_43WVF1G is not set
    # CONFIG_DRM_PANEL_SITRONIX_ST7789V is not set
    CONFIG_DRM_BRIDGE=y
    CONFIG_DRM_PANEL_BRIDGE=y

    #
    # Display Interface Bridges
    #
    # CONFIG_DRM_ANALOGIX_ANX78XX is not set
    # CONFIG_DRM_CDNS_DSI is not set
    # CONFIG_DRM_CDNS_MHDP is not set
    # CONFIG_DRM_DUMB_VGA_DAC is not set
    # CONFIG_DRM_LVDS_ENCODER is not set
    # CONFIG_DRM_MEGACHIPS_STDPXXXX_GE_B850V3_FW is not set
    # CONFIG_DRM_NXP_PTN3460 is not set
    # CONFIG_DRM_PARADE_PS8622 is not set
    # CONFIG_DRM_SIL_SII8620 is not set
    # CONFIG_DRM_SII902X is not set
    # CONFIG_DRM_SII9234 is not set
    # CONFIG_DRM_THINE_THC63LVD1024 is not set
    # CONFIG_DRM_TOSHIBA_TC358767 is not set
    # CONFIG_DRM_TOSHIBA_TC358768 is not set
    # CONFIG_DRM_TI_TFP410 is not set
    # CONFIG_DRM_I2C_ADV7511 is not set
    # CONFIG_DRM_STI is not set
    # CONFIG_DRM_ARCPGU is not set
    # CONFIG_DRM_MXSFB is not set
    # CONFIG_DRM_TINYDRM is not set
    # CONFIG_DRM_PL111 is not set
    # CONFIG_DRM_TVE200 is not set
    # CONFIG_DRM_TIDSS is not set
    CONFIG_DRM_LEGACY=y
    CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=m

    #
    # Frame buffer Devices
    #
    CONFIG_FB=y
    # CONFIG_FIRMWARE_EDID is not set
    CONFIG_FB_CMDLINE=y
    CONFIG_FB_NOTIFY=y
    CONFIG_FB_CFB_FILLRECT=y
    CONFIG_FB_CFB_COPYAREA=y
    CONFIG_FB_CFB_IMAGEBLIT=y
    CONFIG_FB_SYS_FILLRECT=m
    CONFIG_FB_SYS_COPYAREA=m
    CONFIG_FB_SYS_IMAGEBLIT=m
    # CONFIG_FB_FOREIGN_ENDIAN is not set
    CONFIG_FB_SYS_FOPS=m
    CONFIG_FB_DEFERRED_IO=y
    # CONFIG_FB_MODE_HELPERS is not set
    # CONFIG_FB_TILEBLITTING is not set

    #
    # Frame buffer hardware drivers
    #
    # CONFIG_FB_OPENCORES is not set
    # CONFIG_FB_S1D13XXX is not set
    # CONFIG_FB_SMSCUFX is not set
    # CONFIG_FB_UDL is not set
    # CONFIG_FB_IBM_GXT4500 is not set
    # CONFIG_FB_VIRTUAL is not set
    # CONFIG_FB_METRONOME is not set
    # CONFIG_FB_BROADSHEET is not set
    CONFIG_FB_SIMPLE=y
    # CONFIG_FB_SSD1307 is not set
    CONFIG_BACKLIGHT_LCD_SUPPORT=y
    # CONFIG_LCD_CLASS_DEVICE is not set
    CONFIG_BACKLIGHT_CLASS_DEVICE=m
    # CONFIG_BACKLIGHT_GENERIC is not set
    CONFIG_BACKLIGHT_PWM=m
    # CONFIG_BACKLIGHT_PM8941_WLED is not set
    # CONFIG_BACKLIGHT_ADP8860 is not set
    # CONFIG_BACKLIGHT_ADP8870 is not set
    # CONFIG_BACKLIGHT_LM3630A is not set
    # CONFIG_BACKLIGHT_LM3639 is not set
    # CONFIG_BACKLIGHT_LP855X is not set
    CONFIG_BACKLIGHT_GPIO=m
    # CONFIG_BACKLIGHT_LV5207LP is not set
    # CONFIG_BACKLIGHT_BD6107 is not set
    # CONFIG_BACKLIGHT_ARCXCNN is not set
    # CONFIG_BACKLIGHT_LED is not set
    CONFIG_VIDEOMODE_HELPERS=y
    CONFIG_HDMI=y

    #
    # Console display driver support
    #
    CONFIG_DUMMY_CONSOLE=y
    CONFIG_FRAMEBUFFER_CONSOLE=y
    CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y
    CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
    # CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER is not set
    # CONFIG_LOGO is not set
    CONFIG_SOUND=y
    CONFIG_SND=y
    CONFIG_SND_TIMER=y
    CONFIG_SND_PCM=y
    CONFIG_SND_DMAENGINE_PCM=y
    CONFIG_SND_JACK=y
    CONFIG_SND_JACK_INPUT_DEV=y
    # CONFIG_SND_OSSEMUL is not set
    CONFIG_SND_PCM_TIMER=y
    # CONFIG_SND_HRTIMER is not set
    CONFIG_SND_DYNAMIC_MINORS=y
    CONFIG_SND_MAX_CARDS=32
    CONFIG_SND_SUPPORT_OLD_API=y
    CONFIG_SND_PROC_FS=y
    CONFIG_SND_VERBOSE_PROCFS=y
    # CONFIG_SND_VERBOSE_PRINTK is not set
    # CONFIG_SND_DEBUG is not set
    # CONFIG_SND_SEQUENCER is not set
    CONFIG_SND_DRIVERS=y
    # CONFIG_SND_DUMMY is not set
    # CONFIG_SND_ALOOP is not set
    # CONFIG_SND_MTPAV is not set
    # CONFIG_SND_SERIAL_U16550 is not set
    # CONFIG_SND_MPU401 is not set

    #
    # HD-Audio
    #
    CONFIG_SND_HDA_PREALLOC_SIZE=64
    # CONFIG_SND_ARM is not set
    # CONFIG_SND_SPI is not set
    # CONFIG_SND_USB is not set
    CONFIG_SND_SOC=y
    CONFIG_SND_SOC_GENERIC_DMAENGINE_PCM=y
    # CONFIG_SND_SOC_AMD_ACP is not set
    # CONFIG_SND_ATMEL_SOC is not set
    # CONFIG_SND_DESIGNWARE_I2S is not set

    #
    # SoC Audio for Freescale CPUs
    #

    #
    # Common SoC Audio options for Freescale CPUs:
    #
    # CONFIG_SND_SOC_FSL_ASRC is not set
    # CONFIG_SND_SOC_FSL_SAI is not set
    # CONFIG_SND_SOC_FSL_SSI is not set
    # CONFIG_SND_SOC_FSL_SPDIF is not set
    # CONFIG_SND_SOC_FSL_ESAI is not set
    # CONFIG_SND_SOC_IMX_AUDMUX is not set
    # CONFIG_SND_I2S_HI6210_I2S is not set
    # CONFIG_SND_SOC_IMG is not set

    #
    # STMicroelectronics STM32 SOC audio support
    #

    #
    # Audio support for Texas Instruments SoCs
    #
    CONFIG_SND_SOC_TI_EDMA_PCM=y
    CONFIG_SND_SOC_TI_SDMA_PCM=y

    #
    # Texas Instruments DAI support for:
    #
    CONFIG_SND_SOC_DAVINCI_MCASP=y
    # CONFIG_SND_SOC_OMAP_MCBSP is not set

    #
    # Audio support for boards with Texas Instruments SoCs
    #
    # CONFIG_SND_SOC_XTFPGA_I2S is not set
    # CONFIG_ZX_TDM is not set
    CONFIG_SND_SOC_I2C_AND_SPI=y

    #
    # CODEC drivers
    #
    # CONFIG_SND_SOC_AC97_CODEC is not set
    # CONFIG_SND_SOC_ADAU1701 is not set
    # CONFIG_SND_SOC_ADAU1761_I2C is not set
    # CONFIG_SND_SOC_ADAU1761_SPI is not set
    # CONFIG_SND_SOC_ADAU7002 is not set
    # CONFIG_SND_SOC_AK4104 is not set
    # CONFIG_SND_SOC_AK4458 is not set
    # CONFIG_SND_SOC_AK4554 is not set
    # CONFIG_SND_SOC_AK4613 is not set
    # CONFIG_SND_SOC_AK4642 is not set
    # CONFIG_SND_SOC_AK5386 is not set
    # CONFIG_SND_SOC_AK5558 is not set
    # CONFIG_SND_SOC_ALC5623 is not set
    # CONFIG_SND_SOC_BD28623 is not set
    # CONFIG_SND_SOC_BT_SCO is not set
    # CONFIG_SND_SOC_CS35L32 is not set
    # CONFIG_SND_SOC_CS35L33 is not set
    # CONFIG_SND_SOC_CS35L34 is not set
    # CONFIG_SND_SOC_CS35L35 is not set
    # CONFIG_SND_SOC_CS42L42 is not set
    # CONFIG_SND_SOC_CS42L51_I2C is not set
    # CONFIG_SND_SOC_CS42L52 is not set
    # CONFIG_SND_SOC_CS42L56 is not set
    # CONFIG_SND_SOC_CS42L73 is not set
    # CONFIG_SND_SOC_CS4265 is not set
    # CONFIG_SND_SOC_CS4270 is not set
    # CONFIG_SND_SOC_CS4271_I2C is not set
    # CONFIG_SND_SOC_CS4271_SPI is not set
    # CONFIG_SND_SOC_CS42XX8_I2C is not set
    # CONFIG_SND_SOC_CS43130 is not set
    # CONFIG_SND_SOC_CS4349 is not set
    # CONFIG_SND_SOC_CS53L30 is not set
    # CONFIG_SND_SOC_ES7134 is not set
    # CONFIG_SND_SOC_ES7241 is not set
    # CONFIG_SND_SOC_ES8316 is not set
    # CONFIG_SND_SOC_ES8328_I2C is not set
    # CONFIG_SND_SOC_ES8328_SPI is not set
    # CONFIG_SND_SOC_GTM601 is not set
    # CONFIG_SND_SOC_INNO_RK3036 is not set
    # CONFIG_SND_SOC_MAX98504 is not set
    # CONFIG_SND_SOC_MAX9867 is not set
    # CONFIG_SND_SOC_MAX98927 is not set
    # CONFIG_SND_SOC_MAX98373 is not set
    # CONFIG_SND_SOC_MAX9860 is not set
    # CONFIG_SND_SOC_MSM8916_WCD_DIGITAL is not set
    # CONFIG_SND_SOC_PCM1681 is not set
    # CONFIG_SND_SOC_PCM1789_I2C is not set
    # CONFIG_SND_SOC_PCM179X_I2C is not set
    # CONFIG_SND_SOC_PCM179X_SPI is not set
    # CONFIG_SND_SOC_PCM186X_I2C is not set
    # CONFIG_SND_SOC_PCM186X_SPI is not set
    # CONFIG_SND_SOC_PCM3168A_I2C is not set
    # CONFIG_SND_SOC_PCM3168A_SPI is not set
    # CONFIG_SND_SOC_PCM512x_I2C is not set
    # CONFIG_SND_SOC_PCM512x_SPI is not set
    # CONFIG_SND_SOC_RT5616 is not set
    # CONFIG_SND_SOC_RT5631 is not set
    # CONFIG_SND_SOC_SGTL5000 is not set
    # CONFIG_SND_SOC_SIMPLE_AMPLIFIER is not set
    # CONFIG_SND_SOC_SIRF_AUDIO_CODEC is not set
    # CONFIG_SND_SOC_SPDIF is not set
    # CONFIG_SND_SOC_SSM2305 is not set
    # CONFIG_SND_SOC_SSM2602_SPI is not set
    # CONFIG_SND_SOC_SSM2602_I2C is not set
    # CONFIG_SND_SOC_SSM4567 is not set
    # CONFIG_SND_SOC_STA32X is not set
    # CONFIG_SND_SOC_STA350 is not set
    # CONFIG_SND_SOC_STI_SAS is not set
    # CONFIG_SND_SOC_TAS2552 is not set
    # CONFIG_SND_SOC_TAS5086 is not set
    # CONFIG_SND_SOC_TAS571X is not set
    # CONFIG_SND_SOC_TAS5720 is not set
    # CONFIG_SND_SOC_TAS6424 is not set
    # CONFIG_SND_SOC_TDA7419 is not set
    # CONFIG_SND_SOC_TFA9879 is not set
    # CONFIG_SND_SOC_TLV320AIC23_I2C is not set
    # CONFIG_SND_SOC_TLV320AIC23_SPI is not set
    CONFIG_SND_SOC_TLV320AIC31XX=m
    # CONFIG_SND_SOC_TLV320AIC32X4_I2C is not set
    # CONFIG_SND_SOC_TLV320AIC32X4_SPI is not set
    CONFIG_SND_SOC_TLV320AIC3X=m
    # CONFIG_SND_SOC_TS3A227E is not set
    # CONFIG_SND_SOC_TSCS42XX is not set
    # CONFIG_SND_SOC_TSCS454 is not set
    # CONFIG_SND_SOC_WM8510 is not set
    # CONFIG_SND_SOC_WM8523 is not set
    # CONFIG_SND_SOC_WM8524 is not set
    # CONFIG_SND_SOC_WM8580 is not set
    # CONFIG_SND_SOC_WM8711 is not set
    # CONFIG_SND_SOC_WM8728 is not set
    # CONFIG_SND_SOC_WM8731 is not set
    # CONFIG_SND_SOC_WM8737 is not set
    # CONFIG_SND_SOC_WM8741 is not set
    # CONFIG_SND_SOC_WM8750 is not set
    # CONFIG_SND_SOC_WM8753 is not set
    # CONFIG_SND_SOC_WM8770 is not set
    # CONFIG_SND_SOC_WM8776 is not set
    # CONFIG_SND_SOC_WM8782 is not set
    # CONFIG_SND_SOC_WM8804_I2C is not set
    # CONFIG_SND_SOC_WM8804_SPI is not set
    # CONFIG_SND_SOC_WM8903 is not set
    # CONFIG_SND_SOC_WM8960 is not set
    # CONFIG_SND_SOC_WM8962 is not set
    # CONFIG_SND_SOC_WM8974 is not set
    # CONFIG_SND_SOC_WM8978 is not set
    # CONFIG_SND_SOC_WM8985 is not set
    # CONFIG_SND_SOC_ZX_AUD96P22 is not set
    # CONFIG_SND_SOC_MAX9759 is not set
    # CONFIG_SND_SOC_MT6351 is not set
    # CONFIG_SND_SOC_NAU8540 is not set
    # CONFIG_SND_SOC_NAU8810 is not set
    # CONFIG_SND_SOC_NAU8824 is not set
    # CONFIG_SND_SOC_TPA6130A2 is not set
    CONFIG_SND_SIMPLE_CARD_UTILS=m
    CONFIG_SND_SIMPLE_CARD=m
    CONFIG_SND_SIMPLE_SCU_CARD=m
    # CONFIG_SND_AUDIO_GRAPH_CARD is not set
    # CONFIG_SND_AUDIO_GRAPH_SCU_CARD is not set

    #
    # HID support
    #
    CONFIG_HID=y
    # CONFIG_HID_BATTERY_STRENGTH is not set
    CONFIG_HIDRAW=y
    CONFIG_UHID=y
    CONFIG_HID_GENERIC=y

    #
    # Special HID drivers
    #
    # CONFIG_HID_A4TECH is not set
    # CONFIG_HID_ACCUTOUCH is not set
    # CONFIG_HID_ACRUX is not set
    # CONFIG_HID_APPLE is not set
    # CONFIG_HID_APPLEIR is not set
    # CONFIG_HID_ASUS is not set
    # CONFIG_HID_AUREAL is not set
    # CONFIG_HID_BELKIN is not set
    # CONFIG_HID_BETOP_FF is not set
    # CONFIG_HID_CHERRY is not set
    # CONFIG_HID_CHICONY is not set
    # CONFIG_HID_CORSAIR is not set
    # CONFIG_HID_COUGAR is not set
    # CONFIG_HID_PRODIKEYS is not set
    # CONFIG_HID_CMEDIA is not set
    # CONFIG_HID_CP2112 is not set
    # CONFIG_HID_CYPRESS is not set
    # CONFIG_HID_DRAGONRISE is not set
    # CONFIG_HID_EMS_FF is not set
    # CONFIG_HID_ELAN is not set
    # CONFIG_HID_ELECOM is not set
    # CONFIG_HID_ELO is not set
    # CONFIG_HID_EZKEY is not set
    # CONFIG_HID_GEMBIRD is not set
    # CONFIG_HID_GFRM is not set
    # CONFIG_HID_HOLTEK is not set
    # CONFIG_HID_GOOGLE_HAMMER is not set
    # CONFIG_HID_GT683R is not set
    # CONFIG_HID_KEYTOUCH is not set
    # CONFIG_HID_KYE is not set
    # CONFIG_HID_UCLOGIC is not set
    # CONFIG_HID_WALTOP is not set
    # CONFIG_HID_GYRATION is not set
    # CONFIG_HID_ICADE is not set
    # CONFIG_HID_ITE is not set
    # CONFIG_HID_JABRA is not set
    # CONFIG_HID_TWINHAN is not set
    # CONFIG_HID_KENSINGTON is not set
    # CONFIG_HID_LCPOWER is not set
    # CONFIG_HID_LED is not set
    # CONFIG_HID_LENOVO is not set
    CONFIG_HID_LOGITECH=y
    # CONFIG_HID_LOGITECH_DJ is not set
    # CONFIG_HID_LOGITECH_HIDPP is not set
    # CONFIG_LOGITECH_FF is not set
    # CONFIG_LOGIRUMBLEPAD2_FF is not set
    # CONFIG_LOGIG940_FF is not set
    # CONFIG_LOGIWHEELS_FF is not set
    # CONFIG_HID_MAGICMOUSE is not set
    # CONFIG_HID_MAYFLASH is not set
    # CONFIG_HID_REDRAGON is not set
    # CONFIG_HID_MICROSOFT is not set
    # CONFIG_HID_MONTEREY is not set
    # CONFIG_HID_MULTITOUCH is not set
    # CONFIG_HID_NTI is not set
    # CONFIG_HID_NTRIG is not set
    # CONFIG_HID_ORTEK is not set
    # CONFIG_HID_PANTHERLORD is not set
    # CONFIG_HID_PENMOUNT is not set
    # CONFIG_HID_PETALYNX is not set
    # CONFIG_HID_PICOLCD is not set
    # CONFIG_HID_PLANTRONICS is not set
    # CONFIG_HID_PRIMAX is not set
    # CONFIG_HID_RETRODE is not set
    # CONFIG_HID_ROCCAT is not set
    # CONFIG_HID_SAITEK is not set
    # CONFIG_HID_SAMSUNG is not set
    # CONFIG_HID_SONY is not set
    # CONFIG_HID_SPEEDLINK is not set
    # CONFIG_HID_STEAM is not set
    # CONFIG_HID_STEELSERIES is not set
    # CONFIG_HID_SUNPLUS is not set
    # CONFIG_HID_RMI is not set
    # CONFIG_HID_GREENASIA is not set
    # CONFIG_HID_SMARTJOYPLUS is not set
    # CONFIG_HID_TIVO is not set
    # CONFIG_HID_TOPSEED is not set
    # CONFIG_HID_THINGM is not set
    # CONFIG_HID_THRUSTMASTER is not set
    # CONFIG_HID_UDRAW_PS3 is not set
    # CONFIG_HID_WACOM is not set
    # CONFIG_HID_WIIMOTE is not set
    # CONFIG_HID_XINMO is not set
    # CONFIG_HID_ZEROPLUS is not set
    # CONFIG_HID_ZYDACRON is not set
    # CONFIG_HID_SENSOR_HUB is not set
    # CONFIG_HID_ALPS is not set

    #
    # USB HID support
    #
    CONFIG_USB_HID=m
    CONFIG_HID_PID=y
    CONFIG_USB_HIDDEV=y

    #
    # USB HID Boot Protocol drivers
    #
    CONFIG_USB_KBD=m
    CONFIG_USB_MOUSE=m

    #
    # I2C HID support
    #
    CONFIG_I2C_HID=m
    CONFIG_USB_OHCI_LITTLE_ENDIAN=y
    CONFIG_USB_SUPPORT=y
    CONFIG_USB_COMMON=m
    CONFIG_USB_ARCH_HAS_HCD=y
    CONFIG_USB=m
    CONFIG_USB_ANNOUNCE_NEW_DEVICES=y

    #
    # Miscellaneous USB options
    #
    CONFIG_USB_DEFAULT_PERSIST=y
    CONFIG_USB_DYNAMIC_MINORS=y
    # CONFIG_USB_OTG is not set
    # CONFIG_USB_OTG_WHITELIST is not set
    # CONFIG_USB_OTG_BLACKLIST_HUB is not set
    # CONFIG_USB_LEDS_TRIGGER_USBPORT is not set
    CONFIG_USB_MON=m
    CONFIG_USB_WUSB_CBAF=m
    CONFIG_USB_WUSB_CBAF_DEBUG=y

    #
    # USB Host Controller Drivers
    #
    # CONFIG_USB_C67X00_HCD is not set
    CONFIG_USB_XHCI_HCD=m
    # CONFIG_USB_XHCI_DBGCAP is not set
    CONFIG_USB_XHCI_PLATFORM=m
    CONFIG_USB_EHCI_HCD=m
    CONFIG_USB_EHCI_ROOT_HUB_TT=y
    CONFIG_USB_EHCI_TT_NEWSCHED=y
    CONFIG_USB_EHCI_HCD_OMAP=m
    CONFIG_USB_EHCI_HCD_PLATFORM=m
    CONFIG_USB_OXU210HP_HCD=m
    CONFIG_USB_ISP116X_HCD=m
    CONFIG_USB_FOTG210_HCD=m
    CONFIG_USB_MAX3421_HCD=m
    CONFIG_USB_OHCI_HCD=m
    CONFIG_USB_OHCI_HCD_PLATFORM=m
    CONFIG_USB_SL811_HCD=m
    # CONFIG_USB_SL811_HCD_ISO is not set
    CONFIG_USB_R8A66597_HCD=m
    # CONFIG_USB_HCD_TEST_MODE is not set

    #
    # USB Device Class drivers
    #
    # CONFIG_USB_ACM is not set
    # CONFIG_USB_PRINTER is not set
    # CONFIG_USB_WDM is not set
    # CONFIG_USB_TMC is not set

    #
    # NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may
    #

    #
    # also be needed; see USB_STORAGE Help for more info
    #
    CONFIG_USB_STORAGE=m
    # CONFIG_USB_STORAGE_DEBUG is not set
    CONFIG_USB_STORAGE_REALTEK=m
    CONFIG_REALTEK_AUTOPM=y
    CONFIG_USB_STORAGE_DATAFAB=m
    CONFIG_USB_STORAGE_FREECOM=m
    CONFIG_USB_STORAGE_ISD200=m
    CONFIG_USB_STORAGE_USBAT=m
    CONFIG_USB_STORAGE_SDDR09=m
    CONFIG_USB_STORAGE_SDDR55=m
    CONFIG_USB_STORAGE_JUMPSHOT=m
    CONFIG_USB_STORAGE_ALAUDA=m
    # CONFIG_USB_STORAGE_ONETOUCH is not set
    # CONFIG_USB_STORAGE_KARMA is not set
    # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
    # CONFIG_USB_STORAGE_ENE_UB6250 is not set
    CONFIG_USB_UAS=m

    #
    # USB Imaging devices
    #
    # CONFIG_USB_MDC800 is not set
    # CONFIG_USB_MICROTEK is not set
    CONFIG_USBIP_CORE=m
    CONFIG_USBIP_VHCI_HCD=m
    CONFIG_USBIP_VHCI_HC_PORTS=8
    CONFIG_USBIP_VHCI_NR_HCS=1
    CONFIG_USBIP_HOST=m
    # CONFIG_USBIP_DEBUG is not set
    CONFIG_USB_CDNS3=m
    CONFIG_USB_CDNS3_HOST=y
    CONFIG_USB_MUSB_HDRC=m
    CONFIG_USB_MUSB_HOST=y

    #
    # Platform Glue Layer
    #
    CONFIG_USB_MUSB_TUSB6010=m
    CONFIG_USB_MUSB_OMAP2PLUS=m
    # CONFIG_USB_MUSB_AM35X is not set
    CONFIG_USB_MUSB_DSPS=m
    CONFIG_USB_MUSB_AM335X_CHILD=m

    #
    # MUSB DMA mode
    #
    # CONFIG_MUSB_PIO_ONLY is not set
    # CONFIG_USB_INVENTRA_DMA is not set
    # CONFIG_USB_TI_CPPI41_DMA is not set
    # CONFIG_USB_TUSB_OMAP_DMA is not set
    CONFIG_USB_DWC3=m
    CONFIG_USB_DWC3_HOST=y

    #
    # Platform Glue Driver Support
    #
    CONFIG_USB_DWC3_OMAP=m
    CONFIG_USB_DWC3_OF_SIMPLE=m
    CONFIG_USB_DWC2=m
    CONFIG_USB_DWC2_HOST=y

    #
    # Gadget/Dual-role mode requires USB Gadget support to be enabled
    #
    # CONFIG_USB_DWC2_DEBUG is not set
    # CONFIG_USB_DWC2_TRACK_MISSED_SOFS is not set
    # CONFIG_USB_CHIPIDEA is not set
    # CONFIG_USB_ISP1760 is not set

    #
    # USB port drivers
    #
    # CONFIG_USB_SERIAL is not set

    #
    # USB Miscellaneous drivers
    #
    # CONFIG_USB_EMI62 is not set
    # CONFIG_USB_EMI26 is not set
    # CONFIG_USB_ADUTUX is not set
    # CONFIG_USB_SEVSEG is not set
    # CONFIG_USB_RIO500 is not set
    # CONFIG_USB_LEGOTOWER is not set
    # CONFIG_USB_LCD is not set
    # CONFIG_USB_CYPRESS_CY7C63 is not set
    # CONFIG_USB_CYTHERM is not set
    # CONFIG_USB_IDMOUSE is not set
    # CONFIG_USB_FTDI_ELAN is not set
    # CONFIG_USB_APPLEDISPLAY is not set
    # CONFIG_USB_SISUSBVGA is not set
    # CONFIG_USB_LD is not set
    # CONFIG_USB_TRANCEVIBRATOR is not set
    # CONFIG_USB_IOWARRIOR is not set
    # CONFIG_USB_TEST is not set
    # CONFIG_USB_EHSET_TEST_FIXTURE is not set
    # CONFIG_USB_ISIGHTFW is not set
    # CONFIG_USB_YUREX is not set
    # CONFIG_USB_EZUSB_FX2 is not set
    # CONFIG_USB_HUB_USB251XB is not set
    # CONFIG_USB_HSIC_USB3503 is not set
    # CONFIG_USB_HSIC_USB4604 is not set
    # CONFIG_USB_LINK_LAYER_TEST is not set
    # CONFIG_USB_CHAOSKEY is not set

    #
    # USB Physical Layer drivers
    #
    CONFIG_USB_PHY=y
    CONFIG_NOP_USB_XCEIV=m
    # CONFIG_AM335X_PHY_USB is not set
    CONFIG_USB_GPIO_VBUS=m
    CONFIG_USB_ISP1301=m
    # CONFIG_USB_ULPI is not set
    # CONFIG_USB_GADGET is not set
    # CONFIG_TYPEC is not set
    CONFIG_USB_ROLE_SWITCH=m
    # CONFIG_USB_LED_TRIG is not set
    # CONFIG_USB_ULPI_BUS is not set
    # CONFIG_UWB is not set
    CONFIG_MMC=y
    CONFIG_PWRSEQ_EMMC=y
    CONFIG_PWRSEQ_SIMPLE=y
    CONFIG_MMC_BLOCK=y
    CONFIG_MMC_BLOCK_MINORS=16
    # CONFIG_SDIO_UART is not set
    # CONFIG_MMC_TEST is not set

    #
    # MMC/SD/SDIO Host Controller Drivers
    #
    # CONFIG_MMC_DEBUG is not set
    CONFIG_MMC_SDHCI=y
    CONFIG_MMC_SDHCI_IO_ACCESSORS=y
    CONFIG_MMC_SDHCI_PLTFM=y
    CONFIG_MMC_SDHCI_OF_ARASAN=y
    CONFIG_MMC_SDHCI_OF_AT91=y
    # CONFIG_MMC_SDHCI_OF_DWCMSHC is not set
    # CONFIG_MMC_SDHCI_CADENCE is not set
    # CONFIG_MMC_SDHCI_F_SDH30 is not set
    CONFIG_MMC_OMAP=y
    CONFIG_MMC_OMAP_HS=y
    # CONFIG_MMC_SPI is not set
    # CONFIG_MMC_DW is not set
    # CONFIG_MMC_VUB300 is not set
    # CONFIG_MMC_USHC is not set
    # CONFIG_MMC_USDHI6ROL0 is not set
    # CONFIG_MMC_REALTEK_USB is not set
    CONFIG_MMC_CQHCI=y
    # CONFIG_MMC_MTK is not set
    # CONFIG_MMC_SDHCI_XENON is not set
    CONFIG_MMC_SDHCI_OMAP=y
    CONFIG_MMC_SDHCI_AM654=y
    # CONFIG_MEMSTICK is not set
    CONFIG_NEW_LEDS=y
    CONFIG_LEDS_CLASS=y
    # CONFIG_LEDS_CLASS_FLASH is not set
    # CONFIG_LEDS_BRIGHTNESS_HW_CHANGED is not set

    #
    # LED drivers
    #
    # CONFIG_LEDS_BCM6328 is not set
    # CONFIG_LEDS_BCM6358 is not set
    # CONFIG_LEDS_CR0014114 is not set
    # CONFIG_LEDS_LM3530 is not set
    # CONFIG_LEDS_LM3642 is not set
    # CONFIG_LEDS_LM3692X is not set
    # CONFIG_LEDS_PCA9532 is not set
    CONFIG_LEDS_GPIO=y
    # CONFIG_LEDS_LP3944 is not set
    # CONFIG_LEDS_LP3952 is not set
    # CONFIG_LEDS_LP5521 is not set
    # CONFIG_LEDS_LP5523 is not set
    # CONFIG_LEDS_LP5562 is not set
    # CONFIG_LEDS_LP8501 is not set
    # CONFIG_LEDS_LP8860 is not set
    # CONFIG_LEDS_PCA955X is not set
    # CONFIG_LEDS_PCA963X is not set
    # CONFIG_LEDS_DAC124S085 is not set
    CONFIG_LEDS_PWM=y
    # CONFIG_LEDS_REGULATOR is not set
    # CONFIG_LEDS_BD2802 is not set
    # CONFIG_LEDS_LT3593 is not set
    # CONFIG_LEDS_TCA6507 is not set
    CONFIG_LEDS_TLC591XX=y
    # CONFIG_LEDS_LM355x is not set
    # CONFIG_LEDS_IS31FL319X is not set
    # CONFIG_LEDS_IS31FL32XX is not set

    #
    # LED driver for blink(1) USB RGB LED is under Special HID drivers (HID_THINGM)
    #
    # CONFIG_LEDS_BLINKM is not set
    # CONFIG_LEDS_SYSCON is not set
    # CONFIG_LEDS_MLXREG is not set
    # CONFIG_LEDS_USER is not set

    #
    # LED Triggers
    #
    CONFIG_LEDS_TRIGGERS=y
    CONFIG_LEDS_TRIGGER_TIMER=y
    CONFIG_LEDS_TRIGGER_ONESHOT=y
    # CONFIG_LEDS_TRIGGER_MTD is not set
    CONFIG_LEDS_TRIGGER_HEARTBEAT=y
    CONFIG_LEDS_TRIGGER_BACKLIGHT=y
    CONFIG_LEDS_TRIGGER_CPU=y
    # CONFIG_LEDS_TRIGGER_ACTIVITY is not set
    CONFIG_LEDS_TRIGGER_GPIO=y
    CONFIG_LEDS_TRIGGER_DEFAULT_ON=y

    #
    # iptables trigger is under Netfilter config (LED target)
    #
    CONFIG_LEDS_TRIGGER_TRANSIENT=y
    CONFIG_LEDS_TRIGGER_CAMERA=y
    # CONFIG_LEDS_TRIGGER_PANIC is not set
    # CONFIG_LEDS_TRIGGER_NETDEV is not set
    # CONFIG_ACCESSIBILITY is not set
    # CONFIG_INFINIBAND is not set
    CONFIG_EDAC_ATOMIC_SCRUB=y
    CONFIG_EDAC_SUPPORT=y
    CONFIG_EDAC=y
    CONFIG_EDAC_LEGACY_SYSFS=y
    # CONFIG_EDAC_DEBUG is not set
    CONFIG_EDAC_TI=m
    CONFIG_RTC_LIB=y
    CONFIG_RTC_CLASS=y
    CONFIG_RTC_HCTOSYS=y
    CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
    CONFIG_RTC_SYSTOHC=y
    CONFIG_RTC_SYSTOHC_DEVICE="rtc0"
    CONFIG_RTC_DEBUG=y
    CONFIG_RTC_NVMEM=y

    #
    # RTC interfaces
    #
    CONFIG_RTC_INTF_SYSFS=y
    CONFIG_RTC_INTF_PROC=y
    CONFIG_RTC_INTF_DEV=y
    # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
    # CONFIG_RTC_DRV_TEST is not set

    #
    # I2C RTC drivers
    #
    # CONFIG_RTC_DRV_ABB5ZES3 is not set
    # CONFIG_RTC_DRV_ABX80X is not set
    # CONFIG_RTC_DRV_DS1307 is not set
    # CONFIG_RTC_DRV_DS1374 is not set
    # CONFIG_RTC_DRV_DS1672 is not set
    # CONFIG_RTC_DRV_HYM8563 is not set
    # CONFIG_RTC_DRV_MAX6900 is not set
    # CONFIG_RTC_DRV_RS5C372 is not set
    # CONFIG_RTC_DRV_ISL1208 is not set
    # CONFIG_RTC_DRV_ISL12022 is not set
    # CONFIG_RTC_DRV_ISL12026 is not set
    # CONFIG_RTC_DRV_X1205 is not set
    # CONFIG_RTC_DRV_PCF8523 is not set
    # CONFIG_RTC_DRV_PCF85063 is not set
    # CONFIG_RTC_DRV_PCF85363 is not set
    # CONFIG_RTC_DRV_PCF8563 is not set
    # CONFIG_RTC_DRV_PCF8583 is not set
    # CONFIG_RTC_DRV_M41T80 is not set
    # CONFIG_RTC_DRV_BQ32K is not set
    # CONFIG_RTC_DRV_PALMAS is not set
    # CONFIG_RTC_DRV_S35390A is not set
    # CONFIG_RTC_DRV_FM3130 is not set
    # CONFIG_RTC_DRV_RX8010 is not set
    # CONFIG_RTC_DRV_RX8581 is not set
    # CONFIG_RTC_DRV_RX8025 is not set
    # CONFIG_RTC_DRV_EM3027 is not set
    # CONFIG_RTC_DRV_RV8803 is not set

    #
    # SPI RTC drivers
    #
    # CONFIG_RTC_DRV_M41T93 is not set
    # CONFIG_RTC_DRV_M41T94 is not set
    # CONFIG_RTC_DRV_DS1302 is not set
    # CONFIG_RTC_DRV_DS1305 is not set
    # CONFIG_RTC_DRV_DS1343 is not set
    # CONFIG_RTC_DRV_DS1347 is not set
    # CONFIG_RTC_DRV_DS1390 is not set
    # CONFIG_RTC_DRV_MAX6916 is not set
    # CONFIG_RTC_DRV_R9701 is not set
    # CONFIG_RTC_DRV_RX4581 is not set
    # CONFIG_RTC_DRV_RX6110 is not set
    # CONFIG_RTC_DRV_RS5C348 is not set
    # CONFIG_RTC_DRV_MAX6902 is not set
    # CONFIG_RTC_DRV_PCF2123 is not set
    # CONFIG_RTC_DRV_MCP795 is not set
    CONFIG_RTC_I2C_AND_SPI=y

    #
    # SPI and I2C RTC drivers
    #
    # CONFIG_RTC_DRV_DS3232 is not set
    # CONFIG_RTC_DRV_PCF2127 is not set
    # CONFIG_RTC_DRV_RV3029C2 is not set

    #
    # Platform RTC drivers
    #
    # CONFIG_RTC_DRV_CMOS is not set
    # CONFIG_RTC_DRV_DS1286 is not set
    # CONFIG_RTC_DRV_DS1511 is not set
    # CONFIG_RTC_DRV_DS1553 is not set
    # CONFIG_RTC_DRV_DS1685_FAMILY is not set
    # CONFIG_RTC_DRV_DS1742 is not set
    # CONFIG_RTC_DRV_DS2404 is not set
    # CONFIG_RTC_DRV_STK17TA8 is not set
    # CONFIG_RTC_DRV_M48T86 is not set
    # CONFIG_RTC_DRV_M48T35 is not set
    # CONFIG_RTC_DRV_M48T59 is not set
    # CONFIG_RTC_DRV_MSM6242 is not set
    # CONFIG_RTC_DRV_BQ4802 is not set
    # CONFIG_RTC_DRV_RP5C01 is not set
    # CONFIG_RTC_DRV_V3020 is not set
    # CONFIG_RTC_DRV_ZYNQMP is not set

    #
    # on-CPU RTC drivers
    #
    # CONFIG_RTC_DRV_OMAP is not set
    # CONFIG_RTC_DRV_FTRTC010 is not set
    # CONFIG_RTC_DRV_SNVS is not set
    # CONFIG_RTC_DRV_R7301 is not set

    #
    # HID Sensor RTC drivers
    #
    # CONFIG_RTC_DRV_HID_SENSOR_TIME is not set
    CONFIG_DMADEVICES=y
    # CONFIG_DMADEVICES_DEBUG is not set

    #
    # DMA Devices
    #
    CONFIG_DMA_ENGINE=y
    CONFIG_DMA_VIRTUAL_CHANNELS=y
    CONFIG_DMA_OF=y
    # CONFIG_ALTERA_MSGDMA is not set
    # CONFIG_DW_AXI_DMAC is not set
    CONFIG_FSL_EDMA=y
    # CONFIG_INTEL_IDMA64 is not set
    # CONFIG_NBPFAXI_DMA is not set
    # CONFIG_QCOM_HIDMA_MGMT is not set
    # CONFIG_QCOM_HIDMA is not set
    CONFIG_DW_DMAC_CORE=y
    CONFIG_DW_DMAC=y
    CONFIG_TI_CPPI41=y
    CONFIG_TI_EDMA=y
    CONFIG_DMA_OMAP=y
    CONFIG_TI_DMA_CROSSBAR=y

    #
    # DMA Clients
    #
    # CONFIG_ASYNC_TX_DMA is not set
    # CONFIG_DMATEST is not set

    #
    # DMABUF options
    #
    CONFIG_SYNC_FILE=y
    # CONFIG_SW_SYNC is not set
    # CONFIG_AUXDISPLAY is not set
    CONFIG_UIO=m
    # CONFIG_UIO_PDRV_GENIRQ is not set
    # CONFIG_UIO_DMEM_GENIRQ is not set
    # CONFIG_UIO_PRUSS is not set
    # CONFIG_VFIO is not set
    # CONFIG_VIRT_DRIVERS is not set
    CONFIG_VIRTIO=y
    CONFIG_VIRTIO_MENU=y
    # CONFIG_VIRTIO_BALLOON is not set
    # CONFIG_VIRTIO_INPUT is not set
    CONFIG_VIRTIO_MMIO=y
    # CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES is not set

    #
    # Microsoft Hyper-V guest support
    #
    # CONFIG_STAGING is not set
    # CONFIG_GOLDFISH is not set
    # CONFIG_CHROME_PLATFORMS is not set
    # CONFIG_MELLANOX_PLATFORM is not set
    CONFIG_CLKDEV_LOOKUP=y
    CONFIG_HAVE_CLK_PREPARE=y
    CONFIG_COMMON_CLK=y

    #
    # Common Clock Framework
    #
    # CONFIG_CLK_HSDK is not set
    # CONFIG_COMMON_CLK_MAX9485 is not set
    # CONFIG_COMMON_CLK_SI5351 is not set
    # CONFIG_COMMON_CLK_SI514 is not set
    # CONFIG_COMMON_CLK_SI544 is not set
    # CONFIG_COMMON_CLK_SI570 is not set
    # CONFIG_COMMON_CLK_CDCE706 is not set
    # CONFIG_COMMON_CLK_CDCE925 is not set
    # CONFIG_COMMON_CLK_CS2000_CP is not set
    # CONFIG_CLK_QORIQ is not set
    CONFIG_COMMON_CLK_PALMAS=y
    # CONFIG_COMMON_CLK_PWM is not set
    # CONFIG_COMMON_CLK_VC5 is not set
    # CONFIG_COMMON_CLK_TI_ADPLL is not set
    CONFIG_HWSPINLOCK=y
    CONFIG_HWSPINLOCK_OMAP=y

    #
    # Clock Source drivers
    #
    CONFIG_TIMER_OF=y
    CONFIG_TIMER_PROBE=y
    CONFIG_OMAP_DM_TIMER=y
    CONFIG_CLKSRC_MMIO=y
    CONFIG_CLKSRC_TI_32K=y
    CONFIG_ARM_ARCH_TIMER=y
    CONFIG_ARM_ARCH_TIMER_EVTSTREAM=y
    # CONFIG_ARM_GLOBAL_TIMER is not set
    # CONFIG_ARM_TIMER_SP804 is not set
    CONFIG_MAILBOX=y
    # CONFIG_PLATFORM_MHU is not set
    CONFIG_OMAP2PLUS_MBOX=y
    CONFIG_OMAP_MBOX_KFIFO_SIZE=256
    # CONFIG_ALTERA_MBOX is not set
    # CONFIG_MAILBOX_TEST is not set
    CONFIG_IOMMU_API=y
    CONFIG_IOMMU_SUPPORT=y

    #
    # Generic IOMMU Pagetable Support
    #
    # CONFIG_IOMMU_IO_PGTABLE_LPAE is not set
    # CONFIG_IOMMU_IO_PGTABLE_ARMV7S is not set
    # CONFIG_IOMMU_DEBUGFS is not set
    # CONFIG_IOMMU_DEFAULT_PASSTHROUGH is not set
    CONFIG_OF_IOMMU=y
    CONFIG_OMAP_IOMMU=y
    CONFIG_OMAP_IOMMU_DEBUG=y
    # CONFIG_ARM_SMMU is not set

    #
    # Remoteproc drivers
    #
    CONFIG_REMOTEPROC=m
    CONFIG_OMAP_REMOTEPROC=m
    # CONFIG_OMAP_REMOTEPROC_WATCHDOG is not set

    #
    # Rpmsg drivers
    #
    CONFIG_RPMSG=y
    # CONFIG_RPMSG_CHAR is not set
    # CONFIG_RPMSG_QCOM_GLINK_RPM is not set
    CONFIG_RPMSG_VIRTIO=m
    CONFIG_RPMSG_RPC=m

    #
    # Rpmsg virtual device drivers
    #
    CONFIG_RPMSG_KDRV=y
    CONFIG_RPMSG_KDRV_DISPLAY=y
    # CONFIG_RPMSG_KDRV_ETH_SWITCH is not set
    # CONFIG_SOUNDWIRE is not set

    #
    # SOC (System On Chip) specific Drivers
    #

    #
    # Amlogic SoC drivers
    #

    #
    # Broadcom SoC drivers
    #
    # CONFIG_SOC_BRCMSTB is not set

    #
    # NXP/Freescale QorIQ SoC drivers
    #

    #
    # i.MX SoC drivers
    #

    #
    # Qualcomm SoC drivers
    #
    CONFIG_SOC_TI=y
    # CONFIG_TI_PRUSS is not set

    #
    # Xilinx SoC drivers
    #
    # CONFIG_XILINX_VCU is not set
    # CONFIG_PM_DEVFREQ is not set
    CONFIG_EXTCON=y

    #
    # Extcon Device Drivers
    #
    # CONFIG_EXTCON_ADC_JACK is not set
    # CONFIG_EXTCON_GPIO is not set
    # CONFIG_EXTCON_MAX3355 is not set
    CONFIG_EXTCON_PALMAS=m
    # CONFIG_EXTCON_RT8973A is not set
    # CONFIG_EXTCON_SM5502 is not set
    CONFIG_EXTCON_USB_GPIO=m
    CONFIG_MEMORY=y
    # CONFIG_TI_EMIF is not set
    CONFIG_OMAP_GPMC=y
    # CONFIG_OMAP_GPMC_DEBUG is not set
    CONFIG_IIO=y
    CONFIG_IIO_BUFFER=y
    CONFIG_IIO_BUFFER_CB=y
    # CONFIG_IIO_BUFFER_HW_CONSUMER is not set
    CONFIG_IIO_KFIFO_BUF=y
    CONFIG_IIO_TRIGGERED_BUFFER=y
    CONFIG_IIO_CONFIGFS=m
    CONFIG_IIO_TRIGGER=y
    CONFIG_IIO_CONSUMERS_PER_TRIGGER=2
    CONFIG_IIO_SW_DEVICE=m
    CONFIG_IIO_SW_TRIGGER=m

    #
    # Accelerometers
    #
    # CONFIG_ADIS16201 is not set
    # CONFIG_ADIS16209 is not set
    # CONFIG_ADXL345_I2C is not set
    # CONFIG_ADXL345_SPI is not set
    # CONFIG_BMA180 is not set
    # CONFIG_BMA220 is not set
    # CONFIG_BMC150_ACCEL is not set
    # CONFIG_DA280 is not set
    # CONFIG_DA311 is not set
    # CONFIG_DMARD06 is not set
    # CONFIG_DMARD09 is not set
    # CONFIG_DMARD10 is not set
    # CONFIG_IIO_CROS_EC_ACCEL_LEGACY is not set
    CONFIG_IIO_ST_ACC33=m
    CONFIG_IIO_ST_ACC33_I2C=m
    CONFIG_IIO_ST_ACC33_SPI=m
    # CONFIG_IIO_ST_LIS3DHH is not set
    # CONFIG_IIO_ST_ACCEL_3AXIS is not set
    # CONFIG_KXSD9 is not set
    # CONFIG_KXCJK1013 is not set
    # CONFIG_MC3230 is not set
    # CONFIG_MMA7455_I2C is not set
    # CONFIG_MMA7455_SPI is not set
    # CONFIG_MMA7660 is not set
    # CONFIG_MMA8452 is not set
    # CONFIG_MMA9551 is not set
    # CONFIG_MMA9553 is not set
    # CONFIG_MXC4005 is not set
    # CONFIG_MXC6255 is not set
    # CONFIG_SCA3000 is not set
    # CONFIG_STK8312 is not set
    # CONFIG_STK8BA50 is not set

    #
    # Analog to digital converters
    #
    # CONFIG_AD7266 is not set
    # CONFIG_AD7291 is not set
    # CONFIG_AD7298 is not set
    # CONFIG_AD7476 is not set
    # CONFIG_AD7766 is not set
    # CONFIG_AD7791 is not set
    # CONFIG_AD7793 is not set
    # CONFIG_AD7887 is not set
    # CONFIG_AD7923 is not set
    # CONFIG_AD799X is not set
    # CONFIG_CC10001_ADC is not set
    # CONFIG_ENVELOPE_DETECTOR is not set
    # CONFIG_HI8435 is not set
    # CONFIG_HX711 is not set
    # CONFIG_INA2XX_ADC is not set
    # CONFIG_LTC2471 is not set
    # CONFIG_LTC2485 is not set
    # CONFIG_LTC2497 is not set
    # CONFIG_MAX1027 is not set
    # CONFIG_MAX11100 is not set
    # CONFIG_MAX1118 is not set
    # CONFIG_MAX1363 is not set
    # CONFIG_MAX9611 is not set
    # CONFIG_MCP320X is not set
    # CONFIG_MCP3422 is not set
    # CONFIG_NAU7802 is not set
    # CONFIG_PALMAS_GPADC is not set
    # CONFIG_SD_ADC_MODULATOR is not set
    # CONFIG_TI_ADC081C is not set
    # CONFIG_TI_ADC0832 is not set
    # CONFIG_TI_ADC084S021 is not set
    # CONFIG_TI_ADC12138 is not set
    # CONFIG_TI_ADC108S102 is not set
    # CONFIG_TI_ADC128S052 is not set
    # CONFIG_TI_ADC161S626 is not set
    # CONFIG_TI_ADS1015 is not set
    # CONFIG_TI_ADS7950 is not set
    # CONFIG_TI_ADS8688 is not set
    # CONFIG_TI_TLC4541 is not set
    # CONFIG_VF610_ADC is not set

    #
    # Analog Front Ends
    #
    # CONFIG_IIO_RESCALE is not set

    #
    # Amplifiers
    #
    # CONFIG_AD8366 is not set

    #
    # Chemical Sensors
    #
    # CONFIG_ATLAS_PH_SENSOR is not set
    # CONFIG_BME680 is not set
    # CONFIG_CCS811 is not set
    # CONFIG_IAQCORE is not set
    # CONFIG_VZ89X is not set

    #
    # Hid Sensor IIO Common
    #

    #
    # SSP Sensor Common
    #
    # CONFIG_IIO_SSP_SENSORHUB is not set

    #
    # Counters
    #

    #
    # Digital to analog converters
    #
    # CONFIG_AD5064 is not set
    # CONFIG_AD5360 is not set
    # CONFIG_AD5380 is not set
    # CONFIG_AD5421 is not set
    # CONFIG_AD5446 is not set
    # CONFIG_AD5449 is not set
    # CONFIG_AD5592R is not set
    # CONFIG_AD5593R is not set
    # CONFIG_AD5504 is not set
    # CONFIG_AD5624R_SPI is not set
    # CONFIG_LTC2632 is not set
    # CONFIG_AD5686_SPI is not set
    # CONFIG_AD5696_I2C is not set
    # CONFIG_AD5755 is not set
    # CONFIG_AD5758 is not set
    # CONFIG_AD5761 is not set
    # CONFIG_AD5764 is not set
    # CONFIG_AD5791 is not set
    # CONFIG_AD7303 is not set
    # CONFIG_AD8801 is not set
    # CONFIG_DPOT_DAC is not set
    # CONFIG_DS4424 is not set
    # CONFIG_M62332 is not set
    # CONFIG_MAX517 is not set
    # CONFIG_MAX5821 is not set
    # CONFIG_MCP4725 is not set
    # CONFIG_MCP4922 is not set
    # CONFIG_TI_DAC082S085 is not set
    # CONFIG_TI_DAC5571 is not set
    # CONFIG_VF610_DAC is not set

    #
    # IIO dummy driver
    #
    # CONFIG_IIO_SIMPLE_DUMMY is not set

    #
    # Frequency Synthesizers DDS/PLL
    #

    #
    # Clock Generator/Distribution
    #
    # CONFIG_AD9523 is not set

    #
    # Phase-Locked Loop (PLL) frequency synthesizers
    #
    # CONFIG_ADF4350 is not set

    #
    # Digital gyroscope sensors
    #
    # CONFIG_ADIS16080 is not set
    # CONFIG_ADIS16130 is not set
    # CONFIG_ADIS16136 is not set
    # CONFIG_ADIS16260 is not set
    # CONFIG_ADXRS450 is not set
    # CONFIG_BMG160 is not set
    CONFIG_MPU3050=y
    CONFIG_MPU3050_I2C=y
    # CONFIG_IIO_ST_GYRO_3AXIS is not set
    # CONFIG_ITG3200 is not set

    #
    # Health Sensors
    #

    #
    # Heart Rate Monitors
    #
    # CONFIG_AFE4403 is not set
    # CONFIG_AFE4404 is not set
    # CONFIG_MAX30100 is not set
    # CONFIG_MAX30102 is not set

    #
    # Humidity sensors
    #
    # CONFIG_AM2315 is not set
    # CONFIG_DHT11 is not set
    # CONFIG_HDC100X is not set
    # CONFIG_HTS221 is not set
    # CONFIG_HTU21 is not set
    # CONFIG_SI7005 is not set
    # CONFIG_SI7020 is not set

    #
    # Inertial measurement units
    #
    # CONFIG_ADIS16400 is not set
    # CONFIG_ADIS16480 is not set
    # CONFIG_BMI160_I2C is not set
    # CONFIG_BMI160_SPI is not set
    # CONFIG_KMX61 is not set
    # CONFIG_INV_MPU6050_I2C is not set
    # CONFIG_INV_MPU6050_SPI is not set
    # CONFIG_IIO_ST_LSM6DSX is not set

    #
    # Light sensors
    #
    # CONFIG_ADJD_S311 is not set
    # CONFIG_AL3320A is not set
    # CONFIG_APDS9300 is not set
    # CONFIG_APDS9960 is not set
    # CONFIG_BH1750 is not set
    # CONFIG_BH1780 is not set
    # CONFIG_CM32181 is not set
    # CONFIG_CM3232 is not set
    # CONFIG_CM3323 is not set
    # CONFIG_CM3605 is not set
    # CONFIG_CM36651 is not set
    # CONFIG_GP2AP020A00F is not set
    CONFIG_SENSORS_ISL29018=y
    CONFIG_SENSORS_ISL29028=y
    # CONFIG_ISL29125 is not set
    # CONFIG_JSA1212 is not set
    # CONFIG_RPR0521 is not set
    # CONFIG_LTR501 is not set
    # CONFIG_LV0104CS is not set
    # CONFIG_MAX44000 is not set
    # CONFIG_OPT3001 is not set
    # CONFIG_PA12203001 is not set
    # CONFIG_SI1133 is not set
    # CONFIG_SI1145 is not set
    # CONFIG_STK3310 is not set
    # CONFIG_ST_UVIS25 is not set
    # CONFIG_TCS3414 is not set
    # CONFIG_TCS3472 is not set
    # CONFIG_SENSORS_TSL2563 is not set
    # CONFIG_TSL2583 is not set
    # CONFIG_TSL2772 is not set
    # CONFIG_TSL4531 is not set
    # CONFIG_US5182D is not set
    # CONFIG_VCNL4000 is not set
    # CONFIG_VEML6070 is not set
    # CONFIG_VL6180 is not set
    # CONFIG_ZOPT2201 is not set
    CONFIG_NOA1305=m

    #
    # Magnetometer sensors
    #
    # CONFIG_AK8974 is not set
    CONFIG_AK8975=y
    # CONFIG_AK09911 is not set
    # CONFIG_BMC150_MAGN_I2C is not set
    # CONFIG_BMC150_MAGN_SPI is not set
    # CONFIG_MAG3110 is not set
    # CONFIG_MMC35240 is not set
    # CONFIG_IIO_ST_MAGN_3AXIS is not set
    # CONFIG_SENSORS_HMC5843_I2C is not set
    # CONFIG_SENSORS_HMC5843_SPI is not set

    #
    # Multiplexers
    #
    # CONFIG_IIO_MUX is not set

    #
    # Inclinometer sensors
    #

    #
    # Triggers - standalone
    #
    CONFIG_IIO_HRTIMER_TRIGGER=m
    # CONFIG_IIO_INTERRUPT_TRIGGER is not set
    # CONFIG_IIO_TIGHTLOOP_TRIGGER is not set
    # CONFIG_IIO_SYSFS_TRIGGER is not set

    #
    # Digital potentiometers
    #
    # CONFIG_AD5272 is not set
    # CONFIG_DS1803 is not set
    # CONFIG_MAX5481 is not set
    # CONFIG_MAX5487 is not set
    CONFIG_MCP4018=m
    # CONFIG_MCP4131 is not set
    # CONFIG_MCP4531 is not set
    # CONFIG_TPL0102 is not set

    #
    # Digital potentiostats
    #
    # CONFIG_LMP91000 is not set

    #
    # Pressure sensors
    #
    # CONFIG_ABP060MG is not set
    # CONFIG_BMP280 is not set
    # CONFIG_HP03 is not set
    # CONFIG_MPL115_I2C is not set
    # CONFIG_MPL115_SPI is not set
    # CONFIG_MPL3115 is not set
    # CONFIG_MS5611 is not set
    # CONFIG_MS5637 is not set
    # CONFIG_IIO_ST_PRESS is not set
    # CONFIG_T5403 is not set
    # CONFIG_HP206C is not set
    # CONFIG_ZPA2326 is not set

    #
    # Lightning sensors
    #
    # CONFIG_AS3935 is not set

    #
    # Proximity and distance sensors
    #
    # CONFIG_ISL29501 is not set
    # CONFIG_LIDAR_LITE_V2 is not set
    # CONFIG_RFD77402 is not set
    # CONFIG_SRF04 is not set
    # CONFIG_SX9500 is not set
    # CONFIG_SRF08 is not set

    #
    # Resolver to digital converters
    #
    # CONFIG_AD2S1200 is not set

    #
    # Temperature sensors
    #
    # CONFIG_MAXIM_THERMOCOUPLE is not set
    # CONFIG_MLX90614 is not set
    # CONFIG_MLX90632 is not set
    # CONFIG_TMP006 is not set
    # CONFIG_TMP007 is not set
    # CONFIG_TSYS01 is not set
    # CONFIG_TSYS02D is not set
    CONFIG_PWM=y
    CONFIG_PWM_SYSFS=y
    # CONFIG_PWM_FSL_FTM is not set
    # CONFIG_PWM_OMAP_DMTIMER is not set
    # CONFIG_PWM_PCA9685 is not set
    CONFIG_PWM_TIECAP=y
    CONFIG_PWM_TIEHRPWM=y
    CONFIG_PWM_TIPWMSS=y

    #
    # IRQ chip support
    #
    CONFIG_IRQCHIP=y
    CONFIG_ARM_GIC=y
    CONFIG_ARM_GIC_MAX_NR=1
    CONFIG_OMAP_IRQCHIP=y
    CONFIG_IRQ_CROSSBAR=y
    # CONFIG_IPACK_BUS is not set
    CONFIG_RESET_CONTROLLER=y
    CONFIG_RESET_TI_SYSCON=y
    # CONFIG_FMC is not set

    #
    # PHY Subsystem
    #
    CONFIG_GENERIC_PHY=y
    # CONFIG_BCM_KONA_USB2_PHY is not set
    CONFIG_PHY_CADENCE_DP=y
    CONFIG_PHY_CADENCE_SIERRA=y
    # CONFIG_PHY_PXA_28NM_HSIC is not set
    # CONFIG_PHY_PXA_28NM_USB2 is not set
    # CONFIG_PHY_CPCAP_USB is not set
    # CONFIG_PHY_MAPPHONE_MDM6600 is not set
    # CONFIG_PHY_SAMSUNG_USB2 is not set
    # CONFIG_PHY_DM816X_USB is not set
    CONFIG_OMAP_CONTROL_PHY=y
    CONFIG_OMAP_USB2=y
    CONFIG_TI_PIPE3=y
    # CONFIG_POWERCAP is not set
    # CONFIG_MCB is not set

    #
    # Performance monitor support
    #
    # CONFIG_ARM_CCI_PMU is not set
    # CONFIG_ARM_CCN is not set
    CONFIG_ARM_PMU=y
    CONFIG_RAS=y

    #
    # Android
    #
    # CONFIG_ANDROID is not set
    # CONFIG_DAX is not set
    CONFIG_NVMEM=y

    #
    # HW tracing support
    #
    # CONFIG_STM is not set
    # CONFIG_INTEL_TH is not set
    # CONFIG_FPGA is not set
    # CONFIG_FSI is not set
    # CONFIG_TEE is not set
    CONFIG_MULTIPLEXER=y

    #
    # Multiplexer drivers
    #
    # CONFIG_MUX_ADG792A is not set
    # CONFIG_MUX_ADGS1408 is not set
    # CONFIG_MUX_GPIO is not set
    CONFIG_MUX_MMIO=y
    CONFIG_PM_OPP=y
    # CONFIG_SIOX is not set
    # CONFIG_SLIMBUS is not set

    #
    # File systems
    #
    CONFIG_DCACHE_WORD_ACCESS=y
    CONFIG_FS_IOMAP=y
    # CONFIG_EXT2_FS is not set
    # CONFIG_EXT3_FS is not set
    CONFIG_EXT4_FS=y
    CONFIG_EXT4_USE_FOR_EXT2=y
    CONFIG_EXT4_FS_POSIX_ACL=y
    CONFIG_EXT4_FS_SECURITY=y
    # CONFIG_EXT4_ENCRYPTION is not set
    # CONFIG_EXT4_DEBUG is not set
    CONFIG_JBD2=y
    # CONFIG_JBD2_DEBUG is not set
    CONFIG_FS_MBCACHE=y
    # CONFIG_REISERFS_FS is not set
    # CONFIG_JFS_FS is not set
    # CONFIG_XFS_FS is not set
    # CONFIG_GFS2_FS is not set
    # CONFIG_OCFS2_FS is not set
    # CONFIG_BTRFS_FS is not set
    # CONFIG_NILFS2_FS is not set
    # CONFIG_F2FS_FS is not set
    CONFIG_FS_POSIX_ACL=y
    CONFIG_EXPORTFS=y
    # CONFIG_EXPORTFS_BLOCK_OPS is not set
    CONFIG_FILE_LOCKING=y
    CONFIG_MANDATORY_FILE_LOCKING=y
    # CONFIG_FS_ENCRYPTION is not set
    CONFIG_FSNOTIFY=y
    CONFIG_DNOTIFY=y
    CONFIG_INOTIFY_USER=y
    # CONFIG_FANOTIFY is not set
    # CONFIG_QUOTA is not set
    CONFIG_AUTOFS4_FS=y
    CONFIG_AUTOFS_FS=y
    # CONFIG_FUSE_FS is not set
    # CONFIG_OVERLAY_FS is not set

    #
    # Caches
    #
    # CONFIG_FSCACHE is not set

    #
    # CD-ROM/DVD Filesystems
    #
    # CONFIG_ISO9660_FS is not set
    # CONFIG_UDF_FS is not set

    #
    # DOS/FAT/NT Filesystems
    #
    CONFIG_FAT_FS=y
    CONFIG_MSDOS_FS=y
    CONFIG_VFAT_FS=y
    CONFIG_FAT_DEFAULT_CODEPAGE=437
    CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
    # CONFIG_FAT_DEFAULT_UTF8 is not set
    CONFIG_NTFS_FS=y
    # CONFIG_NTFS_DEBUG is not set
    # CONFIG_NTFS_RW is not set

    #
    # Pseudo filesystems
    #
    CONFIG_PROC_FS=y
    CONFIG_PROC_SYSCTL=y
    CONFIG_PROC_PAGE_MONITOR=y
    CONFIG_PROC_CHILDREN=y
    CONFIG_KERNFS=y
    CONFIG_SYSFS=y
    CONFIG_TMPFS=y
    CONFIG_TMPFS_POSIX_ACL=y
    CONFIG_TMPFS_XATTR=y
    CONFIG_MEMFD_CREATE=y
    CONFIG_CONFIGFS_FS=y
    CONFIG_MISC_FILESYSTEMS=y
    # CONFIG_ORANGEFS_FS is not set
    # CONFIG_ADFS_FS is not set
    # CONFIG_AFFS_FS is not set
    # CONFIG_ECRYPT_FS is not set
    # CONFIG_HFS_FS is not set
    # CONFIG_HFSPLUS_FS is not set
    # CONFIG_BEFS_FS is not set
    # CONFIG_BFS_FS is not set
    # CONFIG_EFS_FS is not set
    # CONFIG_JFFS2_FS is not set
    CONFIG_UBIFS_FS=y
    # CONFIG_UBIFS_FS_ADVANCED_COMPR is not set
    CONFIG_UBIFS_FS_LZO=y
    CONFIG_UBIFS_FS_ZLIB=y
    # CONFIG_UBIFS_ATIME_SUPPORT is not set
    CONFIG_UBIFS_FS_XATTR=y
    # CONFIG_UBIFS_FS_ENCRYPTION is not set
    CONFIG_UBIFS_FS_SECURITY=y
    # CONFIG_CRAMFS is not set
    CONFIG_SQUASHFS=y
    CONFIG_SQUASHFS_FILE_CACHE=y
    # CONFIG_SQUASHFS_FILE_DIRECT is not set
    CONFIG_SQUASHFS_DECOMP_SINGLE=y
    # CONFIG_SQUASHFS_DECOMP_MULTI is not set
    # CONFIG_SQUASHFS_DECOMP_MULTI_PERCPU is not set
    # CONFIG_SQUASHFS_XATTR is not set
    CONFIG_SQUASHFS_ZLIB=y
    # CONFIG_SQUASHFS_LZ4 is not set
    CONFIG_SQUASHFS_LZO=y
    CONFIG_SQUASHFS_XZ=y
    # CONFIG_SQUASHFS_ZSTD is not set
    # CONFIG_SQUASHFS_4K_DEVBLK_SIZE is not set
    # CONFIG_SQUASHFS_EMBEDDED is not set
    CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3
    # CONFIG_VXFS_FS is not set
    # CONFIG_MINIX_FS is not set
    # CONFIG_OMFS_FS is not set
    # CONFIG_HPFS_FS is not set
    # CONFIG_QNX4FS_FS is not set
    # CONFIG_QNX6FS_FS is not set
    # CONFIG_ROMFS_FS is not set
    CONFIG_PSTORE=y
    CONFIG_PSTORE_DEFLATE_COMPRESS=y
    # CONFIG_PSTORE_LZO_COMPRESS is not set
    # CONFIG_PSTORE_LZ4_COMPRESS is not set
    # CONFIG_PSTORE_LZ4HC_COMPRESS is not set
    # CONFIG_PSTORE_842_COMPRESS is not set
    # CONFIG_PSTORE_ZSTD_COMPRESS is not set
    CONFIG_PSTORE_COMPRESS=y
    CONFIG_PSTORE_DEFLATE_COMPRESS_DEFAULT=y
    CONFIG_PSTORE_COMPRESS_DEFAULT="deflate"
    CONFIG_PSTORE_CONSOLE=y
    CONFIG_PSTORE_PMSG=y
    CONFIG_PSTORE_RAM=y
    # CONFIG_SYSV_FS is not set
    # CONFIG_UFS_FS is not set
    CONFIG_NETWORK_FILESYSTEMS=y
    CONFIG_NFS_FS=y
    CONFIG_NFS_V2=y
    CONFIG_NFS_V3=y
    CONFIG_NFS_V3_ACL=y
    CONFIG_NFS_V4=y
    # CONFIG_NFS_SWAP is not set
    # CONFIG_NFS_V4_1 is not set
    CONFIG_ROOT_NFS=y
    # CONFIG_NFS_USE_LEGACY_DNS is not set
    CONFIG_NFS_USE_KERNEL_DNS=y
    # CONFIG_NFSD is not set
    CONFIG_GRACE_PERIOD=y
    CONFIG_LOCKD=y
    CONFIG_LOCKD_V4=y
    CONFIG_NFS_ACL_SUPPORT=y
    CONFIG_NFS_COMMON=y
    CONFIG_SUNRPC=y
    CONFIG_SUNRPC_GSS=y
    # CONFIG_SUNRPC_DEBUG is not set
    # CONFIG_CEPH_FS is not set
    # CONFIG_CIFS is not set
    # CONFIG_CODA_FS is not set
    # CONFIG_AFS_FS is not set
    CONFIG_NLS=y
    CONFIG_NLS_DEFAULT="iso8859-1"
    CONFIG_NLS_CODEPAGE_437=y
    # CONFIG_NLS_CODEPAGE_737 is not set
    # CONFIG_NLS_CODEPAGE_775 is not set
    # CONFIG_NLS_CODEPAGE_850 is not set
    # CONFIG_NLS_CODEPAGE_852 is not set
    # CONFIG_NLS_CODEPAGE_855 is not set
    # CONFIG_NLS_CODEPAGE_857 is not set
    # CONFIG_NLS_CODEPAGE_860 is not set
    # CONFIG_NLS_CODEPAGE_861 is not set
    # CONFIG_NLS_CODEPAGE_862 is not set
    # CONFIG_NLS_CODEPAGE_863 is not set
    # CONFIG_NLS_CODEPAGE_864 is not set
    # CONFIG_NLS_CODEPAGE_865 is not set
    # CONFIG_NLS_CODEPAGE_866 is not set
    # CONFIG_NLS_CODEPAGE_869 is not set
    # CONFIG_NLS_CODEPAGE_936 is not set
    # CONFIG_NLS_CODEPAGE_950 is not set
    # CONFIG_NLS_CODEPAGE_932 is not set
    # CONFIG_NLS_CODEPAGE_949 is not set
    # CONFIG_NLS_CODEPAGE_874 is not set
    # CONFIG_NLS_ISO8859_8 is not set
    # CONFIG_NLS_CODEPAGE_1250 is not set
    # CONFIG_NLS_CODEPAGE_1251 is not set
    # CONFIG_NLS_ASCII is not set
    CONFIG_NLS_ISO8859_1=y
    # CONFIG_NLS_ISO8859_2 is not set
    # CONFIG_NLS_ISO8859_3 is not set
    # CONFIG_NLS_ISO8859_4 is not set
    # CONFIG_NLS_ISO8859_5 is not set
    # CONFIG_NLS_ISO8859_6 is not set
    # CONFIG_NLS_ISO8859_7 is not set
    # CONFIG_NLS_ISO8859_9 is not set
    # CONFIG_NLS_ISO8859_13 is not set
    # CONFIG_NLS_ISO8859_14 is not set
    # CONFIG_NLS_ISO8859_15 is not set
    # CONFIG_NLS_KOI8_R is not set
    # CONFIG_NLS_KOI8_U is not set
    # CONFIG_NLS_MAC_ROMAN is not set
    # CONFIG_NLS_MAC_CELTIC is not set
    # CONFIG_NLS_MAC_CENTEURO is not set
    # CONFIG_NLS_MAC_CROATIAN is not set
    # CONFIG_NLS_MAC_CYRILLIC is not set
    # CONFIG_NLS_MAC_GAELIC is not set
    # CONFIG_NLS_MAC_GREEK is not set
    # CONFIG_NLS_MAC_ICELAND is not set
    # CONFIG_NLS_MAC_INUIT is not set
    # CONFIG_NLS_MAC_ROMANIAN is not set
    # CONFIG_NLS_MAC_TURKISH is not set
    CONFIG_NLS_UTF8=y
    # CONFIG_DLM is not set

    #
    # Security options
    #
    CONFIG_KEYS=y
    # CONFIG_PERSISTENT_KEYRINGS is not set
    # CONFIG_BIG_KEYS is not set
    # CONFIG_ENCRYPTED_KEYS is not set
    # CONFIG_KEY_DH_OPERATIONS is not set
    # CONFIG_SECURITY_DMESG_RESTRICT is not set
    # CONFIG_SECURITY is not set
    # CONFIG_SECURITYFS is not set
    CONFIG_HAVE_HARDENED_USERCOPY_ALLOCATOR=y
    # CONFIG_HARDENED_USERCOPY is not set
    # CONFIG_FORTIFY_SOURCE is not set
    # CONFIG_STATIC_USERMODEHELPER is not set
    CONFIG_DEFAULT_SECURITY_DAC=y
    CONFIG_DEFAULT_SECURITY=""
    CONFIG_CRYPTO=y

    #
    # Crypto core or helper
    #
    CONFIG_CRYPTO_ALGAPI=y
    CONFIG_CRYPTO_ALGAPI2=y
    CONFIG_CRYPTO_AEAD=m
    CONFIG_CRYPTO_AEAD2=y
    CONFIG_CRYPTO_BLKCIPHER=m
    CONFIG_CRYPTO_BLKCIPHER2=y
    CONFIG_CRYPTO_HASH=y
    CONFIG_CRYPTO_HASH2=y
    CONFIG_CRYPTO_RNG=m
    CONFIG_CRYPTO_RNG2=y
    CONFIG_CRYPTO_RNG_DEFAULT=m
    CONFIG_CRYPTO_AKCIPHER2=y
    CONFIG_CRYPTO_AKCIPHER=y
    CONFIG_CRYPTO_KPP2=y
    CONFIG_CRYPTO_KPP=m
    CONFIG_CRYPTO_ACOMP2=y
    CONFIG_CRYPTO_RSA=y
    # CONFIG_CRYPTO_DH is not set
    CONFIG_CRYPTO_ECDH=m
    CONFIG_CRYPTO_MANAGER=y
    CONFIG_CRYPTO_MANAGER2=y
    CONFIG_CRYPTO_USER=m
    CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y
    CONFIG_CRYPTO_GF128MUL=m
    CONFIG_CRYPTO_NULL=m
    CONFIG_CRYPTO_NULL2=y
    # CONFIG_CRYPTO_PCRYPT is not set
    CONFIG_CRYPTO_WORKQUEUE=y
    CONFIG_CRYPTO_CRYPTD=m
    # CONFIG_CRYPTO_MCRYPTD is not set
    CONFIG_CRYPTO_AUTHENC=m
    CONFIG_CRYPTO_TEST=m
    CONFIG_CRYPTO_SIMD=m
    CONFIG_CRYPTO_ENGINE=m

    #
    # Authenticated Encryption with Associated Data
    #
    CONFIG_CRYPTO_CCM=m
    CONFIG_CRYPTO_GCM=m
    # CONFIG_CRYPTO_CHACHA20POLY1305 is not set
    # CONFIG_CRYPTO_AEGIS128 is not set
    # CONFIG_CRYPTO_AEGIS128L is not set
    # CONFIG_CRYPTO_AEGIS256 is not set
    # CONFIG_CRYPTO_MORUS640 is not set
    # CONFIG_CRYPTO_MORUS1280 is not set
    CONFIG_CRYPTO_SEQIV=m
    CONFIG_CRYPTO_ECHAINIV=m

    #
    # Block modes
    #
    CONFIG_CRYPTO_CBC=m
    # CONFIG_CRYPTO_CFB is not set
    CONFIG_CRYPTO_CTR=m
    # CONFIG_CRYPTO_CTS is not set
    CONFIG_CRYPTO_ECB=m
    # CONFIG_CRYPTO_LRW is not set
    # CONFIG_CRYPTO_PCBC is not set
    # CONFIG_CRYPTO_XTS is not set
    # CONFIG_CRYPTO_KEYWRAP is not set

    #
    # Hash modes
    #
    CONFIG_CRYPTO_CMAC=m
    CONFIG_CRYPTO_HMAC=m
    # CONFIG_CRYPTO_XCBC is not set
    # CONFIG_CRYPTO_VMAC is not set

    #
    # Digest
    #
    CONFIG_CRYPTO_CRC32C=y
    # CONFIG_CRYPTO_CRC32 is not set
    # CONFIG_CRYPTO_CRCT10DIF is not set
    CONFIG_CRYPTO_GHASH=m
    # CONFIG_CRYPTO_POLY1305 is not set
    CONFIG_CRYPTO_MD4=m
    CONFIG_CRYPTO_MD5=m
    # CONFIG_CRYPTO_MICHAEL_MIC is not set
    # CONFIG_CRYPTO_RMD128 is not set
    # CONFIG_CRYPTO_RMD160 is not set
    # CONFIG_CRYPTO_RMD256 is not set
    # CONFIG_CRYPTO_RMD320 is not set
    CONFIG_CRYPTO_SHA1=m
    CONFIG_CRYPTO_SHA256=m
    CONFIG_CRYPTO_SHA512=m
    # CONFIG_CRYPTO_SHA3 is not set
    # CONFIG_CRYPTO_SM3 is not set
    # CONFIG_CRYPTO_TGR192 is not set
    # CONFIG_CRYPTO_WP512 is not set

    #
    # Ciphers
    #
    CONFIG_CRYPTO_AES=y
    # CONFIG_CRYPTO_AES_TI is not set
    # CONFIG_CRYPTO_ANUBIS is not set
    CONFIG_CRYPTO_ARC4=m
    # CONFIG_CRYPTO_BLOWFISH is not set
    # CONFIG_CRYPTO_CAMELLIA is not set
    # CONFIG_CRYPTO_CAST5 is not set
    # CONFIG_CRYPTO_CAST6 is not set
    CONFIG_CRYPTO_DES=m
    # CONFIG_CRYPTO_FCRYPT is not set
    # CONFIG_CRYPTO_KHAZAD is not set
    # CONFIG_CRYPTO_SALSA20 is not set
    CONFIG_CRYPTO_CHACHA20=m
    # CONFIG_CRYPTO_SEED is not set
    # CONFIG_CRYPTO_SERPENT is not set
    # CONFIG_CRYPTO_SM4 is not set
    # CONFIG_CRYPTO_TEA is not set
    # CONFIG_CRYPTO_TWOFISH is not set

    #
    # Compression
    #
    CONFIG_CRYPTO_DEFLATE=y
    CONFIG_CRYPTO_LZO=y
    # CONFIG_CRYPTO_842 is not set
    # CONFIG_CRYPTO_LZ4 is not set
    # CONFIG_CRYPTO_LZ4HC is not set
    # CONFIG_CRYPTO_ZSTD is not set

    #
    # Random Number Generation
    #
    # CONFIG_CRYPTO_ANSI_CPRNG is not set
    CONFIG_CRYPTO_DRBG_MENU=m
    CONFIG_CRYPTO_DRBG_HMAC=y
    # CONFIG_CRYPTO_DRBG_HASH is not set
    # CONFIG_CRYPTO_DRBG_CTR is not set
    CONFIG_CRYPTO_DRBG=m
    CONFIG_CRYPTO_JITTERENTROPY=m
    CONFIG_CRYPTO_USER_API=m
    CONFIG_CRYPTO_USER_API_HASH=m
    CONFIG_CRYPTO_USER_API_SKCIPHER=m
    CONFIG_CRYPTO_USER_API_RNG=m
    CONFIG_CRYPTO_USER_API_AEAD=m
    CONFIG_CRYPTO_HASH_INFO=y
    CONFIG_CRYPTO_HW=y
    CONFIG_CRYPTO_DEV_OMAP=m
    CONFIG_CRYPTO_DEV_OMAP_SHAM=m
    CONFIG_CRYPTO_DEV_OMAP_AES=m
    CONFIG_CRYPTO_DEV_OMAP_DES=m
    CONFIG_CRYPTO_DEV_VIRTIO=m
    # CONFIG_CRYPTO_DEV_CCREE is not set
    CONFIG_ASYMMETRIC_KEY_TYPE=y
    CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE=y
    CONFIG_X509_CERTIFICATE_PARSER=y
    CONFIG_PKCS7_MESSAGE_PARSER=y
    # CONFIG_PKCS7_TEST_KEY is not set
    # CONFIG_SIGNED_PE_FILE_VERIFICATION is not set

    #
    # Certificates for signature checking
    #
    CONFIG_SYSTEM_TRUSTED_KEYRING=y
    CONFIG_SYSTEM_TRUSTED_KEYS=""
    # CONFIG_SYSTEM_EXTRA_CERTIFICATE is not set
    # CONFIG_SECONDARY_TRUSTED_KEYRING is not set
    # CONFIG_SYSTEM_BLACKLIST_KEYRING is not set

    #
    # Library routines
    #
    CONFIG_BITREVERSE=y
    CONFIG_HAVE_ARCH_BITREVERSE=y
    CONFIG_RATIONAL=y
    CONFIG_GENERIC_STRNCPY_FROM_USER=y
    CONFIG_GENERIC_STRNLEN_USER=y
    CONFIG_GENERIC_NET_UTILS=y
    CONFIG_GENERIC_PCI_IOMAP=y
    CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y
    CONFIG_CRC_CCITT=m
    CONFIG_CRC16=y
    # CONFIG_CRC_T10DIF is not set
    CONFIG_CRC_ITU_T=m
    CONFIG_CRC32=y
    # CONFIG_CRC32_SELFTEST is not set
    CONFIG_CRC32_SLICEBY8=y
    # CONFIG_CRC32_SLICEBY4 is not set
    # CONFIG_CRC32_SARWATE is not set
    # CONFIG_CRC32_BIT is not set
    # CONFIG_CRC64 is not set
    # CONFIG_CRC4 is not set
    # CONFIG_CRC7 is not set
    CONFIG_LIBCRC32C=m
    # CONFIG_CRC8 is not set
    # CONFIG_RANDOM32_SELFTEST is not set
    CONFIG_ZLIB_INFLATE=y
    CONFIG_ZLIB_DEFLATE=y
    CONFIG_LZO_COMPRESS=y
    CONFIG_LZO_DECOMPRESS=y
    CONFIG_LZ4_DECOMPRESS=y
    CONFIG_XZ_DEC=y
    CONFIG_XZ_DEC_X86=y
    CONFIG_XZ_DEC_POWERPC=y
    CONFIG_XZ_DEC_IA64=y
    CONFIG_XZ_DEC_ARM=y
    CONFIG_XZ_DEC_ARMTHUMB=y
    CONFIG_XZ_DEC_SPARC=y
    CONFIG_XZ_DEC_BCJ=y
    # CONFIG_XZ_DEC_TEST is not set
    CONFIG_DECOMPRESS_GZIP=y
    CONFIG_DECOMPRESS_BZIP2=y
    CONFIG_DECOMPRESS_LZMA=y
    CONFIG_DECOMPRESS_XZ=y
    CONFIG_DECOMPRESS_LZO=y
    CONFIG_DECOMPRESS_LZ4=y
    CONFIG_GENERIC_ALLOCATOR=y
    CONFIG_REED_SOLOMON=y
    CONFIG_REED_SOLOMON_ENC8=y
    CONFIG_REED_SOLOMON_DEC8=y
    CONFIG_TEXTSEARCH=y
    CONFIG_TEXTSEARCH_KMP=m
    CONFIG_TEXTSEARCH_BM=m
    CONFIG_TEXTSEARCH_FSM=m
    CONFIG_ASSOCIATIVE_ARRAY=y
    CONFIG_HAS_IOMEM=y
    CONFIG_HAS_IOPORT_MAP=y
    CONFIG_HAS_DMA=y
    CONFIG_NEED_DMA_MAP_STATE=y
    CONFIG_HAVE_GENERIC_DMA_COHERENT=y
    CONFIG_SGL_ALLOC=y
    CONFIG_CPU_RMAP=y
    CONFIG_DQL=y
    CONFIG_GLOB=y
    # CONFIG_GLOB_SELFTEST is not set
    CONFIG_NLATTR=y
    CONFIG_CLZ_TAB=y
    # CONFIG_CORDIC is not set
    # CONFIG_DDR is not set
    # CONFIG_IRQ_POLL is not set
    CONFIG_MPILIB=y
    CONFIG_LIBFDT=y
    CONFIG_OID_REGISTRY=y
    CONFIG_FONT_SUPPORT=y
    # CONFIG_FONTS is not set
    CONFIG_FONT_8x8=y
    CONFIG_FONT_8x16=y
    CONFIG_SG_SPLIT=y
    CONFIG_SG_POOL=y
    CONFIG_ARCH_HAS_SG_CHAIN=y
    CONFIG_SBITMAP=y
    # CONFIG_STRING_SELFTEST is not set

    #
    # Kernel hacking
    #

    #
    # printk and dmesg options
    #
    CONFIG_PRINTK_TIME=y
    CONFIG_CONSOLE_LOGLEVEL_DEFAULT=7
    CONFIG_CONSOLE_LOGLEVEL_QUIET=4
    CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4
    # CONFIG_BOOT_PRINTK_DELAY is not set
    # CONFIG_DYNAMIC_DEBUG is not set

    #
    # Compile-time checks and compiler options
    #
    # CONFIG_DEBUG_INFO is not set
    CONFIG_ENABLE_MUST_CHECK=y
    CONFIG_FRAME_WARN=1024
    # CONFIG_STRIP_ASM_SYMS is not set
    # CONFIG_READABLE_ASM is not set
    # CONFIG_UNUSED_SYMBOLS is not set
    # CONFIG_PAGE_OWNER is not set
    CONFIG_DEBUG_FS=y
    # CONFIG_HEADERS_CHECK is not set
    # CONFIG_DEBUG_SECTION_MISMATCH is not set
    CONFIG_SECTION_MISMATCH_WARN_ONLY=y
    CONFIG_FRAME_POINTER=y
    # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
    CONFIG_MAGIC_SYSRQ=y
    CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x1
    CONFIG_MAGIC_SYSRQ_SERIAL=y
    CONFIG_DEBUG_KERNEL=y

    #
    # Memory Debugging
    #
    # CONFIG_PAGE_EXTENSION is not set
    # CONFIG_DEBUG_PAGEALLOC is not set
    # CONFIG_PAGE_POISONING is not set
    # CONFIG_DEBUG_RODATA_TEST is not set
    # CONFIG_DEBUG_OBJECTS is not set
    # CONFIG_SLUB_STATS is not set
    CONFIG_HAVE_DEBUG_KMEMLEAK=y
    # CONFIG_DEBUG_KMEMLEAK is not set
    # CONFIG_DEBUG_STACK_USAGE is not set
    # CONFIG_DEBUG_VM is not set
    CONFIG_ARCH_HAS_DEBUG_VIRTUAL=y
    # CONFIG_DEBUG_VIRTUAL is not set
    # CONFIG_DEBUG_MEMORY_INIT is not set
    # CONFIG_DEBUG_PER_CPU_MAPS is not set
    # CONFIG_DEBUG_HIGHMEM is not set
    CONFIG_ARCH_HAS_KCOV=y
    CONFIG_CC_HAS_SANCOV_TRACE_PC=y
    # CONFIG_KCOV is not set
    # CONFIG_DEBUG_SHIRQ is not set

    #
    # Debug Lockups and Hangs
    #
    # CONFIG_SOFTLOCKUP_DETECTOR is not set
    # CONFIG_DETECT_HUNG_TASK is not set
    # CONFIG_WQ_WATCHDOG is not set
    # CONFIG_PANIC_ON_OOPS is not set
    CONFIG_PANIC_ON_OOPS_VALUE=0
    CONFIG_PANIC_TIMEOUT=0
    CONFIG_SCHED_DEBUG=y
    CONFIG_SCHED_INFO=y
    CONFIG_SCHEDSTATS=y
    # CONFIG_SCHED_STACK_END_CHECK is not set
    # CONFIG_DEBUG_TIMEKEEPING is not set
    # CONFIG_DEBUG_PREEMPT is not set

    #
    # Lock Debugging (spinlocks, mutexes, etc...)
    #
    CONFIG_LOCK_DEBUGGING_SUPPORT=y
    # CONFIG_PROVE_LOCKING is not set
    # CONFIG_LOCK_STAT is not set
    # CONFIG_DEBUG_RT_MUTEXES is not set
    # CONFIG_DEBUG_SPINLOCK is not set
    # CONFIG_DEBUG_MUTEXES is not set
    # CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set
    # CONFIG_DEBUG_RWSEMS is not set
    # CONFIG_DEBUG_LOCK_ALLOC is not set
    # CONFIG_DEBUG_ATOMIC_SLEEP is not set
    # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
    # CONFIG_LOCK_TORTURE_TEST is not set
    # CONFIG_WW_MUTEX_SELFTEST is not set
    # CONFIG_STACKTRACE is not set
    # CONFIG_WARN_ALL_UNSEEDED_RANDOM is not set
    # CONFIG_DEBUG_KOBJECT is not set
    # CONFIG_DEBUG_BUGVERBOSE is not set
    # CONFIG_DEBUG_LIST is not set
    # CONFIG_DEBUG_PI_LIST is not set
    # CONFIG_DEBUG_SG is not set
    # CONFIG_DEBUG_NOTIFIERS is not set
    # CONFIG_DEBUG_CREDENTIALS is not set

    #
    # RCU Debugging
    #
    # CONFIG_RCU_PERF_TEST is not set
    # CONFIG_RCU_TORTURE_TEST is not set
    CONFIG_RCU_CPU_STALL_TIMEOUT=21
    # CONFIG_RCU_TRACE is not set
    # CONFIG_RCU_EQS_DEBUG is not set
    # CONFIG_DEBUG_WQ_FORCE_RR_CPU is not set
    # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
    # CONFIG_CPU_HOTPLUG_STATE_CONTROL is not set
    # CONFIG_NOTIFIER_ERROR_INJECTION is not set
    # CONFIG_FAULT_INJECTION is not set
    # CONFIG_LATENCYTOP is not set
    CONFIG_HAVE_FUNCTION_TRACER=y
    CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
    CONFIG_HAVE_DYNAMIC_FTRACE=y
    CONFIG_HAVE_DYNAMIC_FTRACE_WITH_REGS=y
    CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
    CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
    CONFIG_HAVE_C_RECORDMCOUNT=y
    CONFIG_TRACING_SUPPORT=y
    # CONFIG_FTRACE is not set
    # CONFIG_DMA_API_DEBUG is not set
    CONFIG_RUNTIME_TESTING_MENU=y
    # CONFIG_LKDTM is not set
    # CONFIG_TEST_LIST_SORT is not set
    # CONFIG_TEST_SORT is not set
    # CONFIG_BACKTRACE_SELF_TEST is not set
    # CONFIG_RBTREE_TEST is not set
    # CONFIG_INTERVAL_TREE_TEST is not set
    # CONFIG_PERCPU_TEST is not set
    # CONFIG_ATOMIC64_SELFTEST is not set
    # CONFIG_TEST_HEXDUMP is not set
    # CONFIG_TEST_STRING_HELPERS is not set
    # CONFIG_TEST_KSTRTOX is not set
    # CONFIG_TEST_PRINTF is not set
    # CONFIG_TEST_BITMAP is not set
    # CONFIG_TEST_BITFIELD is not set
    # CONFIG_TEST_UUID is not set
    # CONFIG_TEST_OVERFLOW is not set
    # CONFIG_TEST_RHASHTABLE is not set
    # CONFIG_TEST_HASH is not set
    # CONFIG_TEST_IDA is not set
    # CONFIG_TEST_LKM is not set
    # CONFIG_TEST_USER_COPY is not set
    # CONFIG_TEST_BPF is not set
    # CONFIG_FIND_BIT_BENCHMARK is not set
    # CONFIG_TEST_FIRMWARE is not set
    # CONFIG_TEST_SYSCTL is not set
    # CONFIG_TEST_UDELAY is not set
    # CONFIG_TEST_STATIC_KEYS is not set
    # CONFIG_TEST_KMOD is not set
    # CONFIG_MEMTEST is not set
    # CONFIG_BUG_ON_DATA_CORRUPTION is not set
    # CONFIG_SAMPLES is not set
    CONFIG_HAVE_ARCH_KGDB=y
    # CONFIG_KGDB is not set
    # CONFIG_UBSAN is not set
    CONFIG_ARCH_HAS_DEVMEM_IS_ALLOWED=y
    # CONFIG_STRICT_DEVMEM is not set
    # CONFIG_ARM_PTDUMP_DEBUGFS is not set
    # CONFIG_DEBUG_WX is not set
    # CONFIG_ARM_UNWIND is not set
    # CONFIG_DEBUG_USER is not set
    # CONFIG_DEBUG_LL is not set
    CONFIG_DEBUG_LL_INCLUDE="mach/debug-macro.S"
    CONFIG_UNCOMPRESS_INCLUDE="debug/uncompress.h"
    # CONFIG_PID_IN_CONTEXTIDR is not set
    # CONFIG_CORESIGHT is not set

    Michel Catudal

    ACTIA Corp

  • Michel,

    > I took the ti automotive SDK rev 6 and replaced the kernel and u-boot

    The graphics kernel driver is part of the file system. It could be that driver did not load properly due to kernel mismatch. Was the graphics kernel driver updated as well here.

    You can quickly by grepping for pvrsrvkm in the output of lsmod

    $ lsmod | grep pvrsrvkm

    If its not present that could be the issue. You would need to build the driver for your kernel configuration, the kernel sources can be found in the board-support/extras directories.

    Also for future reference, is it possible to attach the logs as attachments as it is much easier to search for keys in file.

    Thanks,

    Gowtham 

  • Gowtham,

    I did show logs in previous emails

    root@actia-gd:~#  lsmod | grep pvrsrvkm
    pvrsrvkm              401408  0
    drm                   389120  7 omapdss_base,panel_simple,omapdrm,omapdss,drm_kms_helper,pvrsrvkm

    kmstest works

    root@actia-gd:~# kmstest
    Connector 0/@54: DPI-1
      Crtc 0/@55: 1920x720 93.689 1920/115/5/20/- 720/32/3/3/- 60 (60.00) 0xa 0x48
      Plane 0/@35: 0,0-1920x720
        Fb 60 1920x720-XR24
    press enter to exit

    Weston log

    Date: 2020-03-18 UTC
    [12:09:19.174] weston 5.0.0
                   wayland.freedesktop.org
                   Bug reports to: gitlab.freedesktop.org/.../
                   Build: unknown (not built from git or tarball)
    [12:09:19.174] Command line: weston --idle-time=0
    [12:09:19.174] OS: Linux, 4.19.73-actia-g31275c05a1, #1 SMP PREEMPT Wed Feb 26 16:38:39 UTC 2020, armv7l
    [12:09:19.176] Using config file '/etc//weston.ini'
    [12:09:19.178] Output repaint window is 7 ms maximum.
    [12:09:19.180] Loading module '/usr/lib/libweston-5/drm-backend.so'
    [12:09:19.194] initializing drm backend
    [12:09:19.204] using /dev/dri/card0
    [12:09:19.204] DRM: supports universal planes
    [12:09:19.205] DRM: supports atomic modesetting
    [12:09:19.205] DRM: supports picture aspect ratio
    [12:09:19.211] Loading module '/usr/lib/libweston-5/gl-renderer.so'
    [12:09:19.305] warning: either no EGL_EXT_platform_base support or specific platform support; falling back to eglGetDis
    [12:09:19.325] failed to initialize display
    [12:09:19.325] EGL error state: EGL_BAD_ALLOC (0x3003)
    [12:09:19.325] failed to initialize egl
    [12:09:19.357] fatal: failed to create compositor backend
    [12:09:19.357] Internal warning: debug scope 'drm-backend' has not been destroyed.
    PVR:(Error): OpenServices: PVRDRMOpenRender failed [0, ]
    PVR:(Error): PVRSRVConnect: Unable to open connection. [0, ]
    PVR:(Error): Couldn't connect to services [0, ]
    root@actia-gd:/var/log# lsmod
    Module                  Size  Used by
    xfrm_user              32768  2
    xfrm4_tunnel           16384  0
    ipcomp                 16384  0
    xfrm_ipcomp            16384  1 ipcomp
    esp4                   20480  0
    ah4                    16384  0
    af_key                 36864  0
    xfrm_algo              16384  5 xfrm_user,esp4,ah4,af_key,xfrm_ipcomp
    evdev                  24576  1
    usbkbd                 16384  0
    usbhid                 24576  0
    xhci_plat_hcd          16384  0
    xhci_hcd              139264  1 xhci_plat_hcd
    omapdrm                86016  1
    usbcore               212992  4 usbhid,usbkbd,xhci_plat_hcd,xhci_hcd
    drm_kms_helper        167936  1 omapdrm
    rpmsg_rpc              28672  0
    syscopyarea            16384  1 drm_kms_helper
    sysfillrect            16384  1 drm_kms_helper
    sysimgblt              16384  1 drm_kms_helper
    fb_sys_fops            16384  1 drm_kms_helper
    dwc3                   32768  0
    usb_common             16384  2 usbcore,dwc3
    snd_soc_simple_card    16384  0
    snd_soc_simple_card_utils    16384  1 snd_soc_simple_card
    panel_simple           57344  0
    pwm_bl                 16384  0
    backlight              20480  2 panel_simple,pwm_bl
    omapdss                90112  2
    omapdss_base           20480  2 omapdrm,omapdss
    omap_remoteproc        20480  0
    virtio_rpmsg_bus       20480  0
    remoteproc             49152  2 rpmsg_rpc,omap_remoteproc
    omap_aes_driver        24576  0
    omap_sham              28672  0
    omap_wdt               16384  0
    pvrsrvkm              401408  0
    drm                   389120  7 omapdss_base,panel_simple,omapdrm,omapdss,drm_kms_helper,pvrsrvkm
    drm_panel_orientation_quirks    16384  1 drm
    ti_vpe                 28672  0
    ti_sc                  36864  1 ti_vpe
    videobuf2_dma_contig    20480  1 ti_vpe
    videobuf2_memops       16384  1 videobuf2_dma_contig
    ti_csc                 16384  1 ti_vpe
    ti_vpdma               20480  1 ti_vpe
    v4l2_mem2mem           24576  1 ti_vpe
    videobuf2_v4l2         24576  2 ti_vpe,v4l2_mem2mem
    videobuf2_common       45056  3 ti_vpe,v4l2_mem2mem,videobuf2_v4l2
    dwc3_omap              16384  0
    st_acc33_spi           16384  0
    st_acc33_i2c           16384  0
    st_acc33               16384  2 st_acc33_spi,st_acc33_i2c
    noa1305                16384  0
    omap_des               20480  0
    mcp4018                16384  0
    des_generic            28672  1 omap_des
    crypto_engine          16384  2 omap_des,omap_aes_driver
    omap_crypto            16384  2 omap_des,omap_aes_driver
    omap_rng               16384  0
    rng_core               16384  2 omap_rng
    snd_soc_tlv320aic3x    57344  1
    sch_fq_codel           20480  2
    uio_module_drv         16384  0
    uio                    20480  1 uio_module_drv
    sllin                  20480  0
    mcp25625               20480  0
    gdbserverproxy         16384  0
    cryptodev              49152  0
    cmemk                  45056  0


    EGL or DRM or both seem to be the problem

    As I mentioned in previous email. I was suspecting that I might have goofed with my yocto so I took the SDK rootfs from SDK 6 and replaced the bootloader and kernel with mine.

    The u-boot is taken right out of my yocto and the kernel is generated using the SDK 6 Makefile. I used the kernel used in that sdk with my patches.

    I had to patch the emmc part because without my patch it crashes on boot, same issue I had with kernel 4.4.

    I had to also remove the RTC portion in dra7.dtsi which also crashes the kernel (hardware bug on our board)

    Other patches are to add my custom kernel modules, one of them being for the microchip devices where I do not have any hardware interrupt so I am using some polling.

    I have not added camera support since I plan on using the M4 and DSP1 for that.

    I have identical results with my yocto and the sdk rootfs. I think that the difference between kms and egl is that kms is going directly on the framebuffer and egl using drm

    In my devicetree I enter both DPI and simple_panel, addon in simple_panel had to be added to get the LCD working.

    Could there be something incorrect in my simple_panel code? I showed it in a previous message but will show it at the end of this so you don't need to search

    About that part, one thing I have noticed yesterday when I tried to get the patch for late attach, following the instructions on

    It gives a link as to where to find the patch for u-boot 2019.01 but when I go the the website and try to download the patch I get this

    Not Found

    The requested URL /images/e/e9/0001-u-boot-configs-Enable-configs-for-Early-boot-support.zip was not found on this server.

    On the website in question it seemed to imply that it would not longer be necessary but after checking I realized it not to be true because the file board/ti/dra7xx/lateattach.c

    doesn't exist.

    This message was added to the website, perhaps it thought that it was infected with some virus

    This may explain why it is missing from the website. Why not compress the file as xz?

    "Warning: This file type may contain malicious code. By executing it, your system may be compromised."
    panel-simple.c addon
    my tests are with the 12 inch display
    static const struct drm_display_mode actiagd_gd7inch_mode = {
        .clock = 66770,
        .hdisplay = 800,
        .hsync_start = 800 + 51,
        .hsync_end = 800 + 51 + 3,
        .htotal = 800 + 51 + 3 + 10,
        .vdisplay = 1280,
        .vsync_start = 1280 + 4,
        .vsync_end = 1280 + 4 + 2,
        .vtotal = 1280 + 4 + 2 + 2,
        .vrefresh = 60,
        .flags = DRM_MODE_FLAG_NHSYNC | DRM_MODE_FLAG_NVSYNC,
    };

    static const struct panel_desc actiagd_gd7inch = {
        .modes = &actiagd_gd7inch_mode,
        .num_modes = 1,
        .bpc = 8,
        .size = {
            .width = 800,
            .height = 1280,
        },
        .bus_format = MEDIA_BUS_FMT_RGB888_1X24,
        .bus_flags = DRM_BUS_FLAG_DE_HIGH | DRM_BUS_FLAG_PIXDATA_DRIVE_POSEDGE |
                 DRM_BUS_FLAG_SYNC_DRIVE_POSEDGE,
    };

    static const struct drm_display_mode actiagd_gd12inch_mode = {
        .clock = 93689,
        .hdisplay = 1920,
        .hsync_start = 1920 + 115,
        .hsync_end = 1920 + 115 + 5,
        .htotal = 1920 + 115 + 5 + 20,
        .vdisplay = 720,
        .vsync_start = 720 + 32,
        .vsync_end = 720 + 32 + 3,
        .vtotal = 720 + 32 + 3 + 3,
        .vrefresh = 60,
        .flags = DRM_MODE_FLAG_NHSYNC | DRM_MODE_FLAG_NVSYNC,
    };

    static const struct panel_desc actiagd_gd12inch = {
        .modes = &actiagd_gd12inch_mode,
        .num_modes = 1,
        .bpc = 8,
        .size = {
            .width = 1920,
            .height = 720,
        },
        .bus_format = MEDIA_BUS_FMT_RGB888_1X24,
        .bus_flags = DRM_BUS_FLAG_DE_HIGH | DRM_BUS_FLAG_PIXDATA_DRIVE_POSEDGE |
                 DRM_BUS_FLAG_SYNC_DRIVE_POSEDGE,
    };

    static const struct of_device_id platform_of_match[] = {
        {
            .compatible = "actiagd,gd7inch",
            .data = &actiagd_gd7inch,
        }, {
            .compatible = "actiagd,gd12inch",
            .data = &actiagd_gd12inch,
        }, {
            .compatible = "ampire,am-480272h3tmqw-t01h",
            .data = &ampire_am_480272h3tmqw_t01h,

    device tree
        /* LVDS LCD Display*/
            lcd0: display {
            status = "okay";
            compatible = "actiagd,gd12inch", "panel-dpi";

                    label = "lcd0";

            backlight = <&lcd_bl>;

                    panel-timing {
                            clock-frequency = <93688800>;
                            hactive = <1920>;
                            vactive = <720>;
                            hfront-porch = <115>;
                            hback-porch = <20>;
                            hsync-len = <5>;
                            vback-porch = <3>;
                            vfront-porch = <32>;
                            vsync-len = <3>;
                            hsync-active = <0>;
                            vsync-active = <0>;
                            de-active = <1>;
                            pixelclk-active = <1>;
                    };

                    port {
                            lcd_in: endpoint {
                                    remote-endpoint = <&dpi_lcd_out>;
                            };
                    };
        };

    Michel Catudal

    ACTIA Corp

  • Gowtham,

    I got the EGL to work. It turns out that the GPU was not set to OK in the device tree.

    I have some strange warning and errors if you could explain what the error mean or is it something I should be concerned about

    Date: 2020-03-24 UTC
    [16:57:32.438] weston 5.0.0
                   wayland.freedesktop.org
                   Bug reports to: gitlab.freedesktop.org/.../
                   Build: unknown (not built from git or tarball)
    [16:57:32.439] Command line: weston --idle-time=0
    [16:57:32.439] OS: Linux, 4.19.73-actia-g31275c05a1, #1 SMP PREEMPT Tue Apr 7 23:27:40 UTC 2020, armv7l
    [16:57:32.440] Using config file '/etc//weston.ini'
    [16:57:32.449] Output repaint window is 7 ms maximum.
    [16:57:32.456] Loading module '/usr/lib/libweston-5/drm-backend.so'
    [16:57:32.464] initializing drm backend
    [16:57:32.482] using /dev/dri/card0
    [16:57:32.483] DRM: supports universal planes
    [16:57:32.483] DRM: supports atomic modesetting
    [16:57:32.483] DRM: supports picture aspect ratio
    [16:57:32.509] Loading module '/usr/lib/libweston-5/gl-renderer.so'
    [16:57:32.735] EGL client extensions: EGL_EXT_client_extensions
                   EGL_EXT_device_base EGL_EXT_device_enumeration
                   EGL_EXT_device_query EGL_EXT_platform_base
                   EGL_KHR_client_get_all_proc_addresses EGL_KHR_debug
                   EGL_EXT_platform_wayland EGL_MESA_platform_gbm
    [16:57:32.742] Unable to use first choice EGL config with id 0x34325258, succeeded with alternate id 0x34325241.
    [16:57:32.742] warning: neither EGL_EXT_swap_buffers_with_damage or EGL_KHR_swap_buffers_with_damage is supported. Perf
    [16:57:32.742] warning: Disabling render GPU timeline due to missing EGL_ANDROID_native_fence_sync extension
    [16:57:32.742] EGL_KHR_surfaceless_context available
    [16:57:32.789] EGL version: 1.5
    [16:57:32.789] EGL vendor: Mesa Project
    [16:57:32.789] EGL client APIs: OpenGL_ES
    [16:57:32.789] EGL extensions: EGL_EXT_buffer_age
                   EGL_EXT_create_context_robustness EGL_EXT_image_dma_buf_import
                   EGL_IMG_cl_image EGL_KHR_config_attribs EGL_KHR_create_context
                   EGL_KHR_fence_sync EGL_KHR_get_all_proc_addresses
                   EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image
                   EGL_KHR_gl_texture_cubemap_image EGL_KHR_image
                   EGL_KHR_image_base EGL_KHR_image_pixmap
                   EGL_KHR_no_config_context EGL_KHR_reusable_sync
                   EGL_KHR_surfaceless_context EGL_EXT_pixel_format_float
                   EGL_KHR_wait_sync EGL_MESA_configless_context
                   EGL_MESA_drm_image EGL_WL_bind_wayland_display
    [16:57:32.789] GL version: OpenGL ES 2.0 build 1.17@4948957
    [16:57:32.789] GLSL version: OpenGL ES GLSL ES 1.00 build 1.17@4948957
    [16:57:32.789] GL vendor: Imagination Technologies
    [16:57:32.789] GL renderer: PowerVR SGX 544MP
    [16:57:32.789] GL extensions: GL_OES_compressed_ETC1_RGB8_texture
                   GL_OES_depth24 GL_OES_depth_texture GL_OES_egl_sync
                   GL_OES_element_index_uint GL_OES_EGL_image
                   GL_OES_EGL_image_external GL_OES_fbo_render_mipmap
                   GL_OES_fragment_precision_high GL_OES_get_program_binary
                   GL_OES_mapbuffer GL_OES_packed_depth_stencil
                   GL_OES_required_internalformat GL_OES_rgb8_rgba8
                   GL_OES_standard_derivatives GL_OES_surfaceless_context
                   GL_OES_texture_float GL_OES_texture_half_float
                   GL_OES_texture_npot GL_OES_vertex_array_object
                   GL_OES_vertex_half_float GL_EXT_blend_minmax
                   GL_EXT_discard_framebuffer GL_EXT_draw_buffers
                   GL_EXT_multi_draw_arrays GL_EXT_multisampled_render_to_texture
                   GL_EXT_occlusion_query_boolean GL_EXT_shader_framebuffer_fetch
                   GL_EXT_shader_texture_lod GL_EXT_texture_format_BGRA8888
                   GL_EXT_texture_rg GL_IMG_multisampled_render_to_texture
                   GL_IMG_program_binary GL_IMG_read_format GL_IMG_shader_binary
                   GL_IMG_texture_compression_pvrtc
                   GL_IMG_texture_compression_pvrtc2
                   GL_IMG_texture_format_BGRA8888 GL_IMG_texture_npot
                   GL_IMG_uniform_buffer_object GL_KHR_debug
                   GL_EXT_texture_storage
    [16:57:32.789] GL ES 2 renderer features:
                   read-back format: RGBA
                   wl_shm sub-image to texture: no
                   EGL Wayland extension: yes
    [16:57:32.821] event0  - Dell Dell USB Keyboard: is tagged by udev as: Keyboard
    [16:57:32.821] event0  - Dell Dell USB Keyboard: device is a keyboard
    [16:57:32.899] event1  - ARROW STRONG USB 3D Mouse: is tagged by udev as: Mouse
    [16:57:32.900] event1  - ARROW STRONG USB 3D Mouse: device is a pointer
    [16:57:32.979] DRM: head 'DPI-1' found, connector 54 is connected, EDID make 'unknown', model 'unknown', serial 'unknow
    [16:57:32.979] Registered plugin API 'weston_drm_output_api_v1' of size 12
    [16:57:32.980] Unable to use first choice EGL config with id 0x34325258, succeeded with alternate id 0x34325241.
    [16:57:32.980] Chosen EGL config details:
                   RGBA bits: 8 8 8 8
                   swap interval range: 1 - 1
    [16:57:32.980] No backlight control for output 'DPI-1'
    [16:57:32.980] Output DPI-1 (crtc 55) video modes:
                   1920x720@60.0, preferred, current, 93.7 MHz
    [16:57:32.980] associating input device event0 with output DPI-1 (none by udev)
    [16:57:32.980] associating input device event1 with output DPI-1 (none by udev)
    [16:57:32.980] Output 'DPI-1' enabled with head(s) DPI-1
    [16:57:32.980] Compositor capabilities:
                   arbitrary surface rotation: yes
                   screen capture uses y-flip: yes
                   presentation clock: CLOCK_MONOTONIC, id 1
                   presentation clock resolution: 0.000000001 s
    [16:57:32.984] Loading module '/usr/lib/weston/desktop-shell.so'
    [16:57:32.991] launching '/usr/libexec/weston-keyboard'
    [16:57:32.993] launching '/usr/libexec/weston-desktop-shell'
    could not load cursor 'dnd-move'
    could not load cursor 'dnd-copy'
    could not load cursor 'dnd-none'
    could not load cursor 'dnd-move'
    could not load cursor 'dnd-copy'
    could not load cursor 'dnd-none'
    xkbcommon: ERROR: couldn't find a Compose file for locale "C"
    could not create XKB compose table for locale 'C'.  Disabiling compose
    xkbcommon: ERROR: couldn't find a Compose file for locale "C"
    could not create XKB compose table for locale 'C'.  Disabiling compose


    Now I move to switch to the camera code in the M4 and DSP once I figure out why the touch screen egalax driver is not loaded automatically.

    Michel Catudal

    ACTIA Corp

  • Hi Michel,

    Thanks for the update and glad to hear that the weston is booting now. 

    The logs seem to be ok, were you able run any of the example weston clients - eg. weston-flower etc.

    Some comments on the logs

     Unable to use first choice EGL config with id 0x34325258, succeeded with alternate id 0x34325241.

    This is indicating that its using a different config (BGRA surface) as the first choice (RGBA) was not compatible. This is ok.

    dnd-copy is due to missing cursor theme for dnd-drop - this should be fine as well.

    Thanks,

    Gowtham