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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35611 3c298f89-4303-0410-b956-a3cf2f4a3e73master
parent
ea88007d4b
commit
8fec1177bf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue