[MIPS] Sibyte: Remove broken dependency on EXPERIMENTAL from SIBYTE_SB1xxx_SOC.
Otherwise Kconfig will produce a nonsenical .config for a kernel that is neither 32-bit nor 64-bit. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
ad015f41e1
commit
76e7f79950
|
@ -48,7 +48,6 @@ config SIBYTE_BCM1x55
|
||||||
|
|
||||||
config SIBYTE_SB1xxx_SOC
|
config SIBYTE_SB1xxx_SOC
|
||||||
bool
|
bool
|
||||||
depends on EXPERIMENTAL
|
|
||||||
select DMA_COHERENT
|
select DMA_COHERENT
|
||||||
select SIBYTE_CFE
|
select SIBYTE_CFE
|
||||||
select SWAP_IO_SPACE
|
select SWAP_IO_SPACE
|
||||||
|
|
Loading…
Reference in New Issue