From dd77663fb01538888918f5861546005f6f240143 Mon Sep 17 00:00:00 2001
From: Jonas Gorski <jogo@openwrt.org>
Date: Sat, 16 Feb 2013 11:39:45 +0000
Subject: [PATCH] kernel: add missing config options

r35336 exposed PTP, which has additional drivers on ixp4xx, causing it to
not build with PTP enabled.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>

SVN-Revision: 35611
---
 target/linux/generic/config-3.3 | 1 +
 target/linux/generic/config-3.6 | 1 +
 target/linux/generic/config-3.7 | 1 +
 target/linux/generic/config-3.8 | 1 +
 4 files changed, 4 insertions(+)

diff --git a/target/linux/generic/config-3.3 b/target/linux/generic/config-3.3
index 048f108e44..1079fa1b67 100644
--- a/target/linux/generic/config-3.3
+++ b/target/linux/generic/config-3.3
@@ -2196,6 +2196,7 @@ CONFIG_PROC_SYSCTL=y
 # CONFIG_PROVE_RCU is not set
 # CONFIG_PSB6970_PHY is not set
 # CONFIG_PSTORE is not set
+# CONFIG_PTP_1588_CLOCK_IXP46X is not set
 # CONFIG_QLA3XXX is not set
 # CONFIG_QLCNIC is not set
 # CONFIG_QLGE is not set
diff --git a/target/linux/generic/config-3.6 b/target/linux/generic/config-3.6
index 1ed75eff09..909f5aaea0 100644
--- a/target/linux/generic/config-3.6
+++ b/target/linux/generic/config-3.6
@@ -2306,6 +2306,7 @@ CONFIG_PROC_SYSCTL=y
 # CONFIG_PROVE_RCU is not set
 # CONFIG_PSB6970_PHY is not set
 # CONFIG_PSTORE is not set
+# CONFIG_PTP_1588_CLOCK_IXP46X is not set
 # CONFIG_QLA3XXX is not set
 # CONFIG_QLCNIC is not set
 # CONFIG_QLGE is not set
diff --git a/target/linux/generic/config-3.7 b/target/linux/generic/config-3.7
index 61975c7994..918b8e1b61 100644
--- a/target/linux/generic/config-3.7
+++ b/target/linux/generic/config-3.7
@@ -2350,6 +2350,7 @@ CONFIG_PROC_SYSCTL=y
 # CONFIG_PROVE_RCU is not set
 # CONFIG_PSB6970_PHY is not set
 # CONFIG_PSTORE is not set
+# CONFIG_PTP_1588_CLOCK_IXP46X is not set
 # CONFIG_QLA3XXX is not set
 # CONFIG_QLCNIC is not set
 # CONFIG_QLGE is not set
diff --git a/target/linux/generic/config-3.8 b/target/linux/generic/config-3.8
index 0fdf8f37e1..e63eb9b6e1 100644
--- a/target/linux/generic/config-3.8
+++ b/target/linux/generic/config-3.8
@@ -2371,6 +2371,7 @@ CONFIG_PROC_SYSCTL=y
 # CONFIG_PSB6970_PHY is not set
 # CONFIG_PSTORE is not set
 # CONFIG_PTP_1588_CLOCK is not set
+# CONFIG_PTP_1588_CLOCK_IXP46X is not set
 # CONFIG_PTP_1588_CLOCK_PCH is not set
 # CONFIG_QLA3XXX is not set
 # CONFIG_QLCNIC is not set
-- 
GitLab