diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2014-09-13 21:25:21 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2014-09-13 21:25:21 +0000 |
commit | eb35b82275ab26269d25b861a310e685a7e01abd (patch) | |
tree | a0558975a0bd33d95dfcb1dd00a00ccf8c97f564 /target | |
parent | c8bc8031899e1f66f0001088e18837016ee86e54 (diff) | |
download | mtk-20170518-eb35b82275ab26269d25b861a310e685a7e01abd.zip mtk-20170518-eb35b82275ab26269d25b861a310e685a7e01abd.tar.gz mtk-20170518-eb35b82275ab26269d25b861a310e685a7e01abd.tar.bz2 |
kernel: add missing config options
These missing option were found by the build bots.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 42527
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/config-3.10 | 2 | ||||
-rw-r--r-- | target/linux/generic/config-3.13 | 2 | ||||
-rw-r--r-- | target/linux/generic/config-3.14 | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.10 b/target/linux/generic/config-3.10 index e4d7dce..67c3381 100644 --- a/target/linux/generic/config-3.10 +++ b/target/linux/generic/config-3.10 @@ -882,6 +882,7 @@ CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" # CONFIG_FB_I740 is not set # CONFIG_FB_IBM_GXT4500 is not set # CONFIG_FB_IMSTT is not set +# CONFIG_FB_IMX is not set # CONFIG_FB_KYRO is not set # CONFIG_FB_LE80578 is not set # CONFIG_FB_MACMODES is not set @@ -2427,6 +2428,7 @@ CONFIG_PARTITION_ADVANCED=y # CONFIG_PATA_NINJA32 is not set # CONFIG_PATA_NS87410 is not set # CONFIG_PATA_NS87415 is not set +# CONFIG_PATA_OCTEON_CF is not set # CONFIG_PATA_OF_PLATFORM is not set # CONFIG_PATA_OLDPIIX is not set # CONFIG_PATA_OPTI is not set diff --git a/target/linux/generic/config-3.13 b/target/linux/generic/config-3.13 index 0b43967..54ba66c 100644 --- a/target/linux/generic/config-3.13 +++ b/target/linux/generic/config-3.13 @@ -950,6 +950,7 @@ CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" # CONFIG_FB_I740 is not set # CONFIG_FB_IBM_GXT4500 is not set # CONFIG_FB_IMSTT is not set +# CONFIG_FB_IMX is not set # CONFIG_FB_KYRO is not set # CONFIG_FB_LE80578 is not set # CONFIG_FB_MACMODES is not set @@ -2556,6 +2557,7 @@ CONFIG_PARTITION_ADVANCED=y # CONFIG_PATA_NINJA32 is not set # CONFIG_PATA_NS87410 is not set # CONFIG_PATA_NS87415 is not set +# CONFIG_PATA_OCTEON_CF is not set # CONFIG_PATA_OF_PLATFORM is not set # CONFIG_PATA_OLDPIIX is not set # CONFIG_PATA_OPTI is not set diff --git a/target/linux/generic/config-3.14 b/target/linux/generic/config-3.14 index 2a66be9..70599b3 100644 --- a/target/linux/generic/config-3.14 +++ b/target/linux/generic/config-3.14 @@ -970,6 +970,7 @@ CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" # CONFIG_FB_I740 is not set # CONFIG_FB_IBM_GXT4500 is not set # CONFIG_FB_IMSTT is not set +# CONFIG_FB_IMX is not set # CONFIG_FB_KYRO is not set # CONFIG_FB_LE80578 is not set # CONFIG_FB_MACMODES is not set @@ -2597,6 +2598,7 @@ CONFIG_PARTITION_ADVANCED=y # CONFIG_PATA_NINJA32 is not set # CONFIG_PATA_NS87410 is not set # CONFIG_PATA_NS87415 is not set +# CONFIG_PATA_OCTEON_CF is not set # CONFIG_PATA_OF_PLATFORM is not set # CONFIG_PATA_OLDPIIX is not set # CONFIG_PATA_OPTI is not set |