diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-11-13 15:23:35 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-11-13 15:27:34 -0500 |
commit | 63f722e62948b1da8c460087d40f2a61d3b726c3 (patch) | |
tree | 693556e2c3fd8ad7a069919ed93c917990c9ac63 /arch/mips/sibyte | |
parent | 3f9416cacc705e7d44611048168fc9180233299c (diff) |
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 3e639bda43f7..3cd937e0e9a3 100644 --- a/arch/mips/sibyte/Kconfig +++ b/arch/mips/sibyte/Kconfig | |||
@@ -71,7 +71,6 @@ config SIBYTE_SB1xxx_SOC | |||
71 | bool | 71 | bool |
72 | select DMA_COHERENT | 72 | select DMA_COHERENT |
73 | select IRQ_CPU | 73 | select IRQ_CPU |
74 | select SIBYTE_CFE | ||
75 | select SWAP_IO_SPACE | 74 | select SWAP_IO_SPACE |
76 | select SYS_SUPPORTS_32BIT_KERNEL | 75 | select SYS_SUPPORTS_32BIT_KERNEL |
77 | select SYS_SUPPORTS_64BIT_KERNEL | 76 | select SYS_SUPPORTS_64BIT_KERNEL |