diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-11-13 21:23:35 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-11-13 21:27:34 +0100 |
commit | 63f722e62948b1da8c460087d40f2a61d3b726c3 (patch) | |
tree | 693556e2c3fd8ad7a069919ed93c917990c9ac63 /arch/mips/sibyte | |
parent | 3f9416cacc705e7d44611048168fc9180233299c (diff) | |
download | op-kernel-dev-63f722e62948b1da8c460087d40f2a61d3b726c3.zip op-kernel-dev-63f722e62948b1da8c460087d40f2a61d3b726c3.tar.gz |
MIPS: Sibyte: drop select of SIBYTE_CFE
SIBYTE_CFE got killed in commit 05f94eebd5 ("MIPS: Sibyte: Remove
standalone kernel support"). This means that since v2.6.31 there is no
Kconfig symbol SIBYTE_CFE. The select statement for that symbol is a
nop. Drop it.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/mips/sibyte')
-rw-r--r-- | arch/mips/sibyte/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/sibyte/Kconfig b/arch/mips/sibyte/Kconfig index 3e639bd..3cd937e 100644 --- a/arch/mips/sibyte/Kconfig +++ b/arch/mips/sibyte/Kconfig @@ -71,7 +71,6 @@ config SIBYTE_SB1xxx_SOC bool select DMA_COHERENT select IRQ_CPU - select SIBYTE_CFE select SWAP_IO_SPACE select SYS_SUPPORTS_32BIT_KERNEL select SYS_SUPPORTS_64BIT_KERNEL |