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/generic/config-3.8 | |
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/generic/config-3.8')
-rw-r--r-- | target/linux/generic/config-3.8 | 1 |
1 files changed, 1 insertions, 0 deletions
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 |