mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-21 00:42:16 +00:00
Add e350 support
Signed-off-by: Ian Molton <spyro@f2s.com>
This commit is contained in:
parent
877e03d4ae
commit
b3d354b8d8
@ -124,6 +124,14 @@ config MACH_E330
|
|||||||
Say Y here if you intend to run this kernel on a Toshiba
|
Say Y here if you intend to run this kernel on a Toshiba
|
||||||
e330 family PDA.
|
e330 family PDA.
|
||||||
|
|
||||||
|
config MACH_E350
|
||||||
|
bool "Toshiba e350"
|
||||||
|
default y
|
||||||
|
depends on ARCH_PXA_ESERIES
|
||||||
|
help
|
||||||
|
Say Y here if you intend to run this kernel on a Toshiba
|
||||||
|
e350 family PDA.
|
||||||
|
|
||||||
config MACH_E740
|
config MACH_E740
|
||||||
bool "Toshiba e740"
|
bool "Toshiba e740"
|
||||||
default y
|
default y
|
||||||
|
@ -47,6 +47,19 @@ MACHINE_START(E330, "Toshiba e330")
|
|||||||
MACHINE_END
|
MACHINE_END
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef CONFIG_MACH_E350
|
||||||
|
MACHINE_START(E350, "Toshiba e350")
|
||||||
|
/* Maintainer: Ian Molton (spyro@f2s.com) */
|
||||||
|
.phys_io = 0x40000000,
|
||||||
|
.io_pg_offst = (io_p2v(0x40000000) >> 18) & 0xfffc,
|
||||||
|
.boot_params = 0xa0000100,
|
||||||
|
.map_io = pxa_map_io,
|
||||||
|
.init_irq = pxa25x_init_irq,
|
||||||
|
.fixup = eseries_fixup,
|
||||||
|
.timer = &pxa_timer,
|
||||||
|
MACHINE_END
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_MACH_E740
|
#ifdef CONFIG_MACH_E740
|
||||||
MACHINE_START(E740, "Toshiba e740")
|
MACHINE_START(E740, "Toshiba e740")
|
||||||
/* Maintainer: Ian Molton (spyro@f2s.com) */
|
/* Maintainer: Ian Molton (spyro@f2s.com) */
|
||||||
|
Loading…
Reference in New Issue
Block a user