1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00

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
This commit is contained in:
Jonas Gorski 2013-02-16 11:39:45 +00:00
parent c98b12d911
commit dd77663fb0
4 changed files with 4 additions and 0 deletions

@ -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

@ -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

@ -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

@ -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