diff options
author | Robert Marko <robimarko@gmail.com> | 2024-11-17 19:22:25 +0100 |
---|---|---|
committer | Robert Marko <robimarko@gmail.com> | 2024-11-17 19:23:27 +0100 |
commit | 57daea682e1c6e6da91f92efed717159f9ffffb0 (patch) | |
tree | f802b32df5fd6fd1e572601281a59fc597a67ad8 /target/linux | |
parent | 43455f1075855d9ed2760f70b2d8acbe8e8bb16c (diff) | |
download | openwrt-57daea682e1c6e6da91f92efed717159f9ffffb0.tar.gz openwrt-57daea682e1c6e6da91f92efed717159f9ffffb0.tar.bz2 openwrt-57daea682e1c6e6da91f92efed717159f9ffffb0.zip |
generic: add CONFIG_FB_INTEL
CONFIG_FB_INTEL is now visible on x86 since i915 driver is packaged as kmod
now and it stops compilation, so add it to the generic config.
Signed-off-by: Robert Marko <robimarko@gmail.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic/config-6.6 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-6.6 b/target/linux/generic/config-6.6 index d887381414..9eec780b53 100644 --- a/target/linux/generic/config-6.6 +++ b/target/linux/generic/config-6.6 @@ -1927,6 +1927,7 @@ CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" # CONFIG_FB_IBM_GXT4500 is not set # CONFIG_FB_IMSTT is not set # CONFIG_FB_IMX is not set +# CONFIG_FB_INTEL is not set # CONFIG_FB_KYRO is not set # CONFIG_FB_LE80578 is not set # CONFIG_FB_LITTLE_ENDIAN is not set |