diff options
author | Jonas Gorski <jogo@openwrt.org> | 2013-02-16 11:39:45 +0000 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2013-02-16 11:39:45 +0000 |
commit | dd77663fb01538888918f5861546005f6f240143 (patch) | |
tree | 0da597af9205421f8ae68d018c325c281b865cda /target/linux | |
parent | c98b12d911e49827887c2165850cc3bfd19b41e5 (diff) | |
download | upstream-dd77663fb01538888918f5861546005f6f240143.tar.gz upstream-dd77663fb01538888918f5861546005f6f240143.tar.bz2 upstream-dd77663fb01538888918f5861546005f6f240143.zip |
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
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/generic/config-3.3 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-3.6 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-3.7 | 1 | ||||
-rw-r--r-- | target/linux/generic/config-3.8 | 1 |
4 files changed, 4 insertions, 0 deletions
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 |