diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2015-12-06 13:49:03 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2015-12-06 13:49:03 +0000 |
commit | bb26c101833a98b63302dc6dbf92b98aa9409529 (patch) | |
tree | e00dc6f12f6595b739e4700b57d171a1b4075f1c /target/linux/generic | |
parent | 76f531063cd18932b8db57c12307a0f9a2e7933c (diff) | |
download | upstream-bb26c101833a98b63302dc6dbf92b98aa9409529.tar.gz upstream-bb26c101833a98b63302dc6dbf92b98aa9409529.tar.bz2 upstream-bb26c101833a98b63302dc6dbf92b98aa9409529.zip |
kernel: add missing config option.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 47798
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/config-4.1 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-4.3 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-4.4 | 1 |
3 files changed, 3 insertions, 0 deletions
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 |