sh: minor fixes
This patch contains the following fixes: - Adds sh7785 support to CONFIG_EARLY_SCIF_CONSOLE_PORT. - Removes duplicate include from rts7751r2d irq code. - Removes CONFIG_CPU_HAS_INTC from sh7720 Kconfig entry. Signed-off-by: Magnus Damm <damm@igel.co.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
parent
953c8ef250
commit
5cbc3af521
|
@ -31,6 +31,7 @@ config EARLY_SCIF_CONSOLE_PORT
|
||||||
hex
|
hex
|
||||||
depends on EARLY_SCIF_CONSOLE
|
depends on EARLY_SCIF_CONSOLE
|
||||||
default "0xffe00000" if CPU_SUBTYPE_SH7780
|
default "0xffe00000" if CPU_SUBTYPE_SH7780
|
||||||
|
default "0xffea0000" if CPU_SUBTYPE_SH7785
|
||||||
default "0xfffe9800" if CPU_SUBTYPE_SH7206
|
default "0xfffe9800" if CPU_SUBTYPE_SH7206
|
||||||
default "0xf8420000" if CPU_SUBTYPE_SH7619
|
default "0xf8420000" if CPU_SUBTYPE_SH7619
|
||||||
default "0xa4400000" if CPU_SUBTYPE_SH7712 || CPU_SUBTYPE_SH7705
|
default "0xa4400000" if CPU_SUBTYPE_SH7712 || CPU_SUBTYPE_SH7705
|
||||||
|
|
|
@ -10,7 +10,6 @@
|
||||||
* Atom Create Engineering Co., Ltd. 2002.
|
* Atom Create Engineering Co., Ltd. 2002.
|
||||||
*/
|
*/
|
||||||
#include <linux/init.h>
|
#include <linux/init.h>
|
||||||
#include <linux/interrupt.h>
|
|
||||||
#include <linux/irq.h>
|
#include <linux/irq.h>
|
||||||
#include <linux/interrupt.h>
|
#include <linux/interrupt.h>
|
||||||
#include <linux/io.h>
|
#include <linux/io.h>
|
||||||
|
|
|
@ -105,7 +105,6 @@ config CPU_SUBTYPE_SH7712
|
||||||
config CPU_SUBTYPE_SH7720
|
config CPU_SUBTYPE_SH7720
|
||||||
bool "Support SH7720 processor"
|
bool "Support SH7720 processor"
|
||||||
select CPU_SH3
|
select CPU_SH3
|
||||||
select CPU_HAS_INTC_IRQ
|
|
||||||
select CPU_HAS_DSP
|
select CPU_HAS_DSP
|
||||||
help
|
help
|
||||||
Select SH7720 if you have a SH3-DSP SH7720 CPU.
|
Select SH7720 if you have a SH3-DSP SH7720 CPU.
|
||||||
|
|
Loading…
Reference in New Issue