summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-10-30 09:48:19 +0000
committerhauke <hauke@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-10-30 09:48:19 +0000
commit8ab94fb5d3c3576df39b8b2a44650e668e7bfa42 (patch)
tree9873d1fe487cd7105595202bcd4c2220b5d76c17 /target
parent52021d7bac3abb8828679cbd43d39fcd095f6701 (diff)
kernel: add some missing config options
This was spotted by the buildbots. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38604 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/generic/config-3.102
-rw-r--r--target/linux/generic/config-3.123
-rw-r--r--target/linux/generic/config-3.32
-rw-r--r--target/linux/generic/config-3.62
-rw-r--r--target/linux/generic/config-3.84
-rw-r--r--target/linux/generic/config-3.94
6 files changed, 17 insertions, 0 deletions
diff --git a/target/linux/generic/config-3.10 b/target/linux/generic/config-3.10
index 86d05e8a9d..0f13e25fe6 100644
--- a/target/linux/generic/config-3.10
+++ b/target/linux/generic/config-3.10
@@ -896,6 +896,7 @@ CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
# CONFIG_FB_SIS is not set
# CONFIG_FB_SM7XX is not set
# CONFIG_FB_SMSCUFX is not set
+# CONFIG_FB_SSD1307 is not set
# CONFIG_FB_SVGALIB is not set
# CONFIG_FB_SYS_COPYAREA is not set
# CONFIG_FB_SYS_FILLRECT is not set
@@ -1796,6 +1797,7 @@ CONFIG_MMC_BLOCK_MINORS=8
# CONFIG_MMC_SDHCI is not set
# CONFIG_MMC_SDHCI_ACPI is not set
# CONFIG_MMC_SDHCI_OF_ESDHC is not set
+# CONFIG_MMC_SDHCI_OF_HLWD is not set
# CONFIG_MMC_SDHCI_PXAV2 is not set
# CONFIG_MMC_SDHCI_PXAV3 is not set
# CONFIG_MMC_SDRICOH_CS is not set
diff --git a/target/linux/generic/config-3.12 b/target/linux/generic/config-3.12
index f4e14142e8..be2335a8c1 100644
--- a/target/linux/generic/config-3.12
+++ b/target/linux/generic/config-3.12
@@ -1856,6 +1856,9 @@ CONFIG_MMC_BLOCK_MINORS=8
# CONFIG_MMC_MVSDIO is not set
# CONFIG_MMC_S3C is not set
# CONFIG_MMC_SDHCI is not set
+# CONFIG_MMC_SDHCI_ACPI is not set
+# CONFIG_MMC_SDHCI_OF_ESDHC is not set
+# CONFIG_MMC_SDHCI_OF_HLWD is not set
# CONFIG_MMC_SDHCI_PXAV2 is not set
# CONFIG_MMC_SDHCI_PXAV3 is not set
# CONFIG_MMC_SDRICOH_CS is not set
diff --git a/target/linux/generic/config-3.3 b/target/linux/generic/config-3.3
index 9ee90a342c..4224601a65 100644
--- a/target/linux/generic/config-3.3
+++ b/target/linux/generic/config-3.3
@@ -1516,6 +1516,8 @@ CONFIG_MMC_BLOCK_MINORS=8
# CONFIG_MMC_MVSDIO is not set
# CONFIG_MMC_S3C is not set
# CONFIG_MMC_SDHCI is not set
+# CONFIG_MMC_SDHCI_OF_ESDHC is not set
+# CONFIG_MMC_SDHCI_OF_HLWD is not set
# CONFIG_MMC_SDHCI_PXAV2 is not set
# CONFIG_MMC_SDHCI_PXAV3 is not set
# CONFIG_MMC_SDRICOH_CS is not set
diff --git a/target/linux/generic/config-3.6 b/target/linux/generic/config-3.6
index c32c04c96c..fa4f75cb2f 100644
--- a/target/linux/generic/config-3.6
+++ b/target/linux/generic/config-3.6
@@ -1600,6 +1600,8 @@ CONFIG_MMC_BLOCK_MINORS=8
# CONFIG_MMC_MVSDIO is not set
# CONFIG_MMC_S3C is not set
# CONFIG_MMC_SDHCI is not set
+# CONFIG_MMC_SDHCI_OF_ESDHC is not set
+# CONFIG_MMC_SDHCI_OF_HLWD is not set
# CONFIG_MMC_SDHCI_PXAV2 is not set
# CONFIG_MMC_SDHCI_PXAV3 is not set
# CONFIG_MMC_SDRICOH_CS is not set
diff --git a/target/linux/generic/config-3.8 b/target/linux/generic/config-3.8
index 53cd57efb9..aeb2709265 100644
--- a/target/linux/generic/config-3.8
+++ b/target/linux/generic/config-3.8
@@ -874,6 +874,7 @@ CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
# CONFIG_FB_SIS is not set
# CONFIG_FB_SM7XX is not set
# CONFIG_FB_SMSCUFX is not set
+# CONFIG_FB_SSD1307 is not set
# CONFIG_FB_SVGALIB is not set
# CONFIG_FB_SYS_COPYAREA is not set
# CONFIG_FB_SYS_FILLRECT is not set
@@ -1743,6 +1744,9 @@ CONFIG_MMC_BLOCK_MINORS=8
# CONFIG_MMC_MVSDIO is not set
# CONFIG_MMC_S3C is not set
# CONFIG_MMC_SDHCI is not set
+# CONFIG_MMC_SDHCI_ACPI is not set
+# CONFIG_MMC_SDHCI_OF_ESDHC is not set
+# CONFIG_MMC_SDHCI_OF_HLWD is not set
# CONFIG_MMC_SDHCI_PXAV2 is not set
# CONFIG_MMC_SDHCI_PXAV3 is not set
# CONFIG_MMC_SDRICOH_CS is not set
diff --git a/target/linux/generic/config-3.9 b/target/linux/generic/config-3.9
index 1b513f3ac9..1e6933d917 100644
--- a/target/linux/generic/config-3.9
+++ b/target/linux/generic/config-3.9
@@ -883,6 +883,7 @@ CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
# CONFIG_FB_SIS is not set
# CONFIG_FB_SM7XX is not set
# CONFIG_FB_SMSCUFX is not set
+# CONFIG_FB_SSD1307 is not set
# CONFIG_FB_SVGALIB is not set
# CONFIG_FB_SYS_COPYAREA is not set
# CONFIG_FB_SYS_FILLRECT is not set
@@ -1760,6 +1761,9 @@ CONFIG_MMC_BLOCK_MINORS=8
# CONFIG_MMC_MVSDIO is not set
# CONFIG_MMC_S3C is not set
# CONFIG_MMC_SDHCI is not set
+# CONFIG_MMC_SDHCI_ACPI is not set
+# CONFIG_MMC_SDHCI_OF_ESDHC is not set
+# CONFIG_MMC_SDHCI_OF_HLWD is not set
# CONFIG_MMC_SDHCI_PXAV2 is not set
# CONFIG_MMC_SDHCI_PXAV3 is not set
# CONFIG_MMC_SDRICOH_CS is not set