diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2015-12-06 13:49:03 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2015-12-06 13:49:03 +0000 |
commit | be6dcf363f91786323d8ce3be682fdf1c555808a (patch) | |
tree | 6e4f6575a728415564f2cfb945f5d11eed8b81dc | |
parent | 39d988bdc36f87c27b7756f1d738db3d0db5a990 (diff) | |
download | master-187ad058-be6dcf363f91786323d8ce3be682fdf1c555808a.tar.gz master-187ad058-be6dcf363f91786323d8ce3be682fdf1c555808a.tar.bz2 master-187ad058-be6dcf363f91786323d8ce3be682fdf1c555808a.zip |
kernel: add missing config option.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47798 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |