From c5564f7b346e8b9d7227d5e25b6324b27d02e584 Mon Sep 17 00:00:00 2001 From: Paul Mundt Date: Tue, 3 May 2005 13:56:36 +0000 Subject: Initial support for MS7206SE01 sh2a board. --- target/device/Hitachi/Config.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 target/device/Hitachi/Config.in (limited to 'target/device/Hitachi/Config.in') diff --git a/target/device/Hitachi/Config.in b/target/device/Hitachi/Config.in new file mode 100644 index 000000000..8048e8508 --- /dev/null +++ b/target/device/Hitachi/Config.in @@ -0,0 +1,12 @@ +comment "Hitachi ULSI Systems device support" + depends BR2_sh + +config BR2_TARGET_HITACHI_SE + bool "Board support for Solution Engine development boards" + depends on BR2_sh + default n + +config BR2_TARGET_HITACHI_MS7206SE01 + bool "MS7206SE01 development board support" + depends BR2_TARGET_HITACHI_SE && BR2_sh2a_nofpueb + default n -- cgit v1.2.3