From: Hauke Mehrtens Date: Sun, 6 Dec 2015 13:49:03 +0000 (+0000) Subject: kernel: add missing config option. X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=fa2151074d27001096a4fe2bcd94be5d57662721 kernel: add missing config option. Signed-off-by: Hauke Mehrtens SVN-Revision: 47798 --- diff --git a/target/linux/generic/config-4.1 b/target/linux/generic/config-4.1 index 5f18c67194..ad8d67a71a 100644 --- a/target/linux/generic/config-4.1 +++ b/target/linux/generic/config-4.1 @@ -1097,6 +1097,7 @@ CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" # CONFIG_FB_SAVAGE is not set # CONFIG_FB_SIMPLE is not set # CONFIG_FB_SIS is not set +# CONFIG_FB_SM750 is not set # CONFIG_FB_SM7XX is not set # CONFIG_FB_SMSCUFX is not set # CONFIG_FB_SSD1307 is not set diff --git a/target/linux/generic/config-4.3 b/target/linux/generic/config-4.3 index 4509893924..5ec85fee97 100644 --- a/target/linux/generic/config-4.3 +++ b/target/linux/generic/config-4.3 @@ -1130,6 +1130,7 @@ CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" # CONFIG_FB_SIMPLE is not set # CONFIG_FB_SIS is not set # CONFIG_FB_SM712 is not set +# CONFIG_FB_SM750 is not set # CONFIG_FB_SM7XX is not set # CONFIG_FB_SMSCUFX is not set # CONFIG_FB_SSD1307 is not set diff --git a/target/linux/generic/config-4.4 b/target/linux/generic/config-4.4 index f7c3c7f2db..7b94b3ab19 100644 --- a/target/linux/generic/config-4.4 +++ b/target/linux/generic/config-4.4 @@ -1134,6 +1134,7 @@ CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" # CONFIG_FB_SIMPLE is not set # CONFIG_FB_SIS is not set # CONFIG_FB_SM712 is not set +# CONFIG_FB_SM750 is not set # CONFIG_FB_SM7XX is not set # CONFIG_FB_SMSCUFX is not set # CONFIG_FB_SSD1307 is not set