linux: update modules for arm

This commit is contained in:
Luis Guzmán 2023-05-16 23:53:24 +00:00
parent 8955c02fac
commit 0882283231
10 changed files with 41 additions and 1 deletions

View file

@ -1 +1,5 @@
#include <fb-modules> #include <fb-modules>
vesafb ?
vga16fb

View file

@ -0,0 +1 @@
#include <i2c-modules>

View file

@ -0,0 +1,21 @@
#include <fb-modules>
ast
tegra-drm
rockchipdrm
hibmc-drm
# For panel/backlight on some chromeos devices
panel-simple
pwm_bl
pwm-cros-ec
# For panel/backlight on Pinebook
analogix-anx6345
pwm-sun4i
sun4i-drm
sun8i-mixer
# For panel/backlight on Pinebook Pro
pwm-rockchip

View file

@ -0,0 +1,5 @@
#include <i2c-modules>
i2c-tegra
i2c-rk3x
i2c-mv64xxx
i2c-imx

View file

@ -0,0 +1,3 @@
i2c-core
i2c-algo-bit
i2c-designware-platform ?

View file

@ -0,0 +1 @@
#include <i2c-modules>

View file

@ -0,0 +1 @@
mtdblock

View file

@ -0,0 +1,3 @@
#include <fb-modules>
ast

View file

@ -0,0 +1 @@
#include <i2c-modules>

View file

@ -19,7 +19,7 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# #
VERSION=19 VERSION=20
. ./config . ./config