mirror of
https://gitee.com/bianbu-linux/linux-6.6
synced 2025-07-24 01:54:03 -04:00
The RSK2+SH7269 board uses the SH7269 processor. It is often referred to as just rsk7269. NOR Flash, SDRAM, serial, USB Host and ethernet are working. Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
4 lines
158 B
Makefile
4 lines
158 B
Makefile
obj-y := setup.o
|
|
obj-$(CONFIG_SH_RSK7203) += devices-rsk7203.o
|
|
obj-$(CONFIG_SH_RSK7264) += devices-rsk7264.o
|
|
obj-$(CONFIG_SH_RSK7269) += devices-rsk7269.o
|