mirror of https://github.com/hak5/openwrt.git
kernel: remove wrongly added SYS_HAS_DMA_OPS in r43134
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 43135lede-17.01
parent
5e3d188e89
commit
622ea2a66c
|
@ -19,15 +19,7 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
||||||
|
|
||||||
--- a/arch/mips/Kconfig
|
--- a/arch/mips/Kconfig
|
||||||
+++ b/arch/mips/Kconfig
|
+++ b/arch/mips/Kconfig
|
||||||
@@ -1145,6 +1145,7 @@ config CPU_LOONGSON2F
|
@@ -1377,6 +1377,7 @@ config CPU_CAVIUM_OCTEON
|
||||||
depends on SYS_HAS_CPU_LOONGSON2F
|
|
||||||
select CPU_LOONGSON2
|
|
||||||
select ARCH_REQUIRE_GPIOLIB
|
|
||||||
+ select SYS_HAS_DMA_OPS
|
|
||||||
help
|
|
||||||
The Loongson 2F processor implements the MIPS III instruction set
|
|
||||||
with many extensions.
|
|
||||||
@@ -1377,6 +1378,7 @@ config CPU_CAVIUM_OCTEON
|
|
||||||
select LIBFDT
|
select LIBFDT
|
||||||
select USE_OF
|
select USE_OF
|
||||||
select USB_EHCI_BIG_ENDIAN_MMIO
|
select USB_EHCI_BIG_ENDIAN_MMIO
|
||||||
|
@ -35,7 +27,7 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
||||||
help
|
help
|
||||||
The Cavium Octeon processor is a highly integrated chip containing
|
The Cavium Octeon processor is a highly integrated chip containing
|
||||||
many ethernet hardware widgets for networking tasks. The processor
|
many ethernet hardware widgets for networking tasks. The processor
|
||||||
@@ -1599,6 +1601,9 @@ config SYS_HAS_CPU_XLR
|
@@ -1599,6 +1600,9 @@ config SYS_HAS_CPU_XLR
|
||||||
config SYS_HAS_CPU_XLP
|
config SYS_HAS_CPU_XLP
|
||||||
bool
|
bool
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ Acked-by: Rob Landley <rob@landley.net>
|
||||||
config CEVT_BCM1480
|
config CEVT_BCM1480
|
||||||
bool
|
bool
|
||||||
|
|
||||||
@@ -2350,6 +2347,18 @@ config USE_OF
|
@@ -2349,6 +2346,18 @@ config USE_OF
|
||||||
select OF_EARLY_FLATTREE
|
select OF_EARLY_FLATTREE
|
||||||
select IRQ_DOMAIN
|
select IRQ_DOMAIN
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue